/* clear the playing field, reset global padding and margin */
/*@import "reset.css";*/
@import 'user.css';
body {
	font: 14px/1.3 verdana;
	color: #000000;
	background-color: #44505d;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-top: 36px;
	padding: 0;
}

* html	body {
	font: 12px/1.3 verdana;
	color: #000000;
	background-color: #44505d;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin-top: 26px;
	padding: 0;
}

a:active {outline:none}
a {outline:none}

#wrapper {
	width: 881px;
	margin: 0 auto;
}

#masthead {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
}

#banner {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	height:120px;
	padding: 0px;
	margin: 0;
	float:left;
}

img.logo {
	height:120px;
	width:630px;
	border:0;
}

.printLogo {display:none}

#utilities_top {
	float:right;
	width:235px;
	margin:0;
	padding-right:8px;
}

#accessibility {
	width: 235px;
	margin: 35px 0px 0px 0px;
	padding:0px;
}

a.graphicVersion {display:none}

#fontsize {
	width: 72px;
	height:24px;
	background-color:#243C5B;
	border: solid 1px #AFB6AE;
	color:#AFB6AE;
	margin: 0px;
	padding:0px 0px 0px 0px;
	float:right;
}

#fontsize p{
	font-size:.08em;
	margin:-20px 0px 0px 0px;
	
}

.plus {
	background-image:url(../images/plus.gif);
	width:24px;
	height:20px;
	border:0;
}

.slash {
	background-image:url(../images/slash.gif);
	width:9px;
	height:20px;
	border:0;
}

.minus {
	background-image:url(../images/minus.gif);
	width:18px;
	height:20px;
	border:0;
}

.reset {
	background-image:url(../images/reset.gif);
	width:20px;
	height:20px;
	border:0;
}

#inverseControl	{
	width: 50px;
	height:24px;
	background-color:#243C5B;
	border: solid 1px #AFB6AE;
	color:#AFB6AE;
	padding:0px 0px 0px 4px;
	margin-left:3px;
	float:right;
}

#headerNav {
	text-align:right;
	font-size:.8em;
	float:left;
	width: 235px;
	margin: 30px 0px 0px 0px;
	padding:0px;
}

* html	#headerNav {
	text-align:left;
	font-size:.9em;
	float:left;
	width: 240px;
	margin: 0px;
	padding:0px;
}

#headerNav ul {
	margin:5px 0px 0px 10px;
}

#headerNav ul li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #AFB6AE;
}

#headerNav a {
	color:#AFB6AE;
	text-decoration:none;
}

#headerNav li.clearBorderRight {
	padding-right:0px;
	margin-right:0px;
	border-right:none;
}

#navigation {
	background-color:#3a4450;
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-y;
	padding-top:6px;
	margin:0px;
	width:881px;
	float:left;
}

#home_navigation {
	background-color:#3a4450;
	background-image:url(../images/home_center_bg.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	margin:0px 0px 0px 0px;
		float:left;
}

/********IE 6 Hack*****/
* html #home_navigation	{
	background-color:#3a4450;
	background-image:url(../images/home_center_bg.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	margin:3px 0px 0px 0px;
		float:left;
}

#home_center {
	width:881px;
}

#home_left {
	margin-left:8px;
	width:608px;
	float:left;
}

/*****IE HACK*****/
* html	#home_left {
	width:608px;
	margin-left:4px;
	float:left;
}

#home_right	{
	width:257px;
	float:left;
	background-image:url(../images/homeWhatsNewBG.gif);
	background-repeat:no-repeat;
}

#home_right a {
	color: #FFFFFF;
}

#home_right_header {
	background-color:#2F3741;
	height:34px;
	margin:0px;
}

#home_right_header	h1	{
	color:#D6D5D3;
	font-size:1.3em;
	font-family:Verdana;
	font-weight:normal;
	margin:0px 0px 0px 8px;
	padding-top:10px;
}
#home_right	p	{
	color:#FFFFFF;
	font-size:.9em;
	font-weight:normal;
	line-height:1.5em;
	margin:10px 10px 10px 10px;
}
#tabs {
	height:34px;
	font-family: verdana;
	background-image:url(../images/topnav_bg.gif);
	background-repeat:repeat-x;
	max-height:34px;
	max-width:881px;
	margin-top:0px;

}
ul#navlist {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
}
ul#navlist li {
	float: left;
	font-family: verdana;
	font-size:1em;
	color:#FFFFFF;
	padding: 7px 16px 4px 17px;
	background-image:url(../images/topnavleftbrdr.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin: 0;
	line-height:1.5em;
}
#navlist li.noborder {
	background-image:none;
}
#navlist a, #navlist a:link {
	margin: 0;
	color: #FFFFFF;
	/*	border-right: 1px solid #DCC69B;
	border-left: 1px solid #4A3B22;*/
	text-decoration: none;
}
ul#navlist li#active {
	color: #95bbae;
	background-color: #deebe5;
}
#navlist a:hover {
	color: #FFFFFF;
	border-bottom:3px solid #B5B5B5;
}
#navlist #current a {
	color:#FFFFFF;
	border-bottom:3px solid #B5B5B5;
}

