body {
	margin: 15px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	background-color:#FFFFFF;
}

body, body div, body p, body th, body td, body li, body dd {
		/* "box model hack" See http://tantek.com/CSS/Examples/boxmodelhack.html */
		font-size: x-small; /*value for IE5.x/win */
		voice-family: "\"}\""; /*trick IE5.x/win into thinking rule is over */
		voice-family: inherit;
	font-size: small; /* style for all modern browsers */
} w {} /* IE5.x/win recover from hack */

a {
	text-decoration: underline;
	color: #0080AF;
}

#wawabluetext {

	color: #003663

}

a:hover {
	text-decoration: none;
	color: #CA3B03;
}

img {
	border: 0;
}

h1 {
	font-size: 135%;
	color: #2B4D0A; /*Dark green*/
}

h2 {
	font-size: 125%;
	color: #003663; /*Dark blue*/
}

h3 {
	font-size: 115%;
	color: #3C6C0E; /*Green*/
}

h4 {
	font-size: 105%;
	color: #0080AF; /* Wawa blue */
}

.ht, .htline {
	color: #003663; /*Dark blue*/
	font-weight: bold;
}

.htline {
	border-bottom: #98AA87 1px dashed;
}

.htg {
	color: #3C6C0E; /*Green*/
	font-weight: bold;
}

.testimonial {
	font-size: 80%;
	padding: 2px 4px 0px 0px;
}

#content ul {
	list-style-image: url(../../imgs/bullet.gif);
}

.divider {
	display: block;
	border-top: #98AA87 1px dashed;
}

.ds {
	color:#0080AF;
	font-weight:bold;
	font-size:140%
}

.small {
	font-size: 80%;
}

form {
	padding: 0px;
	margin: 0px;
}

.bclear {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}

.space {
	padding-top: 1px;
}

.hide {
	display: none;
}

.red {
	color: #CC0000;
	font-weight: bold;
}

/*ul {
	padding: 0;
	margin: 0 0 0 15px;
}*/

table.clist {
	border: #003663 1px solid;
}

td.clistb {
	background: #D8E6CB;
}

.gbgd {
	padding: 0px 5px;
	color: #003663;
}

p.backtop a {
	float: right;
	background: url(../../imgs/back-to-top.gif) center no-repeat;
	width: 53px;
	height: 18px;
}

.contentbox {
	background: #E1ECF6;
	border: 1px solid #003663;
	margin: 0px;
	padding: 0px;
}

.boxheader {
	border-bottom: 1px dashed #003663;
	padding: 2px;
	color: #003663;
	font-weight: bold;
	background-color: #A7C9E7;	
}

.cbox {
	border: #0B5999 2px solid;
	background: #EBEDF4; /* light grey blue */
	padding: 3px;
	width: 90%;
	text-align: left;
}

.cboxh {
	background: #0080C3 url(../../imgs/cboxh-bgd.gif) top left repeat-x;
	border-top: 2px solid #0B5999;
	border-left: 2px solid #0B5999;
	border-right: 2px solid #0B5999;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	width: 90%;
}

.billingbox {
	border: #0B5999 2px solid;
	background: #EBEDF4; /* light grey blue */
	padding: 3px;
	text-align: left;
}

.billingboxh {
	background: #0080C3 url(../../imgs/cboxh-bgd.gif) top left repeat-x;
	border-top: 2px solid #0B5999;
	border-left: 2px solid #0B5999;
	border-right: 2px solid #0B5999;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

.splashtxt {
	background: url(../../imgs/s_intro.gif) top right no-repeat;
	width: 358px;
	height: 102px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
}



/*main structure------------------------------------------------------*/

#pagebody {
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#front, #header img {
	border: 1px solid #003663;
}

#rtxtheader {
	float: left;
	font-size: 110%;
	font-weight: bold;
	color: #003663;
	padding: 2px 0;
	margin: 0;
}

#ltxtheader {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #003663;
	padding: 2px 0;
}

#searchbox {
	float: right;
	background: #A7C9E7 url(../../imgs/searchbox.gif) no-repeat bottom left;
	font-weight: bold;
	color: #3C6C0E; /*Dark Green*/
	padding: 4px 2px 2px 32px;
}
#searchboxagain {
	background: #A7C9E7 url(../../imgs/searchbox.gif) no-repeat top left;
	font-weight: bold;
	color: #3C6C0E; /*Dark Green*/
	text-align: center;
	padding: 4px 2px 2px 15px;
}

.searchbutton {
	vertical-align: bottom;
}
.searchtext {
	vertical-align:top;
}


#snbgd {
	float: left;
	background: url(../../imgs/sn-bgd.gif) 160px 0 repeat-y;
}

.quick {
	border-bottom: 1px solid #003663;
	text-align: left;
	font-weight: bold;
	color: #2B4D0A;
	margin: 10px 0;
}

.content {
	float: left;
	/*border: 1px solid #000000;*/
	padding: 0px 0 5px 5px;
	/*margin-left: 165px;*/
	width: 580px;
}

.fullcontent {
	float: left;
	/*border: 1px solid #000000;*/
	padding: 0px 0 5px 5px;
	/*margin-left: 165px;*/
	width: 740px;
}

