body {
	margin : 0;
	padding : 0;
	background : url(images/bg.jpg) fixed;
	font-size : 13px;
	color : #333333;
	font-family : Trebuchet MS, sans-serif;
}
h1, h2, h3 {
	font-family : Trebuchet MS, sans-serif;
	font-weight : bolder;
}
h1 {
	letter-spacing : 0;
	font-size : 20px;
	font-weight : bolder;
	color : #333333;
}
h2 {
	letter-spacing : 0;
	font-size : 16px;
	font-weight : bolder;
	color: #666600;
	line-height: 14px;

}

a.portfolio {
	font-size : 16px;
	color: #666600;
	font-weight : bolder;
	text-decoration : none;
}
a.portfolio:hover {
	color: #666600;
}
a.portfolio:visited {
	color: #666600;
}

h3 {
	font-size : 14px;
	font-weight : bolder;
	color:#666666;
}

h5 {
	font-size : 12px;
	font-weight: bolder;
	color:#999999;
}

h4 {
	font-size : 13px;
	line-height: 10px;
}

p  {
	line-height : 18px;
}
ul, ol {
	line-height : 18px;
}
blockquote {
	padding-left : 10px;
}
blockquote p, blockquote ul, blockquote ol {
	line-height : normal;
	font-style : italic;
}
a {
	color : #333333;
	font-weight : bolder;
	text-decoration : none;
}
a:hover {
	color : #cccc33;
	text-decoration : underline;
}
a:visited {
	color : #333333;
}
a.block_header {
	font-size : 17px;
	font-weight : bold;
	color : #3366cc;
	text-decoration : none;
}




/* Header Styles */

#header {
	width : 1000px;
	height : 102px;
	line-height:normal;
	margin : 0 auto;
	padding : 0;
	background-image:url(images/header.png);
	font-family : Trebuchet MS, sans-serif;
	color : #ffffff;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

/* anchor */

#anchor {
	float : left;
	height : 10px;
	margin-left : auto;
	text-align: right;
	display: inline;
	padding-right: 23px;
	padding-top: 4px;
	padding-bottom: 10px;
	color:#87a861;
	float:right;
	font-size: 11px;
	font-weight: normal;
	width: 570px;
}

#anchor ul { list-style: none; margin: 0; padding:0; }
#anchor li { display: inline; padding: 0px 0px 0px 26px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #87a861; text-decoration: none; }
#anchor a:hover {color: #cccc33; text-decoration: none;}


#anchor_bottom {
	float : right;
	width : 550px;
	height : 40px;
	margin-left : auto;
	text-align: right;
	display: inline;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 10px;
	color:#87a861;
}
#anchor_bottom ul { list-style: none; margin: 0; padding:0; }
#anchor_bottom li { display: inline; padding: 0px 0px 0px 26px; }
#anchor_bottom a:link, #anchor_bottom a:visited, #anchor_bottom a:active { color: #87a861; text-decoration: none; }
#anchor_bottom a:hover {color: #cccc33; text-decoration: none;}



/* NAV */

#topnav {
	float: right;
	width: 690px;
	height: 25px;
	line-height: normal;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 3px;
	vertical-align: bottom;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	background-image:url(images/nav_bg.jpg);
}
/*
.safari #topnav {padding-left: XXpx;}
*/

#topnav { font-size: 13px; line-height:normal; font-weight: bold; }
#topnav ul { list-style: none; margin: 0; padding:0; }
#topnav li { display: inline; padding: 0px 0px 0px 23px; }
#topnav a:link, #topnav a:visited, #topnav a:active { color: #87a861; text-decoration: none; }
#topnav a:hover {color: #cccc33; text-decoration: none; }


/* NAV with dropdown */

#navbar {
    margin: 0;
    padding: 2px 0px 2px 0px;
	line-height:normal;
    height: 1em;
	color: #394927;
	 }

#navbar li {
    list-style: none;
	line-height:normal;
    float: left;

 }

#navbar li a {
    display: block;
    padding: 0px 4px 0px 0px;
	line-height:normal;
    text-decoration: none;

	 }

#navbar li ul {
    display: none;
	padding: 0px 0px 2px 0px;
    width: 10em; /* Width to help Opera out */
	line-height: normal;
	font-size:11px;
	border-left: 1px;
	border-left-style:dashed;
	border-left-color: #87a861;
	background-image:url(images/nav_back.png);
	}


/* fix */

#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0px 0px 2px 0px;
	background-image:url(images/nav_back.png);
	 }

#navbar li:hover li, #navbar li.hover li {
    float: none; }

#navbar li:hover li a, #navbar li.hover li a {
	background-image:url(images/nav_back.png);
    border-bottom: 0px solid #000000;
	padding-top:0px;
	padding-left: 5px;
	padding-bottom: 0px;
    color: #ccc331;
	border-bottom: 1px;
	border-bottom-color:#87a861;
	border-bottom-style:dashed;
	 }



/* Page Size */

#page {
	width : 1048px;
	margin : 0 auto;
	min-height: 530px;
	background-image:url(images/fader.png);
}


/* Content Area (Not Homepage) */
#contenthome {
	float : left;
	width : 970px;
	padding-left : 40px;
	padding-top : 20px;
	padding-bottom : 0px;
	padding-right : 20px;

}

#content {
	float : left;
	width : 960px;
	min-height: 580px;
	padding-left : 50px;
	padding-top : 20px;
	padding-bottom : 10px;
	padding-right : 55px;
	margin: 0 auto;

}
#content_portfolio {
	float : right;
	width : 750px;
	padding-left : 20px;
	padding-top : 30px;
	padding-bottom : 10px;
	padding-right : 70px;
	margin: 0 auto;


}
#left {
	float : left;
	width : 180px;

	padding-top : 65px;
	padding-bottom : 0px;
	padding-left : 20px;
	padding-right : 0px;
	text-align : left;
	vertical-align:top;
}

