@charset 'UTF-8';

/* Hides from IE5-mac \*/
* html .header
* html .footer
* html .content
* html .main 
* html .wrapper  
* html .left 
* html ul.nav a {height: 1px;}
/* End hide from IE5-mac */ 

a			{text-decoration: none;}
a:link		{color: #030; background-color:transparent;}
a:visited	{color: #6d4b3b; background-color:transparent;}
.nav a:hover		{color: #669966; background-color:transparent;}
a:active	{}

img {border: none}

html,
body,
div#wrapper,
div#header,
div#main,
div#content,
div#footer
{
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


html, body
{	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100%;	
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	text-align: right;
	background-color:#432500;
	color: black;
}


h1	
{	font-size:1.6em;
	font-weight:normal;
	text-align:center;
	display:block;
	line-height:1.1;
	padding: 20px 20px 0px 20px;
	vertical-align:middle;
	color:#742c00;
	
}

h2
{	font-size:1.5em;
	font-weight:normal;
	text-align:left;
	line-height:1.1;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h3
{	font-size:1em;
	font-weight:normal;
	text-align:left;
	line-height:1.1;
}

h4
{	line-height:1.1;
	padding: 0px 25px 10px 20px;
	font-size: 1em;
	text-align: left;
}

h5
{	font-size:.75em;
	font-weight:lighter;
	font-style:italic;
	text-align:left;
	line-height:1.5;
}

h6
{	font-size:.75em;
	font-weight:normal;
	text-align:left;
	line-height:1.5;
}

p
{	line-height:1.5;
	font-size:1.2em;
	text-align: left;
	
}

div#wrapper
{	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
	padding: 0px 0px 0px 0px;
	width:1000px;
	height: auto;
	background-color: #E4E7E2;
}

div#header
{	width: 1000px;
	height: 200px;
	margin: 0;
	padding: 0;
	position:relative;
	color:742c00;
	background-color: #E4E7E2;
}

#header h2 
{	
	display:block;
	text-align: left;
	padding: 10px 10px 10px 10px;
	float: left;
}

#header img
{

	display:block;
	text-align: left;
	padding: 15px 10px 10px 15px;
	float: left;
}

#header h1
{	
	line-height:1.2em;
	padding: 20px 20px 0px 20px;	
	text-align: center;
	font-weight: lighter;
	display: block;
	color:#742c00;
	
}

#header h3
{	
	line-height:1.1;
	font-size:1.2em;
	padding: 0px 0px 0px 0px;	
	font-weight:normal;
	text-align:center;
	display: block;	
	color:#742c00;
}

#header h4
{	
	line-height:1;
	padding: 0px 20px 0px 20px;
	text-align: center;
	display: block;
	color:#742c00;
	font-weight: lighter;
}

#header h5
{	
	line-height:1em;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	display: block;
	color:#742c00;
	font-weight: lighter;
}

#main
{
	width:1000px;	
	
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	clear:both;
}

#content
{	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	
	background-color: #ffffff;
	color: black;
	display: block;
	float: right;

}

#content h2
{	padding: 15px 25px 0.2em 20px;
	color: black;	
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
}

#content h3
{	padding: 0 15px 0.2em 15px;
	color: black;	
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	
}
	
#content h4
{	padding: 0 15px 0.2em 15px;
	color: black;
	text-align: left;
	font-style:italic;
}

#content h5
{	padding: 0 15px 0.1em 15px;
	color: black;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

#content p
{	padding: 0 15px 0.2em 20px;
	color: black;
	line-height:normal;
	text-align: left;
	font-size: 1.2em;
	font-weight: lighter;
}

#content .lead
{
	padding: 10px 0px 0px 0px;
	
}

.lead .image
{
	float: right;	
	text-align:center;
	margin: 15px 25px 0.2em 20px;
}

.lead .image img
{
	border: 2px solid #521414;
}

.topiclist
{
	display: block;
	width: 1000px;
	height: auto;
}

.topica
{
	display: block;
	float:left;
	width: 307px;
	height: 400px;
	margin: 5px 10px 10px 20px;
	background-color: #e3effb;
	border: 2px solid #521414;
}

#content .topica h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

.topicb
{
	display: block;
	float:left;
	width: 307px;
	height: 400px;
	margin: 5px 10px 10px 0px;
	background-color: #bcbcbc;
	border: 2px solid #521414;
}

#content .topicb h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

.topicc
{
	display: block;
	float:left;
	width: 307px;
	height: 400px;
	margin: 5px 25px 10px 1px;
	background-color: #aebcca;
	border: 2px solid #521414;
	padding: 0px 0px 0px 0px;
}

#content .topicc img
{
	padding: 0px 0px 0px 0px;
	
	
}

#content .topicc h2
{
	padding: 15px 15px 0px 15px;
	text-align: center;
}

.topicc h5
{	padding: 0 15px 0.1em 15px;
	color: black;
	font-style: bold;
	font-weight: normal;
	text-align: center;
}

/*
 *	LEFT
 */

/* end #left */


/*
 *	FOOTER
 */
#footer
{	clear:both;
	color:#000;
	background-color:#ffffff;
	font-weight:lighter;
	font-size: 80%;
	text-align: center;
	width: 1000px;
	height: 100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
}

#footer h4
{	color: #663;
	background-color:inherit;
	text-align:center;
	font:normal normal normal xx-small/1.0 Arial, sans-serif;
	padding:20px 0px 10px 0px;
}
	
.bullet li
{
	padding: 0.2em 25px;
	color: black;
	line-height:normal;
	text-align: left;	
}

/*
 *	NAVIGATION
 */
 	
ul.nav
{	
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
	width:1000px;
	list-style-type: none;
	text-align: center;
	position:absolute;
	bottom:0;
}

ul.nav li
{	display: inline;
	margin: 0;
	padding: 0;

	/*	this allows contained elements to use position absolute
	 *	using this element as a starting point.
	 */
	position:relative;
	color: #063;
	background-color:transparent;}


/*
 *	Hide submenus normally
 */

ul.nav ul
{	display:none;}

/*
 *	Show submenus when hovering over their parent links
 */
ul.nav li:hover ul,
ul.nav li a:hover + ul,
ul.nav li ul:hover
{	display: block;
	z-index:10000;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top:100%;
	left: 0;
	list-style:none;
	
	background-color:white;
	color: inherit;
	font-size: small;
	text-align:left;
	text-indent: 1ex;}

ul.nav ul li
{	margin: 0;
	padding: 0;
	display: list-item;
	list-style: none;
	border:1px outset #999;
	z-index:10000;
}

ul.nav ul li a
{	display: block;
	margin: 0;
	padding: .5ex 0;
	width: 100%;
	height: auto;

	color: #000;
	background-color: transparent;

	text-decoration: none;}

ul.nav ul li a:hover
{	background-color: #94A56E;
	color:#fff;}

/* end ul#nav styles */

div.clearer {clear: both; line-height: 0; height: 0;}