a.smlink {
	color: #003663;
}


/*Left Side ------------------------------------------------------*/

#lside {
	float: left;
	padding-right: 5px;
	width: 155px;
	height: 1%; /*IE bug */
}

#sheader {
	font-size: 115%;
	color: #003663;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.snimage {
	border: 1px solid #003663;
}

#snav {
}

#snav ul {
	list-style-image: none;
	padding: 2px 2px 2px 1.4em;
	margin: 0px; 
}

#snav ul li.snlinkb {
	list-style-image: url(../../imgs/sn-bullet.gif);
}

#snav ul li.snactiveb {
	list-style-image: url(../../imgs/sn-bullet-active.gif);
}

a.snlink {
	color: #003663;
	text-decoration: none;
}

a.snlink:hover {
	text-decoration: underline;
}

a.snactive, a.snactive:hover {
	color: #005952;
	font-weight: bold;
	text-decoration: none;
}

/*Index page ------------------------------------------------------*/

#welcome {
	border-bottom: 1px solid #003663;
	font-size: 145%;
	font-weight: bold;
	color: #2B4D0A;
}

#iright ul {
	padding: 5px 0px 0px 15px;
	margin: 0px;
}

#ileft {
	float: left;
	width: 325px;
}

#iright {
	float: right;
	text-align: left;
	padding: 5px 0px 2px 5px;
	margin: 0px;
	/*width: 175px;*/
	width: 225px;
}

.ihead {
	display: block;
	border: 1px solid #000;
	background: #1F6C1F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}

.ihead span {
	display: block;
	background: url(../../imgs/top-right.gif) top right no-repeat;
	padding-right: 5px;
}

.ibox {
	background: #E1ECF6;
}

.ipad {
	padding: 2px;
}

.ibutton {
	border-top: 1px dashed #003663;
	background-color: #A7C9E7;
	color: #003663;
	padding: 2px;
}

/* old index right boxes */
.ibutton a, .ibutton a:hover {
	color: #003663;
}

.aihead {
	background: #E1ECF6 url(../../imgs/top-left.gif) top left no-repeat;
	color: #003663;
	font-weight: bold;
	padding-left: 5px;
}

.aihead span {
	display: block;
	background: url(../../imgs/top-right.gif) top right no-repeat;
	padding-right: 5px;
}

.aibox {
	background: #E1ECF6;
}

.aipad {
	padding: 2px;
}

.aibutton {
	border-top: 1px dashed #003663;
	background-color: #A7C9E7;
	color: #003663;
	padding: 2px;
}

.aibutton a, .aibutton a:hover {
	color: #003663;
}

/*Menu pages ------------------------------------------------------*/

.ictop h1 {
	display: inline;
	border-bottom: 1px solid #E1ECF6; /*strange bug in FF that leaves a 1px space if display is inline*/
	padding: 0px;
	margin: 0px;
	background: #E1ECF6 url(../../imgs/top-left.gif) top left no-repeat;
	padding-left: 8px;
}

.ictop span {
	background: url(../../imgs/top-right.gif) top right no-repeat;
	padding-right: 8px;
}

.icbox {
	background: #E1ECF6 url(../../imgs/menu-bgd.gif) bottom right no-repeat;
	padding: 5px;
	width: 500px;
}

h3.icbutton {
	margin: 0px;
	padding: 4px 2px 2px 26px;
	font-size: 1em; 
	background: url(../../imgs/ic-bullet.gif) no-repeat;
}

.icbutton a {
	color: #3B405E;
	font-weight: bold;
	text-decoration: underline;
}

.icbutton a:hover {
	text-decoration: none;
}

.abox {
	background: #E1ECF6;
}

/*Top Navigation-------------------------------------------------------*/

#topnav {
	background: url(../../imgs/topnav-bgd.gif) bottom left repeat-x;
	text-align: left;
	height: 40px;
	width: 750px;
}

#topnav-temp {
	background: url(../../imgs/topnav-bgd-temp.gif) bottom left repeat-x;
	text-align: left;
	height: 45px;
	width: 750px;
}

#topnav ul,#topnav-temp ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li a {
	display: block;
	height: 40px;
}

#nav span, #topfooter span, .backtop span {
	display: block;
	font-size: 1px; /* IE5 pushes box down due to font size of 'hidden' elements */
	width: 0;
	height: 0;
	overflow: hidden;
}

li#home {
	background: url(../../imgs/tn-home.gif) bottom left no-repeat;
	width: 59px;
	float: left;	
}

li#home a:hover {
	background: url(../../imgs/tn-home-over.gif) bottom left no-repeat;
}

li#a-home {
	background: url(../../imgs/tnactive-home.gif) bottom left no-repeat;
	width: 59px;
	float: left;	
}

li#automobile {
	background: url(../../imgs/tn-auto.gif) bottom left no-repeat;
	width: 91px;
	float: left;	
}

li#automobile a:hover {
	background: url(../../imgs/tn-auto-over.gif) bottom left no-repeat;	
}

li#a-automobile  {
	background: url(../../imgs/tnactive-auto.gif) bottom left no-repeat;
	width: 91px;
	float: left;
}

