/*
-----------------------------------------------
Clermont Wealth Strategies Screen Styles
Author: Nick Hall
Version: February 25, 2008
----------------------------------------------- */


@import "reset.css";
/*  mass reset so all browsers have margins set to zero
	and creates em based font sizing
	1em = 10px (approx.)
*/


/*
-----------------------------------------------
Color Library

Green				- 	#51804A
Dark Grey			-	#333333
Dark Blue			-	#2E4364
Dark Green			-	#2C442A
----------------------------------------------- */


/* Common=General
----------------------------------------------- */
body{
	background:#183420 url(/images/common/body-bg.gif) repeat-x 0 0;
	font-family:Verdana;
	color:#000;
}
a,
a:link{
	color:#2E4364;
	text-decoration:underline;
}
a:hover{
	color:#51804A;
}
h1{
	color:#2E4364;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.3em;
	margin-bottom:1.5em;
}
h2{
	color:#2E4364;
	font-weight:bold;
	font-size:1.1em;
	padding-top:9px;
	margin-bottom:.3em;
}
h3{
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	padding-top:9px;
	margin-bottom:.3em;
}
h4{
	color:#2E4364;
	font-weight:bold;
	padding-top:9px;
	margin-bottom:.3em;
}
h5{
	color:#2E4364;
	font-weight:bold;
	padding-top:9px;
	margin-bottom:.3em;
}
p,
ul,
ol,
dl,
blockquote{
	margin-bottom:1em;
}
ul{
	margin-left:28px;
}
ul li{
	background:url(/images/interior/bullet.gif) no-repeat 0 9px;
	padding-left:13px;
}
ol{
	list-style:decimal;
	margin-left:45px;
}
blockquote{
	margin:0 28px 1em 28px;
	font-style:italic;
}
dl{
	margin-left:28px;
}
dt{
	font-weight:bold;
}
.mute{
	color:#CCC;
}
.blue{
	color:#2E4364;
}


/* Common=Sructure
----------------------------------------------- */
#shadow{
	margin:0 auto 9px auto;
	width:962px;
	padding:9px 6px 0 6px;
	background:url(/images/home/shadow-bg.gif) no-repeat 0 0;
}
#page{
	font-size:1.1em;
	background:#FFF;
	width:960px;
	padding:1px;
	overflow:hidden;
	position:relative;
}
#header{
	float:left;
	width:960px;
	height:91px;
	text-align:center;
	background:url(/images/common/header-bg.gif);
	border-bottom:1px solid #C0C6D0;
	margin-bottom:1px;
	position:relative;
}
#logo{
	margin-top:31px;
}
#footer{
	width:960px;
	margin:0 auto 10px auto;
	color:#939B93;
	text-align:center;
}
#footer a,
#footer a:link{
	color:#939B93;
	text-decoration:none;
}
#footer a:hover{
	color:#BFC3BE;
	text-decoration:underline;
}


/* Common=Navigation
----------------------------------------------- */
#mainNav{
	clear:both;
	width:911px;
	margin:0 0 0 1px;
	float:left;
	border-top:1px solid #E7E9ED;
	border-bottom:1px solid #FFF;
	text-align:center;
	background:#FFF url(/images/common/mainNav-bg.gif) repeat-x left bottom;
	height:31px;
	padding-left:47px;
}
#mainNav li{
	float:left;
	height:31px;
	padding:0 1px 0 0;
	background:url(/images/common/mainNav-divider.gif) no-repeat right center;
}
#mainNav li a,
#mainNav li a:link{
	display:block;
	height:31px;
	float:left;
}
#mainNav li.last{
	padding-right:0;
	background:none;
}
#subNav{
	margin:66px 0 0 0;
	line-height:1.4em;
}
#subNav li{
	border-bottom:1px solid #91AC92;
	display:block;
	background:#4E7C4C url(/images/interior/subNav-bg.gif) repeat-y right top;
	padding:0;
}
#subNav a,
#subNav a:link{
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:7px 10px 7px 21px;
}
#subNav a:hover{
	background:url(/images/interior/subNav-arrow.gif) no-repeat 11px 11px;
}
#subNav li.last{
	border-bottom:0;
}
#subNav li.active{
	background:#1C401B url(/images/interior/subNav-active.gif) no-repeat 0 0;
	font-weight:bold;
}
#subNav li.active a,
#subNav li.active a:link{
	background:url(/images/interior/subNav-arrow.gif) no-repeat 11px 11px;
}
#subNav li #terNav{
	background:#559a5f;
	margin:0;
	padding:3px 0 7px 0;
	border-top:1px solid #91AC92;
}
#subNav li #terNav li{
	border-bottom:0;
	background-image:none;
	background-color:transparent;
	font-size:.95em;
	line-height:1.3;
}
#subNav li #terNav li a,
#subNav li #terNav li a:link{
	padding:3px 6px 3px 32px;
	font-weight:normal;
	background-image:none;
}
#subNav li #terNav li a:hover{
	color:#214026;
}
#subNav li #terNav li.active a,
#subNav li #terNav li.active a:link{
	background:url(/images/interior/terNav-bullet.gif) no-repeat 18px 10px;
}


