/* Set up page */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	outline : 1;
	font-weight :
inherit;
	font-style : inherit;
	font-size : 100%;
	vertical-align: top;
}
:focus { outline : 0; }
ol, ul { list-style : none; }
caption, th, td { text-align : left; font-weight : normal; }
blockquote, q { quotes : "" ""; }
html {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	/*setting font size to 62.5 means that 1.0em is equal to 10px, and 1.2em is equal to 12px etc. Size renders more accurately accross platforms*/
}
body {
	padding: 0 0 0 0;
}

/* Useful classes */
.page_positioning {
	position: relative;
	clear: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 930px;
}
.reader {
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -9999px;
}
.clearing {
	clear: both;
}
.print_only {
	display: none;
}

/* Branding */
#branding {
	position: relative;
	z-index: 5;
}
#branding, #branding .page_positioning {
	background: #777777 url(../images/utilities_bg.gif) 0 0 repeat-x;
}
#utility ul {
	padding: 0.7em 0 0.7em 0;
	width: 610px;
}
#utility li {
	display: inline;
	padding: 0 1.0em 0 0.5em;
	font-size: 1.2em;
}
#utility a:link, #utility a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#utility a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#utility form {
	position: absolute;
	top: 3px;
	right: 20px;
	width: 350px;
	text-align: right;
	font-size:1.2em;
}

#utility .search {
	font-size: 0.95em;
	color: #000000;
	border: 2px inset;
	padding: 1px 1px 1px 1px;
	height: auto;
	background-color: #FFFFFF;
}
#utility input.search {
	width: 10em;
}
#utility .search:active, #utility .search:focus, #utility .focus {
	border: 2px solid #FFCC00;
}
#utility input.submit_button {
	background-color: #666666;
	border: 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding: 0 0.2em 0 0.2em;
	cursor: pointer;
}
#masthead {
	position: absolute;
	top: 5.8em;
	right: 2.0em;
	z-index: 5;
}
#masthead a:link, #masthead a:visited, #masthead a:hover {
	color: #FFFFFF;
}

/* Site Heading */
#site_heading {
	position: relative;
	z-index: 2;
}
#site_heading, #site_heading .page_positioning {
	background: #717171 url(../images/siteheading_bg.gif) 0 0 repeat-x;
	height: auto !important;
}
#site_heading .page_positioning {
	padding: 4.5em 2.0em 1.5em 2.0em;
}
#site_heading span {
	font-size: 2.0em;
	color: #000000;
}
#site_heading a:link, #site_heading a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#site_heading a:hover {
	text-decoration: underline;
}

/* Top Nav */
#top_navigation {
	z-index: 5;
}
#top_navigation, #top_navigation .page_positioning, #top_navigation ul {
	background: #BA962A url(../images/topnav_bg.gif) 0 0 repeat-x;
	/* Ensure The top nav displays the bar even when there isn't a <ul> in it */
	height: auto !important;
	height: 32px;
	min-height: 32px;
}
#top_navigation li {
	display: block;
	font-size: 1.2em;
	float: left;
}
#top_navigation a:link, #top_navigation a:visited {
	color: #000000;
	display: block;
	padding: 10px 10px 8px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#top_navigation a:hover {
	background: #777777;
	color: #FFFFFF;
}
#top_navigation li.selected {
	background: #FFFFFF url(../images/tab_left.gif) top left no-repeat;
}
#top_navigation li.selected a:link, #top_navigation li.selected a:visited, #top_navigation li.selected a:hover, #top_navigation li.selected a:active, #top_navigation li.selected a:focus {
	background: transparent url(../images/tab_right.gif) top right no-repeat;
	color: #000000;
}

