/*
Original Design by http://www.freecsstemplates.org
Released for free use under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #767941;
	margin: 0 auto;
}

h1, h2, h3 {
	color: #F08F02;
}

h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-size: .8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 2px solid #F08F02;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

a:link {
	color: #F08F02;
}

a:hover {
	text-decoration: none;
}

.image-left {
	float: left;
	margin-right: 1em;
}

.image-right {
	float: right;
	margin-left: 1em;
}

/* Header */

#header {
	height: 230px;
	padding: 0 0 0 0px;
	background: url(../img2/img03a.jpg) no-repeat;
	width: 770px;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Logo */

#title {
	height: 80px;
	padding: 70px 0 0 340px;
	text-transform: lowercase;
}

#title h1 {
	float: left;
	letter-spacing: -.1em;
	font-style: italic;
	font-size: 4.5em;
}

#title h1 a {
	color: #767941;
	text-decoration: none;
}

#subtitle {
	height: 30px;
	padding: 0px 0 0 370px;
	text-transform: lowercase;
}

#subtitle h2 {
	float: left;
	letter-spacing: -0.05em;
	font-style: italic;
	font-size: 1em;
	margin-top: 20px;
}

#lsubtitle h2 a {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	margin: 0 Auto;
	background: url(../img2/img03.gif) repeat;
	width: 770px;
}

/* Mainbody */

#mainbody {
	margin: 0 Auto;
	padding: 20px 0px 0 20px;
	width: 770px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

/* Content */

#content {
	margin-left: 170px;
	padding: 20px;
}

/* Bar Menu */

#barmenu {
	padding: 0 0 10px 0;
	height: 16px;
	background-color: #FFCC99;
	margin-left: 20px;
}

#barmenu ul {
	list-style: none;
	margin-left: 2px;
}

#barmenu ul li {    
    float: left;
}

#barmenu ul li.menuBr {
	width: 2px;
	height: 25px;
	background: url(../img/menu_br.gif) no-repeat;
}

#barmenu ul li #menuLeft{
	width: 2px;
	height: 25px;
	background: url(../img/menu_left.gif) no-repeat;
}

#barmenu ul li #menuRight{
	width: 2px;
	height: 25px;
	background: url(../img/menu_right.gif) no-repeat;
}

#barmenu ul li a {
	padding: 0 5px;
	font: 10pt/16pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-weight: bolder;
}

#barmenu ul li a:hover {
	text-decoration: none;
	color: #003399;
}

#barmenu ul li a.selected {
	color: #000099;
	text-decoration: none;
	}

/* Menu */

#menu {
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	height: 20px;
	padding: 5px 0 0 10px;
	text-decoration: none;
	font-size: 11pt;
	font-style: italic;
	color: #990000;
	font-weight: bolder;
}

#menu a:hover {
	color: #F08F02;
}

/* Testimonial */

#testimonial {
	padding: 30px;
}

#testimonial blockquote {
	margin-left: 0;
}

/* Welcome */

#welcome {
}

/* Footer */

#footer {
	margin: 0 auto;
	background: url(../img2/img06.gif);
	color: #FFFFFF;
	width: 770px;
	height: 25px;
	margin-left: 20px;
}

#footer hr {
	display: none;
}

#footer p {
	margin: 0;
	font-size: 0.8em;
	padding-top: 5px;
}

#footer a {
	color: #ADB07C
}

