@charset "UTF-8";

/*Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/* Base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
td{border:none;}
ul{margin-left:1.5em;}


/* Fonts */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Main */
body {
	background:url(images/bg2.jpg);
	background-color:#587f98;
	margin-top:0px;
	padding-top:0px;
}

#main {
	width:710px;
	margin-left:auto;
	margin-right:auto;
	matgin-top:0px;
}

#headerholder{
	height:80px;
	padding:0px;
	margin:0px;
}
#header{
	height:80px;
	padding:0px;
	margin:0px;
	overflow:visible;
	z-index:-1;
	position:relative;
}

#header-big{
	height:245px;
	padding:0px;
	margin:0px;
	overflow:visible;
	z-index:1;
}

#nav{
	height:34px;
	padding:0px;
	margin:0px;
	z-index:2;
}

#contentdiv {
	background-color:#FFFFFF;
	background:url(images/fill.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:1px;;
	margin:0;
	height:100%;
	min-height:200px;
	overflow:hidden;
	z-index:50;
}

#bottom {
	height:20px;
	padding:0;
	margin:0;
	overflow:visible;
}

#copyright{
	padding-top:10px;
	text-align:center;
	color:#CCCCCC;
}
.highlight{
background-color:#FFFFCC;
padding: 5px;
margin-bottom: 5px;
}

/* Page Styles */
#index_block1{
	width:250px;
	float:left;
}
#index_video{
	width:400px;
	float:right;
	margin-left:1em;
	padding-top:5px;
}
#page_sidenav1{
	width:200px;
	float:left;
	background-color:#d3e7f5;
	overflow:hidden;
	
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 8px;
	padding: 1em;
	padding-top: 0px;
}
#page_sidenav2{
	width:200px;
	float:right;
	background-color:#d3e7f5;
	overflow:hidden;
	
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 8px;
	padding: 1em;
	padding-top: 0px;
}
#page_sidenav3{
	width:125px;
	float:right;
	background-color:#d3e7f5;
	overflow:hidden;
	
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 8px;
	padding: 1em;
	padding-top: 0px;
}
#page_col_50l{
	width:50%;
	float:left;
}
#page_col_50r{
	width:50%;
	float:right;
}
#page_col_40l{
	width:40%;
	float:left;
}
#page_col_60r{
	width:60%;
	float:right;
}
#page_col_30l{
	width:30%;
	float:left;
}
#page_col_70r{
	width:70%;
	float:right;
}
#page_padright{
	padding-right:10px;
}
#page_padleft{
	padding-left:10px;
}

/* Link Styles */
a{
color:#005da3;
}
a:hover{
color:#FFFFFF;
background-color:#005da3;
}

/* Link list styles */

ul.linklist {
	font-family: "Lucida Sans";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
ul.linklist li {
	border: 1px solid #e1e1e1;
	padding: 3px;
	margin-bottom: 5px;
	list-style:none outside;
}
ul.linklist a:hover {
	background-color: #005da3;
	color:#FFFFFF;
}
ul.linklist a {
	display: block;
	cursor: pointer;
	background-color: #e1e1e1;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
