* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #D9E5F0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #000000;
}

/*  STRUCTURE */

#outer {
	width: 945px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#top_nav {
	width: 100%;
	height: 30px;
	background-color: #99CCFF;
	border-bottom: 6px solid #000000;
}
#topnav_inner {
	color: white;
	font-size: 0.9em;
	font-weight: normal;
	padding: 6px 0 0 10px;
}
#header {
	height: 250px;
}
#bot_nav {
	width: 100%;
	height: 35px;
	background-color: #000000;
	border-bottom: 6px solid #99CCFF;
}
#bg {
	background: url(../graphics/inner_bg.png);
	overflow: hidden; 
	/* overflow: auto;  Paul O Brien Fix for IE www.pmob.co.uk - a problematic fix */

	width: 100%;
	margin: 0;
}

#left { 
	color: #333;
	margin: 0;
	padding: 0px;
	height: auto;
	width: 360px;
	float: left;
}
#right { 
	float: right;
	color: #333;
	margin: 0;
	height: auto;
	width: 585px;
	/*display: inline;*/
	/*background-color: olive;*/
}

.content {
	width: auto;
	padding: 10px;
}
#footer {
	clear: both;
	width: 100%;
	height: 16px;
	background-color: #99CCFF;
	border-top: 4px solid #000000;
}
#notes {
	background-color: #E2E2E2;
	width: 100%;
	padding: 1em 0;
	margin-bottom: 1.4em;
}
#links {
	background-color: #FF6600;
	width: 100%;
	padding: 0.4em 0;
	margin: 0.8em 0;
}
#links2 {
	background-color: #FFFFFF;
	width: 350px;
	padding: 0.4em 0 0.4em 10px;
	margin: 0.8em 0;
	font-size: 0.8em;
}
#links3 {
	background-color: #ECECEC;
	width: 575px;
	padding: 0.4em 0 0.4em 10px;
	margin: 0.8em 0;
	font-size: 0.8em;
}
#directions {
	padding-bottom: 0.6em;
}
.image_left {
	float: left; 
	padding-right: 8px; 
}
.image_right { 
	float: right;
	padding-left: 8px; 
}
#sub_nav {
	background-color: #FFFFFF;
	border: solid 1px #CFCFCF;
	padding: 0.6em;
	margin-bottom: 1.2em;
}
#sub_nav #head {
	color: #FF6600;
	font-size: 1.2em;
}
#sub_nav #items {
	font-size: 0.8em;
}
.submenu_item  { 
	font-size: 1.1em; 
	padding: 3px 3px 3px 6px 
}

/* Fonts */
h1 {
	font-size: 1.8em;
	color: #FF6600;
}
h2 {
	padding-top: 0.2em;
	font-size: 1.6m;
	color: #7DAEDF;
}
h3 {
	font-size: 1.4em;
	color: #7DAEDF;
}
h4 {
	font-size: 1.2em;
	color: #FF6600;
}
.h3_style {
	font-size: 1.3em;
	color: #000000;
}
.h4_style {
	font-size: 1.1em;
	color: #2F2F2F;
}

#left h4 {
	font-size: 1.2em;
	color: #0063b9;
	margin-bottom: 1.4em;
}
#left h5 {
	font-size: 1.1em;
	color: #0063b9;
	margin-bottom: 1.4em;
}
p {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	line-height: 1.4em;	
}
.indent {
	padding-left: 40px;
}
.large {
	padding-top: 0.6em;
	font-size: 110%;
}
.small {
	font-size: 80%;
}
ul { 
	font-size: 0.9em;
	list-style-type: disc; 
	margin: 1em 0 1em 14px; 
}
ol { 
	font-size: 0.9em;
	margin: 1em 0 1em 20px; 
}
ul ul { 
	font-size: 1.0em;
	margin: 0 0 0 12px; 
	list-style-type: disc; 
}
ul ul ul { 
	font-size: 1.1em;
	margin: 0 0 0 16px; 
	list-style-type: disc; 
}
li {
	line-height: 1.4em;
}

.top {
	margin: 12px 0 8px 0;
}

