/*** version:			v.1.0.0 		***/
/*** last modified date:	2009-09-22    	***/

/* @override 
	http://mdl.scottorchard.com/css/screen.css
	http://mercury.scottorchard.com/css/screen.css
	http://mercury.site/css/screen.css
*/

/* The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */

body {
	font-size: 75%;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}

/*.clear {
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0;
	padding: 0;
}*/

.clear {
    line-height: 0;
    clear: both;
    margin : 0;
    padding: 0;
    border: 0;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}

li {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
	letter-spacing: 1px;
}

.red {
	color: #991a34;
}

#layoutContainer {
	width: 980px;
	margin: 0 auto;
	background: #fff url(../images/common/site-bkgd.gif) center top repeat-y;
}

#siteBackground {
	background: #fff;
	width: 940px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	height: 100px;
	width: 830px;
	background: url(../images/common/header-bkgd.gif) center top no-repeat;
	border-bottom: 1px solid #ccc;
}

/* @group Header Navigation */

h1.mercury-link {
	float: left;
	width: 195px;
	height: 77px;
	margin: 5px 0 0 0;
	padding: 0;
}

.mercury-link a, .mercury-link a:hover {
	display: block;
	width: 195px;
	height: 77px;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}

/* @end */

#content {
	background: #fff;
	width: 839px;
	padding:0 50px 0 50px;
	margin: 0 0 0 0;
}

/* @group Home */

#content-home {
	background: #fff;
	width: 839px;
	padding:0 50px 40px 50px;
	margin: 0 0 0 0;
}


#home-left {
	float: left;
	width: 170px;
	padding: 0 25px 0 5px;
}

#home-right {
	float: left;
	width: 608px;
	margin-top: 20px;
	padding: 0 0 0 25px;
	border-left: 1px solid #e7e7e7;
}

#home-right p {
	color: #575656;
	font-size: 12px;
	line-height: 19px;
	padding: 30px 0 0 0;
}

#home-right p strong {
	color: #991a34;
	letter-spacing: 1px;
}

.home-right-hdr {
	color: #991a34;
	height: 20px;
	text-transform: uppercase;
	padding: 10px 0 10px 18px;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	font-style: normal;
	background: url(../images/home/map-text-hdr.gif) top left no-repeat;
}

/* @end */

/* @group jQuery Slideshow */

/* set the width and height to match your images */

#slideshow {
    position:relative;
    height:395px;
    margin-left: -8px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* @end */

/* @group Left Navigation */

#left-navigation {
	float: left;
	width: 170px;
	padding: 0 25px 0 5px;
}

ul#nav-tier-one  {
	width: 170px;
	font-size: 14px;
	display: block;
}

#nav-tier-one li {
	width: 170px;
	/*min-height: 100%;*/
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 3px;
	border-bottom: 1px solid #cccccc;
}

#nav-tier-one li.lastItem, #nav-tier-one.off li.lastItem {
	width: 170px;
	/*min-height: 100%;*/
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 3px;
	border-bottom: none;
}

#nav-tier-one li a  {
	width: 170px;
	display: block;
	padding: 10px 0 10px 0;
	color: #747373;
	text-decoration: none;
	/*float: right;*/
}

#nav-tier-one li a:hover {
	display: block;
	padding: 10px 0 10px 0;
	color: #991a34;
	text-decoration: underline;
	/*background: #cccccc;*/
}

#nav-tier-one li a.tierOneOn, #nav-tier-one li a:hover.tierOneOn {
	display: block;
	color: #991a34;
	/*text-decoration: underline;*/
	/*background: #cccccc;*/
}

#nav-tier-one.off li {
	width: 170px;
	/*min-height: 100%;*/
	height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 3px;
	border-bottom: 1px solid #ddd;
}

#nav-tier-one li a.nav-off, #nav-tier-one li a:hover.nav-off {
	display: block;
	color: #cccccc;
	text-decoration: none;
	cursor: default;
	/*background: #cccccc;*/
}

#nav-tier-one li#nav-tier-two {
	width: 170px;
	height: 100%;
	padding-bottom: 12px;
}

#nav-tier-one li#nav-tier-two .tierOneOn {
	color: #991a34;
	padding-bottom: 0;
}

