html, body, form, ul, li, p, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 11px;
	font-family: verdana;
	background: url(images/bg.png) #172132 repeat-x;
}
.searchText {
	font-size: 14px;
	margin-left: 5px;
}
#main {
	width: 888px;
	min-height: 214px;
	_height: 214px;
	background: url(images/header.jpg) no-repeat;
	padding: 0 15px 0 15px;
	margin: 0 auto;
}
#menu {
	width: 700px;
	height: 48px;
	list-style: none;
	padding: 165px 0 1px 0;
	float: left;
}
#menu li {
	background: url(images/menu_border.gif) no-repeat right 0;
	padding: 0 1px 0 0;
	float: left;
}
#menu li.last {
	background: none;
}
#menu a {
	height: 36px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 14px 0 14px;
	float: left;
}
#menu a:hover {
	background: url(images/menu_hover.gif) repeat-x;
}
#content_main {
	width: 889px;
	background: url(images/content_bg.png) repeat-y;
	padding: 0 14px 0 15px;
	margin: 0 -15px 0 -15px;
	_display: inline;
	float: left;
}
* html #content_main {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='img/content_bg.png' );
}

/*#######  below is a dup so the vertical separator line isn't there for right column.  #######*/
#content_main2 {
	width: 889px;
	background: url(images/content_bg2.png) repeat-y;
	padding: 0 14px 0 15px;
	margin: 0 -15px 0 -15px;
	_display: inline;
	float: left;
}
* html #content_main2 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='img/content_bg2.png' );
}

/*### end dupe ####*/

#content {
	width: 624px;
	padding: 5px 0 0 0;
	float: left;
}
#content p {
	color: #515151;
	line-height: 1.5;
	padding: 0 0 10px 10px;
	display: block;
}
#content .list1 {
	color: #515151;
	line-height: 1.5;
	padding: 0 0 10px 10px;
	margin-left:20px;}
#content .block {
	width: 602px;
	background: #F3F3F3;
	border: 1px solid #878787;
	padding: 5px;
	margin: 0 0 0 10px;
	_display: inline;
	float: left;
}
#content .block img {
	border-right: 10px solid #F3F3F3;
	float: left;
}
#content .block h1 {
	color: #173865;
	font-size: 36px;
	font-family: Times New Roman;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin: 0 0 5px 0;
	display: block;
}
#content h1 {
	color: #173865;
	font-size: 36px;
	font-family: Times New Roman;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin: 0 0 10px 10px;
	display: block;
}
#content h2 {
	color: #173865;
	font-size: 18px;
	font-family: Times New Roman;
	font-weight: normal;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#content a.link_1 {
	margin: 10px 0 10px 10px;
	float: left;
}
#content a.link_2 {
	margin: 10px 10px 10px 0;
	float: right;
}
#sidebar {
	width: 255px;
	background: url(images/sidebar_top.gif) no-repeat;
	padding: 50px 0 0 0;
	float: right;
	/*border-left: 1px solid #1c3c63;*/
}
#bottom {
	width: 830px;
	height: 76px;
	background: url(images/bottom_bg.png) no-repeat;
	padding: 14px 15px 0 73px;
	margin: 0 -15px 0 -15px;
	_display: inline;
	float: left;
}
* html #bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='img/bottom_bg.png' );
}
#bottom .links {
	width: 440px;
	color: #700000;
	font-size: 12px;
	padding: 35px 0 0 0;
	float: left;
}
#bottom .links a {
	color: #700000;
	text-decoration: none;
	_position: relative;
}
#bottom  a.blog {
	_position: relative;
	float: left;
}
#footer {
	width: 888px;
	color: #275A9A;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 14px 0;
	float: left;
}
#footer a {
	color: #275A9A;
	text-decoration: none;
}
#footer a:hover, #bottom .links a:hover {
	text-decoration: underline;
}

/*###########################################
											#
Styles for form container and children     	#
											#
###########################################*/


div.formHolder {
float:right;
text-align:right;
width:300px;
margin-right:30px;
line-height:120%;
}


div.formHolder input {
margin:3px 10px;
}


div.formHolder input.text {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:150px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}

div.formHolder input.zip {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:50px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}
div.formHolder input.button { width:75px; padding:3px; height:30px; cursor:pointer; }


/*##########  Form Holder Styles END  #######*/
