html { 
	height: 100%; 
	margin-bottom: 1px; 
}

.copyright {font-size: 10px}

li {
	padding-top: 10px;
	padding-right: 100px;
}

.headingtext {
	color: #69685A;
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.contentheading {
	color: #25252D;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#scroll { 
position:absolute; 
top:0; 
bottom:-0.1px; 
width:1em; 
z-index:-1; 
} 

body
{
padding: 0px;
margin: 0px;
background: #94927B url('images/bg.gif') repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

a
{
color: #69685A;
text-decoration: none;
}

h3 a
{
color: #C2B586;
text-decoration: none;
}

h3 a:hover
{
color: #FFFFFF;
text-decoration: none;
}

sup
{
font-size: 0.5em;
}

p
{
margin-bottom: 14px;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font-size: 11px;
padding: 2px 0;
color: #C2B586;
background: url('images/bullet.gif') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
margin-left: 15px;
border-bottom: 1px dotted #414038;
line-height: 15px;
}

#selected{
font-size: 11px;
padding: 2px 0;
color: #FFFFFF;
background: url('images/bullet_hi.gif') no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
margin-left: 15px;
background-color: #414038;
border-bottom: 1px dotted #C2B586;
line-height: 15px;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #C2B586;
}

.submenu {
	color: #FFFFFF;
}

.link {
	color: #006599;
	text-decoration:underline;
}

.link a:hover{
	color: #006599;
	text-decoration:underline;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('images/content_bg.jpg') no-repeat;
	width: 850px;
	height: 550px;
}

#outer
{
position: relative;
width: 850px;
margin: 0 auto;
}

#inner
{
position: relative;
padding: 0px 0px 0px 26px;
z-index: 2;
}

#header
{
position: absolute;
width: 780px;
color: #fff;
padding-left: 19px;
}

#header span
{
font-weight: normal;
}

#header h1
{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 30px;
}

#header h2
{
position: absolute;
font-size: 10px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}

#header sup
{
color: #FCE2CA;
}


#menu
{
position: relative;
}


#menu ul li
{
display: inline;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
color: #4A4A24;
text-decoration: none;
}

#secondarycontent
{
position: relative;
width: 180px;
float: right;
}

#secondarycontent h3
{
position: relative;
top: 5px;
font-size: 5px;
line-height: 15px;
color: #656551;
padding: 0px 0px 5px 5px;
margin-bottom: 15px;
}

#secondarycontent .content
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

#primarycontent
{
position: relative;
width: 800px;
float: left;
}

#primarycontent h3
{
	position: relative;
	top: 2px;
	font-size: 10px;
	color: #25252D;
	background: url('images/menu_spacer.gif') bottom repeat-x;
	padding: 0px 0px 10px 3px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#primarycontent .content
{
padding: 0px 15px 0px 15px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 30px;
}

#primarycontent .post .header
{
position: relative;
}

#primarycontent .post .date
{
position: absolute;
right: 15px;
top: 0px;
line-height: 35px;
color: #AFAFA4;
font-weight: bold;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#primarycontent .post .footer
{
position: relative;
top: -10px;
background: url('images/a33.gif') repeat-x;
height: 64px;
}

#primarycontent .post .footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 15px;
}

#primarycontent .post .footer ul li
{
display: inline;
line-height: 14px;
padding-left: 17px;
margin-left: 25px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

#footer
{
position: relative;
clear: both;
height: 50px;
text-align: center;
background-image: url('images/a50.gif');
color: #A8A88D;
}

#footer a
{
color: #FFFFFF;
}

#mainnav {
	position: absolute;
	left: 650px;
	top: 10px;
	width: 150px;
}