/* Johne Dobbs CSS - Thanks to psd2html - March 2009 */


body {
	margin:0;
	color:#000;
	font:16px Arial, Helvetica, sans-serif;
	background:#900 url(../images/bg-body.gif) repeat-x;
}
img { border-style:none;}
a {
	text-decoration:none;
	color:#e0cccc;
}
a:hover { text-decoration:underline;}
/*main*/
#main {
	width:926px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-y;
}
/*header*/
#header {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-header.gif) no-repeat;
}
#header .head-slogan {
	width:100%;
	overflow:hidden;
}
#header .we-value {
	display:block;
	width:702px;
	height:16px;
	margin:15px 0 0 108px;
	background:url(../images/text-we-value.png) no-repeat;
}
#header .we-value span {
	display:block;
	width:702px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
}
#proudlyinsure {
	margin-left:-105px;
	margin-right:20px;
	float:left;
}	
/*logo*/
.logo-box {
	width:100%;
	overflow:hidden;
}
.logo-holder {
	display:inline;
	width:613px;
	float:left;
	margin:7px 0 0 54px;
}
.logo {
	margin:0;
	width:613px;
	height:299px;
	background:url(../images/logo.png) no-repeat;
}
.logo a {
	display:block;
	width:613px;
	height:299px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
.logo-box img {
	float:left;
	margin:11px 0 0 -23px;
}
/*content-area*/
#content-area {
	padding:28px 0 60px;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-area.gif) no-repeat 0 100%;
}
.content-box {
	width:100%;
	overflow:hidden;
}
#content img {
	float:left;
	padding:.5 em;
}
/*sidebar*/
#sidebar {
	display:inline;
	width:206px;
	float:left;
	margin:6px 0 0 20px;
	padding:0 0 7px;
}
#sidebar ul {
	list-style:none;
	margin:0 0 32px;
	padding:0 0 3px;
	font-weight:bold;
	font-size:15px;
	line-height:17px;
	text-indent:-12px;
	letter-spacing:-1px;
	background:url(../images/separator-nav-link.gif) no-repeat 50% 100%;
	text-transform:uppercase;
}
#sidebar ul.forms-list {
	background:none;
	margin:0;
}
#sidebar ul li {
	padding:9px 10px 5px 29px;
	background:url(../images/separator-nav-link.gif) no-repeat 50% 0;
}
#sidebar ul li.pdf-forms { background:none;}
#sidebar ul li.pdf-forms a { color:#000;}
#sidebar ul a { color:#600;}
#sidebar ul a:hover {
	color:#900;
	text-decoration:none;
}
/*content*/
#content {
	display:inline;
	width:620px;
	float:left;
	margin:0 0 0 40px;
	line-height:125%;
	font-size:.9em;
}

#content p { 
	margin:0;
	vertical-align:top;
}
	
a:link {
	color:#999;
}
/*footer*/
#footer {
	width:100%;
	overflow:hidden;
	background:#900;
	padding:0 0 20px;
}
/*fotter-nav-box*/
.fotter-nav-box {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer-nav-box.gif) no-repeat 0 100%;
}
.fotter-nav {
	height:1%;
	overflow:hidden;
	padding:14px 15px 0;
	margin:0 0 27px;
}
.fotter-nav-box ul {
	height:1%;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
}
.fotter-nav-box ul li {
	display:inline;
	padding:0 6px 0 9px;
	background:url(../images/separator-footer-nav.gif) no-repeat 0 3px;
}
.fotter-nav-box ul li:first-child { background-image:none;}
.gohorseshow {
	background-image:url(../images/GoHorseShowWhite.jpg) no-repeat 0;
	background-position:center;
}
/*copyright-info*/
.copyright-info {
	height:1%;
	padding:7px 15px 0;
	overflow:hidden;
	font-style:italic;
	text-align:center;
	color:#1f0000;
	font-size:12px;
	line-height:14px;
}
.redbold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	color:#900;
	font-weight:bolder;
	padding-bottom:.5em;
	line-height:190%;
}
.redboldsmaller {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	color:#900;
	font-weight:bolder;
	margin-bottom:5em;
}
.copyright-info p { margin:0;}
.copyright-info a { color:#1f0000;}