/* COMMON
------------------------------------*/

body,td,th {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
body {
	background-color: #E9F5FA;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:150%;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #005C90;
}
h2{
	font-size:130%;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #005C90;	
}
a:link, a:visited{
	font-weight: bold;
	color: #0098EB;
}
a:hover{
	color: #B5D600;
}
table{
	/*margin-bottom:10px;*/
}

/* LAYOUT
------------------------------------*/

#body{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#body_top{
	background-image: url(/media/template/topcurve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
}
#body_middle{
	background-image: url(/media/template/middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#body_bottom{
	background-image: url(/media/template/bottomcurve.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
	position: relative;
}
#body_bottom_text{
	font-size:10px;
	color:#FFFFFF;
	position: absolute;
	z-index: 10;
	bottom: 45px;
	left: 105px;
}
#body_bottom_text a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#body_bottom_text a:hover{
	color: #005C90;
}
#top_menu_container{
	background-image: url(/media/template/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:220px;	
}
#top_menu_container_margin{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	height:220px;
} 
#top_menu_container ul{
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
	bottom:0px;
	left:0px;
}
#top_menu_container ul li{
	float:left;
	list-style:none;
}
#top_menu_container ul li a{
	width:100px;
	height:40px;
	text-align:center;
	line-height:50px;
	display:block;
	text-decoration:none;
	color:#A9E4F7;
}
#top_menu_container ul li a:hover, #top_menu_container .selected a{
	background-image: url(/media/template/menu_on.gif);
	background-repeat: no-repeat;	
	color:#04BBED;
}
#location{
	position:absolute;
	top:0px;
	left:10px;
	z-index:100;
}
#content{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#submenu{
	float: left;
	margin-top: 30px;
	margin-right: 19px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CAE1F1;*/
	padding-left: 1px;
	width: 180px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAE1F1;*/
}
#submenu div a{
	display:block;
	width:160px;
	height:26px;
	line-height:23px;
	padding-left:20px;
}
#submenu div a:hover, #submenu .subselected a{
	background-image: url(/media/template/submenu_on.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
#submenu ul{
	padding:0;
	list-style:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}
#submenu ul li{
	margin: 0px;
	padding: 0px;
}
#submenu a, #submenu a:visited{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#submenu a:hover, #submenu .subselected a, #submenu .subselected a:visited{
	color:#0099CC;
	font-weight:bold;
}
#main{
	float: left;
	margin-right: 20px;
	width: 500px;
}
#quicklinks{
	float: left;
}
#quicklinks p{
	margin:0 0 9px 0;
}
#quicklinks img{
	border:none;
}
#main_flash{
	margin:0 0 5px 0;
}
#cyberdesign{
	font-size: 10px;
	color: #35A9DC;
	text-align: right;
	padding-right: 100px;
	padding-bottom: 20px;
}
#cyberdesign a{
	color: #4CB3E0;
	text-decoration: none;
	font-weight: normal;
}

/* EXTAS
------------------------------------*/

.clear{
	clear:both;
}
.wayfarleft{
position:absolute; 
width: 480px; 
left: -20010px; 
top: 2px;
}
.off{
	display:none;
}
.on{

}
.extra{
	border: 1px solid #E9DD27;
	background-color: #FBF9D2;
	padding: 10px;
	margin-bottom:10px;
}
.field{
	width:98%;
}
.required{
	font-weight:bold;
	color:#FF0000;
}

/* TABLES
------------------------------------*/

.tables{
	margin-bottom:10px;
}
.tables td{
	background-color:#E9F5FA;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2E5FB;
}

