@charset "UTF-8";
html,body {
	height:100%; /* needed for container min-height */
	margin: 0px;
	background: #D7D7D7 url(images/background.gif) repeat-y center;
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#banner {
	background: url(images/logo.gif);
	height: 130px;
}
.right_image {
	float: right;
	border: 3px solid #FF9933;
	margin-left: 10px;
}
.right_image_noborder {
	float: right;
	margin-left: 10px;
}
#container #content a:link, #container #content a:visited {
	color: #00573D;
	text-decoration: underline;
}
#container #content a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#content {
	float: right;
	width: 590px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
h1 {
	color: #FF9900;
	font-size: large;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	font-style: italic;
}
h2 {
	color: #00573D;
	font-size: medium;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0px;
	font-style: italic;
}
h3 {
	color: #00573D;
	font-size: small;
	font-weight: bold;
	line-height: 1em;
	margin: 10px 0px;
	font-style: oblique;
	border-bottom: 1px dotted #000000;
}
.image_thumbs {
	border: 1px solid #FF9933;
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer_above {
	clear: both;
	text-align: right;
	padding-top: 30px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#006633;
	font-size: x-small;
	color: #FFFFFF;
	clear: both;
}
#container #footer a:link, #container #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #footer a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#footer_text {
	padding: 10px;
}
#footer_right {
	float: right;
}
label {
	float: left;
	width: 120px;
	font-weight: bold;
}

input, textarea {
	width: 448px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
input:hover {
	background: #F3F3F3;
}
textarea {
	width: 575px;
	height: 150px;
	border: 1px solid #CCCCCC;
}
textarea:hover {
	background: #F3F3F3;
}

.boxes {
	width: 1em;
}
#submitbutton {
	margin-left: 0px;
	margin-top: 5px;
	width: 90px;
}
br {
	clear: left;
}





#menu {
	float: left;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;

}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(images/menu5.gif);
	padding: 8px 0 0 10px;
}

#menu li a:hover {
	color: #FFF;
	background:  url(images/Untitled-3.gif) 0 -32px;
	padding: 8px 0 0 10px;
}





#menu ul ul {
	position: absolute;
	top: 160px;
	left: 150px;
	width: 200px;
	border-left: 4px solid #00573D;
}

/* 2ND COLUMN */
#menu ul ul,
#menu ul li:hover ul {
	display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul {
	display: block;
}
thead {
	color: #FFFFFF;
	background: #00573D;
	font-size: medium;
	font-weight: bold;
}


#content ol li {
	margin-top: 20px;
}
#content ul {
}
.gallery_images {
	margin-right: 10px;
	margin-bottom: 10px;
}
.mandatory {
	font-weight: bold;
	color: #FF0000;
}
.sky_solar {
	float: right;
	margin-left: 20px;
}
#money_pen {
	padding: 5px;
}
#container #menu #money_pen a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #menu #money_pen a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #menu #money_pen a:hover {
	color: #000000;
	text-decoration: none;
}
#job_done_fast {
	background: #00573D;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
}