/* Homepage=Content
----------------------------------------------- */
.home #page{
	line-height:1.4;
}
.home #flashModule{
	width:960px;
	height:190px;
	clear:both;
	float:left;
	border-top:1px solid #C0C6D0;
	border-bottom:1px solid #C0C6D0;
	padding:1px 0;
}
.home #contentContainer{
	float:left;
	clear:both;
	width:958px;
	background:url(/images/home/content-bg.gif) no-repeat 0 0;
	margin-left:1px;
	margin-bottom:1px;
	border-bottom:1px solid #A2ABBA;
	color:#333;
}
.home #fade{
	width:881px;
	background:url(/images/home/content-fade.gif) no-repeat left bottom;
	min-height:190px;
	padding:40px 33px 30px 44px;
	float:left;
}
.home #seo{
	width:284px;
	float:left;
}
.home #primaryContent{
	width:500px;
	float:right;
}
.home h1{
	margin-bottom:1em;
	padding-left:20px;
	background:url(/images/common/logo-small.gif) no-repeat 1px 0;
}
.home p{
	margin-bottom:1.3em;
}


/* Homepage=Kwick (Moo Tools)
----------------------------------------------- */
#kwicks_container{
	height: 160px;
	width:500px;
}
#kwicks{
	margin-left:0;
	position: relative;
}
#kwicks li{
	padding-left:0;
	background-image:none;
	position:relative;
}
#kwicks .kwick {
	cursor:pointer;
	float: left;
	margin:0;
	display: block;
	width: 120px;
	border-left:2px solid #fff;
	overflow:hidden;
	height: 160px;
}
.kwick dl{
	position:absolute;
	top:56px;
	left:200px;
	margin-left:0;
	width:180px;
}
.kwick dt{
	color:#3F643A;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}


/* Interior=Content
----------------------------------------------- */
.interior #page{
	line-height:1.6;
}
.interior #divider{
	border-top:1px solid #C0C6D0;
	float:left;
	width:959px;
	margin-bottom:1px;
	padding:1px 0 0 1px;
	background:url(/images/interior/container-bg.gif) no-repeat 187px 1px;
}
.interior #interiorContainer{
	float:left;
	width:956px;
	clear:both;
	border:1px solid #C0C6D0;
	border-left:1px solid #B5BCC9;
	border-top:0;
	background:url(/images/interior/content-bg.gif) repeat-y 0 0;
}
#watermark{
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
	width:100%;
}
.interior #primaryContent{
	width:681px;
	float:right;
	padding:31px 46px 95px 0;
}
.interior #subNavContainer{
	float:left;
	width:184px;
	border-top:1px solid #D7DBE1;
	padding-left:1px;
	padding-bottom:210px;
}
.interior .callout{
	float:right;
	margin:4px 10px 16px 30px;
}
.twoColumn #contentContainer{
	background:url(/images/interior/column-divider.gif) repeat-y 534px 0;
	float:right;
	width:771px;
	margin:22px 0 25px 0;
}
.interior .twoColumn #primaryContent{
	float:left;
	width:444px;
	margin-top:-22px;
	padding-bottom:70px;
	padding:31px 0 95px 44px;
}
.interior #secondaryContent{
	float:right;
	width:196px;
	margin-top:-22px;
	padding:76px 20px 60px 0;
}
blockquote.testimonial{
	margin:0 7px 80px 7px;
	color:#40643B;
	font-style:normal;
	border-top:1px solid #9FB19D;
	border-bottom:1px solid #9FB19D;
	background:url(/images/interior/quote-top.gif) repeat-x 0 1px;
}
blockquote.testimonial p{
	background:url(/images/interior/quote-bottom.gif) repeat-x left bottom;
	margin-bottom:1px;
	padding:20px 16px 15px 16px;
}
blockquote.testimonial cite{
	display:block;
	text-align:right;
	padding-top:18px;
	font-style:italic;
}
dl.relatedDocs{
	margin:0;
	padding:0;
}
dl.relatedDocs dt{
	padding:0 0 5px 29px;
	margin-bottom:15px;
	background:url(/images/common/logo-small.gif) no-repeat 10px 2px;
	border-bottom:1px solid #C3C4D8;
}
dl.relatedDocs dd{
	margin-left:14px;
	padding:0 6px 0 14px;
	color:#999;
	background:url(/images/interior/related-bullet.gif) no-repeat 0 8px;
	font-size:.95em;
	line-height:1.3;
	padding-bottom:10px;
}
dl.relatedDocs dd a,
dl.relatedDocs dd a:link{
	display:block;
	text-decoration:none;
	font-size:1.1em;
}
#disclaimer{
	font-size:.8em;
}


/* Common=Client Login
----------------------------------------------- */
ul.ddown{
	color:#2E4364;
	text-decoration:none;
	font-size:.95em;
	display:block;
	width:188px;
	height:28px;
	background:url(/images/common/login-btn.png) no-repeat 70px 0;
	position:absolute;
	top:0;
	z-index:100;
	right:8px;
	padding-top:2px;
	outline:none;
}
.top a, .top a:link{
	color:#2E4364;
	text-decoration:none;
	font-size:.95em;
}
ul.ddown li.top { margin:0 0 0 8px; text-indent:60px;  }

ul.ddown ul { 
	text-indent:0;
	background:#FFF;
	border:1px solid #C0C6D0;
	width:152px;
	text-align:left;
	padding:10px;
	margin:5px 5px 0 0;
	font-size:.95em;
}
ul.ddown ul li { 
	line-height:1.8;
}
ul.ddown ul li a { 
	text-decoration:none; 
}
ul.ddown ul li a:hover { 
	text-decoration:underline;
}
ul.ddown,
ul.ddown ul{
	margin-left:0;
}
ul.ddown li,
ul.ddown ul li{
	padding-left:0;
	background-image:none;
}


/* Interior=Section Watermarks
----------------------------------------------- */
#service-solutions #watermark{
	background-image:url(/images/services-solutions/watermark.gif);
}