#nav-tier-one li#nav-tier-two li {
	width: 160px;
	height: 16px;
	font-size: 11px;
}

ul#nav-tier-two  {
	width: 164px;
	font-size: 11px;
	display: block;
}

ul#tierTwolist li {
	padding: 1px 0 1px 10px;
}

ul#tierTwolist li.lastItem  {
	padding-left: 10px;
}

#nav-tier-two li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	border-bottom: 1px solid #fff;
}

#nav-tier-two li a {
	width: 160px;
	display: block;
	padding: 5px 0;
	color: #747373;
	text-decoration: none;
	border: 0;
	font-size: 11.5px;
}

#nav-tier-two li a:hover {
	background: none;
	display: block;
	padding: 5px 0;
	color: #991a34;
	text-decoration: underline;
	border: 0;
}

#tierTwoarrow {
	float: left;
	display: block;
}

/*#tierOneOn, #tierTwoOn {
	font-weight: bold;
	color: #991a34;
}*/

.tierTwoOn {
	border-bottom: 0;
	font-weight: bold;
}

#tierTwolist li {
	width: 115px;
	padding: 0 0 0 15px;
}

#tierTwolist .ON, #tierTwolist .ON a {
	color: #cc3300;
}

#join-our-team {
	width: 170px;
	height: 100px;
	margin: 140px 0 0 0;
	background: #fff url(../images/common/join-our-team.gif) right top no-repeat;
}

#join-our-team-op {
	width: 170px;
	height: 100px;
	margin: 24px 0 0 0;
	background: #fff url(../images/common/join-our-team.gif) right top no-repeat;
}

.join-more {
	padding: 80px 0 0 0;
	text-align: right;
	font-size: 11px;
}

#join-our-team a, #join-our-team a:hover, #join-our-team-op a, #join-our-team-op a:hover {
	color: #991a34;
	text-decoration: underline;
}

#location-switch {
	font-size: 10px;
	width: 170px;
	margin: 20px 0 0 0;
	text-align: right;
	line-height: 12px;
}

#location-switch a, #location-switch a:hover {
	color: #991a34;
	text-decoration: underline;
}


/* @end */

/* @group Page Content*/

#page-content {
	float: left;
	width: 608px;
	padding: 0 0 0 25px;
	margin: 20px 0 0 0;
	border-left: 1px solid #ccc;
}

#page-content-left {
	width: 424px;
	float: left;
	padding: 38px 0 0 0;
}

#page-content-right {
	width: 182px;
	float: right;
	padding: 0 0 0 0;
}

.page-content-hdr {
	color: #991a34;
	padding: 0 0 0 12px;
	margin: 0;
	font-weight: normal;
	font-size: 1.333em;
	font-style: normal;
	height: 20px;
}

.page-content-hdr-tall {
	color: #991a34;
	padding: 0 0 0 12px;
	margin: 0;
	font-weight: normal;
	font-size: 1.333em;
	font-style: normal;
	height: 46px;
}