#portfolio_left {
	float : left;
	width : 180px;
	min-height : 575px;
	padding-top : 65px;
	padding-bottom : 0px;
	padding-left : 20px;
	padding-right : 0px;
	text-align : left;
	vertical-align:top;
}

#right {
	float : right;
	width : 705px;
	min-height : 575px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : left;
	vertical-align:top;
}

#picture_right {
	float:right;
	width: 250px;
	height: auto;
	padding-left: 20px;
	padding-bottom: 20px;
	}




/*Homepage*/

#homenews {
	float : left;
	text-align : left;
	width : 480px;
	height: 210px;
	padding-left : 40px;
	padding-top : 50px;
	padding-bottom : 0px;
	padding-right : 40px;
	background-image:url(images/news_bg.gif);

}

#portfolionav {
	float : left;
	text-align : left;
	padding-left : 50px;
	padding-top : 50px;
	padding-bottom : 0px;
	padding-right : 20px;
}

#posthome {
	float : left;
	text-align : left;
	width : 760px;
	height: 322px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	background-color:#FFFFFF;
}

#post {
	float:right;
	text-align : left;
	width : 700px;
	height: 282px;
	padding-left : 30px;
	padding-top : 0px;
	padding-bottom : 20px;
	padding-right : 0px;
	background-image:url(images/news_bg.png);
}

#posthomewide {
	float :right;
	text-align :left;
	width : 1000px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	background-color:#FFFFFF;
}


#post_wide {
	float : right;
	text-align : left;
	width : 910px;
	height : 550px;
	padding-left : 50px;
	padding-top : 20px;
	padding-bottom : 10px;
	padding-right : 50px;
	overflow : auto;
}


#about {
	float : right;
	text-align : left;
	width : 218px;
	height: 225px;
	font-size: 12px;
	line-height: 18px;
	padding-left : 35px;
	padding-top : 65px;
	padding-bottom : 20px;
	padding-right : 35px;

}

#home_form {
	text-align : left;
	width : 384px;
	height: 240px;
	font-size: 12px;
	line-height: 18px;
	padding-left : 20px;
	padding-top : 70px;
	padding-bottom : 10px;
	padding-right : 15px;

}

#home_left{
	text-align : left;
	width : 540px;
	height: 610px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	background-image:url(images/home_leftside_bg.png);
	line-height: 18px;
	float: left;

}

#home_right{
	text-align : left;
	width : 350px;
	height: 620px;
	padding-left : 25px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 40px;
	background-image:url(images/home_rightside_bg_10yr.jpg);
	line-height: 16px;
	float: left;
}

/* suppnav Menu */
#suppnav {
	float:right;
	font-size:13px;
	height: 30px;
	width:430px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	background-image:url(images/suppnav_bg.png);
	}
	
ul.cssMenu ul{display: none}
ul.cssMenu li:hover>ul{display: list-item; color:#FFFFFF;}
ul.cssMenu ul{position: absolute;left:-3px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:0px;}
ul.cssMenu,ul.cssMenu ul {
	margin: 0px;
	list-style: none;
	padding:0px 0px 0px 2px;
	background-repeat: no-repeat;
	border-width:0px;
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: right;
}
ul.cssMenu ul{
	width:150px;
}
ul.cssMenu li{
	display:inline;
	margin:0px 0px 0px 0px;
	font-size:13px;
	padding-right:10px;
	
}
ul.cssMenu a:active, ul.cssMenu a:focus {
outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:top;
	border-width:0px;
	border-color:#cccccc;
	border-style:solid;
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	font-size:13px;
	font-weight:bold;
	font-family: Trebuchet MS;
	color: #333333;
	text-decoration:none;
	border-style:solid;
	border-left: thin;
	border-left-color:#CCCCCC;
	border-style:dotted;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:center;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;
	padding-right:0;
	width:10px;
	height:10px;
	display:inline-block;
	}
ul.cssMenu ul li.sep span{
	width:150px;
	height:10px;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	border-color:#cccc33;
	border-style:solid;
	font-weight:bold;
	font-size:13px;
	font-family: Trebuchet MS;
	color: #999999;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	border-color:#665500;
	border-style:solid;
	font-weight:bold;
	font-size:13px;
	font-family: Trebuchet MS;
	color: #999999;
	text-decoration:none;

}
ul.cssMenu li.dis a {
	color: #cccc33;
}






/* Footer */
#bottom_page {
	width: 1000px;
	margin : 0 auto;
	background-image:url(images/footer.jpg);
	padding-bottom: 120px;
	}

#footer {
	width : 900px;
	height: 47px;
	line-height: 22px;
	margin : 0 auto;
	padding-top: 5px;
	color :#87a861;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
}

#footer a {
	color : #87a861;
	text-align : center;
	font-weight: bolder;
	font-size: 14px;
}

.address {
	float: left;
	width:420px;
	font-size : 13px;
	line-height: 18px;
	font-family : sans-serif;
	color : #87a861;
	padding-left:20px;
}

.address {color: #87a861; text-decoration: none;}
.address a:hover {color: #87a861; text-decoration: underline;}


.small {
	font-size : 11px;
	font-family : sans-serif;
	font-weight: bold;
	color : #333333;
}

/*
img, div, a { behavior: url(iepngfix.htc) }
*/

#sitedescription, #locations {
	display: none;
}	
