body {
	background-color: #E8EDE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}

body.mceContentBody {
  background: #fff url();
  color: #000;
}

p {
	margin: 0 0 15px 0;
/*font-size:12px;
line-height:18px;*/
}

span {margin:0; display:block;}

b, strong, .blockquote {font-weight:bold;}

strong p{margin:0;} 

em, sup, sub, acronym, abbr, cite { color:#666666;}

a {text-decoration: underline;	color: #679146;}
	
a:hover {
	color: #000;
}

/*a:visited {
	color: #F25308;
}*/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #000;
	font-weight: normal;
	
}

h1.logo { margin:5px;}


h1 {
	font-size: 24px;
	line-height: 28px;
}



h2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	line-weight: normal;
	color:#231F20;
}

h3 {
font-family:arial;
	font-size: 14px;
        line-height: 16px;
	font-weight: normal;
color:#679146;
}

h4 {
	font-size: 12px;
        line-height: 16px;
	font-weight: bold;
	display:inline;
	color:#679146;
		
}

h5 {
	font-size: 10px;
        line-height: 15px;
	font-weight: normal;text-transform:uppercase;
        display:inline;
		
}

h6 {
	
	font-size: 8px;
        line-height: 15px;
	font-weight:lighter; text-transform:uppercase;
        display:inline;
		
}


/*********General lists**********/

ul, ol {margin: 0 0 15px 0; padding:0;
}

ol { list-style-type:decimal;}

ul { list-style-type:square; }

li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 0 15px;
    padding: 0;
}
.activity li{
    margin: 0 0 15px 15px;
}



/*********Global Classes**********/
.pageContainerOuter {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 20px auto 0;
    padding: 20px 20px 10px;
    width: 650px;
}
.pageContainerInner {
	padding: 15px;
	background-color: #fff;
}
.headerContainer {
    height: 73px;
}
.logoContainer {
    height: 33px;
    text-align: center;
}
.leftContainer{
	float: left;
	width: 140px;
padding:5px;
}
.rightContainer {
    color: #A19589;
    float: right;
    padding: 0 5px;
    width: 165px;
}
.bannerContainer{
	margin-left: 150px;
}

.bannerContainer_center {
    background: none repeat scroll 0 0 #d0ddc6;
    height: 155px;
    margin: 0 auto;
    width: 650px;
margin-bottom: 30px;
}
.bannerContainer_center h1 {
    color: #679146;
    display: block;
    font-size: 28px;
    height: 130px;
    padding: 20px 0 0 20px;
    width: 270px;
}
.bannerContainer_center .image, .bannerContainer_center img {
    background-color: #D0DDC6;
    float: right;
    margin: 0;
    padding: 0;
}

.bannerContainer_case{
	margin:0 auto; 
/*padding:5px;*/ 
border-bottom:1px solid #000000;
height:130px;
}



.contentArea{
	margin:0 auto; padding:5px; 
}

.contentArea_left{
margin:0;
padding:0 5px;
float:left;
width:420px;
/*border-right:1px solid #000000;*/
min-height:255px;
}

.contentArea_left_home{
margin:0 ; 
padding:0 5px; 
float:left; 
width:725px; 
border-right:1px solid #000000; 
min-height:255px;
}


.contentsContainer{
	padding-left: 150px;
	padding-top: 15px;
	padding-right: 175px;
	min-height: 250px;
}