/* menu nav */
#menu_navigation {
	font-size: 1.1em;
	padding-top: 25px;
	margin: 4.0em 10px 0 0;
	background: #FFFFFF url(../images/menu_bg.gif) no-repeat;
	width: 176px;
	float: left;
}
#menu_navigation ul.global {
	margin-top: 0.5em;
}
#menu_navigation li {
	background: #F4F4F4;
	border: 1px solid #DFDFDF;
	border-top-color: #FFFFFF;
}
#menu_navigation ul.global li {
	background: #CCCCCC;
}
#menu_navigation ul ul li {
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 1.0em;
}
#menu_navigation li:first-child {
	border-top: 1px solid #DDDDDD;
}
#menu_navigation ul ul li:first-child {
	border-top: 0;
}
/* Links */
#menu_navigation a:link, #menu_navigation a:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0.8em;
	padding-right: 1.5em;
}
#menu_navigation ul.global a:link, #menu_navigation ul.global a:visited {
	color: #000000;
}
#menu_navigation a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* Has Sub Menu */
#menu_navigation li.has_sub_menu a:link, #menu_navigation li.has_sub_menu a:visited, #menu_navigation li.has_sub_menu a:hover {
	background-image: url(../images/submenu_indicator.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* Selected */
#menu_navigation li.selected a:hover {
	background-color: transparent;
}
#menu_navigation li.selected, #menu_navigation ul.global li.selected {
	background: #FFFFFF url(../images/menu_selected_bg.gif) repeat-x;
}
#menu_navigation li.selected li, #menu_navigation ul.global li.selected li {
	background: #FFFFFF;
}
#menu_navigation li.selected a:link, #menu_navigation li.selected a:visited {
	font-weight: bold;
	font-size: 1.1em;
}
#menu_navigation li.selected li a:link, #menu_navigation li.selected li a:visited {
	background-color: #FFFFFF;
}
#menu_navigation li.selected li a:link, #menu_navigation li.selected li a:visited, #menu_navigation li.selected li.selected li a:link, #menu_navigation li.selected li.selected li a:visited {
	font-size: 1.0em;
	font-weight: normal;
}
#menu_navigation li.selected li.selected a:link, #menu_navigation li.selected li.selected a:visited, #menu_navigation li.selected li.selected li.selected a:link, #menu_navigation li.selected li.selected li.selected a:visited {
	font-weight: bold;
}
#content.no_small {
	margin: 0px 0 0 0;
}
#content.no_menu {
	width: 754px;
}
#content.no_small.no_menu {
	width: 940px;
	margin: 3.5em 0 1.0em 0;
}
#small_content {
	float: left;
	width: 320px;
	padding-top: 0em;
	border: solid 1px #cccccc;
	padding: 10px;
}
#bread_crumb {
	margin: 0.6em 1.0em 0.3em 0;
	font-size: 1.0em;
}
#bread_crumb a:link, #bread_crumb a:visited {
	color: #666666;
}

/* footer */
#footer {

	clear: both;
	position: relative;
	top: 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #DDDDDD;
}
#footer .page_positioning {

	padding-top: 12px;
	text-align: center;
	padding: 5px;
}
#footer, #footer .page_positioning {

	background: #333333 url(../images/footer_bg.gif) 0 0 repeat-x;
	height: auto !important;
	height: 150px;
	min-height: 150px;
}
#footer a:link, #footer a:visited {
	color: #DDDDDD;
	text-decoration: none;
}
#footer a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
#footer ul {
	width: 176px;
}
#footer li{
	line-height: 1em;
	margin: 0 0 0 0;
}
#footer dl {
	width: 176px;
	margin-bottom: 1.0em;
}
#footer dt {
	font-weight: bold;
	margin: 0 0 10em 0;
}
#footer .column {
	float: left;
	width: 176px;
	margin-right: 20px;
}
#footer .row {
	float: inherit;
	width: 960px;
}
#footer #footer_quick {
	margin-bottom: 1.0em;
}
#footer #footer_contact {
	font-size: 1.2em;
}
#footer #footer_legal {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#footer #footer_links {
	margin-bottom: 1.2em;
}

/* Changing the focus and active classes, at end of stylesheet so its after all the :hover stuff */
#utility a:active, #top_navigation a:active, #links a:active, #breadcrumb a:active, #footer a:active, #menu_navigation li a:active, #menu_navigation li.selected a:active, #menu_navigation li.selected li a:active, #menu_navigation li.has_sub_menu a:active,
#utility a:focus, #top_navigation a:focus, #links a:focus, #breadcrumb a:focus, #footer a:focus, #menu_navigation li a:focus, #menu_navigation li.selected a:focus, #menu_navigation li.selected li a:focus, #menu_navigation li.has_sub_menu a:focus
{
	background: #666666;
	color: #FFFFFF;
}

