/* Site layout */

body
{
	background: #338A33 url(../images/page_bg.gif) 0 0 repeat-x;
}

#page_container
{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	height: 155px; 
	//height:148px;
}

.logo
{
	height: 130px;
	padding-bottom: 10px;
}

.leaves
{
	height: 145px;
}

#navholder
{
	height: 41px;
}

#navholder ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navholder li
{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

#navholder ul li a
{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-align: center;
	width: 340px;
	vertical-align: middle;
	border-right: 2px solid #fff;
	padding-top: 7px;
	height: 33px;
}

#navholder ul li a:hover, #navholder ul li.active a:hover, #navholder a.menuover
{
	background: #338A33;
}

#navholder ul li.active a
{
	background: #338A33;
}

#navholder ul li#last a
{
	border: 0;
}

#content
{
	background: #CCFFCC;
	border: 1px solid black;
}

.clear
{
	clear: both;
}

.contentbox
{
	min-height: 400px;
	padding: 24px;
}

.contentbox a img, .contentbox a:visited img, .contentbox a:hover img
{
	float:left;
	border: 0;
	padding-right:15px;
}

.contentbox .floater
{
	float: left;
	margin-left: 120px;
	margin-bottom: 0px; 
	//margin-bottom:25px;

	padding-bottom:65px;
	//padding-bottom:0px;
}

.contentbox h1
{
	font-size: 18px;
}

.contentbox h2
{
	text-align: center;
	color: #338A33;
	margin-top: 20px;
}

.contentbox h3
{
	text-align: center;
	color: #338A33;
}

.contentbox p
{
	padding-left: 10px;
	font-size: 22px;
	line-height: 28px;
}

.contentbox p a, .contentbox p a:visited
{
	color: #996633;
	text-decoration:underline !important;
}

.contentbox .service_list
{
	padding-left:250px;
	margin-bottom:135px;
}

.contentbox ul
{
	width: 200px;
	float: left;
	list-style-type:circle !important;
}

.contentbox li 
{
	/*width: 200px;*/
	margin-left:20px;

	/*list-style-type: none;
	background: url(../images/bullet.gif) 0px 2px no-repeat;
	padding: 0 0 0 11px;*/
}


#footer
{
	clear: both;
	margin: 45px;
	border-top: 3px solid black;
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
}

#footer a img, #footer a:visited img, #footer a:hover img
{
	float: right;
	border: 0;
}


/* elemPopup */
#elemPopup 
{
	visibility: hidden;
	top:0;
	position: absolute;
	left: 29%;
	z-index: 999;
	width: 640px;
	height: 480px;
}

#elemPopup .content
{
	background: #338A33 url(../images/page_bg.gif) 0 75% repeat-x;
	
	border: 1px solid black;
	padding: 5px 25px 25px 15px;
	position: relative;
	z-index: 2;
	
	width: 640px;
	height: 500px;
}

#elemPopup .content .titleBar
{
	position: relative;
	text-align: right;
	padding: 5px;
	font-weight: bold;
	height: 25px;
}

#elemPopup a img,
#elemPopup a:visited img,
#elemPopup a:active img
{
	padding-bottom:5px;
	border:0;
}


.shadow
{
	position: absolute;
	background: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);
	z-index: -1;
}

#elemPopup .content img.fullImage
{
	border: 3px solid white;
}

#imgPopup
{
	position: relative;
	cursor: pointer;
}
