@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/bg-stripes.gif);
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: lighter;
	color: #ffffff;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: lighter;
	color: #111111;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: lighter;
	color: #111111;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #111111;
}

.red {
	color: #F00;
}

div#pinkBar {
	width: 100%;
	min-width: 100%;
	background-image: url(../images/bg-pink_bar.gif);
	background-repeat: repeat-x;
}

#pinkBar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	margin-top: 12px;
}

div#wrapper {
	width: 960px;
	margin: auto;
	position: relative;
	top: -460px;
}

div#topNav {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #111111;
}

#topNav li {
	display: inline;
}

#topNav li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #111111;
}

div#logo {
	position: absolute;
	left: 35px;
	top: 45px;
	width: 204px;
	height: 61px;
}

div#mainNav {
	position: absolute;
	right: 0px;
	top: 55px;
	line-height: 0.95em;
}

#mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav li {
	display: inline;
	text-align: center;
	float: left;
	height: 82px;
}

#mainNav li a {
	padding: 10px 19px 0px 19px;
	margin: 0;
	height: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 0.8em;
	text-decoration: none;
	float: left;
}

#mainNav li a:hover {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

#mainNav li.pinkLine {
	margin: 0;
	padding: 0;
	border-right: 1px solid #c8669c;
	margin: 0;
	height: 50px;
	float: left;
}

#mainImage {
	position: absolute;
	left: 0px;
	top: 140px;
}

#gallery {
	position: absolute;
	left: 0px;
	top: 140px;
}

#pinkContent {
	position:absolute;
	left: 465px;
	top: 105px;
	background-image: url(../images/bg-ribbon.png);
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	left: 0px;
	top: 480px;
	width: 960px;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #111111;
	margin-top: 12px;
}

#content ul {
	margin-top: 12px;
}

#content li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #111111;
}

#content a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111111;
}

#leftContent {
	float: left;
	width: 425px;
}

#rightContent {
	float: right;
	width: 495px;
}

#rightContent p {
	color: #111111;
}

div#footer {
	width: 960px;
	border-top: 1px solid #c8669c;
	position: relative;
	clear: both;
}

#footer p {
	color:#999;
	font-size: 0.7em;
	text-align: center;
}

#footer a {
	color: #999;
}

/* NAV ACTIVATION */

ul#home li#home a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

ul#sponsorship li#sponsorship a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

ul#golf li#golf a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

ul#flags li#flags a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

ul#photoGallery li#photoGallery a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

ul#sponsors li#sponsors a {
	background-image: url(../images/bg-pink_hump.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #c8669c;
}

/* PNG SUPPORT FOR IE 6 */

img, div { behavior: url(css/iepngfix.htc) }

/* END PNG SUPPORT FOR IE 6 */