/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

/*********************************************************************
GENERAL STYLES - top level appearance for entire site
**********************************************************************/
body 
	{
	background: url(../images/bkg_body.gif) top left repeat;
	width: 100%;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	}

h1
	{
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 15px 0;
	color: #999;
	}

h1 img
	{
	font-size: 19px;
	font-weight: normal;
	color: #999;
	}

h2
	{
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	border-bottom: 1px solid #DADADA;
	color: #70C862;
	}

h2 img
	{
	font-size: 18px;
	font-weight: normal;
	color: #70C862;
	}

h3
	{
	font-size: 16px;
	padding: 0 0 3px 0;
	color: #005295;
	}


p
	{
	padding: 0 0 13px 0;
	line-height: 1.7em;
	}

ul
	{
	margin: 0 0 6px 35px;
	}

ul li
	{
	padding-bottom: 8px;
	}

a 
	{
	text-decoration: none;
	}

a:hover 
	{
	color: #72C267;
	}

	
/*********************************************************************
CONTAINERS
**********************************************************************/

#feature
	{
	margin: 44px auto 0;
	width: 968px;
	height: 317px;
	background: #000;
	}

#navBar
	{
	width: 100%;
	background: url(../images/bkg_nav.gif) top left repeat-x;
	height: 60px;
	}

#nav
	{
	margin: 0 auto;
	width: 968px;
	padding: 17px 0 0 0;
	}

#nav ul
	{
	float: right;
	width: 968px;
	color: #CCC;
	font-size: 11px;
	margin: 0;
	}

#nav li
	{
	float: left;
	padding: 0 8px 0 35px;
	background-image:url(../images/arrow_nav.gif);
	background-repeat:no-repeat;
	background-position: 1em .2em;
	display: inline-block;
	width: 279px;
	}

#nav li a
	{
	color: #CCC;
	}

#nav li a:hover, #nav li a:hover span, #nav li.on a, #nav li.on span
	{
	color: #72C267;
	}
	
#nav li span
	{
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: .06em;
	}

#content
	{
	background: #fff url(../images/content_Background.jpg) bottom left no-repeat;
	margin: 0 auto;
	width: 903px;
	padding: 30px 30px 10px 35px;
	}

#footer
	{
	margin: 0 auto;
	width: 938px;
	padding: 11px 15px 11px 15px;
	}

#footer p
	{
	position: relative; 
	top: 15px;
	float: right;
	font-size: 10px;
	}

#footer p a
	{
	color:#4D4D4D;
	}
	
#footer p a:hover
	{
	color:#72C267;
	}

#footer span
	{
	padding: 0 2px 0 2px;
	color: #005295;
	}

/*********************************************************************
CALLOUTS
**********************************************************************/

.callout
	{
	margin: 0 0 20px 0;
	padding: 14px;
	background: #E2E2E2;
	}

.callout img.building
	{
	float: left;
	margin: 0 15px 0 0;
	padding: 2px;
	background: #6F6F71;
	}

.callout p
	{
	line-height: 1.3em;
	padding: 0 0 8px 0;
	}


/*********************************************************************
FEATURE AREA
**********************************************************************/	

.pics 
	{ 
	height: 317px; 
	width: 968px; 
	overflow: hidden; 
	}
	
.pics img 
	{
	height: 317px; 
	width: 968px; 
	top:0; left:0;
	}

pre 
	{ 
	position: absolute;
	z-index: -100;
	}

/*********************************************************************
UTILITY CLASSES
**********************************************************************/

.logo
	{
	float: left;
	position: absolute; 
	top: 14px;
	margin-left: 20px;
	z-index: 100;
	}

.column
	{
	float: left;
	width: 419px;
	}

.marginRight
	{
	margin-right: 60px;
	}

.clear
	{ 
  	clear:both; 
	height:1px; 
	overflow:hidden; 
	line-height:1%; 
	font-size:0px; 
	margin-bottom:-1px; 
	}

.bttn
	{
	float: right;
	position: relative;
	bottom: 13px; 
	text-transform: uppercase;
	color: #6D6D6D;
	padding: 0 0 0 22px;
	background-image: url(../images/arrow_bttn.gif);
	background-repeat: no-repeat;
	background-position: .5em;
	}
	

