/* Mountain State Insurance Styles */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#202D3D;
	background:#999999 url(images/bg-header.jpg) repeat-x top;
	margin:0;
	padding:0;
	}
/*Back Page with smaller header*/
body.sub {
	background:#999999 url(images/bg-header-sub.jpg) repeat-x top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman Special G1", serif, "Baskerville Old Face", "Bookman Old Style";
	font-weight: bold;
	color:#19491F;
}

h1 { 
	font-size: 2.4em;
	padding-bottom:10px;
	border-bottom:1px solid #B3CDB6;
 }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1em; }


acronym, abbr
{
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

p {
	font-size:1.4em;
	line-height:1.5em;
}

a {
	color: #19491F;
	text-decoration: underline;
	outline:none;
}


a:hover {
	text-decoration:none;
}


a img {
	border: none;
	}
	
/* Layout */

#wrapper {
	width:950px;
	margin:0 auto;
}

#header {
	height:360px;
}

#header-sub {
	height:160px;
}

#logo {
	height:155px;
	float:left;
}

#buzz {
	float:right;
	text-align:right;
}

#buzz p {
	color:#FFFFFF;
	font-size:1.8em;
	font-style:italic;
	margin:10px 0 5px 0;
}

#buzz h1 {
	color:#B3CCB6;
	font-size:3.0em;
	font-style:italic;
	margin:2px 0;
	border:none;
	padding:0;
}
p#address {
	font-size:1.2em;
	font-style:normal;
	margin:55px 0 0 0;
}
#banner {
	height:200px;
	clear:both;
}

#main-menu {
	background:#19491F;
	height:30px;
}

#main-menu ul {
	margin:0;
	padding:5px 0 0 10px;
	list-style-type:none;
	z-index: 30
}

#main-menu ul li {
	display:inline;
	float:left;
	margin-right:25px;
	font-size:1.4em;
}
#main-menu ul li a {
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
}
#main-menu ul li a:hover, #main-menu ul li.current a {
	text-decoration:underline;
}
/*Drop Down Menus*/

#main-menu ul li div {
	position: absolute;
	visibility: hidden;
	margin:7px 0 0 0;
	padding: 0;
	background: #FFFFFF;
	color:#19491F;
	border: 1px solid #19491F;
}

#main-menu ul li div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #19491F;
	font-size: .9em 
}

#main-menu ul li div a:hover, #main-menu ul li div a.current-child {
	background: #19491F;
	color: #FFFFFF;
	text-decoration:none;
}

#main-menu ul li.current div a {
	text-decoration:none;
}

/*End Drop Down Menus*/

#content {
	background:#FFFFFF url(images/bg-content.jpg) no-repeat top;
	width:948px;
	border-left:1px solid #19491F;
	border-right:1px solid #19491F;
}

#main-content {
	width:593px;
	margin:20px 0;
	padding:0 20px;
	border-right:1px solid #B3CDB6;
	float:left;
}

#main-content h2 {
	padding-top:20px;
	border-top:1px solid #B3CDB6;
}

#main-content ul li {
	font-size:1.4em;
	line-height:150%;
}

#main-content ul li li {
	font-size:1.0em;
 }

#main-content ol li {
	font-size:1.3em;
}

#main-content blockquote {
	background:#ececec;
	border:1px dashed #006600;
	padding:10px;
}

#main-content blockquote p {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
}

.date {
	font-size:11px;
	font-style:italic;
	color:#999;
}

/*Agent Page*/

.column {
	width:290px;
	float:left;
	padding:20px 5px 0 0 ;
	/*border-top:1px solid #B3CDB6;*/
}
.text-column {
	list-style-type:none;
	margin:0;
	width:180px;
	float:left;
	padding:10px 0 10px 10px;
}
.column img {
	margin-bottom:20px;
}

.button, .button-services, .button-team, .button-tools {
	padding:5px 10px;
	display:block;
	background:#19491F;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	float:left;
	margin-bottom:20px;
}
.button-services {
	width:210px;
}

.button-team {
	width:270px;
}

.button-tools {
	width:445px;
}

.button:hover, .button-services:hover, .button-team:hover, .button-tools:hover {
	background:#B3CDB6;
	/*cursor:pointer;*/
	color:#19491F;
}

.button a, .button-services a, .button-team a, .button-tools a {
	color:#FFFFFF;
	text-decoration:none;
}

.button a:hover, .button:hover a, .button-services a:hover, .button-services:hover a, .button-team a:hover, .button-team:hover a, .button-tools a:hover, .button-tools:hover a {
	color:#19491F;
}

#sidebar {
	width:274px;
	margin:20px 0;
	padding:0 20px;
	/*border-left:1px solid #B3CDB6;*/
	float:left;
}

#sidebar h1 a {
	text-decoration:none;
}

#sidebar .button a:hover {
	color:#19491F;
}

#sidebar #tools {
	list-style-type:none;
	padding:0 0 20px 0;
	margin:0;
}

#sidebar #tools li {
	font-size:1.2em;
	margin:15px 0;
	text-indent:-9999px;
}

#sidebar #tools #wv-comp-advisor a {
	width:269px;
	height:38px;
	display:block;
	background:url(images/button-wv-comp-advisor.gif) no-repeat;
}

#sidebar #tools #hr-that-works a {
	width:269px;
	height:38px;
	display:block;
	background:url(images/button-hr-that-works-small.gif) no-repeat;
}

#sidebar #tools #client-connect a {
	width:269px;
	height:38px;
	display:block;
	background:url(images/button-client-connect.gif) no-repeat;
}

.services-logos {
	margin-left:60px;
	width:152px;
}

.services-logos img {
	margin:0 0 15px 0;
	padding:3px;
	border:1px solid #B3CDB6;
}

.services-logos a:hover img {
	background:#B3CDB6;
}


#sidebar blockquote {
	padding:10px 15px;
	margin:0 10px 10px 10px;
	background:#B3CDB6;
	font-size:1.2em;
}

/*#sidebar-logos {
	margin-top:25px;
	padding-top:5px;
	border-top:1px solid #B3CDB6;
}

#sidebar-logos p {
	text-align:center;
	margin:10px 0 0 0;
}

#sidebar-logos img {
	margin:0 20px;
}*/

#footer {
	background:#19491F url(images/bg-footer.jpg) repeat-x top;
	clear:both;
}

#footer-menu {
	padding:10px 0;
	margin:0;
}
#footer-menu ul {
	text-align:center;
	list-style-type:none;
	margin:10px 0;
	padding:0;
}
#footer-menu ul li {
	margin:0 10px;
	font-size:1.1em;
	display:inline;
}
#footer-menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer-menu ul li a:hover, #footer-menu ul li.current a {
	text-decoration:underline;
}
#copy {
	float:right;
	color:#FFFFFF;
	margin:0;
	padding:40px 10px 0 0;
}
#copy a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer-logos {
	
}

#footer-logos p {
	width:300px;
	text-align:center;
	margin: 0;
}

#footer-logos img {
	margin:0 2px;
}


.clear {
	clear:both;
}

.left {
	float:left;
	margin:0 10px 5px 0;
}

.right {
	float:right;
	margin:0 0 5px 10px;
}
/*Form Styling*/
form {
	border:dotted thin #ccc;
	width:90%;
	padding:5px;
}

form fieldset p {
	line-height:180%;
}
form fieldset p label {
	width:200px;
	float:left;
}
form fieldset p.excludes label {
	width:100px;
	float:left;
}

#first{
	display:none;
}
/*End of Contact Form*/