.contentSection { float:right; border-left:1px solid #000000; width:749px;}


.divSpacer {
	height: 5px;
	clear: both;
}
/*********Primary Naviation Menu**********/
.primaryMenuContainer { 
    border-bottom: 1px solid #A1B69B;
    border-top: 1px solid #A1B69B;
    height: 30px;
}
.mainMenuLinkContainer {
	position: relative;
	margin: 0;
	float: left;
}
.mainMenuLink {
    color: #A19589;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    padding-left: 0;
    padding-right: 25px;
    text-decoration: none;
    text-transform: uppercase;
}
a.mainMenuLink:hover {

}
.subMenuOuterContainer {
	position: absolute;
	top: 30px;
	left: 0px;
	overflow: hidden;
	height: 0px;
	padding-bottom: 6px;
	background-color: #eee;
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
}
.subMenuInnerContainer {
	top: 0px;
	position: absolute;
}
.subMenuInnerContainer a.subMenuLink {
	color: #000;
	display: block;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
}
.subMenuInnerContainer a.subMenuLink:hover {
	background-color: #ccc;
}


/*********Footer CSS Classes**********/
.footerContainer {
    color: #A19589;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 5px;
}
.footerContainer a {
	text-decoration: underline;
	color: #000;
}
.footerContainer a:hover {
	color: #F25308;
}

.footerCopy {
float:left;
}

.footerDesign { 
float:right;
}
.footerDesign a{ 
color: #A19589;
font-size: 11px;
text-decoration:none;
}
.footerDesign a:hover{ 
color: #000;
}
.footerLinks { float:right; }

.wireFooter {
margin:0 auto;
width:900px;
display:none;
}

/*-----images example -----*/
.image {
	/*border: 1px solid #000;*/
	padding: 15px;
	display: block;
	text-align: center;
	/*margin-bottom: 15px;*/
	height: 74px;
height:100px;
background-color:#CCCCCC;
	}

.image_big_banner {
	border:1px solid #000000;
display:block;
height:74px;
margin-bottom:15px;
padding:15px;
text-align:center;
	}

.imageSquare {
	border: 1px solid #000;
	padding: 15px;
	display: inline;
	float: left;
	text-align: center;
	margin: 0px 15px 15px 0;
	width: 74px;
	height: 74px;
	}


/*--------modules right column-------*/

.moduleHead {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background-color: #000;
	padding: 3px 5px 2px 5px;
	position: relative;
	margin-top: 5px;
}

.moduleText {
	display: block;
	padding: 3px 5px 2px 5px;
	position: relative;
	border: 1px solid #000;
	margin-bottom: 15px;
}


/*--------sub nav left------*/
#subNav {
	margin: 0;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNavList ul {
	margin: 0;
	padding: 0;
}

#subNav li {
	list-style-type: none;
	color: #f00;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px; margin:0;
}

#subNav a {
	text-decoration: none;
	color: #000;
}

#subNav a:hover {
	color: #f00;
}

#subNav ul ul {
	margin-left: 5px;
}

/*----forms-----*/
fieldset { border:1px solid #CCCCCC; padding:10px; margin:0 0 15px 0;}
legend { text-transform:uppercase;}
label { display:block; margin:15px 0 5px 0; font-weight:bold;}
input, textarea, select, .file  { background:#FFFFFF; border:1px solid #000000; margin:0 0 5px 0; }
select { min-width:150px;}

option { font-size:10px; color:#666666;}

input[type=radio], input[type=checkbox { border:none; width:auto;}

input[type=submit], input[type=reset], input[type=button] { margin:15px 0 0 5px; width:auto;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {color:#ffffff; border:1px solid #000000; background:#000000;}



/*----forms rightContainer-----*/
.moduleText fieldset { border:1px solid #CCCCCC; padding:5px; margin:5px 0 ;}
.moduleText label { display:block; margin:0; font-weight:normal;}
#left_text_field, #left_textarea, #left_select, #left_password { background:#FFFFFF; border:1px solid #000000; margin:0 0 5px 0; width:124px; min-width:124px; }

.moduleText input[type="submit"], .moduleText input[type="reset"] { float:right; margin:15px 0 0 5px; width:auto; font-size:10px;}
.moduleText input[type="submit"]:hover, .moduleText input[type="reset"]:hover {color:#ffffff; border:1px solid #000000; background:#000000;}

.admin_input {display:block;}

/*----------------table bottom--------------*/
.wireFooter {
	border-top: 1px dashed #000;
	width: 900px;
	margin: 0 auto;
	clear: both;
}

.leftcol {
	font-weight: bold;
	width: 100px;
	padding-top: 5px;
	vertical-align: top;
}

.data1 {
	padding-top: 5px;
	vertical-align: top;
	width: 150px;
}

.data2 {
	padding-top: 5px;
	vertical-align: top;
	width: 550px;
}

.wireLinks {
	padding-top: 5px;
	vertical-align: top;
}

/*-------bio table -------*/
.bioTable { border-bottom:1px dotted #000000; 
	    margin:10px 0; 
	    padding:0 0 10px;
}
.bioTable tbody tr td#imag { padding:0; 
			     margin:0; 
			     text-align:center; 
			     width:75px; 
			     height:75px; 
			   }
.bioTable tbody tr td a { margin:0; 
			  padding:0;  
			  line-height: 15px;}

/*-------client table -------*/
.clientTable { 
    border-bottom:1px dotted #000000; 
    margin:10px 0; 
    padding:0 0 10px;
}
.clientTable tbody tr td#imag { padding:0; 
				margin:0; 
				width:60px; 
				height:60px;}

.clientTable tbody tr td a {margin:0; 
			    padding:0;  
			    line-height: 15px;
}

.threeColumn {
    float:left;
    height:230px;
    margin:0 10px 0 0;
    width:286px;
}

/*---------------------------------------*/
/*
#toptab_home {
color:#679146;
}
*/
/*
.top_current{
color:#679146;
}
*/

.current_toptab_about{
color:#000;
}

.menuActive {
color:#679146;
}

#aboutSection {
    padding: 0;
    width: 600px;
}