/* ----- GENERAL TAGS ----- */
* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none outside none;
}

body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
}

h3 {
	font-size: 18px;
	color: #333333;
}

h4 {
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}


h5 {
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	text-align: center;
}

h6 {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	text-align: center;
}

p, li {
	font: 12px/15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 10px 0px;
}

.bigger {
	font: 14px/18px Arial, Helvetica, sans-serif;
}

.blue {
	color: #314E86;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	vertical-align: middle;
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

textarea {
	width: 350px;
	height: 50px;
}

label {
	line-height: 150%;
}

table {
	border-collapse: collapse;
}

td {
	padding: 5px 5px;
	vertical-align: top;
}

/* ----- CLASSES ----- */
.left {
	float: left;
}

.right {
	float: right;
}

.absleft {
	position: absolute;
	left: 0px;
}

.absright {
	position: absolute;
	right: 0px;
}

.clr {
	clear: both;
}

.clrleft {
	clear: left;
}

.clrright {
	clear: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.red {
	color: #FF0000;
}

.maps {
	margin: 5px 15px;
}

.dashedBottomGrey {
	margin: 10px 0px;
	border-bottom: 1px dashed #666666;
}

.dashedBottomWhite {
	margin: 10px 0px;
	border-bottom: 1px dashed #FFFFFF;
}

.dottedBottomGrey {
	margin: 10px 0px;
	border-bottom: 1px dotted #666666;
}

.dottedBottomWhite {
	margin: 10px 0px;
	border-bottom: 1px dotted #FFFFFF;
}

/* ----- PAGE ELEMENTS ----- */
#pseudobody {
	width: 893px;
	margin: 10px auto;
}

	#logo {
		margin: 5px 0px 10px;
	}

	#phone {
		margin: 7px 0px 0px 100px;
	}

	/* ----- Quote Tool Parts ----- */
	#quoteTool {
		display: block;
		background-color: #DEF2FC;
		width: 230px;
		padding-bottom: 50px;
	}

		#quoteTool #quoteHeader { /* quote tool header h2 */
			background: #D43D48 url(../images/quoteBg1.gif) repeat-x;
			color: #FFFFFF;
			padding: 30px 0px;
			margin-bottom: 30px;
			margin-bottom: expression(32+"px"); /* ie hack */
		}

		#quoteTool select {
			display: block;
			margin: 15px auto;
			margin: expression(19+"px"); /* ie hack */
			width: 80%;
		}

		#quoteTool #submit { /* quote tool submit */
			border: none;
			padding: none;
			position: absolute;
			z-index: 10;
			margin-left: -133px; /* image width is 253px */
			margin-top: 10px;
		}
		/* see ie#fix.css files for ie changes on this */
		/* safari/webkit fix */
		@media all and (-webkit-min-device-pixel-ratio:0) { #quoteTool #submit {
			margin-left: -18px;
			margin-top: 48px;
		}}


	/* ----- Quoted Prices ----- */
	#quoteWindow table {
		border-collapse: separate;
	}

		#quoteWindow td {
			margin: 2px;
			padding: 10px;
			color: #FFFFFF;
			vertical-align: top;
		}

			#quoteWindow td h1,
			#quoteWindow td h2,
			#quoteWindow td h3 {
				display: block;
				text-align: center;
			}

			#quoteWindow td input {
				margin: 8px 0px;
				padding: 0px;
				border: none;
			}

			#quoteWindow td h2 {
				height: 60px;
			}

			#quoteWindow td h1,
			#quoteWindow td h2,
			#quoteWindow td h3,
			#quoteWindow td h4,
			#quoteWindow td h5,
			#quoteWindow td h6,
			#quoteWindow td p,
			#quoteWindow td li {
				color: #FFFFFF;
			}

		#quoteWindow .quote1 {
			background-color: #323464;
		}

		#quoteWindow .quote2 {
			background-color: #3E5799;
		}

		#quoteWindow .quote3 {
			background-color: #436CBA;
		}

		#quoteWindow .quote4 {
			background-color: #4E7DD8;
		}

	/* ----- Navigation ----- */
	#navigation {
		margin: 10px 0px 10px 20px;
	}

		#navigation a {
			margin-bottom: 10px;
			text-decoration: none;
		}

		#navigation li a {
			font: 18px Arial, Helvetica, sans-serif;
			font-weight: bold;
			margin: 0px 20px;
		}
		#navigation li a:hover {
			text-decoration: underline;
		}

		#navigation img {
			margin: 20px 0px 3px 20px;
		}

	#navigationBottom {
		height: 20px;
	}

	/* ----- Page Footer ----- */
	#copyright {
		margin-top: 15px;
	}

