/*//////////////
// CSS RESET
//////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*//////////////
// TAGS
//////////////*/

html,body {
	color:#333;
	font-family:Georgia, Times, serif;
	font-size:90%;
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
}

body {
	background:#fff;
}

em {
	font-style:italic;
}

h1 {
	color:#000;
	font-family:Georgia, Times, serif;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:.8em;
}

h2 {
	color:#333;
	font-family:Georgia, Times, serif;
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:.8em;
	text-transform:none;
}

h4 {
	/*color:#f00;*/
	font-size:1.15em;
}

h5 {
	color:#000;
	font-family:Georgia, Times, serif;
	font-size:.9em;
	font-weight:normal;
	margin-bottom:.75em;
}

h6 {
	color:#000;
	font-family:Georgia, Times, serif;
	font-size:.9em;
	font-weight:normal;
	margin-bottom:1em;
	text-transform:uppercase;
}

p {
	font-size:1em;
	line-height:1.3em;
	margin-bottom:1.5em;
}

	p.green_arrow_left {
		background:url('../images/background/bg-green_arrow_link.gif') 0% .4em no-repeat;
		/*color:#0f0;*/
		font-size:1em;
		margin-bottom:.25em;
		padding-left:8px;
	}



a, a:visited {
	/*color:#5eb334;*/
	color:#f79618;
	text-decoration:none;
}

/*//////////////
// PAGE STRUCTURE - GLOBAL
//////////////*/
#admin_header {
	display:none;
}

#wrapper, #container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
}

#wrapper {
	background:#fff;
}

#container {
	background:#fff;
	/*bottom:0;*/
	/*margin-top:-379px;
	_margin-top:-392px;*/
	position:relative; /* needed for footer positioning*/
	width:100%;
}

#header {
	background:#fff;
	display:block;
	/*left:0px;*/
	/*overflow:visible;
	padding:0;
	*padding-top:1px;
	position:relative;
	top:0;*/
	/*border:1px solid red;*/
}
	
	#masthead {
		background:#fff;
		display:block;
		float:none;
		/*border:1px solid red;*/
	}
	
		#masthead img {
			display:block;
			float:none;
			margin-bottom:50px;
			margin-top:15px;
		}
	
	#util_nav_container {
		display:none;
	}
	
	#large_banner {
		display:none;
	}

	#global_nav_container {
		display:none;
		margin:0;
	}

#content {
	background:#fff;
	margin:0;
	/*margin:0;*/
	margin-top:40px;
	padding-bottom:10em;
	width:90%;
}

	#content p {
		text-align:justify;
	}

#footer {
	background:#fff;
	border-top:1px solid #8c9694;
	bottom:0; /* stick to bottom */
	height:7.5em;
	/*height:auto;*/
	_margin-top:-10em;
	padding:1em 0 1em 0;
	position:absolute;
	_position:relative;
	text-align:center;
	width:100%;
}

	#footer p {
		color:#626055;
		font-size:.85em;
		line-height:1.25em;
		margin-bottom:1.5em;
	}

#print_test {
	display:block;
	height:10px;
	width:10px;
	background:#f00;
	left:0;
	position:absolute;
	top:0;
}




/*//////////////
// CLASSES
//////////////*/

.sub_col {
	border:dashed 1px green;
	border:none;
	display:block;
	float:none;
	margin:0px;
	margin-bottom:75px;
}




/*//////////////
// ACCORDIONS
//////////////*/

ul.menu ul {
	/*background:red;*/
	display:block;
}




/*//////////////
// SUB NAV
//////////////*/

ul.sub_nav_list li {
	font-size:.85em;
	margin-bottom:1em;
}

ul.sub_nav_list li a {
	display:block;
	font-size:115%;
	margin-bottom:.25em;
	margin-left:0px;
}

	ul.sub_nav_list li a.active {
		/*font-weight:bold;*/
	}

.do_not_print {
	display:none;
}