@charset "utf-8";

/* General Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/g_bg_main.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
}


/* Layout Styles */

#bodywrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}

#topNavWrapper {
	text-align: center;
	padding: 6px;
}

#flashheaderwrapper {
	width: 980px;
	height: 410px;
}

#copywrapperwide {
	margin: 20px 40px 40px 40px;
}

.picrighthandside {
	margin: 0 0 20px 40px;
	float: right;
}

#navlowerwrapper{
	padding: 20px;
	background-color: #89C256;
	margin-bottom: auto;
	background-image: url(../images/g_bg_footer.gif);
	background-repeat: repeat-x;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Copy & content Styles */

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:200;
	font-size: 22px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:200;
	font-size: 18px;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:200;
	font-size: 16px;
}
h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:200;
	font-size: 14px;
}

	
a {
	color: #FFF;
}
	
a:hover {
	color: #FFF;
	text-decoration: none;	
}
	
a:visited {
	color: #FFF;
}

#navlowerwrapper td{
	color: #006600;
	text-align:center;
}

#navlowerwrapper{
	color: #006600;
	text-align:center;
}
	
#navlowerwrapper a{
	color: #32620F;
}

#navlowerwrapper a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#navlowerwrapper a:visited {
	color: #32620F;
}


/* Gallery Rounded Corners */

.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
}
#bodywrapper #navlowerwrapper strong {
	color: #006600;
}
#bodywrapper #navlowerwrapper ul {
	margin-top: 8px;
	margin-bottom: 0px;
}
.leftborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #7BA248;
}
