@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}


body 
{
	font: 12px/18px "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
	color: #303F5E;
	background-color: #677478;
}

/* logo in header*/
	.logo 
	{
	width: 419px;
	height: 80px;
	top: 8px;
	position: absolute;
	left: -8px;
	}


/*-----------------------------------------------
 typography */
 
a, p, p1, h1, h2, h3, h4, h5, h6, h7
{
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;	
	font-size:12px/18px;
	color: #000000;
} 
 
a
{	
	color: #009ade;
	text-decoration: none;
}

a:hover {color: #666666;}

p{}

p1{
	text-indent:0px;
	display:block;
	text-align:left;
}
h1
{
	font-size: 26px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #677478;
	line-height: 1.1;
}
#H1 a
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
}
h2
{
	color: #96A2A5;
	border-bottom: 1px solid #96A2A5;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

h3
{
	color: #909090;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: normal;
	border-bottom: 1px solid #999999;
	font-weight: normal;
}
h4
{
	color: #2B2722;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: normal;
	border-bottom: 1px solid #999999;
}
h5
{
	font-weight: bold;
	font-size: 12px;
	display: block;
	line-height: 1.2;
}

h6
{
	font-size: 12px;
	font-weight:lighter;
	color: #999999;
	padding: 4px;
	margin: 1px;
	float: right;
}
h6 a
{
	font-size: 12px;
	font-weight:lighter;
	color: #999999;
	padding: 4px;
	margin: 1px;
	float: right;
}

h7
{
	font-size: 12px;
	font-weight: bold;
	color: #2B2722;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
}

/*SuPerB text image in 1 box*/

ul 
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

li 
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li a
{
	padding: 0px 0px 0px 0px;  /*10px keft if image*/
	margin: 0px 0px 0px 0px;
}




/*--------------------------------------------------
 Wrap Styles */

#wrap
{
	width: 1024px;
	margin: 0px auto 0px auto;
	position: relative;
}

#header 
{
	float: none;
	width: 1024px;
	height: 100px;	/*controls the total size of header*/
	margin: 0px auto;
	position: relative;
	border-bottom: 2px solid #8BB24C;
}

#main 
{
	float: left;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}


/*-------------------------------------------------
 Navigation */

/* Social Network bubbles*/
#header_sn 
{
	float: right;
	text-align: right;
	width: 1024px;
	top: 50px
	margin-top: 0px;
	margin-bottom: 10px;		/*controls space between SN bubbles and header*/
	padding: 28px 0px 0px 0px;	/*control top padding of whole header*/
	magin: 0px 0px 0px 0px;
	position: relative;
}

#header_sn li
{
	display:inline;
}

#header_sn li.sn1
{
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*
#header_sn p
{
	color: #000000;
	font: normal 15px/15px "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
}
*/

/*email line*/
/*depricated*/
/*#header_email 
{
	float: left;
	text-align: right;
	width: 1280px;
	position: relative;  
}

#header_email p
{
	color: #000000;
	font: normal 15px/15px "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
}

#header_email_10pt
{
	font-size: 10px;
}
*/


#header_menu
{
	float: none;
	width: 1024px;
	margin-top: 0px;
	position: relative;
}
#header_page ul
{
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header_page li
{
	list-style-image: none;
	float: left;
}

#header_page li a
{
	font: bold 15px "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
	float: right;
	color: #FFFFFF;
	list-style-image: none;
	padding: 4px 6px 0px 0px;
	margin: 4px 0px 0px 20px;
	background-image: none;
}

#header_page li a:hover
{
	text-decoration: none;
	border-top:2px solid #8BB24C; /*#7693D1; blue */
	border-bottom: none;
	padding: 4px 6px 0px 0px;
}

#header_page li.current_page_item a, #header_page li.current_page_parent a
{
	text-decoration: none;
	border-top: 2px solid #009ade;  /*#8BB24C; green*/
	border-bottom: none;
	padding: 3px 0px 0px 0px;
}


/* ---------------------------------------------
Home page */
#home_wrap
{
	clear: both;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
	text-align:left;
}
#home_link
	{
	width: 256px;
	height: 82px;
	margin-top: -82px;
	float: left;
	}

#home_content
{
	clear:both;
	float: left;
	width: 1024px;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-color: #FFFFFF;
}
#o3d{
	align:center;
	}
#home_column
{
	height:450px;
	float: left;
	margin: 0px;
	padding: 0;
	width: 1024px;

}

#home_column h1
{
	margin-bottom: 20px;
	color:#2B2722
	
}

#home_column .feature-image
{
	width: 743px;
	height: 503px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home_column .feature-image img 
{
	width: 743px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
}

#home_column .feature-image img:hover
{
	width: 748px;
	height: 127px;
	padding: 0px 2px 0px 2px;
}

#home_column.last
{
	float: right;
	width: 640px;
	height:inherit;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	padding-right:auto;
}





/* ---------------------------------------------
Footer */

#footer_wrap
{
	clear: both;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
}

#footer
{
	float: right;
	width: 1024px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#foot_column
{
	float: left;
	width: 281px;
	margin: 15px 30px 30px 30px;
}

#foot_column p
{
	color: #FFFFFF;
	line-height: 1.5;
}
#foot_column a
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#foot_column a:hover
{
	color: #CCCCCC;
	font-size: 12px;
}
#foot_table
{
	float: left;
}

#foot_table.last
{
	width: 133px;
	margin-right: 0px;
	float: right;
}

#foot_table.first
{
	width: 133px;
	margin: 0px 0px 0px 0px;
}
	

/*-----------------------------------------------------------
about page*/
#about_wrap
{
	clear: both;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative; 
}

#about_content
{
	float: left;
	width: 1024px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: #FFFFFF;
}

#about_column
{
	float: left;
	width: 90px;
	margin: 40px 0px 10px 50px;
	padding: 0px 0px 0px 0px;
}

#about_column a:hover
{
	color:#999999;
}

#about_column.skinny
{
	width: 50px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#about_column.middle
{
	float: left;
	width: 500px;
	margin: 30px 10px 10px 5px;
	padding: 0px 0px 0px 0px;
}

#about_column.last
{
	float: right;
	width: 200px;
	margin: 70px 50px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#about_column.people
{
	float: left;
	width: 750px;
	margin: 30px 12px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#about_table
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

#about_table.last
{
	width: 570px;
	text-align: left;
}

#about_table.first
{
	width: 150px;
	text-align: left;
}
	


/*-----------------------------------------------------------
Copywright*/

#copyright_wrap
{
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 2px 0px;/*#303F5E;*/
	position:relative;
	clear: both;
	text-align: right;
	height: 50px;
}
#copyright_table
{
	float: left;
	padding: 10px 0px 0px 0px;
	width: 1024px;
	border-top: 2px solid #8BB24C;
}
#copyright_table p
{
	color: #353535;
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	float: left;
}

#copyright_table a
{
	color: #CCC;
	font: 11px/11px "Helvetica Neue", Helvetica, Calibri, Arial, Geneva, sans-serif;
	text-decoration: none;
}

#copyright_table a:hover
{
	color: #ffffff;
	text-decoration: none;
}

