@charset "utf-8";

/* General CSS */

body {
	text-align: center;
	min-width: 913px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #a5a587;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
* {
margin: 0;
padding: 0;
}
#billboard{
	width:898px;
	height:266px;
	background: url(../images/billboard.jpg) top no-repeat;
}
.bold {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6{
color: #3c2e1c;
}
input[type=submit]{
color:#fff;
background-color:#3c2e1c;
border:1px solid #241c12;
cursor:pointer;
padding:1px 3px;
}
h1 a {
	text-decoration: none !important;
}
a, a:visited {
	color: #3c2e1c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* External Links */

a[href^="http:"] {
   /* background: url(../images/externalLink.gif) no-repeat right top;*/
    padding-right: 10px;
}
a[href^="http://www.parker-wealth.com"], a[href^="http://parker-wealth.com"]  {
    background-image: none;
    padding-right: 0;
}
a[href^="mailto:"] {
    /*background: url(../images/email.png) no-repeat right top;*/
    padding-right: 15px;
}
p{
line-height:20px !important;
padding-left:10px;
padding-right:10px;
}
/* Layout */

#wrapper {
	width: 913px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
	margin-bottom:10px;
}
#wrapperInner {
	background-color: #fff;
	float: left;
	width: 913px;
}
#wrapperInner2 {
	background-color: #fff;
	float: left;
	width: 900px;
	margin-left: 7px;
	display: inline; /* Fixes IE double margin float bug */
}
#wrapperInner3 {
	background-color: #a5a587;
	float: left;
	width: 913px;
}
#branding {
	float: left;
	width: 913px;
	height: 84px;
	background-color: #8e8e68;
}
.parkerWealthLogo {
	float: left;
	height: 84px;
	width: 296px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.secondaryNav {
	float: right;
	width: 200px;
	color: #fff;
	padding-right: 27px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	padding-top: 36px;
}
.secondaryNav a:link, .secondaryNav a:visited {
	color: #fff;
	text-decoration: none;
}
.secondaryNav a:hover {
	text-decoration: underline;
}
#mainNavSection {
	float: left;
	height: 50px;
	width: 913px;
}
#bannerSection {
	float: left;
	height: 300px;
	width: 900px;
	margin-top: 6px;
	margin-bottom: 7px;
}
#bannerSectionInner {
	width: 878px;
	height: 300px;
	margin-left: 11px;
	display: inline; /* Fixes IE double margin float bug */
	background-color: #dedede;
	background-image: url(../images/banner_corner_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#bannerSectionInner2 {
	width: 878px;
	height: 300px;
	background-image: url(../images/banner_corner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}
#bannerSectionInner3 {
	float: left;
	width: 824px;
	height: 300px;
	margin-left: 27px;
	display: inline; /* Fixes IE double margin float bug */
}
#bannerSectionInner2 img {
	padding-top: 6px;
}
#contentArea {
	float: left;
	width: 900px;
	background:#fff url(../images/content_gradient_bottom.gif) bottom repeat-x;
	padding-bottom: 30px;
}
#contentAreaInner {
	float: left;
	width: 900px;
}
#mainContentArea {
	float: left;
	width: 247px;
	margin-left: 11px;
	display: inline; /* Fixes IE double margin float bug */
}
#mainContentArea img {
	padding-top: 7px;
}
#mainContent {
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 247px;
	position:relative;
	top:-3px;
}
#mainContentInner {
	width: 247px;
	background: url(../images/whats_new_bottom_bg.jpg) no-repeat bottom;
}
#mainContentInner h2 {
	background-image: url(../images/whats_new_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 14px;
	font-size: 19px;
	font-weight: bold;
}
#mainContentInner h3 {
	color: #3c2e1c;
	font-size: 14px;
	padding-left: 14px;
	font-weight: bold;
}
#mainContentInner p {
	padding-left: 14px;
	padding-bottom: 18px;
	line-height:20px;
}
#mainContentInner a:link, #mainContentInner a:visited {
	color: #3c2e1c;
	text-decoration: underline;
}
#mainContentInner a:hover {
	text-decoration: none;
}
#flashArea {
	padding-left:4px;
	float: left;
	width: 633px;
}
#flashArea h1 {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #3c2e1c;
}
#subContent {
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 247px;
	margin-top:7px;
	margin-left:5px;
}
#subContentInner {
	width: 247px;
	background: url(../images/whats_new_bottom_bg.jpg) no-repeat bottom;
}
#subContentInner ul {
	list-style:none;
	margin:0;
	padding:0 0 15px 12px;
}
#subContentInner ul li {
	list-style:none;
	margin:0;
	padding:7px 0;
}
#subContentInner h2 {
	background-image: url(../images/whats_new_bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 14px;
	font-size: 19px;
	font-weight: bold;
}
#subContentInner h3 {
	color: #3c2e1c;
	font-size: 14px;
	padding-left: 14px;
	font-weight: bold;
}
#subContentInner p {
	padding-left: 14px;
	padding-bottom: 18px;
	line-height:20px;
}
#subContentInner a:link, #mainContentInner a:visited {
	color: #3c2e1c;
	text-decoration: underline;
}
#subContentInner a:hover {
	text-decoration: none;
}
#secondaryContentArea {
	clear:both;
}
#secondaryContentArea h1 {
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 24px;
	color: #3c2e1c;
}
#secondaryContentArea p {
	padding-bottom: 5px;
}
#secondaryContent1 {
	float: left;
	width: 435px;
	padding-right: 8px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbcac9;
}
#secondaryContent1 p {
	padding-right: 15px;
}
#secondaryContent1 p, #secondaryContent2 p {
padding-top:0;
padding-bottom:0;
margin-bottom:10px;
margin-top:0;
line-height:16px;
}
#secondaryContent2 {
	float: left;
	width: 430px;
	padding-left: 20px;
}
#contentAreaSubPage {
	float: left;
	width: 900px;
	background:#fff url(../images/content_gradient_bottom.gif) bottom repeat-x;
	padding-bottom: 30px;
	margin-top: 1px;
}
#contentAreaInnerSubPage {
	float: right;
	width: 640px;
}
#contentAreaInnerSubPage p {
	padding-bottom: 10px !important;
}
#contentAreaInnerSubPage h1, #content-body h2 a {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #3c2e1c;
	text-decoration:none;
}
#mainContentSubPage {
	float: left;
	width: 272px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbcac9;
	padding:0 10px 0 0px;
	line-height:16px;
}
#mainContentSubPage p {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#secondaryContentAreaSubPage {
	float: right;
	width: 586px;
}
#secondaryContentAreaSubPage h1 {
	padding-top: 18px;
	padding-bottom: 27px;
	font-size: 24px;
	color: #3c2e1c;
}
#secondaryContentAreaSubPage p {
	padding-bottom: 5px;
}
#secondaryContent1SubPage {
	float: left;
	width: 263px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbcac9;
	padding:0 10px;
	line-height:20px;
}
#secondaryContent1SubPage p {
	padding-right: 15px;
}
#secondaryContent2SubPage {
	float: right;
	width: 260px;
	padding:0 10px;
	line-height:20px;
}
#secondaryContent2SubPage p {
	padding-right: 10px;
}
#contentAreaBottomCorner {
	background: url(../images/content_area_bottom_bg.jpg) top no-repeat;
	width: 913px;
	height: 13px;
	overflow:hidden;
}
#footer {
	float: left;
	width: 900px;
	background-image: url(../images/footer_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 7px;
	display: inline; /* Fixes IE double margin float bug */
	background-color: #8e8e68;
}
#footer p {
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	color: #fff;
	padding-top: 5px;
}


