/* 
Description: Placer West Insurance Services
Version: 1.0
Released: 08/28/09
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	background: #3e3a2a;
	color: #34322a;
	font:75%/1.7 Lucida Grande, Verdana, Arial, Helvetica, sans-serif; /* Sets default size to 13pt */
	text-align: center;
	position: relative;
	min-width: 950px;
}

#branding {
	background: #3e3a2a url(../images/bg_branding.png) repeat-x 0 0;
	height: 165px;
	border-bottom: 2px solid #e2cb33;
}

#branding_container {
		position: relative;
		z-index: 99;
}

#nav {
	height: 33px;
	background: #534e43 url(../images/bg_nav.png) repeat-x 0 0;
}

#content_main {
	padding: 25px 0 25px 0;
	border-bottom: 5px solid #b4b3a7;
	z-index: 1;
}

#content_main_container {
	position: relative;

}

#home #content_secondary {
	background: #e3e1d4;
	overflow:hidden;
	border-top: 1px solid #edece4;
}

#home #content_main {
	position: relative;
	background: #bfbeb1 url(../images/bg_home_content_main.png) repeat-x 0 0;
}

#branding_container, #nav_container, #home #content_main_container, #home #content_secondary_container, #site_info_container, #content_container {
	width: 950px; 
	margin: 0 auto; 
	text-align: left;
}
	
.content #content_main {
	width: 690px;
	float: right;
	border-bottom: none;
	margin-top: 15px;
}

.content #content_secondary {
	width: 225px;
	float: left;
	margin-top: 45px;
}


.content #content {
	min-height: 56px;
	background: #e3e1d4 url(../images/bg_content.png) repeat-x 0 0;
	overflow:hidden;
	}


#site_info {
	background: #3e3a2a;
	overflow:hidden;
	clear:both;
	border-top: 4px solid #e2cb33;
}

/* =TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body * {
	font-size: 100%;
}
	
HTML {
	font-size: 100%;
}

p {
	margin-bottom: 17px;
}

h2 {
	font-size: 192%; /* Sets size to 25pt */
	color: #2e719e;
	font-weight: bold;
	margin-bottom: 12px;
}

#content_main h3{
	font-size:150%;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#2E719E;
	border-bottom: 1px solid #B4B3A7;
	margin-bottom: 10px;
}

#contact_us #content_main h3 {
	border-bottom: none;
	margin-bottom: 5px;
}




h4{
	color:#2E719E;
	font-size: 115%;
	margin-bottom: 3px;
}

h5 {
	font-weight: bold;
}

ul {
	margin-bottom: 10px;
}

li {
	margin-bottom: 2px;
}


#home #content_main p {
	font-size: 123%;
	margin-bottom: 0px;
}


#personal_property #content_main ul {
	margin-left: 25px;
}
	

#links #content_main li a, #articles #content_main li a {
	background: none;
	padding-left: 0px;
}

#links #content_main li {
	margin-left: 25px;
}


.content p.previous_link{
	color:#2E719E;
	text-decoration: none;
}
.content p.previous_link:hover{
	text-decoration: underline;
	cursor: pointer;
}

/* =NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#nav_container {
	width: auto;
	position: absolute;
	top: 83px;
	right: 4px;
}

#nav_container li {
	font-size: 116%;
	float: left;
	letter-spacing: -.02em;
}

#nav_container li li {
	font-size: 80%;
}

#nav_container a:link, #nav_container a:visited {
	padding: 9px 14px;	
}



#nav_container li li a:link, #nav_container li li a:visited {
	color: #3E3A2A;	
}

#nav_container li li a:hover {
	background: white;
}



/* Secondary Nav */

#nav_secondary h3 {
	margin-bottom: 8px;
}

#nav_secondary ul {
	border-top:1px solid #BCBAAB;
	border-bottom:1px solid #F2EFE4;
	list-style-type:none;
	margin-left:0px;

}


#nav_secondary li {
	font-size: 94%;
	margin: 0;
	border-bottom:1px solid #BCBAAB;
	border-top:1px solid #F2EFE4;
	padding-left: 0;
}


#nav_secondary a {
	display: block;
	padding: 5px ;	
	margin: 0;
}


#nav_secondary ul a:link, #nav_secondary ul a:visited {
	color: #3E3A2A;
	background:none;
}


#nav_secondary ul a:hover {
	text-decoration: none;
	background: #F8F7F3;
}

#content_secondary #nav_secondary li a {
	padding-left: 8px;
}



#products #nav_secondary_foryou, #products #nav_secondary_foryourbusiness, #personal_property #nav_secondary_personalproperty, #personal_lifehealth #nav_secondary_personallifehealth, #business_commercial #nav_secondary_businesscommercial, #group_lifehealth #nav_secondary_grouplifehealth, #links #nav_secondary_links, #articles #nav_secondary_articles, #homeowner #nav_secondary_homeowner, #auto #nav_secondary_auto, #health #nav_secondary_health, #liability #nav_secondary_liability, #life #nav_secondary_life, #workers_comp #nav_secondary_workers_comp, #custom_quote #nav_secondary_custom { 
	color: #2E719E;
	font-weight: bold;
}






