/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #C8C09E;;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #573F15;
}
#wrapper {
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	position:relative;
	display:block;
	padding:0 6px 0 24px;
}
* html #wrapper /* this selector recognized by IE only */
{
  width: 780px;   /* total width (only for IE5.x/Win) */
  w\idth: 750px;  /* content width (for other IE) */
}
a {
	text-decoration:underline;
	color:#B85200;
	}
a:hover {
	text-decoration:none;
	}
.masthead {
	width:780px;
	height:96px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0;
	}

/* HOMEPAGE STYLES ----------------------------------------------------------*/

.feature {
	width:561px;
	/* border-bottom:1px solid #B0B0B0; */
	/* background-color:#E6E5E5; */
	}
.feature p {
	padding:0 10px;
	margin:0;
}
.middle {
	display:block;
	float:left;
	width:183px;
	height:84px;
	margin:0 3px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #B85200;
	background: url(/lib/images/site/middle_bg.gif) no-repeat left top;
	}
.middle img {
	float:left;
	margin:9px 4px 0 0;
	}
.middle span {
	display:block;
	margin-top:30px;
	}
.middle a {
	text-decoration:none;
	}
.middle a:hover {
	text-decoration:underline;
	}
.news {
	width:242px;
	padding:13px 15px 5px 20px;
	float:left;
	}
.news ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	}
.news li {
	padding-bottom:12px;
	display:block;
	}

/* NAV STYLES ----------------------------------------------------------*/

#nav {
	background-color:#573F15;
	margin:0;
	padding:0;
	}
#nav img {
	border:none;
	padding:0;
	margin:0;
	float:right;
	}

/* SUBNAV STYLES ----------------------------------------------------------*/

#column {
	clear:left;
	width:165px;
	float:left;
	padding:0;
	margin:0;
	}
	
#subnav {
	width:148px;
	padding:0 15px 35px 15px;
	background: url(/lib/images/site/subnav_bg.gif) repeat-y;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color:#426477;
	}
* html #subnav  /* this selector recognized by IE only */
{
  width: 178px;   /* total width (only for IE5.x/Win) */
  w\idth: 148px;  /* content width (for other IE) */
}
#subnav a {
	color: #426477;
	text-decoration:none;
	}
#subnav a:hover {
	color:#762226;
	text-decoration:underline;
	}
#subnav ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	}
#subnav li {
	padding:5px 0 5px 0;
	margin:0;
	}
#subnav li.primaryON, #subnav li.primaryON a {
	color:#762226;
	}
#subnav li.child, #subnav li.childON {
	padding:3px 7px 3px 13px;
	margin:0;
	font-weight: normal;
	}
#subnav li.childON, #subnav li.childON a {
	color:#762226;
	}
#subnav li.childON {
	background: url(/lib/images/site/subnav_arrow.gif) no-repeat;
	}
	
/* CONTENT STYLES ----------------------------------------------------------*/

#contentwrap {
	padding:5px;
	margin:0;
	width:561px;
	float:right;
	background: #FFFFFF;
	border-right: 7px solid #B0A782;
	border-bottom: 7px solid #B0A782;
	border-left: 7px solid #B0A782;
	}
* html #contentwrap /* this selector recognized by IE only */
{
  width: 557px;   /* total width (only for IE5.x/Win) */
  w\idth: 561px;  /* content width (for other IE) */
}
#contentwrap p {
	margin: 0 0 15px 0;
	}
h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #762226;
	margin:0 0 10px;
	padding: 0px 170px 2px 0px;
	border-bottom: 1px solid #762226;
	}
h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #38382F;
	margin:0;
	}
.photo {
	float:right;
	border: 6px solid #ECECD6;
	margin:0 0 15px 15px;
	clear: right;
	}
#footer {
	width: 571px;
	margin:0 0 20px;
	float:right;
	padding:7px 7px 0 7px;
	font-size:11px;
	color:#573F15;
	}
#footer a {
	color: #573F15;
	text-decoration:none;
	}
#subscribe {
	width:571px;
	height:35px;
	display:block;
	text-align:right;
	background-color:#D3CDB1;
	float:right;
	padding:0;
	margin:0;
	border-right: 7px solid #B0A782;
	border-left: 7px solid #B0A782;
	}
#subscribe .field {
	padding:2px;
	margin:6px 0 7px 0;
	background-color:#F9F8F1;
	border:1px solid #B0A782;
	vertical-align: top;
	}
#subscribe form {
	padding:0;
	margin:0;
	}


/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
