* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.jpg) repeat-x 0 0;
	color: #21304A;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 760px;
	margin: auto;
	position: relative;
	text-align: left;
	background: #fff;
	margin-top: 20px;
}

#wrapper1 {
}

#contentwrap {
	display: block;
	float: left;
	background: #fff;
	font-size: 0.75em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 180px;
}

.colwrap-right {
	float: right;
	width: 580px;
}

	#col-centre {
		float: left;
		width: 66%;
	}
	
	#col-right {
		float: right;
		width: 33%;
	}

/* Header
------------------------------------------------------------------*/

#header {
	height: 215px;
}

#header.sub {
	height: 234px;
}

	#headerleft {
		float: left;
		width: 180px;
		text-align: center;
	}
	
	#headerright {
		 float: right;
		 width: 580px;
		 height: 215px;
		 position: relative;
	}
	
		#headerright #buttons {
			position: absolute;
			bottom: -16px;
			background: #fff;
			padding: 4px 0 0 0;
		}
		
		#headerright #buttons a { width: 190px; }
		#buttons li.car a,
		#headerright #buttons li.business a { width: 192px; }
		#headerright #buttons li.equine a { width: 192px; }
	
	#headerright.sub {
		background: url(../../../images/slideshow/image12.jpg) no-repeat 0 0;
		height: 234px;
	}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	width: 730px;
	padding: 0 15px;
	font-size: 0.7em;
	color: #21304A;
	height: 40px;
	line-height: 40px;
	background: #fff;
}

#footer p { margin: 0; }

	#footerleft { float: left; }
	
	#footerright {
		 float: right;
		 color: #999;
	}
	
	#footerright a { color: #999; }
	
	#footer a {
		color: #21304A;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

#footer ul ul { display: none }

#footer ul {
	display: inline;
	padding: 0;
	margin: 0;
}

#footer ul li {
	display: inline;
	clear: none;
	list-style: none;
	float: left;
	white-space: nowrap;
	height: 20px;
}
#footer ul li.last a { border: none; }

#footer ul li a {
	border-right: 1px solid #999;
	padding: 0 5px;
	line-height: 10px;
}

#footer ul li.statement-of-advice a { border: 0; }
	
/* Home Page Specific
------------------------------------------------------------------*/

#buttons {
	padding: 4px 0 0 0;
	height: 73px;
}

#buttons li {
	list-style: none;
	display: inline;
}

#buttons li a {
	float: left;
	display: block;
	width: 190px;
	height: 75px;
	text-indent: -9999px;
	margin-right: 4px;
}

#buttons li.home a { background:url(../images/btn_home.gif) no-repeat 0 0; }
#buttons li.car a { background:url(../images/btn_car.gif) no-repeat 0 0; }
#buttons li.business a { background:url(../images/btn_business.gif) no-repeat 0 0; margin: 0; }
#buttons li.equine a { background:url(../images/btn_equine.gif) no-repeat 0 0; margin: 0; }
	
/* Global Formatting
------------------------------------------------------------------*/

.highlight { color: #0071BA; }

a img { border: none; }

a {
	color: #0071BA;
	text-decoration: none;
}

a:hover {
	color: #0071BA;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
}

	ul ul, ol ol { margin-bottom: 0; }
	
	.colwrap-right ul li {
		list-style-image: url(../images/bullet.jpg);
	}

h1 {
	color: #F5911E;
	font-size: 1.7em;
	margin: 0 0 0.5em 0;
}

h2 {
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

	h2 a {
		text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #0071BA;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

p.date { margin-top: -6px; font-weight: bold; }

/* padding */

#col-left .padding { padding: 15px 15px 15px 20px; }
.colwrap-right .padding { padding: 15px 15px 15px 20px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error{ }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; list-style-type: none; list-style-image: none;}
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #21304A; }
form .form-error .error { color: #f00; }
form .form-error input.name { color: #21304A; }
.colwrap-right form li.form-error { padding: 2px; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 155px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

#subscription{
	display: block;
	float: right;
}

#subscription p{
	margin-bottom: 3px;
	font-weight: bold;
	color: #F5911E;
}

.newsitem1{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; width: 100%; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* Table Styles on the Contact Us page */


tr.header {
	background: #CBCFDA;
	padding-top: 5px;
	padding-bottom: 5px;
}


td {
	border-bottom: 1px solid #F5F5F5;
}

td p { margin: 0; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 21px;
	display: inline;
	line-height: 30px;
}

/* horse quote button on /insure-your-horse */
.horse-quote-now {
float:right;
width:190px;
margin:0 0 15px 25px;
color:#666;
background:#eee;
}

.horse-quote-now a {
display:block;
padding:10px;
background:#35658F;
font-size:15px;
color:#fff;
font-weight:bold;
}

.horse-quote-now a:hover {
background:#001F3B;
text-decoration:none;
}

.horse-quote-now span {
display:block;
padding:7px 10px;
}