/*--------------------------------------------------------------------------------

	Body

--------------------------------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	background: #ffffff url('../images/bg_grad.jpg') repeat-x;
	font-size: 76%;
	padding: 0px;
}

p {
	font: 1.1em/17px arial,helvetica,sans-serif;
	color: #434343;
	margin: 0px;
	padding-bottom: 0px;
	text-align:left;
}
 
h1, h2 {
    font: bold 1.4em arial,helvetica,sans-serif;
	color: #2b3528;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.1em;
	color: #6f6f6f;
	padding-bottom: 10px;
}

a {
	color: #44ba44;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*
ul {
    font: 1.1em arial,helvetica,sans-serif ;
	color: #68818e;
	list-style: url('../images/bullet.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 7px 15px;
	padding: 0px;
}
*/

#main {
  width: 750px;
  margin-left: auto; 
  margin-right: auto;
}



#topBar{
	width: 750px;
	float:left;
}


.formText{
	font: bold 1em  arial,helvetica,sans-serif;
	color: #7f7f7f;
}




/*--------------------------------------------------------------------------------

	Logo Bar

--------------------------------------------------------------------------------*/

#logo_left{
	float:left;
	width:20px;
	height:160px;
	background: #41A341 url('../images/logo_left.jpg'); 
}

#logo_right{
	float:right;
	width:20px;
	height:160px;
	background: #41A341 url('../images/logo_right.jpg');
}

#logo{
	float: left;
	width: 710px;
	height: 130px;
	background: #2b3528 url('../images/logo_bg.jpg') right; 
}


/*--------------------------------------------------------------------------------

	Nav Bar

--------------------------------------------------------------------------------*/

#navBar {
	float: left;
	width: 710px;
	background: #2b3528 url('../images/nav_bg.jpg') repeat-x;
	
	
}

#navCont{
	float: left;
	width: 680px;
	padding-left: 20px;
	padding-bottom: 7px;
	
}

.navItem {
	float: left;
	padding: 8px 0px 0px 0px;
}

.navDivide{
	float: left;
	width: 1px;
	height: 10px;
	margin: 11px 10px 0px 10px;
	background: #ffffff url('../images/nav_divide.gif');
	font-size: 0px;
}

.navText, .navTextOver{
    font: bold 1em arial,helvetica,sans-serif ;
	color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	text-decoration:none;
}

a:hover.navText {color: #abfa22; /*text-decoration:underline;*/}



/*--------------------------------------------------------------------------------

	Content

--------------------------------------------------------------------------------*/

#content {
	width: 750px;
	background: #ffffff url('../images/content_bg.jpg') repeat-y;
	float:left
}

#titleCont {
	width: 370px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

#textCont {
	float:left;
	width: 630px;
	margin-left: 0px;
	padding: 40px 0px 30px 60px;
}

#textWidth {
	width: 370px;
}

.photoRight{
	float: right;
	margin: 0px 0px 0px 20px;
}

.contentPhoto{
	float: right;
	margin: 27px 0px 0px 20px;
}

.photoLeft{
	float: left;
	margin: 0px 20px 0px 0px;
}


/*--------------------------------------------------------------------------------

	Footer

--------------------------------------------------------------------------------*/

.footerText, .footerLink, .arc8Link{
	font: 1em arial,helvetica,sans-serif;
	color: #676969;
}

.footerLink, .arc8Link{
	font: 1em arial,helvetica,sans-serif;
	color: #3f9d3f;
	font-weight: bold;
	text-decoration: none;
}

.arc8Link{
font-weight:normal;
color: #676969;
}

a:hover.footerLink {
	text-decoration:underline;
}

a:hover.arc8Link  {
	text-decoration:underline;
}

#footerGap {
	float:left;
	width: 750px;
	height: 15px;
	background: #ffffff url('../images/footer_gap.jpg') no-repeat;
}

#footer {
	float:left;
	width: 750px;
	height: 60px;
	background: #ffffff url('../images/content_bg.jpg') repeat-y;
	margin: 0px;
	padding: 0px;
}

#footerBottom {
	float:left;
	width: 750px;
	height: 30px;
	background: #ffffff url('../images/footer_bottom.jpg') no-repeat;
	padding-bottom: 40px;
}

#footerCont1, #footerCont2, #footerCont3 {
	float: left;
	width: 195px;
	padding: 10px 0px 0px 40px;
}

#footerCont2, #footerCont3 {
	padding-left: 20px;
	width: 120px;
}

#footerCont3 {
	width: 180px;
}

.footerDivide{
	float: left;
    width: 1px;
	height: 43px;
	background-color:#ced0d1;
	margin: 12px 22px 0px 42px;
}

.email {
	color: #44ba44;
	font-weight:bold;
	text-decoration:none;
}

a:hover.email{
	text-decoration:underline;
}3