@charset "utf-8";
/* CSS Layout (Contact) Document */

body  {
	background-color: #333;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding: 0px;
	background-color: #666;
}

#FormContainer {
	width: 800px;
	float: none;
	background-color: #666;
}

#header  {
	height: 175px;
	height: 175px;
	width: 800px;
} 

#header h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;

	float:right
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	top: 72px;
	position: relative;
	right: 440px;
}

.logo {
	background-image: url(../images/elements/logo_tree.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

	float:left
	width: 125px;
	height: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 40px 20px;
}

.logo h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	float: left;
	left: 45px;
	padding: 0px;
	top: 133px;
	position: relative;
	text-decoration: none;
	text-align:center;
	font-weight:normal;
	}
	
.logo h1 a:link, a:visited {
	color: #3CF;
	text-decoration: none;
}

/*Green color for hover and active navigation text*/
.logo h1 a:hover, a:active {
	color:#0F0;
	text-decoration: none;
}

/*blue color for current page text*/
.logo h1 a.current, a.current:hover, a.current:active {
	color:#01B6E3;
	text-decoration: none;
}	
	
#side_nav  {
	background-color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 250px;
}	

#side_nav h1/* "Menu" text is hidden by indenting, using bg image (above) instead */
   {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 0px;
	text-indent: -9999;
}

/*Group container for all five navigation tabs */
#side_nav ul {
	list-style: none;
	background-color: #000;
	width: 60px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
}

/*Below creates navigation list in a vertical column*/
#side_nav li {
	height: 40px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*Blue , not underlined properties for navigation links text*/
#side_nav li a:link, li a:visited {
	color: #3CF;
	text-decoration: none;
}

/*Green color for hover and active navigation text*/
#side_nav li a:hover, li a:active {
	color:#0F0;
	text-decoration: none;
}

/*blue color for current page text*/
#side_nav li a.current, li a.current:hover, li a.current:active {
	color:#01B6E3;
	text-decoration: none;
}
	
#mainContent  {
	width: 800px;
	height: 400px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
	

.clearfloat {
	line-height: 0px;
	clear: both;
	height: 0px;
	color: #CCC;
}

.clearfloat_left {clear:left;
}

#footer  {
	height: 50px;
	width: 800px;
	bottom: 0px;
	background-color: #00B6E7;
} 

.footer_copyright {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

