*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*******************************************************************************
Layout
*******************************************************************************/

html
{
   overflow: -moz-scrollbars-vertical;
}

body
{
	background-image: url(../images/body-tile.png);
}

#body_container
{
	width: 782px;
	border: 1px solid #97BFE8;
	border-top: none;
	margin: 0 auto;
}

#body
{
	width: 780px;
	border: 1px solid #579CD6;
	border-top: none;
	background-color: White;
}

/*******************************************************************************
Layout > Header
*******************************************************************************/

#header
{
	font-size: 9px;
	font-weight: bold;
}

#header a
{
	text-decoration: none;
}

#header_top
{
	height: 144px;
	background: url(../images/header_top-tile.png) repeat-x;
	border-bottom: 3px solid White;
}

#header_logo
{
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo.png);
	width: 235px;
	height: 181px;
	top: 0;
	z-index: 100;
}

#header_tagline
{
	position: absolute;
	
	width: 208px;
	height: 24px;
	
	background-repeat: no-repeat;
	background-image: url(../images/header_tagline.png);
	margin-left: 184px;
	margin-top: 110px; /*63px;*/
}

/*******************************************************************************
Layout > Header > Top Navigation
*******************************************************************************/

#top_nav
{
	margin-left: 394px;
	position: absolute;
	width: 395px;
	padding-top: 27px;
}

#top_nav ul
{
	list-style: none;
}

#top_nav ul li
{
	width: 132px;
	height: 44px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/top_nav-button_shadow.png);
	float: left;
	margin-left: -6px;
	margin-top: -13px;
}

#top_nav ul li a
{
	display: block;
	
	width: 114px;
	height: 19px;
	
	padding-top: 7px;
	
	margin-left: 7px;
	margin-top: 6px;
	
	background-repeat: no-repeat;
	background-image: url(../images/top_nav-button_blue.png);

	color: White;
	text-align: center;
}

#top_nav ul li a:hover
{
	background-image: url(../images/top_nav-button_orange.png);
}

/*******************************************************************************
Layout > Header > Breadcrumb
*******************************************************************************/

#breadcrumb
{
	height: 20px;
	background: url(../images/breadcrumb-tile.png) repeat-x;
	text-transform: lowercase;
}

#breadcrumb ul
{
	list-style: none;
	float: right;
	margin-right: 7px;
}

#breadcrumb ul li
{
	display: block;
	float: left;
	background: url(../images/breadcrumb-bullet.png) left 8px no-repeat;
	padding-left: 10px;
	padding-right: 4px;
}

#breadcrumb ul li.first
{
	background: none;
	padding-left: 0;
}

#breadcrumb ul li a
{
	color: #84BDFC;
}

#breadcrumb ul li.last span
{
	color: #4E99C6;
}

#breadcrumb ul li a:hover
{
	color: #FF7F00;
}

#breadcrumb_search
{
	width: 114px;
	height: 20px;
	float: right;
	margin-right: 18px;
	background: url(../images/breadcrumb_search-background.png) no-repeat;
	text-align: center;
}

#breadcrumb_search a
{
	color: White;
}

/* Text vertical alignment for breadcrumb elements */
#breadcrumb a,
#breadcrumb ul li.last span
{
	display: block;
	margin-top: 4px;
}

/*******************************************************************************
Layout > Container
*******************************************************************************/
#container
{
	margin-top: 14px;
}

/*******************************************************************************
Layout > Footer
*******************************************************************************/

#footer,
#footer a
{
	font-size: 8px;
	color: White;
    margin-top: 5px;
}

#footer a:hover
{
	text-decoration: none;
}

#footer_top
{
	height: 5px;
	background: url(../images/footer_top-tile.png) repeat-x;
	border-bottom: 3px solid White;
}

#footer_bottom
{
	height: 30px;
	background: url(../images/footer_bottom-tile.png) repeat-x;
}

#footer p
{
	margin-left: 16px;
}

#footer p,
#footer #footer_nav
{
	padding-top: 10px;
}

#footer_nav
{
	list-style: none;
	float: right;
	margin-right: 9px;
}

#footer_nav li
{
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
}

/*******************************************************************************
Form button
*******************************************************************************/
a.form_button
{
	display: block;
	width: 57px;
	height: 14px;
	
	padding-top: 2px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/form-button.png);
	
	font-weight: bold;
	font-size: 8px;
	text-align: center;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
}

a.form_button:hover
{
	background-image: url(../images/form-button_outline_blue.png);
}

/*******************************************************************************
Feature Box
*******************************************************************************/
div.feature
{
	width: 380px;
}

div.feature div.box,
div.feature div.box_content
{
	height: 117px;
	padding: 7px;
}

div.feature *
{
	color: White;
}

div.feature img
{
	width: 161px;
	height: 115px;
	border: 1px solid White;
	float: right;
}

div.feature h2
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 7px;
}

div.feature p
{
	font-size: 9px;
	width: 179px;
	margin-bottom: 3px;
}

div.feature a
{
	font-size: 8px;
	text-transform: uppercase;
	text-decoration: none;
}

div.feature a:hover
{
	text-decoration: underline;
}

/*******************************************************************************
Activity Selector Box/Links
*******************************************************************************/

ul.activity_nav li
{
	background-image: url(../images/activity_selector-button_lightblue.png);
	display: block;
	width: 219px;
	height: 18px;
	float: left;
	margin-top: 4px;
	padding-left: 12px;
	padding-top: 3px;
}

ul.activity_nav li.more
{
	background-image: url(../images/activity_selector-button_blue.png);
}

ul.activity_nav li.more a
{
	color: White;
}

ul.activity_nav li a
{
	color: #4A75A0;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

ul.activity_nav li a:hover
{
	color: #FF7F00;
}

/*******************************************************************************
Convenience Classes
*******************************************************************************/
.text_align_left
{
	text-align: left;
}

div.cleaner
{
	clear: both;
	font-size: 0;
	height: 0;
}

/*******************************************************************************
Etomite Copyright Notice
	Required to be hidden for this project, but it will be in the source, so search engines
	can pick it up
*******************************************************************************/
div#etoNotice
{
	display: none;
}

/*******************************************************************************
CMS Content Styles
*******************************************************************************/
#content
{
	font-size: 11px;
	line-height: 1.46em;
}

#content,
#content *
{
	color: #4A75A0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	margin: 0.8em 0em 0.8em 0em;
}

#content h1
{
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
}
#content h2
{
	font-size: 1.7em;
	font-weight: normal;
}
#content h3
{
	font-size: 1.4em;
	font-weight: normal;
}
#content h4
{
	font-size: 1.2em;
	font-weight: bold;
}
#content h5
{
	font-size: 1.0em;
	font-weight: bold;
}
#content h6
{
	font-size: 0.8em;
	font-weight: bold;
}

#content img
{
	border: 0;
}

#content ol,
#content ul,
#content li
{
	margin-top: 0.2em;
	margin-bottom: 0.2em; 
}

#content ul,
#content ol
{
	margin-left: 3em;
}

#content p
{
	padding: 1em 0em 1em 0em;
    margin: 0;
}

#content ol,
#content ul,
#content li,
#content p
{
	font-size: 1.0em;
	line-height: 1.46em; /* FF:10,11 IE:10 */	
}

#content li > p
{
	margin-top: 0.2em;
}

#content pre
{
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

#content strong,
#content b
{
	font-weight: bold;
}