/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #43623F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #43623F;
	text-decoration: underline;
}

body {
	
	background: #B7CDB6 url(images/back_all.jpg) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	background: #ffffff;
	width: 786px;
	text-align: left;
}

#header {
	background: #ffffff;
	height: 320px;
	text-align: left;
	border-top: 5px solid #43623F;
	border-bottom: 5px solid #43623F;
	border-left: 4px solid #43623F;
	border-right: 4px solid #43653F;
}

#menu1
{
	width: 778px;
	height: 40px;
	background: url(images/header_top.jpg) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 130px;
	height: 26px;
    	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;

}

#menu a:hover {
	width: 130px;
    	height: 26px;
	color: #43623F;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}


#logo {
	background: #ffffff url(images/mountains2.jpg) no-repeat;
	width: 738px;
	height: 240px;
	text-align: top;
	padding-top: 40px;
	padding-left: 40px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}

#logo h2 {
	font-style: italic;
	font-size: 32px;
}

#left
{
	padding: 10px;
	width: 210px;
	padding-right: 1em;
}

#left h3
{
	width: 195px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) no-repeat
}

#left H3 a
{
	color: #ffffff;
}

#left ul {
	list-style: none;
	border-bottom: 1px solid #43623F;
	border-left: 1px solid #43623F;
	border-right: 1px solid #43623F;
}

#left li ul {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#left li li {
	padding: 6px 20px;
}

#left a {
	color: #43623F;
}

#left a:hover {
	text-decoration: underline;
}
	

#left a:visited {
	color: #43623F;
}

#left p
{
	padding: 10px;
	border-bottom: 1px solid #43623F;
	border-left: 1px solid #43623F;
	border-right: 1px solid #43623F;
}

#right
{
	float: right;
	width: 520px;
	padding-right: 20px;
}

#right h4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #43623F;
}

#right h3 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
	color: #43623F;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #43623F;
	text-transform: uppercase;
}

#right a {
	color: #43623F;
	font-weight: bold;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}


#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right li {
	border: 0px;
	margin-left: 25px;
	margin-bottom: 3px;
}

#footer {
	height: 44px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.jpg) repeat-x;
	border-top: 5px solid #43623F;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}
