/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #BADFDF;
}
/* links */
#footer a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a.hover {
	color: #008F8F;
}
a, a:visited {	
	color: #FFFFFF; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #FFFFFF;
	background: inherit;
	padding-bottom: 0;
	text-decoration: underline;
}
ul, ol {
	padding:0;
	overflow:hidden;
	margin-bottom: 0.05em;
	margin-left: 0;
	margin-top: 0.25em;
	color: #FFFFFF;
}

/* layout */
#wrap {
	margin: 0px auto;
	width: 900px;
	position: relative;
	height: auto;
}
#header {
	height: 125px;
	width: 900px;
	position: relative;
	background: url(images/header.jpg) no-repeat;
}
#navbar {
	height: 65px;
	width: 700px;
	position: absolute;
	top: 148px;
	left: 0px;
	background: #06284B;
}
#mainphoto {
	height: 259px;
	width: 288px;
	position: absolute;
	left: 610px;
	top: 80px;
	z-index: 100;
}
#successphoto {
	height: 90px;
	width: 350px;
	position: absolute;
	z-index: 200;
	left: 80px;
	top: 155px;
}
#successphoto p {
	color: #FFFFFF;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	padding: 0px 0px 4px;
}
#successphoto h1 {
	font: 26px "Trebuchet MS";
	color: #FFFFFF;
	padding: 0px 0px 6px;	
}
#logo {
	position: absolute;
	z-index: 300;
	left: 86px;
	top: 12px;
}
#contactimg {
	position: absolute;
	z-index: 400;
	left: 795px;
	top: 17px;
}
#center {
	background: url(images/center.jpg) no-repeat;
	float: left;
	height: 213px;
	width: 900px;
	position: relative;
}
#success {
	background: #009999 url(images/success.jpg) no-repeat;
	float: left;
	width: 515px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-top: 60px;
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 30px;
	text-align: center;
	height: 380px;
	color: #FFFFFF;
}
#links {
	background: #223E5B url(images/links.jpg) no-repeat;
	float: right;
	width: 284px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	clear: right;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
}
#intro {
	background: #223E5B url(images/links.jpg) no-repeat;
	float: right;
	width: 294px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	clear: right;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	height: auto;
}
#sponsorship {
	background: url(images/sponsorship.jpg) no-repeat;
	float: right;
	height: 85px;
	width: 314px;
	position: relative;
	border-top: 1px solid #FFFFFF;
	clear: right;
}
#logos {
	width: 900px;
	float: left;
}
#footer {
	width: 900px;
	background: url(images/footer.jpg) repeat-x;
	float: left;
	position: relative;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 118px;
/* navigation */
}
#navbar ul {
	float: left;
	list-style: none;	
	width: 700px;		
	padding: 0;	margin: 0 0 0 0px;
	height: 65px;
	display: inline;
	text-transform: uppercase;
}
#navbar ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navbar ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 6px;
	border-left: 1px solid #213D5B;
	border-bottom: none;
	color: #FFFFFF;
	font: normal 12px/65px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#navbar ul li a:hover, 
#navbar ul li a:active {
	color: #FFFFFF;
	background: url(images/nav_arrow.gif) no-repeat top;	

}
#navbar ul li#current a {	
	background: url(images/nav_grn.gif) repeat-x;		
}	
#footer p {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 50px;
}
#links p {
	color: #FFFFFF;
	padding: 0px 0px 4px 15px;
	font: 11px Arial, Helvetica, sans-serif;
}
#sponsorship p {
	font: normal 14px/1.25em "Trebuchet MS";
	color: #FFFFFF;
	padding: 0px 10px 4px 20px;
}
#sponsorship h1 {
	font: bold 20px "Trebuchet MS";
	padding-top: 10px;
	padding-left: 20px;
	color: #223E5B;
}
#links h1 {
	padding: 10px 10px 0px 20px;
	color: #FFFFFF;
	letter-spacing: -1px;
	font: bold 20px "Trebuchet MS";
}
#links a {
	color: #FFFFFF;
}
#intro p {
	color: #06284B;
	font: bold 14px/1.5em Arial, Helvetica, sans-serif;
	padding: 0px;
}
#intro h1 {
	font: 24px "Trebuchet MS";
	color: #FFFFFF;
	padding: 0px 0px 8px;
}
#footer img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
