/* CCS Style -- Sunbelt Wealth Management Consultants, LLC
Created by: Gradient Financial Services. David Siegfried Web - Multimedia Designer.
----------------------------------------------------
Color Palette-
Blue: #003366
Orange: #FF6600
LBlue: #26517D
Grey: #E6E6E6
Associated Images-
../img/logo.png
../img/header_bg.png
----------------------------------------------------
Copyright 2009 Sunbelt Wealth Management Consultants, LLC. */
/*--------------------------------------------------
	Begin =generalstyle
--------------------------------------------------*/
body {
	font: 62.5% Arial, Helvetica, sans-serif;
}
a {
	color: #26517D;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
a:hover {
	border-bottom: none;
}
img, div {
	behavior: url(iepngfix.htc)
}

li {
/* font-size: 1.2em; */
margin-bottom:1.5em;
}

.clear {
clear: both;
}

/*--------------------------------------------------
	Begin =wrapper
--------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}
/*--------------------------------------------------
	Begin =header
--------------------------------------------------*/
#header {
	position: relative;
	z-index: 1;
}
.topBorder {
	width: 100%;
	height: 10px;
	padding-top: 0px;
	/* margin-top: -8px; removed to show that cool blue border at the top! sas */
			border-top: 6px solid #003366;
}
ul.nav {
	position: absolute;
	top: 45px;
	left: 350px;
}
ul.nav li {
	display: block;
	float: left;
	padding-left: 30px;
	font-size: 1.5em;
	font-weight: bold;
}
ul.nav li a {
	color: #000;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #FF6600;
}
ul.nav li a.active, ul.nav li .selectedPage /* added selectedPage class for CMS sas */ {
	border-bottom: 2px solid #FF6600;
}
img.logo {
	padding-bottom: 20px;
	width: 244px;
	height: 108px;
	float: left; /* added for CMS funk sas */
}
.tagLine .line {
	width: 320px;
	float: left;
	color: #ff6600;
	background: url(../img/line.gif) no-repeat 0 0;
	padding-bottom: 10px;
}
.tagLine p {
	width: 320px;
	float: left;
	margin-top: -2px;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	color: #003366;
}
.graphicHeader {
	position: relative;
	clear: both;
	float: clear;
	height: 355px;
	background: url(../img/header_bg.png);
}
.headerContent {
	position: relative;
	left: 15px;
	height: 254px;
	width: 360px;
	background-color: #003366;
	color: #fff;
	font-size: 2.5em;
	padding: 20px 10px 10px;
}
/*--------------------------------------------------
	Begin =section
--------------------------------------------------*/
#section {
	margin-top: -25px;
	border-top: 1px solid #E6E6E6;
}

#internal #section {
	margin-top: -25px;
	border-top: 1px solid #E6E6E6;
width:630px;
float: left;
}

.left, .middle, .right {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}
.left, .middle {
	padding-right: 30px;
}
#section h2 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
	color: #003366;
	font-size: 2.5em;
	color: #003366;
}
#section h2.formTitle {
border-bottom: none !important;
} 
#section h2 span {
	font-size: .4em;
	font-style: italic;
	color: #000;
}
#section p {
	font-size: 1.3em;
	line-height: 1.6em;
}
#section p.more {
	text-align: right;
}
dl {
	font-size: 1.3em;
	line-height: 1.4em;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 0px;
}
#articleMain {
	width: 640px;
	padding-right: 300px;
}
*html #articleMain {
	padding-right: 0;
}
/*--------------------------------------------------
	Begin =footer
--------------------------------------------------*/
#aside {
	float: right;
	width: 300px;
	z-index: 1;
margin-top: -30px;
	/* padding-top: 22px;
	display: inline; */
}
*html #aside {
	padding-top: 35px;
}
h3 {
	font-size: 1.8em;
	color: #003366;
}
/*--------------------------------------------------
	Begin =footer
--------------------------------------------------*/
#footer {
	padding: 10px 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
	float: clear;
	text-align: right;
	margin: 0 auto; /* added for CMS funk sas */
	width: 960px; /* added for CMS funk sas */
}

/* #section h2  {
font-size: 1.8em !important;
} */


#section h2.postTitle  {
font-size: 1.8em !important;
border-bottom: 0 !important;  
}

.form_container {
margin:0 auto 2em;
}



