﻿/* CSS Document */


body  {
	font-family:Arial, Verdana, Helevetica;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #fff;
	background-image:url('../images/back.gif');
	background-repeat: repeat-x;
	line-height: 150%;
	}


:link, :visited { color: #025B91; text-decoration: none; }
:link:hover, :visited:hover { text-decoration: underline; }


ul { 
	list-style-type: square;
	list-style-image: url('../images/list_blue.gif');
	}
	
h1 {
	font-family: Georgia, Times New Roman;
	font-size: 225%;
	color: #2B6FB0;
	font-weight: normal;
	}
	
	
h2 {
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	font-size: 150%;
	color: #DA2627;
	background: url('../images/dotts.gif') repeat-x bottom left;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:10px 
	}


h3 {
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	font-size: 150%;
	color: #DA2627;
	}

.left {

	float: left;
	margin-right: 10px;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	}

#wrapper {
	width: 980px;
	text-align:center;
	margin:0px auto;
	padding-top: 25px;
	}

#wrapperb {
	width: 980px;
	text-align:center;
	margin:0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#container {
	width: 980px;
	text-align:center;
	}

#header {
	width: 980px;
	text-align:center;
	height: 191px;
	background: transparent url('../images/logo.gif') top left no-repeat;
	}

#secondary {
	width: 980px;
	height: 257px;
	background: transparent url('../images/home.jpg') top left no-repeat;
	margin-left: 2px;
	}

#secondaryservices {
	width: 980px;
	background: transparent url('../images/secondary-inside.gif') top left no-repeat;
	margin: 15px 0 0 2px;
	
	}
	
#content {
	font-size: 98%;
	width: 980px;
	text-align: left;
	float: left;
	background-color: #fff;
	margin: 0 0 0 2px;
	}

#contenthome {
	font-size: 98%;
	width: 980px;
	text-align: left;
	float: left;
	background: transparent url('../images/homepage.jpg') top left no-repeat;
	margin: 22px 0 0 2px;
	}



#leftcontent {
	float: left;
	width: 600px;
	margin: 20px 20px 0 25px;
	padding: 0 0 50px 0;
	}

#rightcontent {
	float: left;
	width: 260px;
	border-left:1px solid #E0E0E0;
	padding: 0 10px 0 20px;
	margin: 20px 0 0 0;
	}
	
	
#leftcontenthome {
	float: left;
	width: 600px;
	margin: 290px 20px 0 25px;
	padding: 0 0 50px 0;
	}

#rightcontenthome {
	float: left;
	width: 260px;
	background: transparent url('../images/shadow-middle.gif') center left no-repeat; 
	padding: 0 10px 0 30px;
	margin: 290px 0 0 0;
	}
	

#footer {
		margin-top: 25px;
		border-top:1px solid #C0C0C0;

}

.shadowbox {
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	padding: 10px;
	}
	
	







/* Navigation
---------------------------------------------------------------------------------*/

#navigation{
background:url('../images/navi.gif') no-repeat;
width:635px;
height:42px;
margin:0px;
padding:0px;
float:right;
}

#navigation span {
display: none;
}

#navigation li, #navigation a {
height:42px;
display:block;
}

#navigation li {
float:right;
list-style:none;
display:inline;
}

#navigation-01 {width: 127px;}
#navigation-02 {width: 127px;}
#navigation-03 {width: 127px;}
#navigation-04 {width: 127px;}
#navigation-05 {width: 127px;}

#navigation-01 a:hover {background:url('../images/navi.gif') no-repeat 0px -42px; }
#navigation-02 a:hover {background:url('../images/navi.gif') no-repeat -127px -42px; }
#navigation-03 a:hover {background:url('../images/navi.gif') no-repeat -254px -42px; }
#navigation-04 a:hover {background:url('../images/navi.gif') no-repeat -381px -42px; }
#navigation-05 a:hover {background:url('../images/navi.gif') no-repeat -508px -42px; }

/* End Navigation
---------------------------------------------------------------------------------*/