﻿/* CSS Document */


body {
	font-family:Arial, Verdana, Helevetica;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #3F4042;
	background-image:url('images/background-black.gif');
	background-repeat: repeat-x;
	line-height: 150%;
	}

#wrapper {
	width: 100%;
	height: 100%
	text-align:center;
	margin:0px auto;
	}
	
#container {
	margin: 25px  auto 0px auto;
	width: 900px;
	text-align:center;
	background-color: #FFFFFF;	
	}

#header {
	position:relative;
	width: 900px;
	height: 125px;
	padding: 0px;
	background-image:url('images/top-back.jpg') ;
	}
	
#navi {
	width: 900px;
	height: 40px;
	background: transparent url('images/navi-shadow.gif') bottom left repeat-x; 
	}

#maincontent {
	font-size: 98%;
	width: 550px;
	text-align: left;
	float: left;
	padding: 25px 20px 10px 20px;
	background: transparent url('images/line.gif') top right repeat-y; 
	}
	
#maincontent_full {
	font-size: 98%;
	width: 900px;
	text-align: left;
	float: left;
	padding: 25px 0px 0px 0px;
	}
	
#homepage_banner {
	width: 880px;
	height:190px;
	float: left;
	margin: 0px 0px 0px 10px;
	background-image:url('images/home-back3.jpg'); 
	}
	
#rightcontent {
	text-align: left;
	width: 260px;
	float: left;
	margin: 25px 0px 0px 22px;
	}

#leftcontent {
	font-size: 98%;
	width: 400px;
	text-align: left;
	float: left;
	padding: 25px 20px 10px 20px;
	background: transparent url('images/line.gif') top right repeat-y; 
	}

#rightside_content {
	font-size: 98%;
	width: 400px;
	text-align: left;
	float: left;
	padding: 25px 20px 10px 20px;
	}

#footer {
	width: 900px;
	color: #FFFFFF;
	background: url('images/footer-shadow.gif') repeat-x top left;
	margin: 0px auto;
	}

h1 {
	font-family: Georgia, Times New Roman;
	font-size: 16pt;
	font-weight: normal;
	color: #5F5F5F;
	background: url('images/dotts.gif') repeat-x bottom left;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:10px 
	}

h2 {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 140%;
	font-weight: strong;
	color: #5F5F5F;
	background: url('images/dotts.gif') repeat-x bottom left;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:10px 
	}
	

	
.dotted {
	background: url('images/dotts.gif') repeat-x bottom left;
	padding: 0px 0px 15px 0px;
}


:link, :visited { color: #337DC6; text-decoration: none; }
:link:hover, :visited:hover { text-decoration: underline; }

li { 
	list-style-type: square;
	list-style-image: url('images/arrow.gif');
	margin-left: -11px;
	}


#bottom_homepage {
	margin: 10px auto;
	width: 976px;
	height: 266px;
	text-align:left;
	position:relative;
	background-image:url('images/background-top.jpg');
	}
	
.clearfix:after {
    content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}