/*COLOR PALETTE

E5DCCB - light tan banner
606060 - gray
EA9834 - orange
606060 - slate
68B1C8 - teal

light tan stripe
E9E5DD
F4F0E8

medium tan stripe
D6CEBD
E5DDCA

*/


#body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#page {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	padding: 0px;
	width: 760px;
}

#logo{
	background-color: #FFFFFF;
	height: 212px;
	width: 230px;
	float: left;
	border-bottom: 4px solid #606060;
	border-top: 1px solid #FFFFFF;
}

#banner {
	background-color: #EA9834;
	height: 212px;
	margin: 0px;
	padding: 0px;
	border-bottom: 4px solid #606060;
	border-top: 1px solid #FFFFFF;
	width: 525px;
	float: left;
}
#nav_left{
	background-color: #E5DCCB;
	width: 229px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
}

#nav {
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 24px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 36px;
	display: block;
	float: left;
	border-left: 1px solid #888888;
	border-right: 1px solid #555555;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a.on {
	background-image: url(../images/bg_nav_on.gif);
}

#left {
	width: 230px;
	float: left;
	background-color: #F4F0E8;
	background-image: url(../images/stripe_tan_light.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#left p {
	margin-left: 30px;
	margin-right: 20px;
}

#content {
	float: left;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 520px;
}

.right {
	width: 180px;
	float: right;
}
.main_home {
	width: 280px;
	float: left;
	padding: 20px;
	padding-top: 0px;
}

.main{
	padding: 20px;
	padding-top: 0px;
}


#footer {
	text-align: center;
	clear: both;
	padding: 5px;
	border-top: 4px solid #606060;
}

/*------------- Styles for table data and charts. ----------------*/

/* Sets color for table borders.*/
.chart {
	background-color: #CCCCCC;
}

/* Sets color/style for table headings.*/
.chart th {
	background-color: #EEEEEE;
	text-align: left;
}

/* Sets color/style for table cells.*/
.chart td {
	background-color: #FFFFFF;
}

/*------------- Link styles ---------------*/


/* Regular links on page - normal state */
a {
font-weight: bold;
color: #4997B0;
}

/* Regular links - roll-over state */
a:hover {
	color: #3399CC;
}


/*------------ Type styles --------------- */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #606060;
	background-color: #E5DDCA;
	background-image:url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EA9834;
	margin-top: 14px;
	margin-bottom: 0px;
	clear: both;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 12px;	
	margin-bottom: 0px;
	clear: both;
}

p {
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* Bulleted list */
ul {
	line-height: 18px;
	list-style-type: square;
	margin-top: 8px;
	margin-bottom: 0px;
}

/* Numbered list */
ol {
	line-height: 16px;
	list-style-type: decimal;
	margin-bottom: 0px;
}

hr {
	border: none 0; 
	border-top: 1px dashed #D6CEBD;
	height: 1px;
	margin-top: 10px auto 0 0;
	text-align: left;
	clear: both;
	}	

img	{
	border:0;
}

img.consult{
	margin-top: 14px;
	border-right: 1px solid #715DAB; 
	border-bottom: 1px solid #715DAB; 
}

.tan_stripe{
background-image: url(../images/stripe_tan_med.gif);
}

strong{
color: #333333;
}

ul.components{
float: left;
width: 120px;
list-style-type: none;
font-weight: bold;
color: #EA9834;
padding: 0px;
margin-left: 0px;
}

ul.benefits li{
margin-bottom: 10px;
}

.button{
background-color: #EA9834;
color: #FFFFFF;
border-right: 1px solid #CC6600;
border-bottom: 1px solid #CC6600;

}

td{
padding: 5px;
}

th{
color: #333333;
text-align: right;
padding: 5px;
}

