﻿* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

html {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #534A41;
	xbackground-image: url(images/treebackground.jpg);
	xbackground-image: url(images/Background.jpg);
	background-attachment: fixed;
	xbackground-repeat: repeat-x
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 0px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #666666;
}

a:active {
	color: #02AEC3;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {

}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 40px;
	margin: 0 auto;
	border-right: 1px solid #00000;
	background-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 153px;
	height: 30px;
	padding: 10px 0 0 0;
	border-right: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu b {
	display: block;
	float: right;
	width: 220px;
	height: 45px;
	padding: 20px 0 0 0;
}

#menu a:hover {
	background: #71bf45;
	color: #FFFFFF;
}

#menu .active a {
	background: #02aec4;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 184px;
	background: url(images/Topbanner.jpg);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#header2 {
	width: 770px;
	height: 170px;
	margin: 5 px;
	background: url(images/homepage_pic.jpg);
}

#header_aboutus {
	width: 770px;
	height: 170px;
	margin: 5 px;
	background: url(images/aboutus_pic.jpg);
}

#header_services {
	width: 770px;
	height: 170px;
	margin: 5 px;
	background: url(images/services_pic.jpg);
}

#header_links {
	width: 770px;
	height: 170px;
	margin: 5 px;
	background: url(images/links_pic.jpg);
}

#header_contacts {
	width: 770px;
	height: 170px;
	margin: 5 px;
	background: url(images/contacts_pic.jpg);
}
#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 115;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	xbackground: url(images/IMHeader.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 770px;
	background:#FFFFFF
}

.post {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 460px;
}

.post1 {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 460px;
	background-color: #FFFFFF;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 15px;
	height: 450px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.orangebox {
	background: url(images/Greenstripe.jpg) repeat-y;
}

.orangebox h2 {
	background: url(images/Bluestripe.jpg) repeat-y;
}

/* Footer */

#footer {
	height: 150px;
	background: url(images/contactbox.jpg);
	clear: both;
	background-color: #9dcfdd;	
}

#email {
	
	width: 232px; 
	height: 22px; 
	position: relative; 
	top: 97px; 
	right: -292px; 
	bottom: -97px; 
	left: 292px; 
	visibility: visible;
}
	
#footer_old {
	width: 770px;
	height: 150px;
	background: url(images/contactbox.jpg);
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 77%;
	}

#footer a {
	color: #666666;
}

