*{
	margin:0;
	padding:0;
}

html, body, #wrapper{min-height:100%; height:100%;}
body>#wrapper{height:auto;}

body{
	background-color: #92bb17;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

ul,ol{list-style-type:none;}
img{border: none;}
.clear:after{
	content: ".";
	visibility:hidden;
	display:block;
	clear:both;
}

#wrapper{
	background:url(../images/body_bg.gif) repeat-y;
	margin: 0 auto;
	text-align:left;
	width: 735px;
}

/* Header and Logo Styles *************************************************************/
#header{
	background: url(../images/header_bg.gif) repeat-y;
	height: 173px;
		
}
#header h1{
	float:left;
	padding: 25px 0 0 45px;
}
#header h1 a{
	background: transparent url(../images/logo.gif) no-repeat;
	display:block;
	width: 252px;
	padding: 95px 0px 0px 0px;
	height: 0px !important;
	height /**/:95px;
	overflow:hidden;
	font-size: 1px;
}


/* Main Navigation Styles *************************************************************/
#global-nav{
	position:absolute;
	top:138px;
	background-color:#d1d1d1;
	border-bottom:1px solid #fff;
	height:35px;
	margin-left: 8px;
	width:718px;
	font-size:12px;
}

#global-nav	li{
	float: left;
	display: block;
	height: 35px;
	text-align:center;
	background:transparent url(../images/nav_divide.gif) bottom right no-repeat;
}

#global-nav li.last{
	background:none;
}

#global-nav	li a{
	color: #595c57;
	display: block;
	padding: 12px 20px 9px 20px;
	text-decoration:none;
}

#global-nav	li a:hover{
	color:#000;
}

#global-nav li ul {
	visibility:hidden;
	position:absolute;
	width:190px;
}

#global-nav li:hover ul, #global-nav li.over ul {
	visibility:visible;
	background:#d1d1d1;
}

#global-nav li:hover ul li, #global-nav li.over ul li{
	float:none;
	background:transparent url(../images/dotted_divide.gif) bottom left repeat-x;
	text-align:left;
}

#global-nav li:hover ul li a, #global-nav li.over ul li a{
	display:block;
	height:20px;
	width:190px;
	padding-top:8px;
	padding-bottom:0px;
	padding-left:10px;
}

/* Banner Styles *************************************************************/
h2#banner{
	background:url(../images/banner.gif) no-repeat;
	height: 81px;
	margin-left: 8px;
	text-indent: -9999px;
	width: 719px;
}

h2.title{
	color: #8a8a8a;
	font-size: 26px;
	font-weight:normal;
	padding: 20px 10px 20px 25px;
}

h3.title{
	color: #8a8a8a;
	font-size: 26px;
	font-weight:normal;
	padding: 20px 10px 20px 0px;
}


#flashcontent{
	height: 280px;
	text-align: center;
}

#flashcontent_sidebar{
	height: 170px;
	text-align: left;
}


/* Content Styles *************************************************************/


#content{
	background: url(../images/content_divide.gif) bottom right repeat-y;
	float:left;
	padding: 0 10px 20px 25px;
	width: 490px;
}

#content p{
	color: #555555;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content a {
	color: #546674;
}

#content img{
	padding-right: 5px;
	
}

#content_secondary{
	float:left;
	width: 650px;
}

#content_secondary p{
	color: #555555;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
}

#content_secondary a {
	color: #546674;
}

ul#text li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 1.6em;
	list-style-image: url(../images/arrow.gif);
	margin-left: 20px;
}



/* Footer Styles *************************************************************/
#footer{
	clear:both;
	float:left;
	margin-top: 75px;
	background-image: url(../images/content_divide_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	width:480px;
	
}
#footer p{
	font-size: 11px;
	color: #999;
}
#footer a{
	color: #546674;
	text-decoration:none;
}

/* Advertisement Section Styles *************************************************************/
#advert{
	float:left;
	margin: 0 0 0 20px;
	width: 170px;
}
#advert p{
	color:#7f7f7f;
	font-size: 10px;
	padding-bottom: 20px;
}
#advert img{
	padding-bottom: 5px;
}

/*
--------------------------------------
 Secondary Page Styles
--------------------------------------
*/
h2#banner-secondary{
	background:url(../images/banner_secondary.gif) no-repeat;
	height: 81px;
	margin-left: 8px;
	text-indent: -9999px;
	width: 719px;
}
#secondary h2.title{
	background:url(../images/content_divide_horizontal.gif) bottom left repeat-x;
	margin: 0 0 15px 25px;
	padding: 20px 0 5px 0;
	width: 680px;
}

/* Secondary Content Styles *************************************************************/
#secondary #content h2.title{
	margin-left: 0px;
}

#secondary #content{
	background: none;
	height:100%;
	padding: 0 10px 20px 25px;
	width: 719px;
}
#col-1{
	background: url(../images/content_divide.gif) top right repeat-y;
	float: left;
	width: 220px;
}
#col-2{
	background: url(../images/content_divide.gif) top right repeat-y;
	float: left;
	padding-left: 20px;
	width: 220px;
}
#col-3{
	float: left;
	padding-left: 20px;
	width: 220px;
}
.green-text{color: #92bb17;}

/* Gallery Styles *************************************************************/

ul#gallery li{
	float: left;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #b5b5b5;
	height: 200px;
	margin: 5px;
	padding: 0 3px 3px 0;
	width: 148px;
}

ul#gallery_alt li{
	float: left;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #b5b5b5;
	height: 100px;
	margin: 5px;
	padding: 0 3px 3px 0;
	width: 148px;
}