/* CSS Document */

html,body{
	height:100%;
	padding: 0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/* background: url(../images/image_bg_line.gif) center repeat-y; */
}

/* added for PEI legacy pages 06052007 JRB */
#contents
{
margin-left: auto;
margin-right: auto;
margin-top: auto;
width: 600px;
padding: 10px;
text-align: left;
//background-color: #fff;
}
/* end of PEI style */

.100pct
{
	height: 100%;
}

a img{
	border:0px;
}

.clear {
	clear: both;
	line-height: 0%;
	font-size: 0%;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h1 input{
	color: #669;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

h4 {
}

h5 {
}

h6 {
}

#box{
	width:762px;
	text-align:left;
	margin: 0 auto 0 auto;
	height: 100%;
	table-layout:fixed;
	word-wrap: break-word;
	overflow: hidden;
}

#aspform
{
	height: 100%;
}

/*-------------------------------- HEADER ------------------------------------------*/

#header_container{
	margin: 0;
	padding: 0;
	width:762px;
	text-align:left;
	background: #c10435;
}

#header_logo {
	float: left;
}

#header_banner {
	float: right;
}
/*------------------------------ END HEADER ---------------------------------------------*/

/*-------------------------------- CONTENT ------------------------------------------*/

#box table {
	/*height: 100%;*/

}

#content {
	padding: 22px;
}

#content_wide 
{
	padding: 22px;
	width: 400px;
}

#content_home {
	background: #F0EFEE;
	padding: 22px;
}

#content ul, #content_wide ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#content li {
}

#breadcrumb ul {
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	display: table;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

#breadcrumb li {
	float: left;
	padding: 0 13px 0 0;
	background: url(../images/sep_breadcrumb.gif) center right no-repeat;
}

#breadcrumb .active
{
	font-weight: bold;
	background: none !important;
}

/*------------------------------ END CONTENT ---------------------------------------------*/

/*-------------------------------- RIGHT SIDE ------------------------------------------*/

#right_home{
	width:169px;height:233px;background:url(../images/image_right_home.jpg);
}
#right_top_home{
	height:180px;
	padding-left:16px;
	padding-top:13px;
}
#right_top_home ul{
margin:0px;
padding-left:12px;
}
#right_top_home li{
line-height:16px;
font-size:9px;
list-style-image:url(../images/image_gray-arrow.gif);
}

#right {
border-left:5px solid #fff;
width: 234px;
background-color:#EDEDB8;
}

#right_footer {
border-left:5px solid #fff;
width: 234px;
}

#right #subnav {
        /* padding: 10px; */
margin: 10px;
}

#right a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#right a:hover{
	font-weight:bold;
	text-decoration:underline;
}

#right .active a {
	font-weight: bold !important;
	text-decoration: underline;
}

#right .active ul a
{
	text-decoration: none !important;
}

#right ul
{
	padding:0px;
	margin: 10px 10px 10px 30px;
}

#right ul ul
{
	margin: 0 0 0 10px !important;
}
#right li{
	list-style-image:url(../images/image_red-arrow.gif);
}
/*------------------------------ END RIGHT SIDE ---------------------------------------------*/

/*-------------------------------- LEFT SIDE -------------------------------------------*/
#left {
	float: left;
	position: relative;
}

#undr_sn{
	padding-left:24px;
	font-size:11px;
	line-height:16px;
	padding-bottom:16px;
}
#undr_sn a{
	color:#000;
	text-decoration:none;
}
#undr_sn a:hover{
	font-weight:bold;
	text-decoration:underline;
}
#undr_sn ul{
	padding:0px;
	margin:0px;
	width: 140px;
}
#undr_sn li{
	list-style-image:url(../images/image_red-arrow.gif);
}

/* LEFT SUBNAV */
#sub_nav{
	width:169px;
	background-color:#EDEDB8;	
}

#main_nav{
	/*position: relative;*/
}

#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main_nav li
{
	position: relative;
	border-bottom:1px solid #E3E3B2;
}

#main_nav li a {
	display: block;
	background:url(../images/image_sn_red-stripe.gif) top left repeat-y;
	padding: 9px 0 0 24px;
	height:23px;
	cursor:pointer;
	width:145px;
	text-transform: uppercase;
	text-decoration: none;
	font-size:11px;
	background-color:#EDEDB8;
	color:#2F2F25 !important;
}

#main_nav li a:hover {
	background-color:#E1E18A;
}

#main_nav li a.active {
	background: #fff;
}

#main_nav li ul {
	display: none;
	position: absolute;
	z-index: 2;
	left: 168px;
	top: 0px;
	border: solid 1px #E3E3B2;
	border-bottom: none;
	background: #F4F4D3;
}

#main_nav li:hover ul, #main_nav li.over ul
{
	display: block;
}

#main_nav li.out ul
{
	display: none;
}

#main_nav ul ul li a {
	background: #F4F4D3 !important;
	text-transform: none !important;
	border-bottom: none !important;
	padding: 5px !important;
	height: auto !important;
}

#main_nav ul ul li a:hover {
	background: #EDEDB8 !important;
}
/* END SUBNAV */
/*------------------------------ END LEFT SIDE ---------------------------------------------*/

/*------------------------------ FOOTER ----------------------------------------------------*/

#footer {
	color:#999;
	border-top:1px solid #ccc;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
}

#footer ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	border-left: solid 1px #ccc;
	display: inline;
}

#footer li {
	display: inline;
	margin: 0 !important;
	padding: 0 5px 0 3px;
	border-right: solid 1px #ccc;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: none;
}

/*------------------------------ END FOOTER ------------------------------------------------*/

/*-------------------------------- INPUT & TEXTBOXES ------------------------------------*/

#search_box{
	padding: 12px;
	border-bottom:1px solid #DADADA;
	display: block;
}
#search_box input.text{
	padding: 3px;
	font-size:11px;
	width:80px;
	height:16px;
	background:url(../images/image_search-box.gif);
	background-repeat:no-repeat;
	border:0px;
}

#search_box input.btn
{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
}
/*------------------------------- END INPUT & TEXTBOXES ---------------------------------*/

/* TEMP OVERRIDE */

#content_wide table
{
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px !important;
}

#content_wide td
{
	text-align: left !important;
}

#content_wide table hr
{
	width: 100% !important;
}

/*tr.emphasis
{
	background-color: #fff !important;
}

tr.emphasis td
{
	border: solid 1px #ccc;
	padding: 10px;
}*/

td.pageheader
{
}

td.smallheader
{
	background: #fff;
}

td.othersmallheader
{
	background-color: #fff;
	color: #669;
}

table.Test td
{
	padding: 10px !important;
	width: 250px !important;
}