/* =LINKS- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.action_link {
	margin-top: 10px;	
}

.action_link a {
	padding-right: 15px;
	background: url(../images/bullet.png) no-repeat 100% 60% ;	
}

a:link, a:visited {
	color:#2e719e;
	text-decoration: none;
}

a:hover{
	color:#2e719e;
	text-decoration: underline;
}




/* =Branding
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#branding_container {
	position: relative;
}

#branding h1 {
	text-indent: -9999px;
	position: relative;
	top: 59px;
	left: 45px;
}

#branding h1 a {
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	height: 76px;
	width: 272px;
}

#branding #mountain {
	background: url(../images/mountain.jpg) no-repeat 0 0;
	position: absolute;
	width: 567px;
	height: 158px;
	top: 4px;
	left: -120px;
}



#branding #phone_number {
	color: #e2cb33;
	position: absolute;
	top: 5px;
	right: 220px;
	font-size: 108%;
}

#branding #get_quote a {
	width: 200px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	background: url(../images/get_quote.png) 100% 0 no-repeat;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
}

#branding #get_quote a:hover {
	background-position: 0 0;
}


#branding #placer_logo {
	display:none;
}


/* =HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


#home #content_main h2, #home #content_main p {
	width: 563px;
}

#home #content_main h2 {
	font-size: 241%;
	line-height: 37px;
	font-weight: normal;
	letter-spacing: -.01em;
}


#bttn_container {
	position: relative;
	margin-top: 15px;
}


a#bttn_quote, a#bttn_products {
	display: block;
	background: url(../images/bttn_quote.png) no-repeat 0 0;
	width: 214px;
	height: 38px;
	text-indent: -9999px;
}

a#bttn_quote:hover {
	background-position: 100% 0;
}

a#bttn_products {
	background: url(../images/bttn_products.png) no-repeat 100% 0;
	//position: absolute;
	//top: 0;
	//left: 230px;
}

a#bttn_products:hover {
	background-position: 0 0;
}


#slideshow_container {
	position: absolute;
	right: 0px;
	top: -75px;
}






/* FEATURES */


.feature {
	width: 225px;
	float: left;
	margin: 0 0 28px 0;
	line-height: 1.5em;
	background: url(../images/bg_feature.png) no-repeat 0 0;
}


.feature p {
	margin-bottom: 10px;
}

.feature h3 {
	font-size: 150%;
	letter-spacing: -.02em;
	font-weight: normal;
	color:#2E719E;	
	margin-bottom: 5px;
}

.feature img {
	float: left;
	margin: 2px 8px 0px 15px;
}


.feature ul {
	list-style-type: disc;
	margin-left: 16px;
}

.feature li {
	margin-bottom: 5px;
}

.feature li a {
	background: none;
}

#feature-quotes ul{
	list-style-type: none;
	margin-left: 0;
}


#content_secondary #feature-quotes li a {
	padding-left: 17px;
	background: url(../images/bullet.png) no-repeat 0 60%;
}


#home .feature {
	margin: 50px 29px 60px 0;
	border-right: 1px solid #cecdbe;
	padding-right: 24px;
	width: 280px;
}

#home .feature.last {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}


/* =SECONDARY */

.content h2 {
	color: #2E719E;
	text-align: right;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 200%;
	margin-top: 7px;
	letter-spacing:-0.02em;
}



address {
	margin-bottom: 10px;
}

.right {
	float: right;
}

/* =CONTACT FORM*/


fieldset {
	border: 1px solid #B4B3A7;
	margin-bottom: 15px;
	padding: 5px 20px 10px 20px;
}

td {
	padding: 5px 0;
}

legend {
	font-size: 112%;
	font-weight: bold;
	color:#2E719E;
}


.error {
	color: red;
	display: block;
}


/* =SITE INFO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#site_info {
	color: #b4b3a7;
}

#site_info p {
	margin: 40px 0 20px 0;
	text-align: center;
}

.content #site_info p {
	margin-top: 20px;
}

#site_info a {
	color: #b4b3a7;
}


/* =MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.left {
	float: left;
	margin: 5px 10px 3px 0;
	padding: 5px;
	border: 1px solid grey;
	background: white;
}

.right {
	float: right;
	margin: 5px 0px 3px 10px;
	padding: 5px;
	border: 1px solid grey;
	background: white;
}

.slidingDiv {
	margin: 5px 0 30px 0px;
	background: #DBD9CC; 
	padding: 20px 20px 10px 20px;
	display: none;
}

.articles ol {
	list-style-type: decimal;margin-left:20px;
	margin-bottom: 15px;
}

.articles ul {
	list-style-type: disc;margin-left:15px;
}	
