@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 */
	background-color: #8BC63E;
	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:166px;
	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;
	margin: 0px 30px 30px 85px;
	clear:both;
}

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

#lh_column {
	width:245px;
	margin-top:40px;
	float:left;
}

#middle_column {
	width:245px;
	margin-left: 25px;
	margin-top:83px;
	float:left;
}

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

#footer{
	clear:both;
	margin-top:20px;
	margin-left: 85px;
	padding-bottom: 10px;
	font-size:0.85em;
	color:#FFFFFF;
}

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


p{
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 15px;
}
h3{
	font-size: 0.85em;
	line-height: 1.5em;
	color:#333333;
	font-weight:bold;
	margin-bottom: 15px;
}

h2{
	font-size: 1.6em;
	font-family: "Avant Garde", "Century Gothic", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom: 15px;
}
#lh_column ul {
	margin-bottom: 15px;
	margin-top: -15px;
}

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


.quote{
	font-style:italic;
	font-size: 0.95em;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

.quoteSmall{
	font-size:0.7em;
}
