﻿body 
{
	background-color: #666666; /* #313131;*/
	margin: 0 0 0 0;
}

hr
{
	border: solid thin #cccccc;
	
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 874px;
	background-image: url(../images/layout/container_bg.jpg);
	background-repeat: repeat-y;
	background-color: White;
}
#container1 {
	text-align: left;
	margin: 0 auto;
	width: 99%;
	background-image: url(../images/layout/container_bg.jpg);
	background-repeat: repeat-y;
	background-color: White;
}

/* Header styles*/
#header 
{
	height: 26px;
	background-image: url(../images/layout/header_bg_black.jpg);
	background-repeat: repeat-x;
	
}

#header_left
{
	width: 214px;
	height: 100%;
	background-image: url(../images/layout/header_left.jpg);
	float: left;
}

#header .highlight
{
	color: #ff9900;
}

#header p
{
	font-size: 10px;
	color: #c1c1c1;
	text-align: right;
	vertical-align: middle;	
	padding-top: 5px;
}
#header a
{
	color: White;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 5px;
	font-weight: bold;
}

#header input
{
	color: White;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 0px;
}

/****************/


#logo
{
	margin-left: 15px;
	margin-top: 0px;
	
}

#sidebar {
	width: 214px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.content {
	margin-left: 214px;
	margin-right: 0px;
	padding: 10px;
}

#ctl00_banner
{
	height: 169px;
	padding: 0;
	_margin-top: -641px; /* hack to position banner correctly in IE6 */
}

/* Left Menu */

.menu_root_node
{
	height: 43px;
	background-image: url(../images/layout/menu_root_node_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0;

}

.menu_root_node:hover
{
	background-image: url(../images/layout/menu_root_node_over_bg.jpg);
}

.menu_root_node_selected
{
	height: 43px;
	background-image: url(../images/layout/menu_root_node_selected_bg.jpg);	
	background-position: top left;
}


.menu_root_node p
{
	height: 100%;
	font-size: 18px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 10px;
	vertical-align: middle;
	margin: 0;
	
}
.menu_root_node a
{
	color: White;
	text-decoration: none;
}

.menu_root_node a:hover
{
	text-decoration: none;
}

.menu_child_node
{
	height: 22px;
	width: 211px;
	margin: 0;
	background-color: #c47ba0;
	padding:0;
	
}

.menu_child_node p
{
	font-size: 12px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 3px;
	vertical-align: middle;
	margin: 0;
	
}

.menu_child_node a
{
	color: White;
	text-decoration: none;
	
}

.menu_subheading_node
{
	background-color: #aa6688;
	color: White;
}


/* Right Content styles */
.right_content
{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* Footer styles */

#footer {
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	clear: both;
}

#footer_left
{
	width: 214px;
	height: 100%;
	float: left;
}

/* Warning */
.warning
{
	width: 450px;
	background-color: #ddbbbb;
	border: solid 1px DarkRed;
	padding-left: 5px;
	padding-right: 5px;
	margin: 10px;
}
/* FAQ Accordian */
.faq_accordian_header
{
	cursor: pointer;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	
}
.faq_accordian_headerSelected
{
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
}
.faq_accordian_content
{
	margin-bottom: 10px;
	margin-top: 5px;
}