/*
Name: CFG Website
Author: Nick Francis
Questions/Comments: nick@project83.com
Copyright (c)  Carlton Financial Group. All rights reserved.
*/

/* main styles */
* {
	margin:0;
	padding:0;
}

img, frameset {
	border:0;
}

body {
	text-align:center;
	font-size:0.8em;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff url(images/bg_int.gif) repeat-x top left;
}

body#home {
	background:#fff url(images/bg.gif) repeat-x top left;
}

#wrap {
	width:770px;
	margin:0 auto;
	text-align:left;
}

.float-left {
	float:left;
	margin:3px 10px 0 0;
}

.clear {
	clear:both;
}

/* header */
#header {
	width:770px;
	height:118px;
	background:url(images/header_bg.gif) no-repeat top center;
}

#header h1 {
	float:left;
	position:relative;
	top:16px;
	width:213px;
	height:88px;
	text-indent:-9000px;
}

#header h1 a {
	float:left;
	position:relative;
	width:213px;
	height:88px;
	background:url(images/logo.gif) no-repeat top left;
}

#header h2 {
	float:right;
	text-align:right;
	padding-top:60px;
	font-family:verdana, helvetica, "Trebuchet MS", sans-serif;
	color:#6B0202;
	font-size:1.4em;
}

#header h2 span {
	display:block;
	color:#000;
}

/* navigation */
#nav ul {
	float:left;
	list-style:none;
	min-height:30px;
}

#nav li {
	float:left;
	display:inline;
	line-height:27px;
	margin:3px 20px 0 0;
}

#nav li:hover {
	background:url(images/nav_hover_left.gif) no-repeat top left;
}

#nav li a {
	display:block;
	float:left;
	line-height:27px;
	color:#fff;
	padding:0 12px;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#nav li a:hover {
	background:url(images/nav_hover_right.gif) no-repeat top right;
}

.ie6 #nav li a:hover {
	background:#006931;
}

body#home #nav li#nav-home, body#about #nav li#nav-about, body#education #nav li#nav-education, body#services #nav li#nav-services, body#contact #nav li#nav-contact {
	background:url(images/nav_active_left.gif) no-repeat top left;
}

body#home #nav li#nav-home a, body#about #nav li#nav-about a, body#education #nav li#nav-education a, body#services #nav li#nav-services a, body#contact #nav li#nav-contact a {
	color:#003A17;
	font-weight:bold;
	background:url(images/nav_active_right.gif) no-repeat top right;
}

/* subnav */
#subnav {
	margin-bottom:30px;
}

#subnav ul {
	list-style:none;
}

#subnav li {
	float:left;
	padding-right:25px;
}

#subnav li a:hover {
	background:url(images/subnav_hover.gif) no-repeat bottom center;
}

#subnav li.active a, #subnav li.active a:hover  {
	background:url(images/subnav_active.gif) no-repeat bottom center;
}

#subnav li a {
	line-height:25px;
	padding:8px 0;
	color:#000;
	font-size:90%;
	text-decoration:none;
}

/* content area */
#contentArea {
	width:770px;
	margin:25px 0;
	background:url(images/content_bg.gif) repeat-y -550px 0;
}

/* content */
#content {
	float:left;
	width:525px;
}

#content h1 {
	color:#806D39;
	font-size:190%;
	padding:0 0 10px 0;
}

#content h2 {
	font-size:140%;
	padding:20px 0 10px 0;
}

#content h3 {
	padding:5px 0;
}

#content a {
	color:#124A90;
}

#content a:hover {
	text-decoration:none;
}

#content p {
	padding:5px 0 15px;
	line-height:1.4em;
}

#content p.box {
	color:#000;
	font-size:1.4em;
	border:4px solid #DDD5BF;
	padding:10px 15px;
	margin-bottom:15px;
	font-weight:bold;
	line-height:1.2em;
}

.contentBox {
	margin-bottom:15px;
	padding:5px 10px;
	border:4px solid #D7CDB3;
}

.contentBox li {
	font-weight:bold;
}

#content ul {
	list-style:none;
}

#content li {
	line-height:1.4em;
}

#content ol {
	margin-left:25px;
}

#content ol li {
	margin:10px 0;
}

#content ul li {
	margin:10px 0;
	padding-left:25px;
	background:url(images/ul_bg.gif) no-repeat top left;
}

#content h2.services, #content h2.quickFacts {
	margin-top:25px;
	padding:4px 10px;
	font-size:1.3em;
	background:#D7CDB3 url(images/h2_bg.gif) no-repeat top left;
}

#content h2.services {
	width:11.5em;
}

#content h2.quickFacts {
	width:7.5em;
	color:#004D24;
}

.h2-bottom {
	width:525px;
	height:4px;
	margin-bottom:2px;
	background:#D7CDB3;
}

#content ul.services {
	list-style:none;
}

#content ul.services li {
	float:left;
	line-height:30px;
	margin:0 2px 2px 0;
	width:240px;
	padding:0 10px;
	background:#E0EDF2;
}

#content ul.services li a {
	color:#005D2E;
	font-weight:bold;
	font-size:1.1em;
	padding-left:15px;
	text-decoration:none;
	background:url(images/arrow.gif) no-repeat top left;
}

