@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7C878E url(../images/page_bottom_bg.gif) center bottom repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#wrapper{
	background: transparent url(../images/page_bg.gif) center top repeat-x;
	width:100%;
}

.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0px solid transparent;
	margin-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #sidebar1 {
	position: absolute;
	float:left;
	top: 0;
	left:0;
	width: 111px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 0px;
	right:0;
	float:right;

	width: 111px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColAbs #mainContent { 
	margin: 0 111px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:1px solid #666;
	border-top:0px;
	border-bottom:0;
	width:736px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;	margin-right: 8px;
}

h1{margin:0;padding:0;}

#top_header{margin:0;height:71px;}

.right{margin:0px auto;float:right;display:block;width:371px;}

.logo{padding-top:10px;clear:right;float:left;height:76px;}

.logo img{padding-top:10px;}

.top_menu{clear:both;list-style-type:none;height:76px;display:block;margin-top:5px;width:310px;}

.top_menu li{display:inline;margin:10px;}
.top_menu li a {text-decoration:none;color:#FFF;font-size:10px;font-weight:bold;}
.top_menu li a img{ margin-right:15px;text-decoration:none;}
.header{position:relative;margin:0;top:5px;padding:0;height:261px;width:100%;}
.flash{float:right;position:absolute;margin:0;margin-left:245px;padding:0;}
.left_menu{float:left;width:245px;position:absolute;background:#5c6671;height:261px;text-align:left;font-size:11px;}

/* Main Menu */
.main_menu{ list-style-type:none;width:190px;padding:0;margin:10px 5px;text-align:left;}

.main_menu li{margin:2px;padding:3px;font-size:11px;}
.main_menu li a{border:1px solid #434f5b;text-decoration:none;display:block;width:190px;height:28px;line-height:28px;background:#434f5b url(../images/icn_button.gif) 5px center no-repeat;padding-left:30px;color:#FFF;}
.main_menu li a:hover{border:1px solid #FFF;text-decoration:none;width:190px;height:28px;line-height:28px;padding-left:30px;background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;color:#FFF;}
.main_menu li a.selected{border:1px solid #FFF;text-decoration:none;width:190px;height:28px;line-height:28px;padding-left:30px;background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;color:#FFF;}
a.sendbtn:link, a.sendbtn:visited{width:50px;background:#33404d;color:#FFF;padding:5px;margin-left:15px;font-size:11px; font-weight:bold;text-decoration:none;line-height:26px;}
a.sendbtn:hover{width:50px;border:1px solid #FFF;background:#ed1c24;color:#FFF;padding:4px;margin-left:15px;font-size:11px; font-weight:bold;text-decoration:none;line-height:26px;}

.left_content{width:245px;margin:0;}
.left_content h2{padding:6px 6px 0 0px;margin:3px;margin-left:16px;font-size:16px;color:#FFF;font-family:"Arial Narrow";background:url(../images/dotted_line.gif) left bottom repeat-x;}
.left_content p{width:210px;padding:6px 6px 6px 16px;font-size:12px;text-align:justify;}

.right_content{float:right;position:absolute;margin:0;margin-left:245px;padding:0;}
.right_content h2{padding:6px 6px 0 0px;margin:3px;margin-left:16px;font-size:16px;color:#FFF;font-family:"Arial Narrow";background:url(../images/dotted_line.gif) left bottom repeat-x;}
.right_content p{ width:461px;padding:0px 6px 0px 16px;margin:8px;font-size:12px;text-align:justify;}

.right_section{
clear:both;margin-left:450px;float:right;width:225px;text-align:left;padding:5px;font-size:12px;height:214px;
}

.right_section h2, .left_section h2, .center_section h2{padding:6px 6px 6px 6px;margin:3px;font-size:16px;color:#FFF;font-family:"Arial Narrow";background:url(../images/dotted_line.gif) left bottom repeat-x;}

.left_section{
height:214px;clear:right;float:left;width:225px;padding:5px;position:absolute;text-align:left;background:url(../images/divider.gif) right 10px no-repeat;font-size:12px;
}

.center_section{
height:214px;margin-left:240px;position:absolute;width:250px;padding:5px;text-align:left;background:url(../images/divider.gif) right 10px no-repeat;font-size:12px;
}

.right_section p{width:210px;padding:0px 6px 0px 6px;margin:8px;font-size:12px;text-align:justify;}
.left_section p{width:200px;padding:0px 6px 0px 10px;margin:8px;font-size:12px;text-align:justify;}
.center_section p{width:230px;padding:0px 6px 0px 6px;margin:8px;font-size:12px;text-align:justify;}

.thirdRow{margin:0;background:#7C878E;height:215px;width:735px;}

a.btn_more{background:url(../images/icn_arrow_white.gif) left center no-repeat;padding-left:20px;float:right;color:#FFF;font-size:10px;font-weight:bold;text-decoration:none;margin:10px;}

a.btn_more_yellow{background:url(../images/icn_arrow.gif) left center no-repeat;padding-left:20px;float:right;color:#ed1c24;font-size:10px;font-weight:bold;text-decoration:none;margin:5px 10px 0 0;}

.clear{clear:both; }

.footerRow{background:#ed1c24;display:block;text-align:left;font-size:10px;color:#FFF;margin:0;margin-top:23px;padding:5px;}

.footerRow p.approvals{margin:0;padding:0;text-align:center;font-weight:bold;padding-bottom:5px;background:url(../images/dotted_line.gif) left bottom repeat-x;}

ul.navLinks{list-style-type:none;padding-left:0; margin-left:10px;z-index:999;}
ul.navLinks li{display:inline;margin-left:10px;}
ul.navLinks li a:link, a:visited, a:active, a:hover{color:#FFF;text-decoration:none;}
ul.navLinks li a.divider_link{color:#FFF;text-decoration:none;background:url(../images/link_divider.gif) right center repeat-y;padding-right:10px;}

.normal{margin:0;padding:0;width:735px;background:#B0B6B9;}
.normal h2{padding:6px 6px 0 0px;margin:3px;margin-left:16px;font-size:18px;color:#333;font-family:"Arial Narrow";background:url(../images/dotted_line.gif) left bottom repeat-x;}
.normal p{ padding:0 6px 0 16px;font-size:12px;text-align:justify;}
.normal table{ padding:0px 6px 0px 10px;font-size:11px;text-align:justify;}
.centerRow{background:#B0B6B9;min-height:186px; height:auto !important;}

.normal_list{
font-size:12px;
margin-top:7px;
}

.normal_list li{
margin:5px;
}

.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:#fff;}
.xsnazzy h2 {font-size:2em;color:#06a; border:0;}
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy h2 {padding-top:0.5em;}
.xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ccc; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px;}

.menu {
position:relative;
z-index:1000;
font-size:11px;
height:195px;
display:block;
margin:5px 0 0 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:190px;
position:relative;
border:0px solid #888;
border-width:0px 0px 0 0px;
background:#5c6671;
}

.menu li {
background:transparent;
width:190px;
height:28px;
margin:2px;
margin-top:7px;
padding:3px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:28px;
line-height:27px;
width:158px;
color:#FFF;
border:1px solid #FFF;text-decoration:none;
background:#434f5b url(../images/icn_button.gif) 5px center no-repeat;padding-left:30px;
}
/* style the link hover */
* html .menu a:hover {background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;color:#FFF;border:1px solid #FFF;}

.newimage{border:1px solid #CCC;}

.oldimage{}

.menu :hover > a {
color:#fff; 
background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:15px;
left:60px;

}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
/*background:#dde;*/
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.menu ul.top2 {top:32px;}
.menu ul.top2 li{top:32px;margin:0;padding:0;width:100px;}
.menu ul.top2 a {background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;width:130px;}
.menu ul.top2 a:hover {background:#434f5b url(../images/icn_button.gif) 5px center no-repeat;width:130px;}
.menu ul.top3 {top:114px;}
.menu ul.top3 li{margin:0;padding:0;}
.menu ul.top3 li img{margin:0;padding:0;width:160px;height:48px;display:block;}
.menu ul.top3 li a {background:#ed1c24 url(../images/icn_button_hover2.gif) 5px center no-repeat;width:130px;position:relative;}
.menu ul.top3 li a:hover {background:#434f5b url(../images/icn_button.gif) 5px center no-repeat;width:130px;}
.menu ul.top4 {top:77px;}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}

a.nrlink:link, a.nrlink:active, a.nrlink:visited{color:#333333;text-decoration:none;}
a.nrlink:hover{color:#333333;text-decoration:underline;}

a.norlink:link, a.norlink:active, a.norlink:visited{color:#FFFFFF;text-decoration:none;}
a.norlink:hover{color:#FFFFFF;text-decoration:underline;}
input:focus { border: 2px solid #06C; }
input.error { border: 2px solid red; }
select:focus { border: 2px solid #06C; }
select.error{ border: 2px solid red;}
label.error{display:none;color:red;}
textarea:focus { border: 2px solid #06C; }
textarea.error { border: 2px solid red; }