/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #10588d url() top center repeat-y;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	overflow-x: hidden;
}





/******************************************
	Layout IDs and Classes
******************************************/
#body_bg {
	width: 920px;
	margin: 0px auto;
	background: url(../images/main_body_bg.jpg) top center repeat-y;
}

#body_bg 
#container {
	width: 770px;
	background-color: #1169a8;
	margin: 0px auto;
}

#body_bg #container 
#header {
	background: url(../images/main_header.jpg) top left no-repeat;
	height: 160px;
}

#body_bg #container 
#main #body {
	clear: both;
	margin-bottom: 6px;
	padding-bottom: 36px;
	background: url(../images/content_bottom.gif) bottom center no-repeat;
}

#body_bg #container 
#main #sidebar {
	float: left;
	width: 310px;
	background: url(../images/content_sidebar_bg.gif) top left repeat-y;
}

#body_bg #container 
#main #content {
	float: right;
	width: 460px;
	background: #fff url(../images/content_content_bg.gif) top right repeat-y;
}

#body_bg 
#footer {
	clear: both;
	width: 920px;
	height: 119px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/main_footer.jpg) top left no-repeat;
}




/******************************************
	Header
******************************************/
#body_bg #container #header div#user {
	float: right;
	width: 200px;
	margin: 65px 35px 0 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-align: right;
}





/******************************************
	Navigation
******************************************/
#body_bg #container 
#nav {
	background: url(../images/main_nav.jpg) top left no-repeat;
	height: 35px;
}

#body_bg #container #nav 
ul.nav_cascading {
	height: 35px;
	margin: 0 0 0 5px;
	padding-top: 2px;
	text-align: left;
}
#body_bg #container #nav 
ul.nav_cascading ul {
	background: none;
	border: none;
}
ul.nav_cascading li a, ul.nav_cascading li a:link, ul.nav_cascading li a:visited, ul.nav_cascading li a:active { 
/* Tab Link Styles */
	/* Text Styles */
	color: #025897;
	background-color: transparent;
}
ul.nav_cascading li a:link:hover, ul.nav_cascading li a:visited:hover {
	color: #000;
	background-color: transparent;
}
ul.nav_cascading ul li a:link, ul.nav_cascading ul li a:visited {
	color: #fff;
}





/******************************************
	Sidebar (content pages)
******************************************/
#body_bg #container 
#main #sidebar #sidebar_top {
	height: 151px;
	background: #fff url(../images/content_sidebar_top.jpg) top left no-repeat;
}
#body_bg #container 
#main #sidebar #sidebar_middle {
	padding: 80px 0 20px 17px;
	text-align: left;
	color: #fff;
}
#body_bg #container 
#main #sidebar #sidebar_middle p {
	clear: both;
	padding: 0 3px 0 23px;
	color: #fff;
}
#body_bg #container 
#main #sidebar #sidebar_middle div {
	color: #fff;
}





/******************************************
	Content (content pages)
******************************************/
#body_bg #container 
#main #content #content_top {
	height: 151px;
	padding-left: 22px;
	background: #fff url(../images/content_content_top.jpg) top right no-repeat;
}
#body_bg #container 
#main #content #content_middle {
	padding: 25px 40px 10px 25px;
	text-align: left;
}
#body_bg #container 
#main #content #content_middle p {
	margin-bottom: 15px;
	text-align: left;
}