#content ul.services li a:hover {
	text-decoration:underline;
}

div#readmore {
	margin-top:10px;
}
/* about section */
#content ul.numbers {
	list-style:none;
	padding:15px 0;
}

#content ul.numbers li {
	margin:15px 0;
	padding-left:42px;
}

#content ul.numbers li.one {
	background:url(images/one.gif) no-repeat top left;
}

#content ul.numbers li.two {
	padding:10px 0 10px 42px;
	background:url(images/two.gif) no-repeat top left;
}

#content ul.numbers li.three {
	background:url(images/three.gif) no-repeat top left;
}

#content ul.numbers li.four {
	background:url(images/four.gif) no-repeat top left;
}

#content ul.numbers li.five {
	background:url(images/five.gif) no-repeat top left;
}

#content ul.numbers li.six {
	background:url(images/six.gif) no-repeat top left;
}

#content ul.numbers li.seven {
	background:url(images/seven.gif) no-repeat top left;
}

/* education section */
#accordian h3 {
	font-size:1.1em;
	color:#124A90;
	font-weight:normal;
	padding:6px 8px;
	text-decoration:underline;
	cursor:pointer;
}

#accordian ul {
	margin-left:10px;
}

#accordian div.element {
	padding:0 10px;
}

/* blog styles */
p.blogDesc {
	border-bottom:1px solid #E3E3E3;
	margin-bottom:12px;
}

#content h2.title {
	padding:0;
}

#content h2.title a {
	color:#000;
	text-decoration:none;
}

#content h2.title a:hover {
	text-decoration:underline;
}

#content p.date {
	font-size:.9em;
	font-style:italic;
}

.postDetails {
	margin-bottom:2em;
	background:#E0EDF2;
}

#content .postDetails p {
	margin:0;
	padding:6px;
	font-size:.85em;
}

p.commentDetails span.date {
	font-size:.85em;
	font-style:italic;
}

div.commentText {
	padding-left:20px;
	line-height:1.4em;
	margin-bottom:25px;
	padding-bottom:10px;
	border-bottom:1px solid #E3E3E3;
}

fieldset#commentForm {
	padding:0;
	border:0;
	margin-bottom:20px;
}

fieldset#commentForm li {
	background:none;
	padding:0;
}

fieldset#commentForm label {
	float:left;
	width:120px;
}

fieldset#commentForm input {
	width:200px;
	padding:2px;
	font-size:.9em;
}

fieldset#commentForm textarea {
	width:350px;
	height:160px;
}

fieldset#commentForm input#commentSend {
	width:auto;
	margin-left:120px;
}

fieldset#commentForm input#subject {
	display:none;
}
#sidebar p.feed {
	padding:10px 0;
	margin-bottom:20px;
	border-bottom:1px solid #E3E3E3;
}

#sidebar p.feed a {
	font-size:.9em;
	color:#124A90;
	text-decoration:none;
	padding-left:18px;
	background:url(images/feed.gif) no-repeat 0 2px;
}

/* sidebar */
#sidebar {
	float:right;
	width:185px;
}

#sidebar img.photo {
	margin-bottom:15px;
}

#sidebar h2 {
	padding:20px 0 5px 0;
	font-size:1.3em;
	color:#000;
}

p.planner {
	text-indent:-9000px;
	width:195px;
	height:204px;
	padding-bottom:20px;
	border-bottom:1px solid #E3E3E3;
}

p.planner a {
	float:right;
	width:195px;
	height:204px;
	background:url(images/insurance_planner2.gif) no-repeat top left;
	position:relative;
}

body#about p.planner a {
	background:url(images/insurance_planner.gif) no-repeat top left;
}

#sidebar ul {
	list-style:none;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #E3E3E3;
}

#sidebar li {
	margin:6px 0;
	padding-left:14px;
	background:url(images/sb_list_bg.gif) no-repeat top left;
}

#sidebar li a {
	font-size:.9em;
	color:#124A90;
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}

img.support {
	padding-top:20px;
}

/* faq section */
#faq {
	width:100%;
	margin:20px 0 0 0;
	padding:15px 0;
	background:#E0D8C4 url(images/faq_bg.gif) repeat-x top left;
}

#faqBtm {
	width:100%;
	height:18px;
	margin-bottom:12px;
	background:url(images/faq_btm.gif) repeat-x top left;
}

#faq .content {
	width:770px;
	text-align:left;
	margin:0 auto;
}

#faq .content h2 {
	font-size:1.4em;
	padding-bottom:15px;
}

#faq .content h3 {
	padding:5px 0;
	color:#003514;
}

#faq .content p {
	padding:5px 0 15px;
	line-height:1.4em;
	font-size:0.95em;
}

/* footer */
#footer {
	width:770px;
	margin:0 auto;
	text-align:left;
}

#footer ul {
	float:left;
	list-style:none;
	padding-bottom:30px;
}

#footer li {
	float:left;
}

#footer li a {
	display:block;
	padding-right:15px;
	font-size:0.8em;
	color:#161616;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}

#footer p {
	float:right;
	padding-bottom:30px;
	font-size:0.8em;
	color:#161616;
}

.mac.gecko #footer p, .webkit #footer li a {
	font-size:0.9em;
}