* {
	padding: 0;
	margin: 0;
	line-height: 15px;
	border: none;
}

body {
	background: #000000 url('../images/bg.jpg') 0 0 repeat-x;
	margin-top: 10px;
}

/*
 * Base Styles
 */

/* yui reset fonts */
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

br.clear {
	clear: both;
}

h1, h2, h3, a, p, li, blockquote, th, td, label, input, select, textarea {
	font-family: Arial, Helvetica;
}
h3, p, li, blockquote, label, input, select, textarea {
	color: #2E2E2E;
}
p, li, blockquote, select, blockquote, textarea {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	font-size: 12px;
	border-bottom: 1px solid #B0B0B0;
	font-style: italic;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
blockquote div.cite {
	text-align: right;
}
h2 {
	background: url('../images/h1_bg.gif') 0 bottom no-repeat;
	font-size: 28px;
	color: #FE5A00;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
body.wide h2 {
	background: url('../images/h1_bg_wide.gif') 0 bottom no-repeat;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 5px 0;
}
a:link, 
a:visited,
button#submit,
button#reset {
	color: #008AFF;
}
a:hover, 
a:active,
button#submit:hover,
button#reset:hover {
	color: #FE5A00;
}

a.button, 
a.blueButton:hover,
button#submit,
button#reset {
	background: url('../images/button.gif') 0 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 0 12px;
	margin: 0;
	width: 172px;
	height: 17px;
	display: block;
}
a.button:hover,
a.blueButton:hover,
button#submit:hover,
button#reset:hover {
	background-position: 0 -27px;
}
a.button {
	height: 19px;
}
a.right {
	float: right
}
button#submit,
button#reset {
	background: url('../images/button_blueBg.gif') 0 0 no-repeat;
}

/*
 * Secondary
 */
body.secondary div#photo {
	width: 873px;
	height: 222px;
	clear: both;
}


body.wTestimonials #content {
	width: 560px;
	float: left;
}


/*
 * Sidebar
 */
div#sidebar {
	background: url('../images/bg_sidebar_divider.gif') 0 75px repeat-y;
	
	padding: 0 0 0 25px;
	margin: 75px 0 0 25px;
	width: 260px;
	
	float: left;
}
div#sidebar ul.sidebarLinks {
	border-bottom: 1px solid #B0B0B0;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
div#sidebar ul.sidebarLinks li {
	list-style-type: none;
}

/*
 * Container
 */
div#outterWrapper {
	background: url('../images/bg_content_bottom.gif') 0 bottom no-repeat;
	margin: 0 auto;
	width: 911px;
}
div#innerWrapper {
	background: url('../images/bg_content_top.gif') 0 0 no-repeat;
	padding: 12px 0 12px 0;	
}
div#wrapper {
	background: url('../images/bg_content.gif') 0 0 repeat-y;
	padding: 8px 20px 8px 20px;
}

/* 
 * Header
 */
div#header {
	height: 67px;
}
div#header h1 {
	width: 231px;
	float: left;
}

/* Tertiary Navigation */
ul#tertiaryNavigation {
	margin-top: 10px;
	float: right;
}
ul#tertiaryNavigation li {
	padding: 2px 0 0 10px;
	margin: 0 0 0 10px;
	height: 10px;
	list-style-type: none;
	float: left;
}
ul#tertiaryNavigation li a:link, ul#tertiaryNavigation li a:visited {
	font-size: 12px;
}

/* primary nav */
ul#primaryNavigation {
	background: url('../images/primaryNavigation/bg.jpg') 0 0 no-repeat;
	padding: 0;
	margin-bottom: 10px;
	height: 42px;
}
ul#primaryNavigation li {
	float: left;
}
ul#primaryNavigation li a {
	text-indent: -9999px;
	height: 42px;
	display: block;
	overflow: hidden;
}
ul#primaryNavigation li#btn-agents a {
	background: url('../images/primaryNavigation/agents.jpg') 0 0 no-repeat;
	width: 98px;	
}
ul#primaryNavigation li#btn-agencies a {
	background: url('../images/primaryNavigation/agencies.jpg') 0 0 no-repeat;
	width: 117px;
}
ul#primaryNavigation li#btn-carriers a {
	background: url('../images/primaryNavigation/carriers.jpg') 0 0 no-repeat;
	width: 107px;
}
body#agents ul#primaryNavigation li#btn-agents a,
body#agencies ul#primaryNavigation li#btn-agencies a,
body#carriers ul#primaryNavigation li#btn-carriers a,
ul#primaryNavigation li#btn-agents a:hover,
ul#primaryNavigation li#btn-agencies a:hover,
ul#primaryNavigation li#btn-carriers a:hover {
	background-position: 0 -42px;
}

/*
 * Content
 */
div#content {
	padding-top: 25px;
	clear: both;
}
div#content ul {
	padding: 0 0 10px 0;
	margin: 0;
}
div#content ul li {
	background: url('../images/bullet_blue.gif') 0 8px no-repeat;
	list-style-type: none;
	color: #6d6d6d;
	padding: 0 0 0 15px;
	margin: 0 90px 0 10px;
}
div#content ul li ul {
	padding: 0 0 0 0px;
}
div#content ul li ul li {
	background: url('../images/bullet_blueDash.gif') 0 6px no-repeat;
}
div#content p.introHightlight {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
div#content blockquote {
	border: none;
	background: #e5eef7;
	font-family: Georgia, Times;
	font-size: 18px;
	line-height: 25px;
	color: #0056ab;
	padding: 20px;
}
div#content blockquote div.cite {
	font-size: 12px;
	padding-top: 10px;
}

/**
 * Footer
 */
div#footer {
	padding: 20px 20px 20px 60px;
	margin: 0 auto;
	width: 911px;
	clear: both;
}
div#footer p.copyright,
div#footer p.contactInfo {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	float: left;
}
div#footer p.copyright {
	width: 610px;
}
div#footer p.contactInfo {
	width: 235px;
}

div.mapContainer {
	padding: 15px 0 0 0;
}

p.orderLink {
	height: 20px;
}
