/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

body {
	background: #bbb479 url(images/bg1.jpg);
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto 30px auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* HEADER BACKGROUND */
.top {
	background: url(images/bg1.jpg);
	padding: 30px 0 0 0;
}

/* HEADER */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 200px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #b4cece url(images/bg10.jpg);
	color: #fff;
	height: 200px;	
}
.header .left {
	background: #bbb479 url(images/header.jpg) no-repeat;
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "comic Sans MS",sans-serif;}


/* TOP NAVIGATION */
.navigation {	
	background: #b4cece url(images/bg8.jpg);
	border: 1px solid #a39d67;
	border-color: #a39d67 #a39d67;
	height: 41px;
}
.navigation a {
	background: #b4cece url(images/bg8.jpg);	/* Optional Top Navigation */
	border-right: 1px solid #a39d67;
	color: #333;
	display: none;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}



/* main */
.main {
	border-top: 4px solid #c63e45;
}



/* SIDE NAVIGATION */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	align: center;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 2px solid #c63e45;
}
.sidenav li {border-bottom: 1px solid #dc8082;}
.sidenav li a {
	background: #ef9395;
	font-size: 1.1em;
	color: #333;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #b4cece;
	color: #c63e45;	
}



/* CONTENT */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}



/* FOOTER */
.footer {
	background: url(images/bg12.jpg);
	color: #333;
	font: bold 9px sans-serif;
	height:35px;
	padding: 9px 0px 0px 0px;
	text-align: center;
}

.footer a,.footer a:link {
color: #333;
text-decoration: underline;
}

.footer a,.footer a:visited {
color: #333;
text-decoration: underline;
}

.footer a,.footer a:hover {
color: #c63e45;
text-decoration: none;
}
