/* CSS Document */



/* --------------------Re-Define basic HTML Elements-------------------- */



html {

	margin: 0px;

	padding: 0px;

}

body {

	margin: 0px;

	padding: 0px;

}

ul {

	list-style-type: disc;

}

a {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}



/* --------------------Main CSS-------------------- */



#header {

	height: 87px;

	width: 800px;

	top: 0px;

	background-image:url(images/gava_header.jpg);

	position: absolute;

	left: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	z-index: 2;

}

.header_links {

	height: 20px;

	width: 625px;

	/*width: 530px;*/

	top: 45px;

	left: 175px;

	/*left: 229px;*/

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

	color:#FFFFFF;

	text-align:center;

}

.header_links a:link, .header_links a:visited {

	color:#FFFFFF;

}

.logo {

	height: 171px;

	width: 231px;

	top: 87px;

	left: 19px;

	background-image:url(images/gava_logo.jpg);

	position:absolute;

	border-style:none;

	z-index: 2;

}

#footer {

	height: 65px;

	width: 800px;

	top: 0px;

	left: 0px;

	margin:auto;

	background-image:url(images/gava_footer.jpg);

	position: relative;

}

/*.footer_links {

	height: 29px;

	width: 800px;

	top: 20px;

	left: 0px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

	color:#4478BE;

	text-align:center;

}

.footer_links a:link, .footer_links a:visited {

	color:#4478BE;

}*/

.footer_links {

	height: 29px;

	width: 800px;

	top: 20px;

	left: 0px;

	position:absolute;

	text-align:center;

}

#entries {
	height:33px;
	width:186px;
	top:280px;
	left:20px;
	position:absolute;

}

#VE {

	width:420px;

	height:350px;

	top:100px;

	left:320px;

	position:absolute;

	background-image:url(images/gava_3ve_logo.gif);

	visibility: visible;

}

#Award {

	width:420px;

	height:325px;

	top:100px;

	left:320px;

	position:absolute;

	background-image:url(images/gava_2009_award.jpg);

	visibility: visible;

}

#2009_Award {

	width:420px;

	height:325px;

	top:100px;

	left:320px;

	position:absolute;

	background-image:url(images/gava_2009_award.jpg);

	visibility: visible;

}



/* --------------------HomePage CSS-------------------- */



#main_home {

	margin: auto;

	width: 800px;

	height: 1200px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	background-repeat: no-repeat;

}

#news {
	height: 511px;
	width: 231px;
	top: 275px;
	left: 19px;
	background-image:url(images/gava_news.gif);
	position:absolute;
	border-style:none;
	z-index:3;

}

#news a:link, #news a:visited  {

	color: #FFFFFF;

}

.news_presented {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

	color:#FFFFFF;

	text-align:center;

}

.news_presented a:link, .news_presented a:visited  {

	color: #FFFFFF;

}

/*.news_presented a:visited {

	color: #FFFFFF;

}*/

.news_titles {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

	color: #FFFFFF;

	margin: 5px;

	margin-right: 0px;

}

.news_titles a:link, news_titles a:visited {

	color: #FFFFFF;

}

.news_bullets {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bolder;

	color: #FFFFFF;

	margin-left: 25px;

}

.news_body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight:lighter;

	color: #FFFFFF;

	margin-right: 25px;

}

.news_body a:link, news_body a:visited {

	color: #FFFFFF;

}

#slideshow_home {

	width: 540px;

	height: 260px;

	top: 87px;

	left: 260px;

	position: absolute;

	margin:0px;

}

.slideshow_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight:lighter;

	color: #000000;

	margin-left: 5px;

}

#home_body{
	width:540px;
	height:443px;
	top:377px;
	left:260px;
	position:absolute;
	padding:0px;
	margin:0px;

}

.home_body_header{
	width:530px;
	height:463px;
	top:-26px;
	left:-7px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color:#4478BE;
	text-align:left;
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;

}

.home_body_header a:link, .home_body_header a:visited{

	color:#4478BE;

}

.home_body_text{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color:#000000;

	text-align:left;

	margin-left:8px;

	margin-top:10px;

	margin-right:20px;

	margin-bottom:0px;

}

.home_body_text a:link, .home_body_text a:visited{

	color:#4478BE;

}





/* --------------------Sponsor Page CSS-------------------- */



#main_sponsor {

	margin: auto;

	padding: 0px;

	width: 800px;

	height: 1520px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	background-repeat: no-repeat;

}

#quote {

	width:460px;

	height:190px;

	top:87px;

	left:280px;

	position:absolute;

}

.quote_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight:bolder;

	color:#000000;

	text-align:left;

	margin-left:5px;

	margin-top:25px;

	margin-right:5px;

	margin-bottom:5px;

}

.quote_text_2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: normal;

	color:#000000;

	text-align:right;

	margin-left:8px;

	margin-top:10px;

	margin-right:20px;

	margin-bottom:0px;

}

#sponsor_a {

	width:720px;

	height:200px;

	top:340px;

	left:20px;

	position:absolute;

	border-bottom-style:solid;

	border-width:medium;

	border-bottom-color:#4478BE;

}

#sponsor_b {

	width:720px;

	height:200px;

	top:560px;

	left:20px;

	position:absolute;

	border-bottom-style:solid;

	border-width:medium;

	border-bottom-color:#4478BE;

}

#sponsor_c {

	width:720px;

	height:200px;

	top:780px;

	left:20px;

	position:absolute;

	border-bottom-style:solid;

	border-width:medium;

	border-bottom-color:#4478BE;

}

