@charset "utf-8";
img, div {
	behavior: url(css/iepngfix.htc)
}
body {
	behavior: url(css/csshover3.htc);
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #0d0d91;
	margin-top: 0px;
	top: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-size: 12px;
}
a {
	color: #ff6f02;
	text-decoration: none;
}
hr {
	color: #ff6e02;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-image: url(../images/template/bullet.png);
}
h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0F1690;
}
#main_container {
	width:1000px;
	margin: 0 auto;
}
#services_buttons {
	width: 760px;
	height: 100px;
}
#services_buttons h2 {
	color:white;
	margin-bottom:0px;
}
#services_buttons ul {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0 0;
	list-style-image: none;
}
#services_buttons ul li {
	height: 100px;
	width: 252px;
	border-right: 1px solid #777;
	display: block;
	float: left;
	background-image: url(../images/template/services_bknd.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#services_buttons ul li:hover {
	background-image: url(../images/template/services_hover.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#services_buttons ul li.repair {
	border-right: 0px;
}
#services_buttons ul li a {
	display:block;
	width:232px;
	height:80px;
	padding: 10px;
}
#services_buttons ul li a:hover {
	display:block;
	color:white;
	width:232px;
	height:80px;
	padding: 10px;
	text-decoration: none;
}
#services_buttons ul li a div {
	text-align:right;
	font-size:10px;
	color:white
}
#services_buttons ul li a:hover div {
	text-align:right;
	font-size:10px;
	color:black
}
h2 {
	margin: 0 0 5px 0;
	padding: 0px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #0F1690;
}
h3 {
	margin: 0;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #ff6f02;
	text-decoration:none;
}
h3:hover {
	text-decoration:underline;
}
#top_container {
	width: 1000px;
	margin: 0 auto;
	height: 195px;
	background-image: url(../images/template/Logo_Nav.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#above_nav {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	padding-right: 100px;
	text-align: right;
	padding-top: 40px;
	color: #ff6f02;
}
#nav {
	height: 65px;
	width: 880px;
	margin: 0 auto;
	padding-right: 120px;
}
#mail {
	width: 27px;
	height: 21px;
	float: right;
	margin-top: 2px;
	background-image: url(../images/template/mail.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#mail:hover {
	background-image: url(../images/template/mail_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
}
ul#topnav {
	margin: 0 0 0 120px;
	padding: 0;
	width: 800px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 14px;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #777; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 4px 15px;
	height: 22px;
	display:block;
	float:left;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
	background-color: #ff6f02;
	background-image: url(../images/template/nav_hover.png);
	background-repeat: repeat-x;
	background-position: center top;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
	float: left;
	padding: 8px 0 11px;
	position: absolute;
	left: -20px;
	top:30px;
	display: none; /*--Hide by default--*/
	width: 800px;
	background: #ff6f02;
	color: #fff;
}
ul#topnav li:hover span {
	display: block;
} /*--Show subnav on hover--*/
ul#topnav li span a {
	display:inline;
	float:none;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
}
#page_content {
	width: 760px;
	min-height: 250px;
	margin: 0 auto;
	background-image: url(../images/template/body_bknd.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left: 120px;
	padding-right: 120px;
	color: #000000;
	clear: both;
}
#footer {
	width: 760px;
	padding: 0 120px;
	height: 70px;
	margin: 0 auto;
	background-image: url(../images/template/bottom_body.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#copyright {
	width: 280px;
	margin-top: 35px;
	color: #FFFFFF;
	float: left;
}
#terms {
	width: 320px;
	float: right;
	margin-top: 35px;
	text-align: right;
	color: #FFFFFF;
}

