/*****************
 GLOBAL
*****************/

* { margin:0; padding:0; }

p { margin: 0.5em 0 1.0em 0; }

img { border: none;}

h1, h2, h3, h4, h5, h6 { margin:0.7em 0 0.2em 0; }

body {
	background: #8DBDFF url(images/bodyback.jpg) repeat-x top center;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/**********
 HEADERS
**********/

h1 { font-size: 1.4em; color: #003; font-weight: normal;}
h2 { font-size: 1.1em; color: #036; font-weight: bold; }
h3 { font-size: 1.0em; color: #009; letter-spacing: -1px;}

/**********
 FORMS
**********/

form.inline { display: inline; }
form { display: inline; }

/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	font-size: 0.85em;
	background: #fff;
}

	#pagecontainer {
		width: 880px;
		padding: 0px 15px;
	}

		#header {
			width: 880px;
			margin-top: 4px;
			}

			#toplogo {
				width: 500px;
				float: left;
				font-size: 0.8em;
			}

			#toptagline {
				padding: 0px 0px 0px 0px;
				width: 300px;
				float: right;
			}

		#topbar {
			width: 880px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #0079A4;
		}

			#topnav {
				width: 680px;
				float: left;
				padding-right: 20px;
			}

			#topdate {
				width: 170px;
				float: right;
				text-align: right;
				padding: 7px 10px 5px 0;
				font-size: 0.8em;
				color: #eef;
			}

		#topimage {
			width: 878px;
			border: 1px solid #009;
			margin-top: 3px;
			background: #fff url(images/topimagehome.jpg) no-repeat center left;
		}

			#topimagetext {
				width: 320px;
				float: right;
				margin: 20px 5px 20px 5px;
				padding: 15px;
				font-size: 1.1em;
				color: #333;
				background: #fff;
				opacity: .75;
				filter: alpha(opacity=75);
			}

				#linkid {
					width: 205px;
				}

			#topimagetext p { margin: 0; }

			#topimagetext a:link, #topimagetext a:visited { color: #039; text-decoration: none; }
			#topimagetext a:hover { color: #039; text-decoration: underline; }


		#maincontent {
			width: 880px;
			margin-top: 4px;
			background: #fff url(images/castleback.gif) no-repeat top right;
		}

			#maincontentleft {
				width: 220px;
				float: left;
				font-size: 0.95em;
			}

			 .callback {
				width: 154px;
				padding: 10px 10px 10px 40px;
				margin: 10px 0 0 0;
				background: #fff url(images/callback.gif) no-repeat top left;
				border: 3px solid #dde;
			}

			.callback a:link, .callback a:visited { color: #039; text-decoration: none; }
			.callback a:hover { color: #039; text-decoration: underline; }


			#maincontentright {
				width: 660px;
				float: right;
				font-size: 0.95em;
				line-height: 1.4em;
			}

				#maincontentrightinner {
					width: 620px;
					padding: 20px;
				}

				#maincontentrightinner a:link, #maincontentrightinner a:visited { color: #039; text-decoration: none; }
				#maincontentrightinner a:hover { color: #039; text-decoration: underline; }

				#getaquote {
					width: 620px;
					margin-top: 10px;
					padding: 20px;
					background: #C0DAFF;
					color: #000;
					opacity: .75;
					filter: alpha(opacity=75);
				}

					#getaquoteform {
						width: 300px;
						float: left;
					}

						#getaquoteform label {
							clear: left;
							float: left;
							width: 80px;
							padding-right: 10px;
							margin-top: 5px;
						}

						input.quoteform {
							float: left;
							width: 200px;
							border: 1px solid #666;
							font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
							font-size: 1.0em;
							margin-top: 5px;
						}

						select.quoteform {
							float: left;
							width: 200px;
							border: 1px solid #666;
							font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
							font-size: 1.0em;
							margin-top: 5px;
						}

					#getaquotedescription {
						width: 280px;
						float: right;
					}

				#getaquote a:link, #getaquote a:visited { color: #009; text-decoration: none; }
				#getaquote a:hover { color: #009; text-decoration: underline; }



		#footer {
			margin-top: 10px;
			clear: both;
			width: 846px;
			border: 3px solid #dde;
			font-size: 0.9em;
			padding: 15px;
		}


		#belowfooter {
			margin-top: 5px;
			clear: both;
			width: 860px;
			font-size: 0.9em;
			padding: 10px;
		}

		#belowfooter a:link, #belowfooter a:visited { color: #039; text-decoration: none; }
		#belowfooter a:hover { color: #039; text-decoration: underline; }