#sponsor_d {

	width:720px;

	height:200px;

	top:1000px;

	left:20px;

	position:absolute;

	border-bottom-style:solid;

	border-width:medium;

	border-bottom-color:#4478BE;

}

#sponsor_e {

	width:720px;

	height:200px;

	top:1220px;

	left:20px;

	position:absolute;

	border-bottom-style:solid;

	border-width:medium;

	border-bottom-color:#4478BE;

}

.sponsor_header {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color:#4478BE;

	text-align:left;

}

.sponsor_header a:link, .sponsor_header a:visited {

	color:#4478BE;

}

.sponsor_text {

	width:460px;

	height:200px;

	top:0px;

	left:260px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color:#000000;

	text-align:left;

}

.partners {

	width:460px;

	height:50px;

	top:1220px;

	left:280px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color:#4478BE;

	text-align:left;

}



/* --------------------News Page CSS-------------------- */



#main_news {
	margin: auto;
	padding: 0px;
	width: 800px;
	top: 0px;
	left: 0px;
	position:relative;
	background-image:url(images/gava_water.jpg);
	background-position:bottom;
	height: 1750px;
	background-repeat: no-repeat;

}

#news_title {

	width:320px;

	height:160px;

	top:140px;

	left:340px;

	position:absolute;

}

#news_article_001 {

	width:655px;

	height:220px;

	top:345px;

	left:65px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#000000;

	text-align:left;

}

#news_article_001 a:link, #news_article_001 a:visited {

	color:#000000;

}

.news_article_header1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	color:#000000;

	text-align:center;

	font-weight:bold;

}

.news_article_header2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:center;

	font-weight:lighter;

	}



/* --------------------GAVA Page CSS-------------------- */



#main_gava {

	margin: auto;

	padding: 0px;

	width: 800px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	height: 1800px;

	background-repeat: no-repeat;

}

#about_nav_01 {

	width:205px;

	height:100px;

	top:350px;

	left:45px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color:#4478BE;

	text-align:left;

	font-weight:normal;

}

#about_nav_01 a:link, #about_nav_01 a:visited {

	color:#4478BE;

}

#about_body {
	width:715px;
	height:1200px;
	top:495px;
	left:45px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;

}

#about_body a:link, #about_body a:visited {

	color:#000000;

}

.about_body_header {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	font-weight:bolder;

}



/* --------------------3VE Team Page CSS-------------------- */



#main_VE {

	margin: auto;

	padding: 0px;

	width: 800px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	height: 1500px;

	background-repeat: no-repeat;

}

#VE_nav_01 {

	width:225px;

	height:190px;

	top:350px;

	left:45px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color:#4478BE;

	text-align:left;

	font-weight:normal;

}

#VE_nav_01 a:link, #VE_nav_01 a:visited {

	color:#4478BE;

}

#VE_text {

	width:400px;

	height:700px;

	top:575px;

	left:280px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	margin-top:0px;

}

#VE_text a:link, #VE_text a:visited {

	color:#4478BE;

}

#VE_pictures {

	width:170px;

	height:510px;

	top:575px;

	left:60px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	margin-top:0px;

}



/* --------------------Board Page CSS-------------------- */



#main_board {

	margin: auto;

	padding: 0px;

	width: 800px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	height: 1600px;

	background-repeat: no-repeat;

}

#board_nav_01 {

	width:225px;

	height:190px;

	top:350px;

	left:45px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color:#4478BE;

	text-align:left;

	font-weight:normal;

}

#board_nav_01 a:link, #board_nav_01 a:visited {

	color:#4478BE;

}

/*#board_text {

	width:705px;

	height:700px;

	top:575px;

	left:45px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	margin-top:0px;

}*/

#board_text a:link, #board_text a:visited {

	color:#4478BE;

}

#board_text {

	width:400px;

	height:700px;

	top:575px;

	left:280px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	margin-top:0px;

}

#board_pictures {

	width:170px;

	height:510px;

	top:575px;

	left:60px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	margin-top:0px;

}

.photo_title {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;
	
	font-weight:bold;

	color:#000000;

	text-align:left;

	margin-left:15px;
	
	margin-top:-15px;
	
	margin-right:15px;
	
	margin-bottom:0px;
}

/* --------------------Awards Page CSS-------------------- */



#awards_gava {

	margin: auto;

	padding: 0px;

	width: 800px;

	top: 0px;

	left: 0px;

	position:relative;

	background-image:url(images/gava_water.jpg);

	background-position:bottom;

	height: 2500px;

	background-repeat: no-repeat;

}

#awards_nav_01 {

	width:205px;

	height:100px;

	top:350px;

	left:45px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	color:#4478BE;

	text-align:left;

	font-weight:normal;

}

#awards_nav_01 a:link, #about_nav_01 a:visited {

	color:#4478BE;

}

#awards_title {
	height:33px;
	width:500px;
	top:100px;
	right:5px;
	position:absolute;

}

#awards_body {

	width:775px;

	height:700px;

	top:875px;

	left:15px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#000000;

	text-align:left;

}

#awards_trophy {

	width:800px;

	height:300px;

	top:450px;
	
	left:0px;

	position:absolute;
	
	background-image:url(images/gava_awards.jpg);

}

#awards_judges {

	width:775px;

	height:300px;

	top:550px;

	left:15px;

	position:absolute;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#000000;

	text-align:left;

}

#awards_body a:link, #about_body a:visited {

	color:#000000;

}

.awards_header {
font-family:"Times New Roman", Times, serif;
text-align:right;
color:#1686c8;
}

.awards_body_header {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color:#000000;

	text-align:left;

	font-weight:bolder;

}

.awards {

	color:#000000;

}

.awards_links a:link, .footer_links a:visited {

	color:#4478BE;

}
