
html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
}
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;
}
a:link
{
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
h1
{
	font-size: 180%;
	line-height: 1em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
h2
{
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}
h3
{
	font-size: 120%;
	line-height: 1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 0;
}
h4
{
	font-size: 120%;
	line-height: 1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 0;
}
h5, h6
{
	font-size: 100%;
	line-height: 1em;
	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: 25px;
	margin-bottom: 25px;
}
blockquote
{
	font-style: italic;
	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;
	border-top: solid 1px #e6e6e6;
}
/* used to remove elements from the page */
.hide
{
	display: none;
}
p
{
	margin: 5px 0;
	padding: 0;
}

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

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

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

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 944px; /* page width */
	position: relative;
	border: none;
}
#content_container
{
	width: 800px; /* combined content and sidebar(s) width */
	float: left;
}
#content
{
	width: 584px; /* content width (note: this is the content area width minus any left and right padding) */
	padding: 10px 25px 25px 25px;
	text-align: left;
	float: right;
}
#secondary_content
{
	width: 165px; /* sidebar width */
	float: right;
	margin: 10px 0;
	padding: 5px 0;
	border-right: solid 1px #e6e6e6;
}
#additional_content
{
	width: 144px;
	float: right;
	margin: 10px 0;
}

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

/* used to control the size of the header image */
#branding
{
	width: 944px;
	height: 135px;
	background: url(../image-files/header.jpg) no-repeat; /* this should point to the file name of your header image */
	position: relative;
}
/* used to hide the branding area headline text */
#branding h1, #branding h2
{
	margin: 0;
	text-indent: -9000px;
}

/*
/ NAVIGATION
////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* nav bar */
.navigation
{
	width: 944px;
	height: 32px;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
/* 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: 32px;
	float: left;
	margin-left: 0px;
}
/* tier 1 buttons */
.nav li 
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
/* tier 1 first button */
.nav li.first
{
	margin-left: 6px;
}
/* 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;
	line-height: 12px;
	font-weight: bold;
	display: block;
	margin: 10px 0;
	padding: 0 8px;
	border-left: solid 1px #000;
}
.nav li.first a, .nav li.first a:link, .nav li.first a:active, .nav li.first a:visited 
{
	border-left: none;
}
.nav li a:hover
{
	text-decoration: underline;
}
/* 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: 200px; /* 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: 0px;
	text-align: left;
}
/* tier 2 menu (on tier 1 menu hover) */
.nav li:hover ul,
.nav li.sfhover ul 
{
	top: 32px; /* used to position the tier 2 menu vertically in relation to the nav bar */
}
/* tier 2 buttons */
.nav ul li 
{
	border: 0;
	float: none;
}

/*
/ LEFT COLUMN
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#secondary_content h3
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 15px 10px 2px 0;
	padding: 2px 4px 3px 8px;
}
#secondary_content ul
{
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
}
#secondary_content li
{
	padding: 0 0 0 12px;
	margin: 0 0 0 8px;
	background: url(../image-files/disc.gif) no-repeat 0 5px;
}
/* sidebar buttons */
#secondary_content li a:link, #secondary_content li a:visited, #secondary_content li a:hover, #secondary_content li a:active
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px; /* controls the height of the sidebar buttons */
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#secondary_content li a:hover
{
	text-decoration: underline;
}

/*
/ RIGHT COLUMN
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#additional_content .callout
{
	padding: 10px 0;
}
#additional_content .callout img
{
	margin-bottom: 5px;
	border: none;
}
#additional_content .callout a:link, #additional_content .callout a:visited, #additional_content .callout a:hover, #additional_content .callout a:active
{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; /* controls the height of the sidebar buttons */
	font-weight: normal;
	padding: 0;
	margin: 0;	
}
#additional_content .callout a:hover
{
	text-decoration: underline;
}

/*
/ FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	width: 944px;
	height: 74px;
	margin: 0;
	padding: 20px 0;
	clear: both;
	border-top: solid 1px #e6e6e6;
}
#footer ul
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	float: left;
}
#footer ul li
{
	float: left;
	margin: 0;
	padding: 0;
}
#footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active
{
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	padding: 0 10px;
	border-left: solid 1px #e6e6e6;
}
#footer ul li a:hover
{
}
#footer ul li.first a:link, #footer ul li.first a:visited, #footer ul li.first a:hover, #footer ul li.first a:active
{
	border-left: none;
}
#footer ul li.first
{
	margin-left: 150px;
}
#footer p
{
	clear: both;
	margin: 0;
	padding: 0;
}

