/*
-----------------------------------------------------
ActivePortfolioCoach.com Stylesheet
Created By: Dennis Garcia, Ninja Lane (http://www.ninjalane.net)
April 2006
-----------------------------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	text-align: left;
	background-color: #FFF;
}
/*
-----------------------------------------------------
Div Layers
-----------------------------------------------------
*/
#portfoliocoach {
	/*width: 980px;*/
	/*margin: 0px auto;*/
	width: 770px;
	border: 1px solid #EEE;
}
#header {
	vertical-align: top;
	background-color: #007C50;
	height: 10px;
}
#coreplus {
	width: 180px;
}
#mainbody {
	padding: 10px;
	vertical-align: top;
}
#content {
	width: 100%;
}
#leftcols {
	background-color: #007C50;
	width: 180px;
}
#leftcols #contact {
	padding: 5px;
}
#leftcols #contact a {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	background-color: #FFF;
	border-top: 2px solid #007C50;
	margin-top: 5px;
	padding: 3px;
}
#subtitles {
	border-bottom: 1px solid #007C50;
	padding-bottom: 3px;
	width: 98%;
}
#borders td {
	border: 1px solid #CCC;
}
#borders .active {
	background-color: #EEE;
}
#eventdates {
	background-color: #F4F4F4;
	color: #000;
	width: 95%;
	padding: 2px;
}
.vendorlinks {
	margin: 5px;
	padding: 0px 0px 0px 15px;
}
#testimonial {
	margin: 0px 10px 0px 10px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #007C50;
	background-color: #e5f2ed;
}
#testimonial #signed {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top: -10px;
	padding-right: 30px;
}
#articlelink {
	margin-bottom: 10px;
}
#articlelink .iconimage {
	margin: 0px;
	padding: 3px;
	display: inline;
	vertical-align: middle;
}
#modelappendix {
	list-style-type: none; 
	margin-top: 0px; 
	margin-left: -15px;
}
* html #modelappendix {
	margin-left: 25px;
}
/*
-----------------------------------------------------
Main Side Nav
-----------------------------------------------------
*/
#sidenav {
	background-color: #007C50;
	color: #FFF;
	padding: 10px 5px 20px 15px;
}
#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none
}
#sidenav li {
	margin: 6px 0px 6px 0px;
}
#sidenav .sublink {
	margin: 0px 0px 0px 8px;
}
#sidenav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
html>body #sidenav li a {
	width: auto;
}
#sidenav li:first-child {
	border: none
}
#sidenav li a:hover, #sidenav li a:active {
	text-decoration: underline;
}
/*
-----------------------------------------------------
Table Treatments
-----------------------------------------------------
*/
#tabletreatment {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DDD;
	font-size: 11px;
}
#tabletreatment td {
	border-bottom: 1px solid #DDD;
}
#tabletreatment #head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #007C50;
}
#tabletreatment #headbuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #33CC00;
}
#tabletreatment #headsell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #CC3300;
}
#tabletreatment #headcash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #0033CC;
}
#tabletreatment #normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#tabletreatment #label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EEE;
}
/*
-----------------------------------------------------
Model Navigation Treatment
-----------------------------------------------------
*/
#modelnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#modelnav #series3 {
	text-align: center;
	background-color: #CCCC00;
	font-weight: bold;
	color: #FFF;
}
#modelnav #series2 {
	text-align: center;
	background-color: #33CC00;
	font-weight: bold;
	color: #FFF;
}
#modelnav #series1 {
	text-align: center;
	background-color: #CC3300;
	font-weight: bold;
	color: #FFF;
}
#modelnav a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
/*
-----------------------------------------------------
ActivePortfolioCoach Font Calls
-----------------------------------------------------
*/
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #007C50;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #007C50;
}
.smalltext {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
.error {
	color: #E00;
}
b {
	font-weight: bold;	
}
i {
	font-style: italic;	
}
img {
	display: block;
}
.imgspace {
	margin: 10px;
}
.underline {
	border-bottom: 1px solid #007C50;
}
a:link, a:visited {
	color: #0033CC;
	font-weight: bold;
}
a:hover, a:active {
	color: #B5A573;
	font-weight: bold;
}
.flatinput {
	border: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	color: #000;
	font-weight: bold;
}
#boxborder {
	border: 1px solid #DDD;
	background-color: #EEE;
}
/*
-----------------------------------------------------
ActivePortfolioCoach Color Pallet
-----------------------------------------------------
*/
.apcgreen {
	color: #007C50;
}
.dkred {
	color: #CC3300;
}
.dkgreen {
	font-weight: bold;
	color: #007C50;
	/* old color
	color: #33CC00;
	*/
}
.dkyellow {
	color: #CCCC00;
}
.dkblue {
	color: #0033CC;
}
/*
-----------------------------------------------------
Crazy homepage stuff
-----------------------------------------------------
*/
.yesdots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.yesdots ul {
	margin: 0px 0px 0px -20px;
	padding: 0px;
	border: none;
}
.yesdots li {	
	list-style: none;
	background: url(../images/yestext.gif) no-repeat 0 0;
	padding: 0px 0px 3px 80px;
	border: 1px solid #CCC;
}
/*
-----------------------------------------------------
Search engines will still like this.
I'm just embarassed to have my name on this now
-----------------------------------------------------
*/
.designby {
	visibility: hidden;
}