/* =Layout styles - main page layout */
body {
	background-color: #e0e0e0;
}
.right_shadow {
	background: url(/images/layout_right_side.gif) repeat-y top left;
}
.left_shadow {
	background: url(/images/layout_left_side.gif) repeat-y top right;
}
.bottom_shadow {
	background: url(/images/layout_bottom_shadow.gif) repeat-x top;
}
.menu_back {
	background: url(/images/menu_bck.jpg) repeat-y top left;
	background-color: #999999;
}
.menu_shadow {
	background: url(/images/menu_shadow_bottom.gif) repeat-x top;
	background-color: #FFFFFF;
}
.footer_back {
	background: url(/images/layout_footer_bck.jpg) repeat-y top right;
	background-color: #999999;
}
.side_menu {
	margin: 10px;
}
.main_section {
	padding:0px 0px 0px 5px;
	margin: 0;
}
.divider {
	background-color: #999999;
}

#glass_quote {
	float: right;
	width: 250px;
	padding: 0 0 0 15px;
	text-align: center;
}

/* =Text styles */
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000000;
}
.footer {
	font-size: 9px;
	color: #999999;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.header_blk {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
}
.top_menu {
	margin: 3px 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.top_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:hover {
	color: #000000;
}
.side_phone {
	font-size: 24px;
	font-weight: bold;
	color: #DF0000;
	margin-right: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DF0000;
	font-style: italic;
	margin-top: -1px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF0000;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF0000;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 5px;
}
h3 a {
	color: #DF0000;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
.courses h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF0000;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 5px;
}
.courses h3 a {
	color: #DF0000;
	text-decoration: none;
}
.note {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}
.more {
	font-size:10px;
	color: #999999;
}
.more a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
.list {
	list-style-type: disc;
	margin: 0 0 0px 5px;
	padding: 0px 0 0px 5px;
	line-height: 1.5em;
}
.list2 {
	line-height: 1.5em;
}

/* =Other Styles */
.courses {
	background: url(/images/ce-courses-for-insurers.jpg) no-repeat;
	margin-top: 1px;
	width: 240px;
	height: 122px;
}
.courses_int {
	font-size: 11px;
	position: relative;
	top: 0px;
	left: 80px;
	width: 150px;
}
.courses_list {
	list-style-type: disc;
	margin: 0 0 0px 5px;
	padding: 0px 0 0px 5px;
	line-height: 1em;
}
.courses h3 {
	margin-bottom: 10px;
}
.pointer {
	cursor: pointer;
	text-decoration: none;
}
.image {
	margin: 0 0 5px 5px;
}
#carwash_emblem {
	float: right;
	margin: -5px 0 0px 0;
}

/* =Westhost link */
a.westhost {
	font-size: .9em;
	color: #666666;
	text-decoration: none;
}

/*** =Forms ***/
form.whform {
	float: left;
	margin: -30px 0 0 0;
	padding: 0 0 100px 0;
}
form.whform fieldset {
  margin: 0 0 10px 0;
	border-width: 0;
}
form.whform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.whform label {
	margin: 0 10px 0 0px;
	padding: 0 0 0 2px;
	display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	font-weight: bold;
	color: #000000;
}
form.whform fieldset ol {
  margin: 0 0 0 0px;
  padding: 0;
}
form.whform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.whform p {
	margin: 0 150px 0 0;
}
form.whform em {
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	color: #DF0000;
}
form.whform strong {
	margin-left: 10px;
	color: #DC374F;
}

/** Specific form styles **/
form.whform .text_center {
	padding: 0 5px;
	text-align: center;
}
form.whform .normal {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: .95em;
	font-weight: normal;
	color: #000000;
}