/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	width: 680px;
}

	#topnav ul li {
		letter-spacing : -1px;
		margin: 0px 0px 0px 0px;
		padding: 0px 22px 0px 10px;
		display: inline;
		font-size: 0.95em;
	}

	#topnav ul li a {
		color: #fff;
		text-decoration: none;
	}

	#topnav ul li a:hover {
		color: #53C0D7;
		text-decoration: none;
	}

	#topnav ul li.onstate {
		font-weight: bold;
	}

	/* APPLY HOME OVERRIDE */
	#topnav ul li.tn1 {
		padding: 0px 22px 0px 32px;
		background: url(images/homeicon.gif) no-repeat top left;
	}

	/* APPLY END OVERRIDE */
	#topnav ul li.tn6 {
		padding: 0px 0px 0px 10px;
	}

/*****************
 UL SIDE NAV
*****************/


ul.sidenavlist{
	list-style: none;
	width: 210px;
	background: #ECECEC;
}

	ul.sidenavlist li{
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 1px 10px;
		line-height:1.7em;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	ul.sidenavlist a:link, ul.sidenavlist a:visited{
		color: #003;
		text-decoration: none;
	}

	ul.sidenavlist a:hover, ul.sidenavlist a:active {
		color: #003;
		text-decoration: underline;
	}

	ul.sidenavlist li.onstate {
		font-weight: bold;
	}

	/* APPLY HEADER OVERRIDES */
	ul.sidenavlist  li.header {
		font-size: 0.85em;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background: #0079A4;
	}

/*****************
 IMAGES
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}

img.padded {
	padding: 2px 0px;
}

/*****************
 UL
*****************/

 ul.normal {padding: 5px 0 5px 25px;}

/*****************
 OL
*****************/

 ol {padding: 5px 0 5px 25px;}


/*****************
 TRANSITIONS
*****************/

 /* default opacity for IE */
#flashanim img {
 	filter: alpha(opacity=100);
}

 /* duplicate image positioning */
 img.idupe {
 	position: absolute;
 	z-index: 30000;
 	visibility: hidden;
}

/**********************
 FLASH ANIMBLOCK
***********************/

 #flashanim {
 	position: relative;
 }

 #flashanim.taglineimage {
 	background: transparent;
 	width: 300px;
 	height: 85px;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 }

 #flashanim img {
 	display:none;
 	position:absolute;
 	top:0; left:0;
}

/*****************
 FEATURES
*****************/

 .feature {
 	float: left;
 	width: 130px;
 	padding: 10px;
 	margin: 0 20px 10px 0;
	background: #C0DAFF;
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
}

 .featureend {
 	margin: 0 0 10px 0;
}

.feature a:link, .feature a:visited { color: #039; text-decoration: underline; }
.feature a:hover { color: #039; text-decoration: underline; }

/*****************
 NEWSLETTER TABLE
*****************/

table#nl-table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table#nl-table td {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

/*****************
 CALL BACK FORM
*****************/

#callback-form {
	width: 620px;
	padding: 0px 20px;
}

	* html #callback-form {
		padding: 0;
	}

	#callback-form p {
		clear: left;
	}

	#callback-form label {
		float: left;
		width: 170px;
		text-align: right;
	}

	#callback-form input.textbox, #callback-form select, #callback-form textarea {
		float: left;
		width: 217px;
		margin: 0 0 0 10px;
	}

	#callback-form input#buttsubmitter {
		margin-left: 180px;
	}

/**********************************
 AGREE FORM (out.asp)
***********************************/

#agreeform input#submit {
	margin: 10px 0 10px 248px;
	border: 1px solid #000;
	background-color: #FDFD00;
	color: #000099;
	font-weight: bold;
	padding: 3px 5px;
}