html
{
	/* used to style the font across all elements (nav bars excluded) */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
body
{
	text-align: center; /* used to center main container in the center of the browser window (ie only; auto margins are used for other browsers) */
	margin: 0;
	padding: 0;
	background: #fff;
}
a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
h1
{
	font-size: 140%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2
{
	font-size: 135%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
}
h3
{
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
}
h4
{
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
}
p
{
	margin: 15px 0 15px 0;
	padding: 0;
}
li
{
	margin: 10px 0 10px 0;
}
hr
{
	border-style: solid;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 90%;
}
/* target ie only to fix margin problem with hr */
* html hr
{
	margin-top: 0;
	margin-bottom: 0;
}
blockquote
{
	font-style: normal;
	margin: 15px;
}
/* used to setup self-clearing divs */
.clear
{
	clear: both;
	height: 1px;
}
/* used to force text to left alignment that would otherwise be centered */
.alignleft
{
	text-align: left;
}
/* used to display a thin horizontal divider line */
.rule
{
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* target ie only to fix margin problem with rule */
* html .rule
{
	margin-top: 25px;
	margin-bottom: 0;
}
.style1
{
font-size: 9px;
}

/*
/ IMAGES
////////////////////////////////////////////////////////////////////////////////////////////////
*/

img
{
	margin: 0;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}

/*
/ CONTAINERS
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#background
{
	padding: 10px 10px 20px 10px;
	background: #62360a;
}
#container
{
	margin: 0 auto 0 auto;
	padding: 3px; /*outside border width*/
	width: 708px; /* page width */
	position: relative;
	border: solid 3px #cc9933;
}
#content_container
{
	width: 708px; /* combined content and sidebar width */
	background: url(../images/content_bkgd1.gif) repeat-y;
}
#content
{
	width: 472px; /* content width (note: this is the content area width minus any left and right padding) */
	padding: 15px 30px 30px 30px;
	text-align: left;
	float: right;
}
/* target just ie to fix padding issue */
* html #content
{
	padding: 30px 30px 30px 30px;
}
#secondary_content
{
	width: 176px; /* sidebar width */
	float: right;
	padding: 60px 0 0 0;
}

/*
/ HEADER
////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* used to control the size of the header image */
#branding
{
	width: 708px;
	height: 110px;
	background: url(../images/header8.jpg) no-repeat; /* this should point to the file name of your header image */
	position: relative;
}
/*used to control images inside of the header */
#branding img
{
	float: left;
}
/* used to hide the branding area headline text */
#branding div
{
	display: none;
}
#branding div
{
	display: none;
}
/*
/ NAVIGATION
////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* nav bar */
.navigation
{
	width: 708px;
	height: 30px;
	border-top: solid 3px #cc9933;
	border-bottom: solid 3px #cc9933;
}
/* tier 1 and tier 2 menus */
.nav, .nav ul 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}
/* tier 1 menu */
.nav 
{
	z-index: 100;
	display: inline;
	position: relative;
	height: 28px;
	float: left;
	margin-left: 5px;
}
/* tier 1 buttons */
.nav li 
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
/* tier 1 first button */
.nav li.first
{
	margin-left: 60px;
}
/* tier 1 buttons */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 26px;
	padding: 0 12px 0 14px;
}
/* tier 2 menu */
#nav-one li:hover ul a, 
#nav-one li.sfhover ul a 
{
	margin: 0;
	padding: 0 0 0 6px;
	width: 212px; /* used to control the width of the tier 2 menu */
	line-height: 18px;
	white-space: nowrap;
}
/* tier 2 menu */
.nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px; /* used to control the width of the tier 2 menu (note: must include any padding and border width from the tier 2 menu style) */
	position: absolute;
	top: -999em;
	left: 9px;
	text-align: left;
}
/* tier 2 menu (on tier 1 menu hover) */
.nav li:hover ul,
.nav li.sfhover ul 
{
	top: 28px; /* used to position the tier 2 menu vertically in relation to the nav bar */
}
/* tier 2 buttons */
.nav ul li 
{
	border: 0;
	float: none;
}

/*
/ SIDEBAR
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#secondary_content ul
{
	text-align: left;
	padding: 0;
	margin: 2px;
	clear: both;
	list-style: none;
}
#secondary_content li
{
	background: url(../images/arrow.gif) no-repeat 2px 7px;
}
#secondary_content li.selected a
{
	color: #fff;
}
/* sidebar buttons */
#secondary_content li a:link, #secondary_content li a:visited, #secondary_content li a:hover, #secondary_content li a:active
{
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px; /* controls the height of the sidebar buttons */
	padding: 0;
	margin: 13px;
}
/*
/ FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3em;
	width: 708px;
	height: 75px;
	background: url(../images/footer_bkgd.jpg) no-repeat;
	margin: 0;
	padding: 1px 0 0 0;
	clear: both;
}
/*
/ CONTACT US FORM
////////////////////////////////////////////////////////////////////////////////////////////////
*/

.submitform
{
}
.submitform label
{
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 120px;
	text-align: right;
	float: left;
	margin: 5px 5px 0 0;
}
.submitform .textinput
{	
	width: 200px;
}
.submitform .submitbutton
{
	text-align: center;
}