/*--------------- Basics ---------------*/

body {
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 61.5%;
	line-height: 1.5;
	color: #FAF5E9;
}

.container {
	margin: 0 auto;
	width: 850px;
/*	height: 100%;*/
	padding: 10px;
}

h1 {
	font-size: 22px;
	line-height: 28px;
	color: #44565B;
	background-color: inherit;
}

h2 {
	color: #44565B;
	background-color: inherit;
	margin-bottom: -8px;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

p {
	padding-top: 10px;
}

img {
	border-style: none;
}


/*--------------- Divider ---------------*/

#topbar {
	width: 100%;
	height: 7px;
	margin: 0 auto;
	padding: 0;
	background: #44565B;
	z-index: 0;
}

#bottombar {
	width: 100%;
	height: 7px;
	margin: 0 auto;
	padding: 0;
	background: #44565B;
	z-index: 0;
}


/*--------------- Navigation ---------------*/

#navtabs {
	/*background: #AA8080;*/
	font-size:1.2em;
	line-height: 24px;
	padding-bottom: 0;
	position:absolute;
	top:135px;
	padding-left:0px;
}
#navtabsholder {
	width: 800px;
	margin: 0 auto;
	padding: 2px 0 0;
	text-align: left;

} 

ul#navigate {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 3px;
	z-index: 0;
	margin-left:60px;
}

#navtabs li {
	display: inline;
	list-style-type: none;
	z-index: 0;
}

#navigate a { 
	padding: 5px 12.5px 5px;
}

#navigate a:link, #navigate a:visited {
	color: #fff;
	text-decoration: none;
	background: #44565B;
}

#navigate a:hover {
	color: #3D3729;
	text-decoration: none;
	background-color: #A2CBD7;
}

#navigated a { 
	padding: 5px 19px;
	z-index: 0;
}

a:link, a:visited {
	color: #56A391;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background: #AA8080;
	padding: 0;
	text-decoration: none;
}

/*--------------- Header & Content ---------------*/

#header {
	background: #A2CBD7 url(images/header.jpg) no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0px 0;
	height: 150px;
	position: relative;
	z-index: 0;
}

#content {	
	padding-top: 20px;
	font-size:1.2em;
	color: #555;
	background: #fff;
	min-height: 400px;
	z-index: 5;
}

.img {
	margin: 10px 0 5px;
	padding: 4px;
	border: 4px solid #d7d7d7;
	height: 60px;
	width: 400px;
}

#rightcontent {
	background-color: #fff;
	width: 300px;
	margin: 10px 0 0 25px;
	float: right;
}

.contentinset {
	padding: 1px 20px 20px;
}

.contactbox {
	border: 3px solid #EEE;
	background-color: #EEEFF0;
	padding: 1px 20px 20px;
	width: 200px;
}

#maincontent {
	width: 455px;
	margin: -20px 0 40px;
	padding-left: 40px;
}



/*--------------- Footer ---------------------*/

#footer {
	font-size: 1.2em;
	color: #fff;
	background: #A2CBD7;
	margin: 0;
	padding-bottom: 10px;
}

