@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, p, ol, dl, dd, dt, img, blockquote, q, div, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre{
margin: 0px;
padding: 0px;
}

:focus { 
outline: 0; 
} 

body{
background: url(images/bck-main.jpg) repeat-x 0px 0px;
font-family:Tahoma;
text-align: center;
cursor:default;
}

a img {
border: none; 
margin: 0px;
padding: 0px;
}

#container{
width:786px;
margin: 0px auto;
text-align:left;
}

/* Top part styles */

#topblock{
position:relative;
clear:both;
width:786px;
height:128px;
}

	#topblock h1{
	font-size: 24px;
	font-weight:normal;
	line-height: 26px;
	letter-spacing:-1px;
	text-align: left;
	margin: 0px;
	padding: 37px 0px 0px 50px;
	color:#fff;
	}
	
	.phoneicon{
	vertical-align:middle;
	}
	
	#logolink{
	position:absolute;
	top:18px;
	left:545px;
	width:165px;	
	height:55px;
	z-index:1;
	}
	
	#menubar{
	position:absolute;
	top:93px;
	left:0px;
	width:868px;
	height:35px;
	z-index:10;
	}

	.mainnav{
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	height: 35px;
	list-style: none;
	}

	.mainnav li{
	float:left;
	}

	.mainnav li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding:0px 0px 0px 15px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: url(images/nav-left.png) no-repeat top left;
	}

	.mainnav li a b{
	float: left;
	display: block;
	padding: 0px 15px 0px 0px;
	line-height: 40px;
	background: url(images/nav-right.png) no-repeat top right;
	}

	.mainnav li a:hover{
	color: #fff;
	line-height: 40px;
	background: url(images/nav-hover-left.png) no-repeat top left;
	}

	.mainnav li a:hover b{
	color: #fff;
	line-height: 40px;
	background: url(images/nav-hover-right.png) no-repeat right top;
	}

	#current a{
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	line-height: 40px;
	padding: 0px 0px 0px 15px;
	text-align: center;
	background: url(images/nav-current-left.png) no-repeat top left;
	list-style: none;
	}

	#current a b{
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	line-height: 40px;
	padding: 0px 15px 0px 0px;
	text-align: center;
	background: url(images/nav-current-right.png) no-repeat right top;
	list-style: none;
	}

	#loginbut a{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	width:120px;
	line-height: 40px;
	padding: 0px 0px 0px 15px;
	text-align: center;
	background: url(images/nav-login-left.png) no-repeat top left;
	list-style: none;
	}

	#loginbut a b{
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	line-height: 40px;
	padding: 0px 15px 0px 0px;
	text-align: center;
	background: url(images/nav-login-right.png) no-repeat right top;
	list-style: none;
	}

.contentblock{
position:relative;
width:786px;
margin:0px auto;
text-align:left;
clear:both;
}
.contentblocklarge{
position:relative;
width:900px;
margin:0px auto;
text-align:left;
clear:both;
}

.whiteseparator{
position:relative;
clear:both;
margin:0px auto;
padding:0px;
width:786px;
}

	.whiteseparator h1{
	font-size: 26px;
	font-weight:normal;
	line-height:28px;
	letter-spacing:-1px;
	text-align: left;
	margin: 30px 0px 30px 20px;
	padding: 0px;
	color:#aaa;
	}

	.whiteseparator p{
	color:#333;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-align:left;
	margin: 0px 0px 20px 20px;
	padding:0px;
	clear:both;
	}	

.blueseparator{
position:relative;
clear:both;
margin:0px auto;
padding:0px;
width:786px;
height:7px;
background: url(images/separator-blue.gif) repeat-x left top;
}

.footer{
position:relative;
clear:both;
margin:0px auto;
padding:0px;
width:786px;
text-align:center;
}

	.footer p{
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	color:#666;
	}

	.footer a:link, .footer a:active, .footer a:visited{
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	color:#284A91;
	}

	.footer a:hover{
	text-decoration:underline;
	font-size:10px;
	font-weight:bold;
	line-height:18px;
	color:#285ACF;
	}