/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFEF5 url(images/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #003900;
	line-height: 1.3;
}

h1, h2, h3 {
	color: #003900;
}

h1 {
	margin-bottom: .75em;
	text-transform: capitalize;
	font-size: 1.7em;
}

h2 {
	margin-bottom: .5em;
	padding: 10px 0px 0px 0px;
	text-transform: capitalize;
	font-size: 1.3em;
}

h3 {
	margin-bottom: .5em;
	text-transform: capitalize;
	font-size: 1.1em;
}

p, blockquote, ul, ol {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p {
font-size: 0.95em;
padding: 2px 2px 2px 2px;
}

#psmall {
font-size: .7em
}


blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #cccccc;
	margin-right: 0em;
	padding-right: .25em;
	border-right: 1px solid #cccccc;
	font-size: .8em;
	font-style: normal;
}

ul, ol {
	margin-left: 3em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

pre, code {
}

pre {
}

code {
}


A:link {text-decoration: none; color: green;}
A:visited {text-decoration: none; color: green;}
A:active {text-decoration: none; color: green;}
A:hover {text-decoration: underline; color: green;}



a:link {
	 color: #003900;
             text-decoration: underline;
            
}

a:hover {
	color: #003900;
}

a:visited {
             text-decoration: underline;
	 color: #003900;
}

img {
}

.image-left {
	float: left;
	margin: 1em;
}

.image-right {
	float: right;
	margin: 1em;
}

.image-adleft {
            float: left;
            margin: 0em;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}






/* Header */

#header {
	height: 100px;
	padding: 0 0 0 0px;
	background: url(images/img01.jpg);
}

/* Logo */

#logo {
	height: 100px;
	padding: 10px 0 0 22px;
	background: url(images/img01.jpg) no-repeat;
	text-transform: capitalize;
}

#logo h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: normal;
	font-size: 5em;
}

#logo h1 a {
	color: #ffffff;
}

#logo h2 {
	float: left;
	letter-spacing: -.05em;
	font-style: italic;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin-right: 30px;
	background: url(images/---mg05.jpg) repeat-y 150px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

/* Document */

#document {
           margin-left: 20px;
           margin-right: 20px;
           margin-top: 20px;
}

/* Content */

#content {
	margin-left: 150px;
	padding: 10px 0px 0px 30px;
}


/* Leftbar */

#leftbar {
	float: left;
	width: 250px;
	margin: 0em;
            padding: 0.25cm .25cm;
	margin: .05cm .25cm;
	font-size: .8em;
	font-style: normal;
            background-color: rgb(256,256,256);
            border-style: solid;
            border-color: #green;
            border-width:1px;
}

/* Rightbar */

#rightbar {
	float: right;
	width: 250px;
	margin: 0em;
            padding: 0.25cm .25cm;
	margin: .05cm .25cm;
	font-size: .8em;
	font-style: normal;
            background-color: rgb(256,256,256);
            border-style: solid;
            border-color: #green;
            border-width:1px;
}




/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 23px;
	padding: 3px 1px 4px 6px;
	background: url(images/img04.jpg) repeat-x;
	decoration: bold;
            text-decoration: none;
	font-size: 1.10em;
	font-style: normal;
	color: #002200;
}


#menu a:hover {
	color: #009900;
}

/* Testimonial */

#testimonial {
	padding: 3px;
}

#testimonial blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	padding: 60px 30px;
	background: url(images/img03.gif);
	color: #003900
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: .8em;
}

#footer a {
	color: #ADB07C
}

