/* Basic Element Formatting */

body {
	background: #FFF url("images/header_bg.jpg") left top repeat-x;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
	
body a {
	color: #0058a7;
}

.accent1, form strong {
	color: #723324;
}

.accent2 {
	color: #0058a7;
}

.accent3 {
	color: #CD5C5C;
}
.yui-b li {
	margin: 5px auto;
}

.linkslist a {
	text-decoration: none;
}

#header{
	height: 230px;
	background: url("images/banner2.jpg") left top no-repeat;
	margin:0;
	padding:0;
	text-align: right;
}
	
#header h1{
	margin: 0;
	padding: 25px 30px 0 0;
	font-size: 2.25em;
	font-style: Georgia, serif;
	letter-spacing: 3px;
	font-weight: 900;
}
	
#header h1 a{
	color: #212c55;
	text-decoration: none;
}

#header h1 a:hover {
	color: #723324;
}

#header h2 {
	margin: 0;
	padding: 20px 50px 10px;
	font-size: 1em;
	font-style: italic;
	color: #c8e1f6;
}

#header h3 {
	margin: 0;
	padding-right: 50px;
	font-size: 1em;
	color: #fff;
	font-weight: normal;
}

.yui-u {
	border-left: 2px solid #F6F0E0;
}

.first {
	border: 0;
}
	
.content{
	background: #FFF;
	margin:0;
	padding: 10px;
}

.content h1, #secondary h1 {
	color: #375e00;
	text-align: center;
	font-size: 1.5em;
	border-bottom: 1px solid #dcc8ab;
	margin: 5px 10px;
	padding: auto 3px;
}
	
.content h2, #secondary h2 {
	color: #723324;
	text-align: left;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	padding: 0 30px;
}

.content .button {
	display: block;
	width: 200px;
	height: 150px;
}

.content .button span {
	display: none;
}

.content .home {
	background: url("images/button_home.jpg") left top no-repeat;
}

.content .auto {
	background: url("images/button_auto.jpg") left top no-repeat;
}

.content .life {
	background: url("images/button_life.jpg") left top no-repeat;
}

.content .business {
	background: url("images/button_business.jpg") left top no-repeat;
}

.content .specialty {
	background: url("images/button_specialty.jpg") left top no-repeat;
}

.content #home_right {
	margin: 10px auto;
}

.content #home_right a {
	font-size: .9em;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #c8e1f6;
}

.content #home_right p {
	margin: 0;
}

.content p {
	font-size: .8em;
	margin: 10px 20px;
	line-height: 1.5;
}

.content li {
	font-size: .8em;
}
	
#secondary{
	margin: 0 auto;
	padding: 10px;
	width: 80%;
}
	
#secondaryFull{
	height:50px;
	background-color:#CFB59F;
	border-top:#FFFFFF 2px solid;
	margin:0;
	padding:0;
}

#secondary h1 {
	clear: both;
	text-align: left;
	font-size: 1.5em;
}

#secondary h3 {
	font-size: 1.25em;
	color: #0058a7;
}

#secondary h3 a {
	text-decoration: none;
}

#secondary p, #secondary li, #secondary table {
	font-size: .9em;
}

#secondary p {
	line-height: 1.5;
}

#secondary .big {
	font-size: 1.5em;
	line-height: 1.5;
	list-style-image: url("images/bullet2.gif");
}
#secondary .big li {
	margin-bottom: 10px;
	padding-left: 10px;
}

table#links td {
	background: #efefef;
}
	
#footer{
	height: 100px;
	background: url("images/footer_bg.jpg") left top repeat-x;
	border-top:#FFFFFF 2px solid;
	margin: 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
}