/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#5c7383;
	font-family: Arial, Helvetica, sans-serif;
}
span, div, p, a {
	color:#395468;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
a:link,
a:visited,
a:hover {
	text-decoration:none;
}
a:link, a:visited  {
	color:#617686;
}
a:hover {
	color:#395468;
}
img {border:0;}

p, h1,h2,h3,h4,h5 {margin:0;padding:0;color:#395468;}

h1, h2  {
	font-size:20px;
	line-height:23px;
	font-weight:normal;
}
h1 {
	color:#617686;
}
h2 {
	color:#395468;
}


img.png {
   behavior: url("pngbehavior.htc");
}
/*#col1, #col2 {
	visibility:hidden;
}*/

#site {
	border-right: 1px solid #6c7b86;
	border-bottom: 1px solid #6c7b86;
	border-left: 1px solid #6c7b86;
	width:1000px;
	height:600px;
	
	position:absolute;
	left:50%;
	margin-left:-500px;
	background-color:#FFFFFF;
	z-index:0;
}
#siteshadow-left {
	position:absolute;
	left:-5px;
	/*background: url(images_static/site_border_left.png) repeat-y;*/
	width: 5px;
	height:100%;
}
#siteshadow-right {
	position:absolute;
	right:-5px;
	/*background: url(images_static/site_border_right.png) repeat-y;*/
	width: 5px;
	height:100%;
}
#siteshadow-bottom {
	position:absolute;
	bottom:-5px;
	/*background: url(images_static/site_border_bottom.png) repeat-x;*/
	width: 1000px;
	height:5px;
}
#siteshadow-bl {
	position:absolute;
	left:-5px;
	bottom:-5px;
	/*background: url(images_static/site_border_bl.png) no-repeat;*/
	width: 5px;
	height:5px;
}
#siteshadow-br {
	position:absolute;
	right:-5px;
	bottom:-5px;
	/*background: url(images_static/site_border_br.png) no-repeat;*/
	width: 5px;
	height:5px;
}

#head {
position:absolute;
	height:132px;
	width:100%;
	background: url(images_static/head_bg.gif) no-repeat;
	z-index:1000;
}

#head #mainnav {
	position: absolute;
	height: 29px;
	width: 960px;
	top: 109px;
	left: 0px;
	/*background: url(images_static/mainnav_shadow.png) repeat-x bottom;*/
	padding-left:40px;
	z-index:1100;
	
}
#mainnav a,
#mainnav a:link,
#mainnav a:visited,
#mainnav a:hover {
	font-size:14px;
	text-decoration:none;
	color:#e7ebed;
	text-transform: uppercase;
	margin-right:10px;
	font-weight:normal;
}
#mainnav a:hover,
#mainnav a.activeselection,
#mainnav a.activeselection:link,
#mainnav a.activeselection:visited,
#mainnav a.activeselection:hover,
#mainnav a.activeselection {
	color:#5c7383;
}


#content-area {
	position:absolute;
	height:100%;
	width:100%;
	z-index:100;
	overflow:hidden;
}
#content-area #col1 {
	position: absolute;
	height: 100%;
	width: 100%;
	top:0px;
	z-index:110;
}
#col1 .content { margin-left:30px;}
#content-area #col2 {
	height: 100%;
	width: 700px;
	position: absolute;
	left: 300px;
	background-color:#eff1f3;
	/*background: #FFFF00 url(images_static/right_content_shadow-left.png) repeat-y left 132px;*/
	top:0px;
	z-index:120;
}
#content-area #col2 .content {
	padding-right:2em;
	padding-left:2em;
}


#col2 ul {margin:0; padding:0;}
#col2 li {
	padding-left:10px;
	list-style: none;
	background: url(images_static/default_li_bullet.gif) no-repeat 0px 0.5em;
}


#head #mainnav-shadow {
	height: 4px;
	width: 100%;
	position: absolute;
	top: 132px;
}
#content-area .content-shadow-left {
	float:left;
	width:15px;
	height:100%;
}
.content {
	padding-top:150px;
}


#site #footer {
	/*background: url(images_static/footer_bg.png) no-repeat;*/
	position:absolute;
	bottom:0px;
	height:50px;
	width:100%;
	z-index:1500;
}


#footer #footer-bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#footer #footer-text {
	position:absolute;
	top:25px;
	left:0;
	width:100%;
}
#footer-text #footerlinks {
	float: left;
	margin-left:40px;
}
#footer-text #footeradress {
	float: right;
	margin-right:40px;
}
#footer-text span {
	font-size:11px;
	text-decoration:none;
	color:#8898a4;
	text-transform: uppercase;
}
#footer-text a,
#footer-text a:link,
#footer-text a:visited,
#footer-text a:hover {
	font-size:11px;
	text-decoration:none;
	color:#8898a4;
	text-transform: uppercase;
	margin-right:5px;
	font-weight:normal;
}
#footer-text a:hover {
	color:#e7ebed;
}