@charset "utf-8";
/* CSS Document */

body,html	{
margin:0px;
background:url(images/header_bg.gif);
background-repeat:repeat-x;
color:#000;
}

/*Style Sheet for the mainstructure*/

div#mainframe	{
width:900px;
margin:auto;
padding:0px;
float:none;
position:static;
clear:both;
background:#fff;
}

/*Style Sheet for the header section*/

div#headerframe	{
width:900px; /*This virable must be the same as the "width" of the #mainfram*/
height:160px;
margin:0px;
padding:0px;
float:left;
position:static;
clear:both;
background:url(images/header_logo_bg.gif);
}

/*Style Sheet for the menu section*/

div.menuframe	{
width:199px;
height:300px;
margin:10px 0px;
padding:0px;
float:left;
position:static;
clear:none;
border-right:1px solid #53371C;
}
	
	ul.navigation	{
	width:199px;
	margin:0px;
	padding:0px;
	float:left;
	position:static;
	clear:none;
	list-style-type:none;
	}
	
	ul.navigation li	{
	margin:0px;
	display:block;
	}
	
	ul.navigation li a	{
	margin:0px;
	padding:0px;
	float:none;
	position:static;
	text-decoration:none;
	font-family:Helvetica;
	font-size:14px;
	text-align:left;
	color:#000;
	text-transform:uppercase;
	line-height:25px;
	}
	
	ul.navigation li a:hover	{
	border-bottom:2px solid #734D22;
	}

div.textcontent	{
width:690px;
margin:10px 0px;
padding:0px;
float:left;
position:static;
clear:none;
}

	div.textcontent_one	{
	width:345px;
	margin:0px;
	padding:0px;
	float:left;
	position:static;
	clear:none;
	}

div.imagecontent	{
width:900px;
height:90px;
margin:0px;
padding:0px;
float:left;
position:static;
clear:both;
}

div.image	{
width:900px;
height:80px;
margin:5px 0px;
padding:0px;
float:left;
position:static;
clear:none;
}


/*Style Sheet for the fod section*/

div.underline	{
width:900px;
height:30px;
margin:0px;
padding:0px;
float:left;
position:static;
clear:both;
background:url(images/underline.gif);
background-repeat:no-repeat;
}

/*Style Sheet for the text/font section*/

p {
margin:5px 0px 0px 10px;
padding:0px 0px 5px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:lighter;
color:#333;
line-height:16px;
text-align:left;
}

h1 {
margin:0px 0px 5px 10px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:lighter;
color:#000;
line-height:20px;
text-align:left;
}

h2 {
margin:0px 0px 0px 10px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:lighter;
color:#000;
line-height:16px;
text-align:left;
}

h3 {
margin:0px 0px 5px 10px;
padding:10px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000;
line-height:14px;
text-align:left;
}


strong	{
font-weight:bold;
}

div.underline a {
margin:5px 0px 0px 15px;
padding:0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:lighter;
color:#fff;
line-height:25px;
text-align:left;
}
