html {
	height:100%;
	}
* html #main {
height: 1px;
}

body {
	font-family: Verdana, Geneva, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#CCCCCC;
	background-image:url(images/b-d-bckgrdtile.jpg);
	background-repeat: repeat-x;
	height: 100%;
	} 

#wrap {
	width: 933px;
	height:auto;
	margin:auto;
	position:relative;
	background-image: url(images/wrap-image.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}

#header {
	width: 933px;
	height: 171px;
	background-color:#ffffff;
	background-image: url(images/b-dheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav {
	width: 933px;
	height: 40px;
	background-color:#ffffff;
	}


#container {
	width: 933px;
	background-image: url(images/wrap-image.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}

	
#left {
	float: left;
	position: relative;
	width: 261px;
	height: 768px;
	background-image: url(images/left-col-bckgrd.jpg);
	background-repeat: no-repeat;
	text-align:left;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	padding-top: 204px;
	}


#right {
	float: right;
	position: relative;
	width: 612px;
	height: auto;
	margin-top: 0px;
	/*margin-left: 2px;
	margin-right: 35px;*/
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	}


#footer {
	clear:both;
	background-color:#ffffff;
	background-image: url(images/wrap-image.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, san-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 45px;
	width: 933px;
	margin:0 auto;
	}
	
#clearer {
	clear:both;
	width:100%;
	}	


/* =========================== FORM ELEMENTS =========================== */
#typein { }

#typein input
{
color: #574a37;
font-family: Verdana, Geneva, san-serif;
font-size: 12px;
background-color: #FFFFFF;
padding: 3px;
border: 1px solid #FF9900
}


#typein textarea {
color: #574a37;
font-family: Verdana, Geneva, san-serif;
font-size: 12px;
background-color: #FFFFFF;
padding: 3px;
border: 1px solid #FF9900
}


#typein select {
color: #574a37;
font-family: Verdana, Geneva, san-serif;
font-size: 12px;
padding: 3px;
border: 1px solid #FF9900
}

label {
	clear:both;
	float:left;
	font-weight:bold;
	padding-top:2px;
	width:130px;
}

.instructions {
	color:#B0B0B0;
	font-size:10px;
	margin-bottom:7px;
	padding-left:130px;
}

#quoteForm input[type=text] {
	width:350px;
}


/* =========================== TEXT STYLING =========================== */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00038b;
	}

h2 {
	font-family: Verdana, Geneva, san-serif; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: normal; 
	color: #93735A;
	}

.basic-bold {
	font-weight: bold;
	}


/* =========================== LINK STYLE =========================== */
a:link {
	font-family: Verdana, Geneva, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #00038b;
	}

a:hover {  
font-family: Verdana, Geneva, san-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #93735A; 
text-decoration: none
}

a:active {  
font-family: Verdana, Geneva, san-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #FF0000; 
text-decoration: underline
}

a:visited {
	font-family: Verdana, Geneva, san-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3951CE;
	
}