/* Hyperlinks */
a.white:link { 
	color: #fff; 
	text-decoration: underline; 
}
a.white:visited { 
	color: #fff; 
	text-decoration: underline; 
}
a.white:hover  { 
	color: #fff; 
	text-decoration: none; 
}
a.white:active { 
	color: #fff;
}

a.black:link { 
	color: #000; 
	text-decoration: underline; 
}
a.black:visited { 
	color: #000; 
	text-decoration: underline; 
}
a.black:hover  { 
	color: #000; 
	text-decoration: none; 
}
a.black:active { 
	color: #000;
}

/* Comparison Table */
table.compare {
	width: 100%;
	margin: 12px 0 12px 0;
	border: 1px #858585 solid;
	border-collapse: collapse;
	font-size: 0.9em;
}
table.compare caption { 
	margin: 0; 
	padding: 0; 
	color: #000066; 
	line-height: 2em; 
	text-align: left; 
	font-size: 1.0em; 
	font-weight: bold; 
}
table.compare thead tr { 
	color: white; 
	background: #858585; 
	font-size: 0.9em;
	font-weight: normal;
}
table.compare thead tr th { 
	text-align: left; 
	padding: 0.4em 0.6em 0.4em 0.6em; 
}
table.compare tbody tr { 
	/*border: 1px solid #DF8B96;*/
}
table.compare tbody td { 
	padding-left: 0.6em; 
	border: 1px solid #858585;
	padding: 0.2em 0; 
}
table.compare tbody tr.odd td { 
	background: #FBB850; 
}

/* Main Menu */
ul.mainnav {
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
	width: 926px;
	background: #222;
	font-size: 12px;
	background: url(../graphics/topnav_bg.gif) repeat-x;
}
ul.mainnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.mainnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;

	text-decoration: none;
	float: left;
}
ul.mainnav li a:hover{
	background: url(../graphics/topnav_hover.gif) no-repeat center top;
}
ul.mainnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../graphics/subnav_btn.gif) no-repeat center top;
}
ul.mainnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.mainnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 220px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.mainnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 220px;
}
html ul.mainnav li ul.subnav li a {
	float: left;
	width: 190px;
	background: #333 url(../graphics/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.mainnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../graphics/dropdown_linkbg.gif) no-repeat 10px center; 
}

/* Preassessment Form */

div.row { 
	padding-top: 8px; 
	padding-bottom: 20px; 
}
div.row span.label {
	/* font-size: 10px; */ 
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	text-align: right; 
	width: 200px; 
	float: left
}
div.row span.formx {
	/* font-size: 10px; */
	text-align: left; 
	width: 300px; 
	float: right;
}
div.row span.formy {
	/* font-size: 10px; */
	font-weight: bold;
	text-align: center;
	width: 120px;
	float: left;
}
div.row span.formz {
	/* font-size: 10px; */
	font-weight: bold;
	text-align: center;
	width: 120px;
	float: left; 
}
.field {
	/* font-size: 11px; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	background-color: #fff;
	width: 220px;
	height: 18px;
	border: solid 1px #006;
}
.glass_field {
	/* font-size: 11px; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	background-color: #fff;
	width: 60px;
	height: 18px;
	border: solid 1px #006;
}
.date_field {
	/* font-size: 11px; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	background-color: #fff;
	width: 200px;
	height: 18px;
	border: solid 1px #006;
}
.text_field {
	/* font-size: 11px; */
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	background-color: #fff;
	width: 220px;
	height: 100px;
	border: solid 1px #006;
}
.button {
	color: #feffff;
	/* font-size: 11px; */
	font-weight: bold;
	background-color: #FF6600;
	margin-top: 10px;
	border: solid 1px #009;
	padding: 2px 8px;
}
#assessmentform_outer {
	background-color: #faf9f4;
	padding: 5px 5px 15px;
	width: 520px;
	height: auto;
	border: dotted 1px #383838;
	color: #0063b9;
	font-size: 0.9em;
} 
#assessmentform_outer p {
	font-size: 1.1em;
	padding: 0;
}
#assessmentform_outer hr {
	margin: 12px 0 0 0;
}

@media print {
#bg {
	overflow: visible;
}
}