/*
-----------------------------------------------
uaig.com master style sheet
author:  Dan Rubin / Webgraph
edited:  2006-03-20
----------------------------------------------- */

body {
	background-color:#fff;
	background-repeat:repeat-x;
	font-family:arial,helvetica,sans-serif;
	margin:0;padding:0;
	width:850px
}

h1#logo {
	position:absolute;
	left:70px;
	top:226px;
	width:398px;
	height:147px;
	margin:0;padding:0;
	text-indent:-5000px;
	background:url(../i/logo_homepage.gif) no-repeat;
}
body#interior h1#logo {
	left:15px;
	top:5px;
	width:125px;
	height:50px;
	z-index:10;
	background-image:none; /* hides the logo on internal pages */
	text-indent:0;
}
body#interior h1#logo a {
	display:block;
	height:50px;
	text-indent:-5000px;
}

#header {
	background-repeat:no-repeat;
	position:relative;
	height:180px;
	z-index:0;
}
body#interior #header {
	height:60px;
}

#nav-wrapper {
	position:absolute;
	left:500px;
	bottom:0;
	background:url(../i/bg_nav_left.gif) no-repeat left top;
	padding-left:8px;
}

ul#nav {
	background:url(../i/bg_nav.gif) no-repeat right top;
	list-style:none;
	margin:0;padding:2px 4px 4px 0;
}

ul#nav li {
	display:inline;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
}
ul#nav a {
	color:#eee;
	padding:3px 2px 1px;
	text-decoration:none;
	border-bottom:1px solid #666;
}
ul#nav a:hover {
	color:#fff;
	background-color:#777;
	border-bottom:1px solid #999;
}

#actions {
	height:233px;
	margin-left:500px;
}

#actions h2 {
	color:#83A5D6;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0;padding:0;
}

#action-auto {
	padding:25px 0 11px 10px;
}
#action-homeowner, #action-finance {
	padding:11px 0 11px 10px;
	background:url(../i/bg_actions.gif) no-repeat;
}

form#state_selection {
	margin:0;padding:0;
}
form#state_selection input {
	margin:0;padding:0;
}

#action-auto select {
	font-size:large;
}

#action-homeowner a {
	display:block;
	background:url(../i/button_homeowner.gif) no-repeat;
	width:217px;
	height:28px;
	text-indent:-5000px;
}
#action-finance a {
	display:block;
	background:url(../i/button_payfinancebill.gif) no-repeat;
	width:223px;
	height:28px;
	text-indent:-5000px;
}
#action-homeowner a:hover,
#action-finance a:hover {
	background-position:0 -28px;
}

body#interior #content-wrapper {
	background:url(../i/bg_contentwrapper.gif) no-repeat left bottom;
	width:421px;
	margin:5px 0 0 70px;
}

body#interior #content-wrapper2 {
	width:640px;
	margin:5px 0 0 70px;
}


#content {
	width:375px;
	margin:40px 0 0 90px;
}
body#interior #content {
	margin:0 auto 0;
	padding:20px 20px 0 20px;
	background:#fff url(../i/bg_content_interior.gif) repeat-x;
}

#content h2 {
	color:#254E8A;
	font-size:24px;
	letter-spacing:-1px;
	margin:0 0 -.4em;
}

#content p {
	color:#4d4d4d;
	font-size:12px;
	line-height:1.5;
}

p#footer {
	color:#ccc;
	font-size:10px;
	border-top:1px solid #F2F2F2;
	padding:2px 0 0 1px;
}

#mini-logos {
	position:absolute;
	left:510px;
	top:448px;
}
#mini-logos img { border:none; }

#quote {
	position:absolute;
	left:510px;
	top:90px;
	width:330px;
}
* html #quote {
	top:120px;
}
#quote p {
	color:#69c;
	font-family:georgia,serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:-1px;
}

/* content links */
#content a {
	color:#254E8A;
	padding:2px 2px 1px;
	font-weight:bold;
	border-bottom:2px solid #ddd;
	text-decoration:none;
}

#content a:hover {
	color:#fff;
	background-color:#254E8A;
	border-color:#fff;
}