@charset "utf-8";

html {
overflow-y:scroll;
}

body {
	background-color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:200;
	margin: 0;
	padding: 0;
}

body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#007D68;
	font-size:20px;
	font-weight:bold;
	margin-left:15px;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#007D68;
	font-size:15px;
	font-weight:bold;
	margin-left:15px;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:10px;
	display:inline;
	margin-left:0px;
}
h4{
	margin-bottom: 0px;
	margin-top: 0;
	padding-left:15px;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
	padding-left:15px;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 850px;
	border-bottom: 3px solid #D4A67C;
}
#footer {
	margin: 0 auto;
	width: 775px;
	
}
#header_div {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:10px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background: url(./images/header.gif);
	background-color:#FFF;
	position:fixed;
	top:0px;
	width: 920px;
	padding-top: 0px;
	background-repeat:no-repeat;
	height: 79px;
}
html > body #header_div {
	height: auto;
	min-height: 80px;
}
#side_nav {
	background-image:url(images/newnav2.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	position:fixed;
	top:84px;
	border-bottom: 3px solid #D4A67C;
	float: left;
	margin-bottom: 0;
	background-color:#EBEBEB;
	width: 167px;
	padding-top: 0px;
	height:400px;
}

#content_div {
	margin-left:167px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 775px;
	height: 519px;
	padding:0px 0px 0px 0px;
}
html > body #content_div {
	height: auto;
	min-height: 520px;
}



.glossymenu a.menuitem{
font-family:Verdana, Geneva, sans-serif;	
font-size:12px;
font-weight:bold;
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 100%;
padding: 3px 0;
padding-left: 0px;
text-decoration: none;
}
.glossymenu a.menuitem2{ 
display: block;
font-family:Verdana, Geneva, sans-serif;	
font-size:11px;
color: #007D68;
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}
.glossymenu a.menuitem2:visited, .glossymenu .menuitem:active{
color: #333;
}

.glossymenu a.menuitem2 .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 0px;
border: none;
}

.glossymenu a.menuitem2:hover{
color:#007D68;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 0px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#007D68;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	margin-left:0px;
}

.glossymenu div.submenu ul li a{
display: block;
font-family:Verdana, Geneva, sans-serif;	
font-size:11px;
color: #007D68;
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #ccc;
color: #333;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu2 ul li{
	margin-left:0px;
}

.glossymenu div.submenu2 ul li a{
display: block;
font-family:Verdana, Geneva, sans-serif;	
font-size:11px;
color: #007D68;
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}

.glossymenu div.submenu2 ul li a:hover{
background: #ccc;
color: #333;
}
.glossymenu{
margin: 0px 0;
padding: 10px;
width: 152px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{ 
font-family:Verdana, Geneva, sans-serif;	
font-size:12px;
font-weight:bold;
color:#333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 100%;
padding: 3px 0;
padding-left: 0px;
text-decoration: none;
}


/*Link Styles*/
a:link {
	color: #007d68;
	text-decoration: none;
}
a:visited {
	color: #007d68;
	text-decoration: none;
}
a:hover {
	color: #D4A67C;
	text-decoration: none;
}
a:active {
	color: #007d68;
	text-decoration: none;
}

#mainimage_area {
	float:right;
	margin-top: 20px;
	display: inline;
	height: 343px;
	width: 271px;
}
#underimagemain {
	margin-right: 0px;
	margin-top: 45px;
	display: inline;
	float: left;
	height: 55px;
	margin-bottom: 0;
	width: 271px;
	height:343px;
	padding-right: 40px;
}
#grc_button {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 39px;
	margin-bottom: 0;
	width: 271px;
}
#footer {
	border-top: 3px solid #D4A67C;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 81px;
	margin-bottom: 0;
	width: 776px;
}
#colwrap4 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 271px;
}
