/* CSS Document */

#wrapper {
	text-align:left;
	width: 776px;
	height: auto;
	margin: 0px auto;
}
#header {
	height: 26px;
	background-image: url(images/header_bg4.png);
	background-repeat: no-repeat;
}
#header2 {
	height: 144px;
	background-image: url(images/header2_bg3.jpg);
}
#subhead {
	background-image: url(images/subhead_bg.jpg);
	height: 40px;
}
#sidebar {
	width: 177px;
	height: 405px;
	float: left;
	background-image: url(images/sidebar_bg.jpg);
	border-right: 3px solid #ff6600;
	padding-top: 25px;
}
#main {
	float: right;
	width: 596px;
	height: 430px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/main_bg2.jpg);
}
#footer {
	height: 50px;
	clear: both;
}
#bottom {
	height:20px;
	width: 776px;
	clear:both;
	text-align: right;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: 800;
	font-style: italic;
}
ul.sidebar {
	list-style-type:square;
}
ul.service {
	list-style-image:url(images/arrow2.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
}
ul.service2 {
	list-style-type:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
li.nav {
	display: list-item;
	border-bottom: 1px solid #ff6600;
	padding-top:0px;
	margin-left:0px;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
li.subserv {
	border-bottom:dotted #999999 1px;
	width: 100%;
	list-style-type:none;	
}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF6600; text-decoration: none
}
* { behavior: url(iepngfix.htc) }
#main a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
#main a:visited {
	color:#FF6600;
	text-decoration:underline;
}	
	