/***************************************************************************/

#search {
	width: 140px;
	float:right;
	margin: 3px 15px 0 0;
	height:25px;
}
/****IE 6 hack****/
* html #search {
	width: 148px;
	float:right;
	margin: -24px 5px 5px -1px;
	padding:0px;
	height:25px;
}
#searchBG {
	background-image:url(../images/searchBoxBG.gif);
	background-repeat:repeat-x;
		background-position:bottom;
	padding: 1px 0 1px 0;
	margin-left: 5px;
	width: 110px;
	height: 23px;
	float:left;
}
/****IE 6 hack****/
* html	#searchBG {
	background-image:url(../images/searchBoxBG.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 3px 0px 0px 0;
	margin-left: 3px;
	width: 112px;
	height: 24px;
	float:left;
}
#searchBG .inputText {
	border: none;
	width: 104px;
	height: 18px;
	background-color:#FFF;
	float:left;
	font-size:.9em;
}
#search .searchGo {
	float: right;
	width: 24px;
	margin:2px 0px 0px 0px;
}
/****IE 6 hack****/
* html	#search .searchGo {
	float: right;
	width: 24px;
	margin:3px 0px 0px 0px;
	padding-right:5px;
	padding-top:1px;
}
/*******************************************************************/
#page_title {
	background-color:#535B66;
	width:200px;
	height:30px;
	vertical-align:bottom;
	margin-left:8px;
	margin-top:18px;
}
.page_title_header {
	font-size:1.3em;
	color:#D6D5D3;
	text-align:left;
	padding:5px 0px 5px 10px;
	background-image:none;
}
#column_wrapper {
    float:left;
	background-color:#E6E6E6;
	background-image:url(../images/center_bg.jpg);
	background-repeat: repeat-y;
}

#left_corner	{
	background-image:url(../images/center_leftcorner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}
#right_corner	{
	background-image:url(../images/center_rightcorner.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	margin:0;
	padding:0;
}
#center_top	{
	background-color:#454545;
	background-image:url(../images/center_top_bg.jpg);
	height:6px;
}
#center {
	background-color:#E6E6E6;
	background-image:url(../images/center_bg.jpg);
	background-repeat: repeat-y;
	width:881px;
	float:left;
}
#center	h1	{
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.5em;
	margin:12px 10px 5px 13px;

}

#center h1 a {text-decoration:none; color:#FFFFFF}
#center h1 a:hover {text-decoration: underline; color:#CCCCCC}

#center	p	{
	font-size:.9em;
	line-height:1.5em;
	margin:10px 10px;
}
#center_left	{
	background-image:url(../images/center_left.jpg);
	background-repeat:no-repeat;
	width:247px;
	height:181px;
	float:left;
	margin-left:8px;
	background-color:#999999
}
/********IE HACK*********/
* html	#center_left	{
	background-image:url(../images/center_left.jpg);
	background-repeat:no-repeat;
	width:247px;
	height:181px;
	float:left;
	margin-left:4px;
}
#center_middle	{
	background-image:url(../images/center_middle.jpg);
	background-repeat:no-repeat;
	width:282px;
	height:181px;
	float:left;
	background-color:#999999
}
#center_right	{
	background-image:url(../images/center_right.jpg);
	background-repeat:no-repeat;
	width:336px;
	height:181px;
	float:left;
	background-color:#999999
}

#breadCrumb {
	font-size:10px;
	margin: 10px 0 25px 24px;
}

#right {
	width: 673px;
	float: left;
	margin:0;
	padding:0;
	min-height:450px;
}

#right table {
	border: 1px solid #000000;
	border-collapse:collapse;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9;
}

#right table tr {
	border: 1px solid #000000;
}

#right table td {
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
}

* html	#right {
	width: 673px;
	float: left;
}
#right .content {
	padding: 0 25px 10px 24px;
	font-size: .9em;
	line-height: 1.45em;
}

