body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5A5D63;
}

#outerwrap {
	width: 781px;
	margin: 0px auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

#outerwrap-1 {
	background-image: url("/public/image/border_sliver_left.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}

#outerwrap-2 {
	background-image: url("/public/image/border_sliver_right.jpg");
	background-repeat: repeat-y;
	background-position: top right;
}

#innerwrap {
	margin-left: 7px;
	margin-right: 7px;
}

#header-wrap {
	border-bottom: 14px solid #5A5D63;
	overflow: visible;
}
#header {
	height: 105px;
	overflow: visible;
}

#quicklinks {
	float:right; height:110px; width:197px;
}

#body {
	border: 5px solid #7B8E94;
	overflow: hidden;
	color: #5A5D63;
}

#content {
	overflow:hidden;
}

#body .content .subheading {
	font-size: 14px;
}

#body .content .heading {
	font-size: 16px;
}

#body .content {
	margin-top: 10px;
	padding-right: 10px;
}

#newsbox-wrap {
	float:right;
	width: 195px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: -3px;
	overflow: hidden;
}
#newsbox-wrap .heading {
	font-size: 14px;
}
#newsbox {
	background-color: #7B8E94;
	padding: 15px 10px 10px 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 6px;
}
#newsbox a { text-decoration: none; color: #FFFFFF; }
#newsbox p { margin-top:0px; }

#bottom-links {
	padding: 25px 5px 14px 18px;
	clear: both;
}
#bottom-links .item, #bottom-links .item a {
	font-size: 9px;
	color: #5A5D63;
	padding: 0px 2px;
	text-decoration: none;
}
#bottom-links .item_divider {
 	color: #7B8E94;
	font-size: 9px;
}

#footer-wrap {
	font-size: 10px;
	color: #CCCCCC;
	background-color: #5A5D63;
	padding: 0px 3px;
}
#footer {
	height: 30px;
	background-image: url("/public/image/border_sliver_bottom.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}
#footer .content {
	padding: 8px 3px;
}
#footer a { text-decoration: none; color: #FFFFFF; }

a img, img { border:none; }

/****** Navigation ************/
#navbox { 
	height: 32px;
	width: 557px;
	overflow: hidden;
	position:relative; 
	top:15px; 
	left: 13px;
	background-color: #5A5D63;
}

ul#navlist {
	margin-left: 0;
	margin-top: -12px;
	padding: 0;
	white-space: nowrap;
}

#navlist li {
	text-align: center;
	display: block;
	float: left;
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	background-image: url("/public/image/tab_border.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	
	overflow: hidden;
}

#navlist a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
#navlist a:hover {
	color: #E5E5E5;
}

li { margin-top: 12px; }

form#quote {
width:; 
padding:10px;
margin:0 auto;
}

form#quote fieldset {
width:450px; 
display:block; 
padding:10px; 
margin: 13px;
}

form#quote legend {
font-weight:bold; 
margin-bottom:5px; 
}

form#quote input {
padding-bottom:5px;
margin-bottom:5px; 
font-size:10px;
}

form#quote select {
padding-bottom:5px;
margin-bottom:5px; 
font-size:10px;
}

form#quote label {
display:block; 
float:left; 
width:150px; 
text-align:left; 
padding-right:10px; 
padding-bottom:5px;
color: #000; 
margin-bottom:0px;
font-weight:normal;
}