@charset "UTF-8";
*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;

}

body {
	background: #FFFFFF;
	color: #445560;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
}

a, a:link, a:active, a:hover, a:visited {
	color: #445560;
	text-decoration:none;
}

li {
	list-style-image:url(images/bullet.gif);
	font-size: 0.85em;
	line-height: 1.3em;
	color: #333333;
	margin-left:1.5em;
}


/* layout---------------------------------------- */

#container {
	width: 877px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #BCD84B;
	border-right: 1px solid #BCD84B;
	border-bottom: 1px solid #BCD84B;
	background-color: #FFFFFF;
	background-image: none;	/*background-image: url(images/apple.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

#logo {
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	height:165px;
	width:420px;
	float:left;
}

#nav_container {
	width: 457px;
	height:165px;
	float:left;
	margin:0;
	padding:0;
	font-weight: bold;
}


#nav_container ul{
	list-style-image:none;
}

#nav_container li{
	list-style-type: none;
	list-style-image:none;
	margin-left: 0;
}

#nav_container a, #nav_container li a:visited{
	display: block;
	padding: 0.84em 4em;
	color:#445560;
	height: 1.14em;
	_padding-top: 0.72em;
	text-decoration:none;
	
}


#nav_container ul li a.light{
	background-color:#CBDC52;
	background:url(images/lightStripe.gif) no-repeat;
	
}

#nav_container ul li a.dark{
	background-color:#BCD84B;
	background:url(images/darkStripe.gif) no-repeat;
	
}

#nav_container ul li a.light:hover{
	background-color:#8BC63E;
	background:url(images/dark_lightStripe_hover.gif) no-repeat;
	color:#FFFFFF;
	
}

#nav_container ul li a.dark:hover{
	background-color:#8BC63E;
	background:url(images/dark_lightStripe_hover.gif) no-repeat;
	color:#FFFFFF;
	
}

#content_container {
	width: 762px;
	clear:both;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 85px;
	padding-top: 1px;
}

.floatfix{
	float:none;
	clear:both;
	height:0;
}

.lh_column {
	width:245px;
	margin-top:30px;
	float:left;
}

.middle_column {
	width:245px;
	margin-left: 25px;
	margin-top:30px;
	float:left;
}

.middle_column_client {
	width:245px;
	margin-left: 25px;
	margin-top:20px;
	float:left;
}

.rh_column_client {
	width:186px;
	margin-left: 25px;
	margin-top:20px;
	float:left;
}

#rh_column{
	margin-top:63px;
	margin-left: 25px;
	border-left: 1px solid #CBDC52;
	padding-left:25px;
	float:left;
	color:#8BC63E;
	width: 186px;
}

#footer{
	clear:both;
	margin-top:20px;
	padding-left: 85px;
	padding-bottom: 10px;
	padding-top: 12px;
	font-size:0.85em;
	color:#FFFFFF;
	background-color:#8BC63E;
	/*height:16px;*/
	margin-left: 0px;
}

img{
	float:right;
	margin:7px 20px 10px 0px;
	
}

.apple{
	float:right;
	background-position:bottom;
	margin:0;
	padding:0;
}

table {
   width:90%;
   border-top:1px solid #BCD84B;
   border-bottom:1px solid #BCD84B;
   /*border-right:1px solid #BCD84B;*/
   margin:0;
   border-collapse:collapse;
}


th{
	background-color:#669933;
	text-align:left;
	color:#FFFFFF;
	padding:0.4em 0.8em;
	font-size:0.9em;
}

td {
	font-size: 0.82em;
	color:#333333;
  	border-bottom:1px solid #BCD84B;
  	/*border-left:1px solid #BCD84B;*/
 	padding:.4em .8em;
  	text-align:left top;
	vertical-align:text-top;
	width: 25%;
}


/* text styling ---------------------------------------- */


p{
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
}

h1{
	font-size: 0.85em;
	line-height: 1.5em;
	color:#333333;
	font-weight:bold;
}

h2{
	font-size: 1.6em;
	font-family: "Avant Garde", "Century Gothic", Arial, Helvetica, sans-serif;
	color:#8BC63E;
	font-weight:normal;
	margin-top: 40px;
}

h3{
	font-size: 1.1em;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#445560;
	font-weight:bold;
}

li {
	list-style-image:url(images/bullet.gif);
	font-size: 0.85em;
	line-height: 1.3em;
	color: #333333;
}


div.quote{
	font-style:italic;
	font-size: 0.95em;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	float:left;
	margin-top:37px;
	margin-left: 25px;
	border-left: 1px solid #CBDC52;
	padding-left:25px;
	float:left;
	color:#8BC63E;
	width: 186px;
}

.quoteSmall{
	font-size:0.7em;
}
#subNav {
	padding-top:10px;
}

#subNav li a, #subNav li a:visited{
	color: #445560;
	text-decoration:none;
	background-image: url(images/subNav_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-right: 1.5em;
	padding-top: 3px;
	padding-bottom: 3px;
}

#subNav li a:hover{
	color:#BCD84B;
}	

#subNav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	font-weight: bold;
}
ul#subNav {
	float: none;
	clear: both;
}
div.showContent {
	display: block;
	clear:both;
}

