/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/background.gif) repeat-x;
	text-align: justify;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* ---------------------------------------------------------------------------------------- */
/* Header and Top Content */
/* ---------------------------------------------------------------------------------------- */

#header {
	width: 892px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	text-transform: lowercase;
	color: #fff;
}

#header img {
	display: block;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 33px;
}

#header h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#header ul {
	float: right;
	margin: 27px 0 0 0;
	padding: 0;
	list-style: none;
	clear: left !important;
}

#header li {
	display: inline;
}

#header ul a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 10px 0 10px;
	background: #ABBA47 url(images/nav-background.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#adTop {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: center;
}




/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 892px;
	margin: 0 auto;
	padding: 0;
}

#container p,
#container ul {
	line-height: 1.7;
}

#container h1 {
	margin: 2px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #31576F;
	text-transform: lowercase;
	letter-spacing: -1px;	
}

#container h2 {
	font-size: 14px;
	color: #6c6c6c;
}

#container img {
	margin: 5px;
}


#contentRight {
	float: right;
	width: 190px;
	margin: 0;
	padding: 50px 5px 0 5px;
	border-top: 1px solid #000066;
	background: #fff url(images/content-background.gif) repeat-x;	
	text-align: center;
}


#contentLeft {
	float: left;
	width: 665px;
	margin: 0;
	padding: 0 5px;
	border-top: 1px solid #000066;
	background: #fff url(images/content-background.gif) repeat-x;	
}

.ad-fold {
	background-color:#fff;
	width: 468px;
	margin: 10px auto;
	padding: 0;
}

.ad-left {
	background-color:#fff;
	width: 200px;
	margin: 5px 10px;
	padding: 0;
	float: left;
	display: block;
}

.ad-right {
	background-color:#fff;
	width: 200px;
	margin: 5px 10px;
	padding: 0;
	float: right;
	display: block;
}







/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #acbb48;
	background: url(images/content-background.gif) repeat-x;
	text-align: center !important;
	color: #000;
	font-size: 11px;
}


#navBottom {
	margin: 5px 0;
	padding: 1px;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	display: inline;
}

#copyright {
	margin: 0;
	padding: 1px;
	text-align: center;
}



/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	background-color: #b8be85;
	color: #000 !important;
}

a:visited {
	color: #0000FF;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #000;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #000 !important;
}


#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: transparent !important;
}


#header ul a {
	color: #fff;
	text-decoration: none;
}

#header ul a:hover {
	text-decoration: none;
	color: #000 !important;
	background-color: transparent !important;
}




/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

/* Original CSS by http://www.freecsstemplates.org/ */