html, body, ul, ol, li, dd, dt, img, a, p, h1, h2, h3, h4, h5, h6, IMG {
	margin:0;
	padding:0;
	border:none;
}

HTML {
	overflow-y:scroll;
}

BODY {
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#3a3a3a;
	
}

P{
	font-size:1.1em;
	margin-top:0;
	padding-bottom:0.7em;
	line-height:1.3em;
}

H1 {
	font-size:1.4em;
	font-weight: 600;
	color:#3a3a3a;
	font-family: Verdana, Helvetica, sans-serif;
	float:left;
}

#page_title {
	background: url(images/backgrounds/bg_h1.gif) no-repeat;
	margin:0px 0px 20px 0px;
	width: 756px;
	height:24px;
	padding: 3px 15px 0px 15px;
}

#pathway {
	float:right;
	text-align:right;
	padding-top:6px;
}

H2 {
	font-size:1.2em;
	word-spacing:0.2em;
	color:#fe3600;
	cursor: pointer;;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	text-transform:uppercase;
}

H2:hover {
	text-decoration:underline;
}

.h2_extend {
	font-size:1.2em;
	word-spacing:0.2em;
	color:#909090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:3px;
}

H3 {
	font-size:1.1em;
	word-spacing:0.1em;
	color:#ff6000;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	text-transform:uppercase;
}

H3:hover {
	text-decoration:underline;
}

.h3_extend {
	font-size:1.1em;
	word-spacing:0.2em;
	color:#909090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:3px;
}

.orange_font{
	color:#fe3600;
}

.red_font{
	color:#ff1800;
}

.green_font{
	color:#098500;
}

.grey_font {
color:#909090;
}
.clr {
	clear:both;
}

.code_box {
	padding:10px;
	background:#FFF;
	border: 1px dashed #ccc;
}

code {
	font-size: 1.2em;
	color: #3a3a3a;
}

DIV#background_wrapper {
	width: 850px;
	margin: auto;
	padding: 0px 25px;
	background-image: url(/images/backgrounds/page_side_1.gif);
	background-repeat:no-repeat;
	background-position: right 150px;

}

DIV#wrapper {
	width:800px;
	padding: 0px;
	margin:auto;
	background: url(/images/backgrounds/bg_body_mid.gif) repeat-y;
}

DIV#wrapper_header {
	width:800px;
	height:30px;
	background: url(/images/backgrounds/bg_header.gif) no-repeat #FFF;
}

DIV#navigation_wrap {
padding: 0px 0px 0px 0px;
}

DIV#navigation_wrap ul {
list-style:none;
display:inline;
float:left;
}

DIV#navigation_wrap ul li {
float:left;
font-size:1.1em;
text-transform:uppercase;

}

DIV#navigation_wrap ul li a {
text-decoration:none;
padding: 8px 24px 9px 24px;
color:#909090;
display:block;
border-right: 1px solid #eaeaea;
}

DIV#navigation_wrap ul li a:hover, DIV#navigation_wrap ul li a:focus {
text-decoration:none;
color:#fe3600;
}

DIV#navigation_wrap ul li .selected {
color:#fe3600;
}

DIV#wrapper_body {
	width:800px;
}

DIV#wrapper_body #body_header {
	padding-top:20px;
	width:800px;
	height:110px;
	background: url(images/backgrounds/bg_body_top.gif) 0px 83px no-repeat #FFF;
}

img {
	padding:0px;
	margin:0;
}

DIV#wrapper_body #body_footer {
	width:800px;
	height:16px;
	background: url(images/backgrounds/bg_body_bot.gif) no-repeat #FFF;
}

DIV#wrapper_body #body_header #logo {
	float:left;
	height:74px;
	padding: 36px 0px 0px 24px;
	width: 178px;
}

DIV#wrapper_body #body_header #job_title {
	text-align:right;
	float:right;
	height:64px;
	padding: 46px 24px 0px 20px;
	font-weight:600;
	font-size: 1.1em;
}

