/* commonly used CSS definitions */

body {
	background-image:url(../commonImages/bgStripe.jpg);
	background-repeat: repeat-x;
	background-color:#9ece6f;
	margin-top:9px;
	margin-bottom:20px;
	padding-top: 0px;
	text-align: center; /* IE5 workaround for centering */
	height:100%;  /* for liquid height */
}

a {	outline: none;  /* removes focus box around links in Firefox */}

a:link {
	color : #66CCCC;
	text-decoration: underline;
}
a:visited {
	color : #66CCCC;
	text-decoration: underline;
}
a:focus {
	color : #66CCCC;
	text-decoration: underline;
}
a:hover {
	color : #66CCCC;
	text-decoration: none;
}
a:active {
	color : #66CCCC;
	text-decoration: none;
}

p {
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;	
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#48B4FD;
	letter-spacing:1px;
	font-size:18px;
	margin:0px 0px 16px 0px;
}
h2 {
	font-family:"Trebuchet MS", Verdana, Arial;
	letter-spacing:1px;
	font-size:14px;
	margin:0px 0px 0px 0px;
}


ul {
	list-style-position: outside;
	list-style:none;
	margin-top:0px;
	margin-left:20px;	/* required to Firefox / IE compatibility */
	padding-left:0px; 	/* required to Firefox / IE compatibility */
	margin-bottom:20px;
}
ul li {
	background-image:url(../commonImages/bullet.gif);
	padding-left:13px; 	/* space between bullet and text */
	background-repeat: no-repeat;
}
fieldset {
	margin:20px 0px 20px 0px;
	padding:20px 10px 20px 10px;
}
fieldset td {
	text-align:right;
}
legend {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:16px;
	font-weight:bold;
	color:#48B4FD;
}
input,select,textarea {
	border: 1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	color:#6699CC;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
}
img	{border-style: none;}


.req {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
.left {
	text-align:left;
}
.top {
	vertical-align:top;
}
.radio {
	background-color:White;
	border:none;
}
.checkbox {
	background-color:White;
	border:none;
}
.small {
	font-size:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.success {
	color:#339900;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top:30px;
}
.error {
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top:30px;
}

/* Main template definitions */
div#mainWrap {
	position:relative;
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto; /* for centering */
	margin-bottom: 0px;
	margin-left: auto; /* for centering */
	height:100%; /* for liquid height */
}

div#bannerTop {
	position:relative;
	background-color:#9ece6f;
	height:154px; /* fixed height */
	width:760px;	
	z-index:10;
}

div#content {
	position:relative;
	width:710px;
	background-color:White;
	background-image:url(../commonImages/contentBG.jpg);
	background-repeat: repeat-y;
	padding:22px 40px 20px 10px;
	font-size: 14px;
	line-height: 22px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#navigation {
	position:relative;
	background-color:White;
	float:left;
	width:124px;
	height:auto;
	top: 6px;
}
.active { /* for navigation on selected page */
	background-color:#3770A8;
	color:#FFFFFF;
}

div#nav {
	position:relative;
	background-color:White;
	float:left;
	width:130px;
	height:auto;
	top: 6px;
}
.navigation {
	width:124px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:14px;
	color:#3770A8;
	letter-spacing:1px;
}

.navigation td {
	background-color:#FFFFFF;
	text-align:right;
}
.navigation td a {
	display:block; /* key css */
	color:#3770A8;
	text-decoration:none;
	line-height:34px;
	padding-right:4px;
}
.navigation td a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#3770A8;
}
.selected {
	background-color:#EFEFEF;
}

div#footer {
	position:relative;
	height:28px;
	width:760px;
	background-image:url(../commonImages/footer.jpg);
}

div#copyright {
	position:relative;
	float: right;
	right:8px;
	width:300px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#F4F4F4;
}
div#copyright a:link, a:visited, a:hover {
	color:#F4F4F4;
	text-decoration:none;
}


/* home page definitions */
div#hometext {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}
div#todaysdate {
	position: absolute;
	float:right;
	width:200px;
	height:16px;
	top:0px;
	right:0px;
	text-align:center;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.citytable {
	font-size:10px;
	line-height:18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left:10px;
}
div#quotebox {
	width:193px;
	height:193px;
	float:right;
	background-image:url(../home/quote.jpg);
}
div#quotebox select {
	background-color:#FFFFFF;
	padding:2px;
	color:#3770A8;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
}
div#quotebox select option {
	background-color:#FFFFFF;
	color:#3770A8;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
}
div#quotebox input {
	background-color:#FFFFFF;
	padding:2px;
	color:#3770A8;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:1px;
}
div#health {
	width:80px;
	height:80px;
	float:right;
	margin:4px 70px 0px 0px;
}



/* homeowners insurance page definitions */
div#homeowners {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}


/* auto insurance page definitions */
div#auto {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}

/* motorcycle insurance page definitions */
div#motorcycle {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}
div#motorcycle .organizations {
	margin-top:20px;
}
div#motorcycle .organizations td {
	text-align:left;
}
div#motorcycle .drivinghistory td {
	vertical-align:bottom;
}

/* boat insurance page definitions */
div#boat {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}
div#boat .drivinghistory td {
	vertical-align:bottom;
}

/* life insurance page definitions */
div#life {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}

/* business insurance page definitions */
div#business {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}

/* contact/email */
div#contactForm {
	position:relative;
	float: right;
	width:550px;
	top:10px;
}
div#contactMailer {
	position:relative;
	height:400px;
}
div#address {
	position: absolute;
	width:230px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
}
div#map {
	position: absolute;
	right: 0px;
	height:220px;
	width:300px;
	font-size:10px;
	text-align:right;
}
div#map .graphic {
	border: 1px solid #999999;
}


div#email {
	position:absolute;
	top: 250px;
}
div#email .emailgood {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #339900;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
div#email .emailbad {
	padding:40px 0px 40px 0px;
	font-size: 16px;
	font-weight:bold;
	color: #CC0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}