html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
h1,h2,h3 { font-weight: bold; }

h1 {
	font-size: 28px;
	margin-bottom: 4px;
/*	color: #a8996e; */
	color: #153a8a; 
}
h2 {
	font-size: 22px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	padding: 5px;
}
table.smallpad td {
	padding: 2px;
}
table.nopad td {
	padding: 0px;
}
table.border {
	border-collapse: collapse;
}
table.border td {
	border: solid 1px black;
}
ul { 
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
	padding-top: 2px;
	margin-bottom: 3px;
}
a {
	color: #111;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: none;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
.yellow {
	color: #fcd025;
}
.red {
	color: red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
html body {
	color: #707070;
	font-family: Arial;
	line-height: 1.5;
	font-size: 13px;
	height: 100%;
	width: 100%;
}
input { 
	vertical-align: middle;
}

td { vertical-align: top; }
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	padding-top: 10px;
	font-size: 15px;
}
#head, #body, #foot {
	width: 1003px;
	margin: 0 auto;
}
#head {
	height: 192px;
	position: relative;
	z-index: 3;
}
#body {
	border: 6px solid #bebfc3;
	width: 666px;
	padding: 25px;
	padding-right: 300px;
	position: relative;
	background: url('../images/layout/body_bg.jpg') top right repeat-y;
	z-index: 1;
}
#foot {
	background: #bebfc3;
	text-align: center;
	color: white;
}
#foot a {
	color: white;
	text-decoration: none;
}
#menu  {
	background: #153a8a;
	height: 43px;
	width: 963px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 43px;
}
#menu span { 
	float: left;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-left: 7px;
	
}
#menu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.table.menu_table {
}
#menu_table a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;	
}
#menu_table span { 
	float: left;
	font-size: 14px;
	color: white;
	font-weight: bold;
	margin-left: 7px;	
}
#menu_table span.s2 { 
	font-size: 14px;
	color: white;
	font-weight: bold;
}
#menu span.right {
	float: right;
}
#sidebar {
	width: 245px;
	background: #bebfc3; 
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
#body_minheight {
	width: 1px; float: right; height: 465px;
}
.changed {
	color: red;
}
.changed input, .changed select {
	background: #ffe6e6;
}
.red_btn {
	float: left;
	padding-left: 14px;
	display: block;
	background: url('../images/layout/btn_l.jpg') top left no-repeat;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}
.red_btn:hover {
	color: #fff;
}
.red_btn span {
	display: block;
	padding-right: 17px;
	background: url('../images/layout/btn_r.jpg') top right no-repeat;
}
table.dropdown {
   z-index:2;
   position:absolute;
   display:inline;	
   visibility:hidden;
   background-color:#153a8a;
   color:#FFFFFF;
   font-size:14px;
   text-transform:none;
}

table.dropdown td {
   font-weight: bold;
}

.reg_link a {
   color: white;
   text-decoration: none;
}
#roadside table {
	border-collapse: collapse;
}
#roadside td td{
	border: solid 1px black;
}
strong {
	font-weight: bold;
}
#roadside .noborder td {
	border: none;
}
table.quote_edit input, table.quote_edit select, table.quote_edit td{
	font-size: 11px;
}