/******************************************
	Footer
******************************************/
#body_bg #footer div#logo_bottom img.blank {
	position: absolute;
	width: 60px;
	height: 66px;
	margin: 15px 0 0 219px;
	border: none;
	cursor: pointer;
	text-align: left;
}
#body_bg #footer address#physical {
	float: left;
	margin: 20px 0 0 86px;
	text-align: left;
	color: #fff;
	font-style: normal;
	font-size: 11px;
}
#body_bg #footer address#e {
	float: right;
	margin: 20px 86px 0 0;
	text-align: right;
	color: #fff;
	font-style: normal;
	font-size: 11px;
}
#body_bg #footer address p, #body_bg #footer address a:link, #body_bg #footer address a:visited {
	color: #fff;
}
#body_bg #footer address a:hover {
	text-decoration: none;
}
#body_bg #footer .copyright {
	float: left;
	margin: 88px 0 0 78px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#body_bg #footer .design {
	float: right;
	margin: 88px 80px 0 0;
	font-size: 10px;
	color: #fff;
}
#body_bg #footer .copyright a:link, #body_bg #footer .copyright a:visited, #body_bg #footer .design a:link, #body_bg #footer .design a:visited {
	color: #c8e8ff;
	text-decoration: none;
}
#body_bg #footer .copyright a:hover, #body_bg #footer .design a:hover {
	text-decoration: underline;
}





/******************************************
	One column
******************************************/
#body_bg #container 
#main #body {
	background: url(../images/content_bottom02.jpg) bottom center no-repeat;
}
#body_bg #container 
#main #one_column #content {
	float: left;
	width: 770px;
	background: #fff url(../images/content_1col_bg.jpg) top left repeat-y;
}
#body_bg #container 
#main #one_column #content #content_top {
	height: 151px;
	padding-left: 22px;
	background: url(../images/content_1col_top_bg.jpg) top left no-repeat;
}
#body_bg #container 
#main #one_column #content #content_middle {
	padding: 45px;
	padding-top: 5px;
	text-align: left;
}
#body_bg #container 
#main #one_column #content #content_middle p {
	margin-bottom: 15px;
	text-align: left;
}





/******************************************
	Miscellaneous
******************************************/
#main div.take_a_tour {
	float: left;
	width: 194px;
	height: 158px;
	background: url(../images/main_take_a_tour.jpg) top left no-repeat;
}
#main div.take_a_tour:hover {
	background: url(../images/main_take_a_tour_hover.jpg) top left no-repeat;
}
#main div.getting_started {
	float: left;
	width: 194px;
	height: 158px;
	background: url(../images/main_getting_started.jpg) top left no-repeat;
}
#main div.getting_started:hover {
	background: url(../images/main_getting_started_hover.jpg) top left no-repeat;
}

div.help_icon {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	cursor: help;
	background: transparent url(../images/ICON_help.gif) top left no-repeat;
}
span.check {
	cursor: pointer;
}
div.clear {
	clear: both;
}










/******************************************
	HTML Tag Styles
******************************************/
body, a, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, div {
	color: #333;
}


a:link, a:link:hover, a:visited, a:visited:hover, a:active, a div {
	color: #0068b3;
	text-decoration: underline;
}
a:link:hover, a:visited:hover, a:active, a div:hover {
	color: #469ad6;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	color: #333;
}
h1 {
	font-size: 1.6em;
}
h2 {
	padding-top: 8px;
	font-size: 1.7em;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	background-color: #f8e8b8;
	border-top: 1px solid #999;
	margin-bottom: 4px;
	padding: 4px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
	font-weight: bold;
}
h6 {
	font-weight: bold;
}


p, div, dl, dt, dd, ul, ol, li {
	
}
p {
	margin-top: 0px;
}
ul li {
	list-style-type: square;
}

select {
	z-index: 1;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

table td {
	padding: 0px;
}



a div {
	display: inline;
}





/******************************************
	Messages
******************************************/

div.Error {
	width: 395px;
	min-height: 22px;
	clear: left;
	background: #ffe8e8 url(../images/error_bg.png) center center no-repeat;
	margin: 10px auto;
	padding: 6px 0 6px 0;
	border: solid 1px #ff0000;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}

div.Info {
	width: 395px;
	min-height: 22px;
	clear: left;
	background: #def4d9 url(../images/info_bg.png) center center no-repeat;
	margin: 10px auto;
	/*position: absolute;
	top: 192px;
	margin: 0;
	margin-left: 224px;*/
	padding: 6px 0 6px 0;
	border: solid 1px #006600;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}