.page-content-hdr.why-mercury {
	color: #991a34;
	background: url(../images/headers/why-mercury-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.at-a-glance {
	color: #991a34;
	background: url(../images/headers/at-a-glance-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.agents-are-key {
	color: #991a34;
	background: url(../images/headers/agents-are-key-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr-tall.service-excellence {
	color: #991a34;
	background: url(../images/headers/service-excellence-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.contact-us {
	color: #991a34;
	background: url(../images/headers/contact-us-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.contact-us-submit {
	color: #991a34;
	background: url(../images/headers/contact-us-submit-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.personal-auto {
	color: #991a34;
	background: url(../images/headers/op-personal-auto-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.homeowners {
	color: #991a34;
	background: url(../images/headers/op-homeowners-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.personal-umbrella {
	color: #991a34;
	background: url(../images/headers/op-personal-umbrella-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.mechanical-breakdown {
	color: #991a34;
	background: url(../images/headers/op-mechanical-breakdown-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.commercial-auto {
	color: #991a34;
	background: url(../images/headers/op-commercial-auto-text-hdr.gif) no-repeat 12px top;
}

.page-content-hdr.commercial-business {
	color: #991a34;
	background: url(../images/headers/op-commercial-business-text-hdr.gif) no-repeat 12px top;
}

#page-content p {
	color: #575656;
	padding-left: 12px;
	line-height: 18px;
}

#page-content p.footnote {
	color: #575656;
	font-size: 10px;
	padding-left: 12px;
	line-height: 18px;
}

ul.red-no-margin {
	padding: 0 0 0 12px;
	margin: 0;
	list-style: none;
}

ul.red-no-margin li {
	padding: 4px 0;
	color: #991a34;
	font-weight: bold;
	letter-spacing: 1px;
}

/* @end */

/* @group Contact Form */

#page-content p.contact-intro {
	font-size: 14px;
	font-weight: bold;
	color: #575656;
	padding-left: 12px;
}

#contact-form {
	/*padding-left: 12px;*/
	width: 400px;
	margin: 20px 0 0 12px;
}

/*#contact-form label {
	font-size: 11px;
	color: #991a34;
	text-align: right;
	width: 90px;
	display: block;
	float: left;
	padding: 3px 5px 3px 0;
}*/

#contact-form label span {
	font-size: 11px;
	line-height: 14px;
	color: #991a34;
	text-align: right;
	width: 90px;
	display: inline;
	float: left;
	padding: 3px 5px 3px 0;
}

#contact-form label.form_last span {
	width: 35px;
}

#contact-form label.form_state span {
	width: 40px;
}

#contact-form label.form_zip span {
	width: 30px;
}

#contact-form label.form_years_in_business span {
	width: 90px;
}

#contact-form input, #contact-form textarea {
	font-size: 11px;
	width: 126px;
	display: block;
	float: left;
	margin: 0 0 10px 0;
}

#contact-form input#your_title, #contact-form input#agency_name, #contact-form input#address, #contact-form input#email {
	width: 298px;
}

#contact-form input#state {
	width: 30px;
}

#contact-form input#zip {
	width: 50px;
}

#contact-form input#phone_1, #contact-form input#phone_2 {
	width: 35px;
}

#contact-form input#phone_3 {
	width: 45px;
	margin-right: 115px;
}

#contact-form .dash {
	width: 5px;
	display: block;
	float: left;
	padding: 0 7px;
}

#contact-form input#years_in_business {
	width: 20px;
}

#contact-form input#total_employees {
	width: 20px;
	margin-right: 120px;
}

#contact-form textarea#companies_represented {
	float: left;
	width: 300px;
	height: 32px;
	resize: none;
}

#contact-form p.volume {
	font-weight: bold;
	color: #808080;
	clear: both;
	padding-top: 15px;
}

#contact-form input#personal_lines, #contact-form input#commercial {
	width: 98px;
}

#contact-form p.required {
	font-size: 11px;
	color: #991a34;
	text-align: left;
	padding: 5px 0 0 40px;
	clear: both;
}

#contact-form input#reset {
	margin: 0 0 0 20px;
	width: inherit;
}

#contact-form input#submit {
	float: right;
	width: 60px;
}

/* @end */

/* @group Footer */

#footerNav {
	float: left;
	font-size: 10px;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#footerNav li {
	display: inline;
	padding: 0 3px;
	color: #737373;
}

#footerNav li a {
	color: #737373;
	text-decoration: none;
}

#footerNav li a:hover {
	color: #737373;
	text-decoration: underline;
}

#footerNav-home {
	float: left;
	font-size: 10px;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#footerNav-home li {
	display: inline;
	padding: 0 3px;
	color: #737373;
}

#footerNav-home li.first-child {
	display: inline;
	padding: 0 3px 0 0;
	color: #737373;
}

#footerNav-home li a {
	color: #737373;
	text-decoration: none;
}

#footerNav-home li a:hover {
	color: #737373;
	text-decoration: underline;
}

#fake-footer {
	background-color: #fff;
	width: 940px;
	height: 10px;
	font-size: 10px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer-bottom {
	/*background-color: #fff;*/
	background: #e6e6e6 url(../images/common/footer-bkgd.gif) top center repeat-x;
	width: 980px;
	height: 30px;
	font-size: 10px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* @end */