li#residential{
	background: url(../../imgs/tn-residential.gif) bottom left no-repeat;
	width: 86px;
	float: left;	
}

li#residential a:hover {
	background: url(../../imgs/tn-residential-over.gif) bottom left no-repeat;	
}

li#a-residential {
	background: url(../../imgs/tnactive-residential.gif) bottom left no-repeat;	
	width: 86px;
	float: left;	
}

li#billing {
	background: url(../../imgs/tn-billing.gif) bottom left no-repeat;
	width: 105px;
	float: left;	
}

li#billing a:hover {
	background: url(../../imgs/tn-billing-over.gif) bottom left no-repeat;	
}

li#a-billing {
	background: url(../../imgs/tnactive-billing.gif) bottom left no-repeat;
	width: 105px;
	float: left;	
}

li#policy {
	background: url(../../imgs/tn-policies.gif) bottom left no-repeat;
	width: 91px;
	float: left;	
}

li#policy a:hover {
	background: url(../../imgs/tn-policies-over.gif) bottom left no-repeat;	
}

li#a-policy {
	background: url(../../imgs/tnactive-policies.gif) bottom left no-repeat;
	width: 91px;
	float: left;	
}

li#claims {
	background: url(../../imgs/tn-claims.gif) bottom left no-repeat;
	width: 66px;
	float: left;	
}

li#claims a:hover {
	background: url(../../imgs/tn-claims-over.gif) bottom left no-repeat;	
}

li#a-claims {
	background: url(../../imgs/tnactive-claims.gif) bottom left no-repeat;
	width: 66px;
	float: left;	
}

li#news {
	background: url(../../imgs/tn-newsboard.gif) bottom left no-repeat;
	width: 94px;
	float: left;	
}

li#news a:hover {
	background: url(../../imgs/tn-newsboard-over.gif) bottom left no-repeat;	
}

li#a-news {
	background: url(../../imgs/tnactive-newsboard.gif) bottom left no-repeat;
	width: 94px;
	float: left;	
}

li#about {
	background: url(../../imgs/tn-about.gif) bottom left no-repeat;
	width: 86px;
	float: left;	
}

li#about a:hover {
	background: url(../../imgs/tn-about-over.gif) bottom left no-repeat;	
}

li#a-about {
	background: url(../../imgs/tnactive-about.gif) bottom left no-repeat;
	width: 86px;
	float: left;	
}

li#contact {
	background: url(../../imgs/tn-contact.gif) bottom left no-repeat;
	width: 72px;
	float: left;	
}

li#contact a:hover {
	background: url(../../imgs/tn-contact-over.gif) bottom left no-repeat;	
}

li#a-contact {
	background: url(../../imgs/tnactive-contact.gif) bottom left no-repeat;
	width: 72px;
	float: left;	
}

/* end */

/*Footer---------------------------------------------------------------*/

#footer {
	clear: both;
	border-top: 1px solid #003663;
	padding-top: 5px;
}
/*
#backtotop {
	float: right;
	background: url(../imgs/backtotop.gif) bottom right no-repeat;
	width: 56px;
	height: 42px;
}

#backtotop a {
	display: block;
	float: right;
	width: 56px;
	height: 42px;
}

#bottomfooter {
	text-align: left;
}*/

#ambest {
	float: left;
	width: 160px;
}

#copy {
	font-family: Times New Roman, Times, serif;
	font-size: 90%;	
	color: #333;
	padding: 2px 0 10px 160px;
	float: left;
}

/*#copyhome {
	font-family: Times New Roman, Times, serif;
	font-size: 80%;
	color: #333;
	padding-left: 110px;
	margin: 0px;
	float: left;
}*/

#ftlinks {
	float: right;
	font-family: Times New Roman, Times, serif;
}

#ftlinks a {
	text-decoration: underline;
	color: #003663;
}

#ftlinks a:hover {
	text-decoration: none;
	color: #000000;
}

#admin a
{
	COLOR:#FFFFFF; PADDING-RIGHT: 7px;	DISPLAY: block;	PADDING-LEFT: 7px;	FONT-WEIGHT: 700;	PADDING-BOTTOM: 5px;	MARGIN: 0px;	TEXT-TRANSFORM: uppercase;	PADDING-TOP: 4px;	TEXT-DECORATION: none;	_height: 1%;	_float: left
}

#admin a:hover
{
	BACKGROUND-COLOR: #FFFFFF; COLOR:#3c78b5; PADDING-RIGHT: 7px;	DISPLAY: block;	PADDING-LEFT: 7px;	FONT-WEIGHT: 700;	PADDING-BOTTOM: 5px;	MARGIN: 0px;	TEXT-TRANSFORM: uppercase;	PADDING-TOP: 4px;	TEXT-DECORATION: none;	_height: 1%;	_float: left
}


/*#statechange {
	float: right;
	font-family: Times New Roman, Times, serif;
	clear: both;
	color: #3C6C0E;
}*/

.grayOut
{
	color: #6C6C6C;
	background: #ececec;
}

.grayOutPhone
{
	color: #6C6C6C;
	background: #ececec;
}