#right .content p {
	margin: 20px 20px 20px 0;
}


#right #formContent {
	
	
}

#right a:link {
	color: #0000FF;
}
#right a:visited {
}

#right a:hover {
	color: #000000;
}
#right_box {
	float:right;
	width:191px;
	background-image:url(../images/rightbox_bg.jpg);
	background-repeat:repeat-y;
	margin:20px 0px 0px 5px;
	font-size:.9em;
}

* html	#right_box {
	float:right;
	width:191px;
	background-image:url(../images/rightbox_bg.jpg);
	background-repeat:repeat-y;
	margin:0px 5px 0px 0px;
	font-size:.9em;
}

#right_box h1 {
	background-image:none;
	padding-bottom: 0;
	margin: 5px 15px 5px 10px;
	font-size:1.2em;
	font-weight:bold;
	color:#3a4450;
}
#right_box p {
	margin: 5px 15px 5px 10px;
}
#right_box ul {
	margin:10px 0px;
	padding:5px 5px 5px 30px;
}

/* Target IE7 only */
html>body #right_box ul li{
margin-left: 5px;
}
/* end */

#right_box li {
	padding:2px;
	line-height:1.5em;
}
#right_box a:link {
	color:#22446D;
	text-decoration:none;
	padding: 0;
}
#right_box a:visited {
	color: #990066;
	text-decoration: none;
}
#right_box a:hover {
	color: #000000;
}
#left {
	width: 200px;
	float: left;
}
* html #left {
	width: 188px;
	float: left;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#navcontainer {
	background-color:#CECDCD;
	width:200px;
	margin:0px 0px 0px 8px;
	padding:0px 0px 10px 0px;
	font-family: verdana;
	font-size: .9em;
	border-top: solid 1px #FFFFFF;
}
* html #navcontainer {
	background-color:#CECDCD;
	width:188px;
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	font-family: verdana;
	font-size: .9em;
	border-top: solid 1px #FFFFFF;
}

#navcontainer>ul#leftnavlist li a {
	width: auto;
}
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4 */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.35; /* */
	width:182px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 16px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	width: 100%;
	padding: 10px 5px 10px 12px;
	border-bottom: dashed 1px #000000;
	color: #000000;
	text-decoration: none;
	background-color: #CECDCD;
}
#p7TMnav div a:hover {
	color: #000000;
	
	background-color:#ACABAB;
	border-bottom: dashed 1px #000000;
}

.p7currentmark {
	background-color: #ACABAB !important;
	color: #000000 !important;
}

#p7TMnav a.no_border {
	border:none;
}
#slideshow {
    position:relative;
	background-color:#2F3741;
    height:300px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}


#footer {
	background-color: #14304f;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:57px;
	padding: 0px;
	margin: 0px;
	font-size: .7em;
	clear: both;
}
#footer p {
	color:#D6D5D3;
	margin: 0px 0px 0px 15px;
	padding-top: 5px;
	width: 320px;
	float:left;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}

#footerLinks {
	float:right;
	width: 400px;
	padding: 0 10px 0 0;
	font-size:11px;
}

#footerLinks ul {
	float:right;
	list-style:none;
	list-style-type:none;
	display: inline;
}

#footerLinks ul li {
	display:inline;
	border-right: 1px solid #333333;
	padding: 0 7px 0 4px;
}

#footerLinks li.noBorder {
	border-right: none;
}


.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin:0px 0;
}
.content ul {
	margin:13px 5px 5px 3px;
}

.content ul li {
	margin: 0 0 5px 6px;
/*position: relative;*/
}

/* Target IE7 only */
html>body .content ul li{
margin-left: 43px;
}
/* end */



.content ol {
	margin: 5px 0 0 5px;
}


.hide	{
	display:none;
}

ul#leftnavlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#leftnavlist li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#leftnavlist li a {
	display: block;
	width: 100%;
	padding: 10px 5px 10px 12px;
	border-bottom: dashed 1px #000000;
	color: #000000;
	text-decoration: none;
	background: #CECDCD;
}

ul#leftnavlist li#active a {
	background: #ACABAB;
	color: #000000;
}
ul#leftnavlist li a:hover, ul#leftnavlist li#active a:hover {
	color: #000000;
	background:#ACABAB;
	border-bottom: dashed 1px #000000;
}

.skipNav {
margin-left: -999px;
margin-top: -999px;
width: 0;
height: 0;
position:absolute;
}