/* Main Nav */

/*#MainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 913px;
	text-align: center;
	color: #fff;
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#mainNav li {
	padding: 0px;
	float: left; 
	list-style-type: none;
}
#mainNav a {
	line-height: 49px;
	color: #fff;
	float:left;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
}
#mainNav #mainNav_hom a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 173px;
}
#mainNav #mainNav_hom a:hover {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainNav #mainNav_abo a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -168px top;
	width: 180px;
}
#mainNav #mainNav_abo a:hover {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -168px -49px;
}
#mainNav #mainNav_cli a {
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -346px top;
	width: 171px;
}
#mainNav #mainNav_cli a:hover {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -346px -49px;
}
#mainNav #mainNav_new a {
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -510px top;
	width: 208px;
}
#mainNav #mainNav_new a:hover {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -510px -49px;
}
#mainNav #mainNav_con a {
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 181px;
}
#mainNav #mainNav_con a:hover {
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#body_hom #mainNav_hom a {
	background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#body_abo #mainNav_abo a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -168px -49px;
}
#body_cli #mainNav_cli a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -346px -49px;
}
#body_new #mainNav_new a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: -510px -49px;
}
#body_con #mainNav_con a {
    background-image: url(../images/main_nav_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}*/
#mainNavSection {
	float: left;
	height: 50px;
	width: 913px;
	background: url(../images/nav_bg.jpg) top no-repeat !important;
}
ul#topnav {
	float:left;
	list-style:none;
}
ul#topnav li {
	float:left;
	list-style:none;
}
ul#topnav li a {
	display:block;
	height:50px;
	text-decoration:none;
	outline:none;
	border:0;
}
ul#topnav li a span {
	position:absolute;
	left:-9999px;
}
ul#topnav li a.home {width:165px;}
ul#topnav li a.aboutus {width:180px;}
ul#topnav li a.clients {width:165px;}
ul#topnav li a.news {width:205px;}
ul#topnav li a.contact {width:195px;}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 133px;
	background: #634221 url(sub_bg.png) repeat-x top; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	border:1px solid #432c16;
	border-top:0;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 140px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #fff;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #c3a303;
	background-position: 5px 12px ;/*--Override background position--*/
}
#sidebar ul{
list-style:none;
}
#sidebar ul li{
list-style:none;
}
#left-col{
padding-right:5px; width:49%; float:left; border-right:1px solid #cbcac9
}
#left-col p{
padding-left:0;
margin-left:0;
line-height:18px !important;
}
#right-col p{
line-height:18px !important;
}
#contentAreaInnerSubPage p{
line-height:18px !important;
margin-left:0 !important;
padding-left:0 !important;
}
#contentAreaInnerSubPage h3{
padding-top:5px;
padding-bottom:15px;
}
#right-col{
padding-left:5px; width:49%; float:left
}
#left-col ol, #right-col ol{
	padding-left:40px;
	padding-right:40px;
	list-style:lower-alpha;
	line-height:20px;
}
#left-col ul, #right-col ul{
	padding-left:40px !important;
	padding-right:40px !important;
	line-height:20px !important;
}
#left-col li, #right-col li{
padding-bottom:10px !important
}
#left-col h3, #right-col h3{
padding-bottom:12px;
font-size:18px;
}
#right-col h3{
padding-left:10px;
}
.sub_flash_container{
	padding:5px 0 0 0;
	margin:5px 0;
	text-align:center;
	width:630px;
	height:270px;
	background:url(../images/flash_contain.png) top no-repeat;
	overflow:hidden;
}
.clear{
	clear:both
}