DIV#wrapper_body #body_header #version {
	text-align:right;
	padding-top: 10px;
	font-weight:600;
	font-size: 0.8em;
}

DIV#wrapper_body #body_header #photo {
	float:right;
	height:110px;
}

DIV#wrapper_body #body_header #contact_button {
	float:right;
	height:110px;
}

DIV#wrapper_body #content_body {
	width:786px;
	margin:auto;
}

DIV#wrapper_body #content_body ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
}

DIV#wrapper_body #content_body ul li {
    padding: 0px 0px 0px 20px;
	list-style:square;
	font-size:1.1em;
	line-height: 1.3em;
	list-style:none;
	background: url(/images/bullet.gif) no-repeat 0px 4px;
}

DIV#wrapper_body #content_body .title {
	padding: 10px 10px 0px 16px;
	width:760px;
	height:24px;
	background: url(images/backgrounds/bg_content_title.gif) no-repeat;
	display:block;
	cursor:pointer;
}

DIV#wrapper_body #content_body .title_next {
	padding: 10px 10px 0px 16px;
	width:760px;
	height:24px;
	background: url(images/backgrounds/bg_content_title_next.gif) no-repeat;
	display:block;
	cursor:pointer;
}

.btn_reveal_hide_big {
	float:right;
	cursor: pointer;
	margin-right:6px;
}

.btn_reveal_hide_small {
	float:right;
	cursor: pointer;
	margin-right:6px;
	padding-top:3px;
}

.title_text {
	float:left;
	padding: 4px 0px 0px 0px;
}

DIV#wrapper_body #content_body .content {
	padding: 0px 16px 0px 16px;
	width:754px;
	background: url(images/backgrounds/bg_content.gif) repeat-y;
}

DIV#wrapper_body #content_body .footer {
	height:18px;
	width:786px;
	background: url(images/backgrounds/bg_content_footer.gif) no-repeat;
}

/* SUB Content divs */

DIV#wrapper_body .sub_content_body {
	width:754px;
	margin:auto;
}

DIV#wrapper_body .sub_content_body .sub_title {
	padding: 3px 10px 0px 10px;
	width:734px;
	height:23px;
	background: url(images/backgrounds/bg_content_sub_title.gif) no-repeat;
	display:block;
	cursor:pointer;
	margin-top:5px;
}

DIV#wrapper_body .sub_content_body .sub_title_next {
	padding: 3px 10px 0px 10px;
	width:734px;
	height:23px;
	background: url(images/backgrounds/bg_content_sub_title_next.gif) no-repeat;
	display:block;
	cursor:pointer;
}

DIV#wrapper_body .sub_content_body .sub_content {
	padding: 0px 10px 0px 10px;
	width:732px;
	background: #fff repeat-y;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

DIV#wrapper_body .sub_content_body .sub_footer {
	height:8px;
	width:754px;
	background: url(images/backgrounds/bg_content_sub_footer.gif) no-repeat;
	padding-bottom:10px;
}

/* Other */ 

#helpbox {
	position:absolute;
	width: 200px;
	height: 300px;
	background: #ccc
}

.thumb {
	padding:4px;
	background:#FFF;
	border: 1px solid #eaeaea;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.TwoCol {
float:left;
width:47%;
margin-right:3%;
}

/*
#contactform {
}

#contactform .labelbox {
width:80px;
font-size:1.2em;
float:left;
margin-right:20px;
}
#contactform .textbox {
width:191px;
height:14px;
padding:4px 5px;
background: url(images/backgrounds/bg_textbox.gif) no-repeat;
font-size:1.0em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fe3600;
}

#contactform textarea { 
width:191px;
height:96px;
padding:4px 5px;
background: url(images/backgrounds/bg_textarea.gif) no-repeat;
font-size:1.0em;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fe3600;
}

#contactform input { 
}
*/

