/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1{
	color:#0095b3;
	}
h3{
	color:#666666;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENERIC a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
a:link, a:visited{
	color:#0095b3;
	text-decoration:none;
	}
a:hover, a:active{
	color:#0095b3 ;
	text-decoration:underline;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menubar a ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.topmenulink:hover, a.topmenulink:active{
	color:#0098b4 !important;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainMenu a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.navlink:link, a.navlink:visited, a.navlinkOn{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#8BECEC;
	text-decoration:none;
	margin-left:10px;
	line-height:20px;
	}
a.navlink:hover, a.navlink:active, a.navlinkOn{
	color:#FFFFFF;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ childNav a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.childnavlink:link, a.childnavlink:visited, a.subNavOn{
	font-size:11px;
	line-height:20px;
	background:url(../images/white_arrow.gif) no-repeat 5px 6px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:15px;
	}
a.childnavlink:hover, a.childnavlink:active, a.subNavOn{
	background:url(../images/white_arrow.gif) no-repeat 5px 6px #00B0C3;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Banner Gradient / Logo Position ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banner{
	background:url(../images/uvw/vw_banner_grad.gif) top center repeat-x;
	}
#banner img{
	position:absolute;
	top:15px;
	left:20px;
	}
#flash{
	margin:0px 0px 0px 200px;
	}	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Menu  (Plastic/Metalic) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#left_curve {
	background:url(../images/head_plastic_corner_left.gif) no-repeat bottom left;
}
#right_curve {
	background:url(../images/head_plastic_corner_right.gif) no-repeat bottom right; 
}
#left_menucurve {
	background:url(../images/menu_corner_left_plastic.gif); 
}
#right_menucurve {
	background:url(../images/menu_corner_right_plastic.gif); 
}
#menu{
	background:url(../images/menu_bar_plastic.gif)repeat-x top left;}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Content Overides ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#content{
	color:#0095b3 !important;
	}
	
#content table tr th{
	color:#0095b3;
	}

