/* @override 
	http://localhost:8888/stylesheet.css
	http://www.insuranceproaz.com/stylesheet.css
*/

body, html {
	margin: 0;
	background-color: black;
	color: white;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#top_gradiant {
	background-image: url(elements/top_bg.png);
	height: 223px;
	width: 100%;
}

#header {
	background-image: url(elements/header_bg.png);
	width: 950px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
}

#tagline {
	color: white;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font: italic bold 13px/26px "Times New Roman", Georgia, Times, serif;
	margin-left: 260px;
}

#nav {
	width: 950px;
	text-align: center;
	position: relative;
	top: 115px;
	font-size: 16px;
	color: gray;
}

#main_body {
	width: 900px;
	height: auto;
	margin-right: 80px;
	margin-left: 50px;
	margin-top: -30px;
}

#home_image {
	float: right;
}

#home_text {
	width: 360px;
	float: none;
}

#quotes {
	width: 850px;
	margin-left: 40px;
	font-style: italic;
	border-top-style: solid;
	border-top-color: #aa8f26;
	text-align: center;
	color: white;
}

#footer {
	width: 850px;
	border-top: 2px solid #aa8f26;
	margin-left: 40px;
	padding-bottom: 50px;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
	clear: both;
}

#quote {
	width: 500px;
	height: auto;
	float: left;
	margin-left: -5px;
}

#quote_content {
	width: 370px;
	margin-left: 510px;
}

#contact_info {
	width: 375px;
	height: 200px;
}

#content {
	width: 700px;
	float; 150px;
}

#right_column {
	height: auto;
	float: right;
	width: 400px;
	margin-right: 25px;
}

#splash {
	background-image: url(elements/splash_image.png);
	width: 950px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#splash_content {
	position: relative;
	top: 315px;
	width: 950px;
	text-align: center;
}

/* QUOTE TABLE
 */

table#quote {
	color: black;
}

td.quote_top
 {
	background-image: url(elements/form_bg_01.png);
	width: 500px;
	height: 51px;
}

td.quote_body {
	width: 490px;
	height: auto;
	background: url(elements/form_bg_02.png) repeat-y;
	padding-left: 25px;
	padding-right: 5px;
}

td.quote_bottom {
	width: 500px;
	background: url(elements/form_bg_03.png) no-repeat;
	height: 26px;
}

td.field {
	text-align: right;
	font-size: 14px;
	color: black;
	padding-right: 5px;
	padding-top: 5px;
	width: 200px;
}

input {
	font-size: 14px;
	color: black;
}

select, option, textarea {
	font-size: 16px;
	padding: 2px;
}

#submit_button {
	background-image: url(elements/submit.png);
	width: 125px;
	height: 35px;
}

#submit_button:hover {
	cursor: pointer;
}

/* FORMATTING */

h1.home {
	color: white;
	font: italic bold 48px "Times New Roman", Georgia, Times, serif;
}

h1 {
	color: #aa8f26;
	font-size: 23px;
}

/* ANCHORS */

a.nav:link, a.nav:visited, a.nav:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: #aa8f26;
}

a:hover {
	color: silver;
}

a.home:link, a.homve:visited, a.home:active {
	text-decoration: none;
	font: italic bold 40px "Times New Roman", Georgia, Times, serif;
	color: black;
	background-color: white;
	padding: 5px 15px;
	border: 2px solid #aa8f26;
}

a.home:hover {
	text-decoration: underline;
	color: white;
	background-color: black;
}