/* ---------------------------- Basic Setup -------------------------- */

/* reset whitespace */
* {
	margin:0;
	border: 1px none #000000;
	padding-right: 6px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

html, body{height:100%;} 

body {
	text-align: center;
	font-size:9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0px;
	line-height:1.4em;
	color:black;
	background:#C4B57F url(/images/layout/bg.gif);
	background-position:top center;
	}

#wrapper {	
	position:relative;
	text-align: left;
	padding: 0px 15px 0px 15px;
	width: 921px;
	min-height:100%;
	margin: 0 auto;
	background:#D0D191 url(/images/layout/bg_shad.gif);
	background-position:top left;
	}




a:link {color:#098395;}
a:visited {color:#0C96AA;}
a:active {color:#AD3838;}
a:hover {color:red; text-decoration:underline;}

/* -------------------------------- Header & Logo ------------------------ */

#header {
	position:relative;
	top:5px;
	width:921px;
	height: 169px;
	background: url(/images/layout/header.jpg) left top no-repeat;
	}


#logo {
	display:block;
	width:368px;
	height:50px;
	background: url(/images/layout/logo.gif);
	position:absolute;
	bottom:37px;
	left:40px
	}
/* -------------------------------- Sidebar ----------------------------- */

#sidewrap {
	width:729px;
	float:left;
	}

#side {
	width: 190px;
	font-size:1em;
	color: #736649;
	background:white;
	float:left;
	}

#side .wrap {
	margin:0px 10px;
}

#rightbar {
	width:175px;
	float:right;
	}

#rightbar .wrap {
	margin:0px 3px;
}
#rightbar img {margin:auto}

/* ------------------------------- Main Content Area --------------------------- */

#contentarea {
	border-top: 1px solid #B0B165;
	border-bottom: 1px solid #B0B165;
	background: url(/images/layout/fauxcolumns.gif);
	width:100%;
	padding-top:20px;

	}

#main {
	float:right;
	width:530px;
	}

#main .wrap {
	margin:0px 20px;
	}

.contentbox {
	border:1px solid #D5CEA0;
	padding:1em;
	margin-top:10px
	}

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

#footer {
	width:100%;
	clear:both;
	margin-top:5px;
	border-top:1px solid #74945C;
	border-bottom:1px solid #74945C;
	background: #99B074;
	text-align:center;
}







/* -------------------------------NAVIGATION ------------------------------------ */

#navcontainer{
	background: #814A21;
	width:910px;
	position:absolute;
	left:15px;
	top:146px;
	height:20px;
	float:left;
	font-size:10% /*--- Fixes weird spacing bug in navbar for IE 5.0 ---*/
	}



#navcontainer li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-left:1px;
	}


#navcontainer ul li a {
	background: #A25121;
	width: 126px;
	height: 18px;
	padding: 0 0 0 0;
	margin: 1px 0 0 1px;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/17px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}

#navcontainer a:hover { background:black;}


#subnav { 
	margin: .5em 0em .5em 0em;
	}

#subnav a {
	text-decoration:none;
	}

#subnav  li{
	padding-left: 5px;
	} 

/*--------------------------------------- Tables -------------------------------*/

#main table {
	background: #FBF5CD;
	font-size:80%;
	font-family:"Arial","Helvetica",sans-serif;
	line-height:1.2em;
	border: 1px black solid;
	border-collapse: collapse;
	margin:.5em 0em;
	}

#main th,td {
	border:1px solid #817456;
	padding:3px;
	}

table .heading {
	background: #F6C794;
	font-size: 110%;
	font:bold;
	}

td.name   { font:bold;background:#DBE3D0 }
td.name a { color: #106976 }
/* -------------------------------------- Images ------------------------------ */

/*--- taken off for Linkshare ads --- img {border: 1px #777 solid;} --*/

img.banner {
    display: block;margin:.5em auto;
	text-align: center;
	}

img.left {
	display:block;
	float:left;
	margin: 0px 15px 10px 0px;
	padding:2px;
	background:white;
	}

img.adbutton {
	border:0px;
    display: block;

	padding:7px 0px;
	text-align: center;
	}

/* -------------------------------------- Text -------------------------------- */

#main h1 {font-size: 220%; color: #CC5555;
	font-family: "Book Antiqua","Times New Roman", serif;
	font-weight:normal;
line-height:1.05em;

	}

#main h3{
	font-size: 140%; 
	color: #D38E6F;
	letter-spacing:-.02em;
	font-weight:normal;
	font-variant: small-caps;
margin-bottom:.5em;

	}

p {
	margin: 1em 0em;
	}



#side {
	font-size:90%;
	font-family:"Arial","Helvetica",sans-serif;
	line-height:1.4em;
	width: 180px;

	}


#side ul {
	margin-left:1em;
	/*list-style-image: url(/images/layout/bullet_sun.gif);*/
	}

#main ul { 
	font-size:95%;
	margin-top:.5em;
	margin-left:2em;

		}

#main ul.decor {
	list-style-image: url(/images/layout/bullet_sun.gif);
	margin-left:1em;
	}

/* ---------------------------------------- Misc ------------------------------- */

blockquote {
	margin:0em 2em;
	font-size:95%;
	}

.clear {
	clear:both;
	}

hr {  
	color: #ccc;
	background-color: #ccc;
	border: 0px;
	height: 2px; 
	width:80%; 
	margin:.7em auto; 
	text-align:center;
	}
