@charset "utf-8";
/* CSS Document */
div,img.pngfix {
	behavior: url(styles/iepngfix.htc);
}
.img_pad{float:right;padding:0 0 15px 15px;}
body {
	margin: 0;
	background: #ddd url(../img/body_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin: 0 auto;
	width: 984px;
	background: url(../img/shadows.png) no-repeat;
}
#container-i {
	background: #fff;
	margin: 0 12px;
	padding: 0 3px;
}
#header {
	background-color:#1d5272;
	height: 90px;
	margin-bottom: 3px;
	padding-top: 8px;
}
#rightbox {
	float: right;
	width: 260px;
}
#phonenumber {
	position: relative;
	top: -3px;
	margin-left: 10px;
}
#sidebar{width:175px;float:right;background-color:#ccc;padding:5px;}
#searchbox {
	margin-top: 8px;
	background:url(../img/search_bg.png) no-repeat;
	height: 42px;
}
#searchbox form {
	margin: 0;
	padding: 0;
}

#query {
margin: 12px 0 0 72px;
width: 127px;
border: 0;
}
#topnav {
	background: url(../img/nav_bg.gif) repeat-x;
	height: 37px;
	margin-bottom: 3px;
}
#main {
	padding: 10px;
}
#footer {
	height:25px;
	color: #1d5272;
}
#copyright {
	margin: 0 auto;
	width: 980px;
	padding: 18px 0 20px 0;
	text-align: center;
	color:#000;
	font-size:11px;
	background: url(../img/bottom_shadow.png) no-repeat;
}
img {
	border:0;
}
#logo {
	background: url(../img/logo.png) no-repeat;
	height:84px;
	width:320px;
	margin-left:3px;
	float:left;
	}
 h1, h2, h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #1d5272;
	margin-top: 0;
}
h1{font-size:22px}
h2 {
 font-size:20px;
}
h3 {
	font-size:18px;
}
p,ol,ul {
	margin-top: 0;
}
#main ul {
	list-style-type: square;
}
a:link, a:visited, a:active, a:hover {color:#1d5272;text-decoration:none;font-weight:bold;}
a:hover {text-decoration:none}

#headerlogin {
	background:url(../img/i_search.gif) no-repeat;
	background-image:url(../img/search_bg.png);
	background-repeat:no-repeat;
	color:#FFF;
	height:40px;
	padding:5px;
	text-align:right;
	width:240px
	}
	
	.head {
	background-color:#fff;
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
	height:100px;
	width:961px;
	margin-left: auto;
	margin-right: auto;
	border:solid #fff 3px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	overflow:hidden;
	}

	#loginbox {
	float:right;
	padding:5px
	}
	#searchbar {
	margin:0 10px 0 25px;
	width:120px
	}
	
	.searchgo {
	margin-top:1px;
	top:4px;
	width:34px;
	padding-right: 3px;
	}
	
	input,#header input {
	border:0;
	color:#000
	}

	#logincontainer img {
	padding-right:15px
	}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

