/*////////// GENERAL RULES //////////*/

html {
height: 101%;
margin-bottom: 1px;}

body {
background: #ffffff url('images/background.jpg') repeat-x;
color: #000000;
text-align: left;
font: normal 0.80em Verdana, Geneva, Arial, sans-serif;
height: 100%;
padding: 0;
margin: 0;}

hr {
background-color: #24604a;
color: #24604a;
border: none;
height: 1px;}

ul {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
}

table {
padding: 0;
border-collapse: collapse;
font-size: 100%;
width: 100%;}

fieldset {
	background: #ffffff url('images/fieldsetbg.jpg') repeat-x scroll left bottom;
	border: 1px #707070 solid;
	padding: 10px;
	margin: 10px 0;}

legend {
	font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	font-variant: small-caps;
	color: #24604a;
	padding: 0 10px;
	margin: 0;}

/*////////// TYPOGRAPHY //////////*/

a {
color: #3a9671;
text-decoration: underline;
outline: none;
font-weight: bold;}

a:hover {
color: #707070;
text-decoration: underline;
font-weight: bold;}

h1 {
	color: #24604a;
	font: normal 28px Georgia, Georgia, serif;
	margin: 0 0 0em 0;
}

h2 {
color: #505050;
font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h3 {
color: #24604a;
font: bold 20px "Century Gothic", Verdana, Helvetica, sans-serif;
letter-spacing: 2px;
margin: .8em 0;
text-align: left;}

h4 {
	color: #24604a;
	font: bold 18px "Century Gothic", Verdana, Helvetica, sans-serif;
	text-align: left;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0em 0 0em 0;
	border-bottom: 1px #505050 solid;
	border-bottom-width: 0px;
}

h5 {
color: #24604a;
font: bold 14px Georgia, Georgia, serif;
margin: .8em 0;
text-transform: uppercase;
text-align: left;}

h6 {
color: #505050;
margin: .8em 0;
font: bold 12px Arial, Helvetica, sans-serif;}

/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
/* -- The wrapper holds the header, content, sidebar and footer areas --*/
color: #000000;
width: 960px;
margin: 0 auto;
text-align: left;}


/*////////// HEADER AREA //////////*/

#header {
	position: relative;
	background-color: #ffffff;
	width: 960px;
	height: 275px;
}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #505050;
	width: 940px;
	height: 30px;
	line-height: 25px;
	letter-spacing: 1px;
	font-size: 0.80em;
	padding: 0;
	text-align: left;
}
	
/*////////// MAIN MENU //////////*/

#mainnav {
	position: absolute;
	top: 231px;
	left: 0;
	z-index: 2;
	letter-spacing: 1px;
	width: 960px;
	height: 30px;
	line-height: 40px;
	text-align: center;
}

#mainnav a {
	color: #e0e0e0;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 20px;}

#mainnav a:hover {
	color: #ffffff;
	text-decoration: underline;}

/*///////// LOGO IMAGE //////////*/

#logo {
	position: absolute;
	top: 60px;
	left: 50px;
	z-index: 3;
	width: 370px;
	height: 140px;
}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
	float: left;
	width: 270px;
	text-align: left;
	margin: 0 10px 10px 20px;}

#sidebar li {
	padding: 2px 0 2px 0;
}

#sidebar p {
	font-size: 0.85em;
	line-height: 1.5em;}
	
/*////////// CONTENT AREA //////////*/

#content {
	float: right;
	width: 630px;
	margin: 0 20px 10px 10px;
	line-height: 1.7em;}
	
#contentwide {
	width: 920px;
	margin: 0 20px 10px 20px;
	line-height: 1.7em;}

/*////////// FOOTER //////////*/

#footer {
	background-color: #e0e0e0;
 text-align: center;
 clear: both;
	height: 60px;
	letter-spacing: 3px;
	line-height: 2.2em;
	border-top: 1px #24604a solid;
	padding: 10px 0;}

#footer a{
	text-decoration: none;}

#footer a:hover {
	text-decoration: underline;}

#footer p {
 clear: both;
	font-size: 0.85em;
	margin: 0;
	padding: 0;}


/*////////// IMAGES //////////*/
img {
border: none;}

.imageleft-noborder {
margin: 0 10px 0 0;
float: left;}

.imageright-noborder {
margin: 0 0 0 10px;
float: right;}

.imageleft-border {
margin: 0 10px 0 0;
padding: 5px;
float: left;
border: 3px #b9b9b9 double;}

.imageright-border {
margin: 0 0 0 10px;
padding: 5px;
float: right;
border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/
.center {
text-align: center;}

.gallery {
text-align: center;}

.gallery img {
	padding: 5px;
	border: 1px #808080 solid;
	margin: 5px;}

.right {
text-align: right;}

.clear {
clear: both;}



