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

a
{
	color:#AB996B;
	text-decoration:none;
}
a:hover
{
text-decoration:underline;
}

li
{ margin:5px;
list-style-position:inside;

}
img
{border:none;}
.spacer
{
	clear:both;
	height:0px;
}

.line
{	height:1px;
	border-bottom:1px #2E2218 solid;
}


.left
{
	float:left;

	

}

.right
{float:right;

}

h1
{font-weight:normal;
	margin:0;
	color:#E2D083;
	
	font-size:16pt;
	letter-spacing:2px;
}

h2
{
font-weight:normal;
	color:#359296;

	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0;
}

h3
{
font-size:16px;
font-weight:normal;

}


body
{
	margin:0;
	padding:0;
	background:url(images/bodybg.jpg);
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;

}


#header
{
	min-height:136px;
	background:url(images/headerbg.jpg) repeat-x;
	margin-bottom:15px;
	padding-top:10px;
}

.nav
{
	margin-right:50px;
}

#footer
{
	height:126px;
	background:#291D15 url(images/footerbg.jpg) repeat-x;
color:#684822;
text-align:center;
	padding-top:30px;
}

.main
{
	text-align:left;
margin:0 auto;
width:1000px;
}

#header .middle
{
	background:none;
}
.main .top
{
	height:35px;

	background:url(images/maintop.jpg) no-repeat;
}

.main .middle
{
	background:url(images/mainbg.jpg) repeat-y;
	
	margin:0;
	padding:0 30px 1px 30px;
}

.main .bottom
{
	height:35px;
	background:url(images/mainbottom.jpg) no-repeat;

}

.mainSection
{
	background-color:black;
	border-bottom:1px #2E2218 solid;
	padding:15px 10px;
}
.section
{
	background-color:#1B120D;
	margin-bottom:10px;
	
}

.section .title
{
	border-bottom:1px #2E2218 solid;
	padding:10px;
}

.section .content
{
	padding:10px;
}


.fullBox
{
margin:0px;
padding:5px;




background:#281C12 url(images/browngrad.jpg) repeat-x;
	width:905px;

	

}

.fullbox.feature
{
	background:#4A3E32 url(images/ltbrowngrad.jpg) repeat-x;
	
	
}

.fullBox.borderLine
{
	border-bottom:1px solid #201000;
		
		
}

.fullBox.tableHeader
{
	background:black;
	font-weight:bold;

}

.column
{



}

.halfBox
{
margin:3px;
padding:4px;

background:#281C12 url(images/browngrad.jpg) repeat-x;
	width:444px;
}

.item
{
	margin-bottom:4px;
}


.giveSpace
{
	margin:5px;
}

.thirdBox
{
margin:3px;
padding:4px 4px;

background:#281C12 url(images/browngrad.jpg) repeat-x;
	width:296px;
}

.thirdBox .title
{

}

li.highlight
{
	font-weight:bold;
	color:#DDFFFF;
}