@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;font-size: 10pt;color:#000000;
	background: #dcddde;
	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;
}



#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg.jpg) repeat-y top right #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px; margin-bottom:50px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container_alt { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg.gif) repeat-y top right #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px; margin-bottom:50px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.a_rule #header { 
	background: url(../images/a_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
} 

.ny_rule #header { 
	background: url(../images/ny_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
}

.home_rule #header { 
	background: url(../images/b_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
}

.b_rule #header { 
	background: url(../images/b_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
}

.e_rule #header { 
	background: url(../images/e_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
}

.jobs_rule #header { 
	background: url(../images/jobs_rule_header.jpg) top no-repeat #003768; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
}

#logobar {text-align:right;}

#topnav { padding:10px 45px 0px 0px; color:#999999}

#topimage {}

#nav { padding:63px 0px 0px 30px; text-align:left }

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#dateline {font-size:9px; color:#3c3c3c; padding: 20px 0px 29px 0px}

#ie6hack {float:left}

#sidebar1 {
	/*float: left;  since this element is floated, a width must be given */
	width: 150px; /* 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: #cccccc;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin: 28px 20px 20px 20px;
	word-wrap:break-word;
}

.home_rule #ie6hack {float:left}
.home_rule #sidebar1 {
	/*float: left;  since this element is floated, a width must be given */
	width: 180px; /* 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: #cccccc;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin: 0px 10px 10px 20px;
	word-wrap:break-word;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 237px; /* 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: url(../images/rightpanel.jpg) right top no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	min-height:450px;
	height:auto !important;
    height:450px;
	word-wrap:break-word;
}


#mainContent {

	margin: 0 230px 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	height:auto !important;
  height:500px;
  word-wrap:break-word;
} 



#mainContent_none {

	margin: 0 45px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	height:auto !important;
  height:500px;
  word-wrap:break-word;
}

#mainContent_left {

	margin: 0 45px 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	height:auto !important;
  height:500px;
  word-wrap:break-word;
}

#mainContent_right {

	margin: 0 230px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	height:auto !important;
  height:500px;
  word-wrap:break-word;
}


#mainContent a{color:#003a66}
#mainContent a:visited{color:#904595}
#mainContent a:hover{color:#4db4ca}

#mainContent_right a{color:#003a66}
#mainContent_right a:visited{color:#4db4ca}
#mainContent_right a:hover{color:#4db4ca}

 
#footer { height:12px;
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003a68; font-family:arial;font-size:11px;color:#ececec;
	line-height:12px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#tools {padding: 0px 45px 20px 20px}
#rightcontent {padding: 0px 0px 10px 20px; margin-right:50px; word-wrap:break-word;}
#homepad{padding:17px 0px 0px 0px}



.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: 0px;
}

#fltrt_nav { /* 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: 0px;
	text-align:right;
}

/* SEARCH BOX */
#fltrt_nav .boxSearch {margin:0px 46px 10px 0px;}
#fltrt_nav .btnSearch {border:solid 0 #fff;
	background-image: url(../images/search_.gif);
	cursor:pointer;
	height: 21px;
	width: 21px;
	padding-bottom: 4px}
#fltrt_nav .txtSearch {margin-bottom:0px; font-size: 11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}


.fltrt_foot { /* 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;
	margin-right:40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ececec;
	font-size:9px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px
}

.fltlft_nav { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top:4px;
}
.fltlft_nav_noscript { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top:0px;
	padding-bottom:5px;
	color:#ececec;
	font-size:10px;
}
.fltlft_nav_noscript a:link {color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:10px}
.fltlft_nav_noscript a:visited {color:#FFFFFF}
.fltlft_nav_noscript a:hover{color:#999999}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.subs {padding-bottom:6px}
.printpage {margin:15px;background:#FFFFFF; text-align:left}
.printhead {text-align:right; font-size:24px; font-family: Myriad, Calibri, Arial, Helvetica, sans-serif; text-transform:capitalize; color:#003a66}

/* DEFAULT */
/*body{margin:0px;background:#E6E7E8;margin:25px;margin-top:0px;}
td{font-family:arial;font-size:11px;color:#3D3D3D}*/
a:link{color:#555555}
a:visited{color:#555555}
a:hover{color:#111111}
a:active{color:#4db4ca}

ul { margin-top:5px; margin-bottom:11px;list-style-image:url("../images/bullet.gif");list-style-position:outside;}
li{ margin:0px 0px 0px -20px;padding-bottom:5px}
.highlight{color:Red}
.copyright{font-size:10px}
input {font-family:arial;font-size:9pt;}
textarea {font-family:arial;font-size:9pt;line-height:18px}
select {font-size:11px}
a.register:link{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.register:visited{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.register:hover{color:#ffffff;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.login:link{color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.login:visited{color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.login:hover{color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.myworkspace:link{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.myworkspace:visited{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.myworkspace:hover{color:#ffffff;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.admin:link{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.admin:visited{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.admin:hover{color:#ffffff;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.logout:link{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.logout:visited{color:#999999;font-family:Arial, Helvetica, sans-serif; font-size:11px}
a.logout:hover{color:#ffffff;font-family:Arial, Helvetica, sans-serif; font-size:11px}
.button {}
input[type="button"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="submit"] {height:23px;font-family:Arial;font-size:9pt;}
input[type="text"]   {height:15px;font-family:Arial;font-size:9pt;}
input[type="password"]{height:15px;font-family:Arial;font-size:9pt;}
input[type="file"]   {height:21px;font-family:Arial;font-size:9pt;}

/* PAGE ELEMENTS */
.title{margin-bottom:10px;font-family: Arial, Helvetica, sans-serif;font-weight:normal;font-size:20pt;color: #4db4ca;text-transform: uppercase;margin-top:0px}
.paging {font-family:arial;line-height:12px;font-size:9px;padding-top:8px;padding-left:27px;width:262px;height:21px;background:url(images/paging.gif) no-repeat;}
h1 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:20pt;color: #4db4ca;margin-top:0px}
h2 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:18pt;color: #4db4ca;margin-top:0px}
h3 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:16pt;color: #4db4ca;margin-top:0px}
h4 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:12pt;color: #003a66;margin-top:0px}
h5 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-size:10pt;margin-top:0px}
h6 {margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;font-size:8pt;margin-top:0px}


/* SIDE BOX */
.boxHeader  {padding-top:0px;padding-left:0px;text-align:left;font-weight:bold;font-size:9pt;font-family:Arial;color:#4db4ca; text-transform:uppercase;}
.boxContent {padding:7px;padding-left:0px;padding-bottom:15px;text-align:left;white-space:nowrap;font-family:arial;font-size:11px;}
.boxContent a {border-bottom:#aaaaaa 1px dotted;text-decoration:none;}

/* SIDE BOX */
.catboxHeader  {padding-top:0px;padding-left:0px;text-align:left;font-weight:bold;font-size:9pt;font-family:Arial;color:#4db4ca; text-transform:uppercase;}
.catboxContent {padding:7px;padding-left:0px;padding-bottom:15px;text-align:left;white-space:nowrap;font-family:arial;font-size:11px;color:#4db4ca}
.catboxContent a {border-bottom:#aaaaaa 1px dotted;text-decoration:none;}
.catboxContent a:hover {border-bottom:#aaaaaa 1px dotted;text-decoration:none;}

/* ORDER NOW BOX */
.boxOrderNow {width:100%;border-bottom:white 1px solid;margin-bottom:25px;background:url('images/order_bg.gif') no-repeat;}
.boxHeaderOrderNow {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxContentOrderNow {padding:7px;padding-bottom:20px;padding-left:40px;text-align:left;color:#ffffff}
.boxContentOrderNow td {color:#ffffff}

/* CART INFO */
.cart{font-family:arial;font-weight:normal;font-size:10px;color:#555555;}

/* BREADCRUMB */
.breadcrumb{margin-bottom:20px; color:#999999; font-size:10px}
a.breadcrumb{color:#999999}
a.breadcrumb:link{color:#999999}
a.breadcrumb:visited{color:#999999}
a.breadcrumb:hover{color:#666666}

/* NEWS FEED BOX */
.boxNewsFeed {width:100%}
.boxHeaderNewsFeed {padding-left:40px;text-align:left;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxTitleNewsFeed {font-weight:bold;font-size:9pt;font-family:Tahoma;font-weight:bold;}
.boxContentNewsFeed {padding:4px;padding-left:40px;text-align:left;}
.boxFooterNewsFeed {padding-left:40px;padding-bottom:15px;text-align:left}

/* NEWSLETTER SIGNUP BOX */
.boxSubscribe {width:100%}
.boxHeaderSubscribe {padding-left:0px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxFormSubscribe {padding:7px;padding-left:0px;text-align:left;}
.boxButtonSubscribe {padding-left:0px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnSubscribe {}

/* SEARCH BOX */
.boxSearch {margin:0px 45px 10px 0px; line-height:8px}
.btnSearch /*{border:solid 0 #fff;
	background-image: url(graphics/submit.png);
	height: 10px;
	width: 18px;}*/
.txtSearch {margin-bottom:10px; font: Arial, Helvetica, sans-serif bold 8pt;}

/* LOGIN FORM BOX */
.boxLogin {width:100%;}
.boxHeaderLogin {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}
.boxFormLogin {padding:4px;padding-left:40px;text-align:left;padding-bottom:15px;}
.btnLogin {}
.txtLogin {width:120px;}
.labelLogin {text-align:left;white-space:nowrap}
.boxLogout {width:100%;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;margin-bottom:15px;}
.boxFormLogout {padding:5px;padding-left:40px;font-size:9pt;font-family:Tahoma;text-align:left;}
.boxFormLogout a {font-size:9pt;font-family:Tahoma;}
.boxFormLogout a:link {font-size:9pt;font-family:Tahoma;color:#2c2c2c}

/* POLL BOX */
.boxPoll {width:100%}
.boxHeaderPoll {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-right:7px;height:27px;}
.boxFormPoll {padding:4px;padding-left:40px;text-align:left;}
.boxFooterPoll {padding-left:40px;padding-bottom:15px;text-align:left;white-space:nowrap}
.btnPoll {}
    
/* LATEST NEWS (Scrolling) */
.scrollNewsList {width:100%; background-color:#e3e9ee; border:solid 1px #8ca5b9}
.scrollHeaderNewsList {padding:3px;text-align:center;font-weight:bold;font-size:11px;font-family:Arial;color:#003a66;height:20px; text-transform:uppercase; font-style:italic}
.scrollContentNewsList { padding: 5px; word-wrap:break-word;text-align:left; font-size:8pt; background-color:#FFFFFF; border: solid 6px #e3e9ee; overflow:visible}
.scrollwords {word-wrap:break-word}
.scrollFooterNewsList {padding:5px;text-align:left; font-size:10px}
.scrollerFrame{width:150px; overflow:visible; word-wrap:break-word;}
.scrolltitle {color:#4db4ca; text-transform: uppercase; line-height:18px; font-weight:bolder; font-size:10pt; word-wrap:break-word;}

/* LATEST NEWS (Scrolling) pre 130509
.scrollNewsList {width:100%; background-color:#e3e9ee; border:solid 1px #8ca5b9}
.scrollHeaderNewsList {padding:3px;text-align:center;font-weight:bold;font-size:11px;font-family:Arial;color:#003a66;height:20px; text-transform:uppercase; font-style:italic}
.scrollContentNewsList {padding:5px;text-align:left; font-size:8pt; background-color:#FFFFFF; border-left:solid 6px #e3e9ee;border-right:solid 6px #e3e9ee}
.scrollFooterNewsList {padding:5px;text-align:left; font-size:10px}
.scrollerFrame{width:100%}
.scrolltitle {color:#4db4ca; text-transform: uppercase; line-height:18px; font-weight:bolder; font-size:10pt}*/

/* COMMENTS */
.comments {width:100%;margin-bottom:10px;border:#d7d7d7 1px solid;background:#F3F3F3}
.commentbody {padding:4px}
.commentinfo {padding:4px;font-size:9px;color:#777777}

/* PRINT LINK */
a.print:link{font-family:arial;font-size:11px;color:#ececec;text-decoration:none;white-space:nowrap}
a.print:visited{font-family:arial;font-size:11px;color:#ececec;text-decoration:none}
a.print:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:none}

/* TOP NAVIGATION */
.topmenu{font-family:arial;font-size:11px;color:#ececec;}
a.topmenu:link{font-family:arial;font-size:11px;color:#ececec;text-decoration:underline}
a.topmenu:visited{font-family:arial;font-size:11px;color:#ececec;text-decoration:underline}
a.topmenu:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:underline}

/* BOTTOM NAVIGATION */
.bottommenu{font-family:arial;font-size:11px;color:#ececec;}
a.bottommenu:link{font-family:arial;font-size:11px;color:#ececec;text-decoration:none}
a.bottommenu:visited{font-family:arial;font-size:11px;color:#ececec;text-decoration:none}
a.bottommenu:hover{font-family:arial;font-size:11px;color:#ffffff;text-decoration:none}

/* MAIN NAVIGATION (LINKS) */
.mainbar{background:url("images/topbg.gif") repeat-x top;}
a.mainmenu:link{font-family:arial;font-size:9px;color:#e7e7e7;text-decoration:none}
a.mainmenu:visited{font-family:arial;font-size:9px;color:#e7e7e7;text-decoration:none}
a.mainmenu:hover{font-family:arial;font-size:9px;color:#ffffff;text-decoration:none}

/* MAIN NAVIGATION (TABS) */
.tabActive_Left {width:15px;height:19px;background:url('images/tab_active_left.gif') no-repeat}
.tabActive_Center {white-space:nowrap;background:url('images/tab_active_center.gif')}
.tabActive_Right {width:15px;height:19px;background:url('images/tab_active_right.gif') no-repeat}

.tabInactive_Left {width:15px;height:19px;background:url('images/tab_inactive_left.gif') no-repeat}
.tabInactive_Center {white-space:nowrap;background:url('images/tab_inactive_center.gif')}
.tabInactive_Right {width:15px;height:19px;background:url('images/tab_inactive_right.gif') no-repeat}

a.tabInactiveLink:link {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:visited {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:none;}
a.tabInactiveLink:hover {font-weight:bold;font-size:9px;color:#E2ECF7;text-decoration:underline;}

a.tabActiveLink:link {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:visited {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:none;}
a.tabActiveLink:hover {font-weight:bold;font-size:9px;color:#1283CA;text-decoration:underline;}

/* MAIN NAVIGATION (SIDE) */
/* Option 1 
#divSide {font:11px Trebuchet MS, Arial, sans-serif;background:#FAFAFA;padding:0px;width:180px}
#divSide ul {margin:0px;padding:0px;list-style-type:none;}

#divSide span {color:#1684E6;padding-left:5px;display:block;border-top:#e6e7e8 1px solid;}
#divSide a {color:#333333;text-decoration:none;display:block;width:175px;padding-left:5px;border-top:#e6e7e8 1px solid;}
#divSide a:hover {color:#1684E6;background-color:#DDDFE4}

#divSide ul ul span {color:#1684E6;padding-left:20px;display:block;}
#divSide ul ul a {color:#333333;text-decoration:none;display:block;width:160px;padding-left:20px;}
#divSide ul ul a:hover {color:#1684E6;background-color:#DDDFE4}

#divSide ul ul ul span {color:#1684E6;padding-left:35px;display:block;}
#divSide ul ul ul a {color:#333333;text-decoration:none;display:block;width:145px;padding-left:35px;}
#divSide ul ul ul a:hover {color:#1684E6;background-color:#DDDFE4}

#divSide li {margin: 0 0 0 0;}
#divSide ul ul li {margin: 0 0 0 0;}
#divSide ul ul ul li {margin: 0 0 0 0;}*/

/* Option 2 */
/*#divSide {font:11px Trebuchet MS, Arial, sans-serif;background:#FAFAFA;padding:0px;width:180px}
#divSide a {color:#333333;text-decoration:none;}
#divSide a:hover {color:#1684E6}
.mnuLevel1 {margin:0px;padding-left:0px;list-style-type:none;}
.mnuLevel1 li {padding:3px;padding-left:7px;font-weight:bold;text-transform:uppercase;}
.mnuLevel2 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel2 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.mnuLevel3 {margin:0px;padding-left:12px;list-style-type:none;}
.mnuLevel3 li {padding:3px;padding-left:1px;border-top:#dedede 1px solid;font-weight:normal;text-transform:none;}
.itemSelected {color:#1684E6}*/


/* MAIN NAVIGATION (DROPMENU) */
.top {font:bold 11px arial;color:#ffffff;background:none;}
.top_hover {font:bold 11px arial;color:#ffffff;background:#005FA6;}
.member {font:bold 10px arial;color:#666666;}
.member_hover {font:bold 10px arial;color:#666666;background:#f7f7f7;}
.topbar {background-image:url("images/topbg_blue4.gif");height:28px;}
.memberbar {background-image:url("images/memberbg.gif");height:27px;}
    
/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */

/* Main Bar */
.static_nlsmenu {z-index:1;}

/* Main Bar - Item */
.static_nlsitemcontainer {padding-top:0px;padding-bottom:0px;
    padding-left:8px;
    padding-right:4px;border-right:#999999 solid 2px;
	margin-bottom:2px;
	/*background-color:#003768;*/
	}
.static_nlsiconcell {width:0px;}
.static_nlssubmenucell{width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitem {
    font-weight:bold;font-size:8pt;font-family:Arial;line-height:8px;
    color:#ffffff;
    padding:5px 5px 0px 0px;padding-bottom:4px;
	}
    
/* Main Bar - Item Hover */
.static_nlsitemcontainerover {border-right:#999999 solid 2px; border-bottom:#FFFFFF solid 1px; border-left:#ffffff solid 2px; background-color:#4db4ca;
    padding-left:6px;
    padding-right:4px; margin-bottom:2px}
.static_nlsiconcellover {width:0px;}
.static_nlssubmenucellover {width:0px;padding-top:6px;padding-left:3px;padding-right:4px}
.static_nlsitemover {
    text-decoration:none;font-weight:bold;font-size:8pt;font-family:Arial;line-height:8px;
    color:#000000;
    padding:5px 5px 0px 0px;padding-bottom:4px;}/*font-family:tahoma;font-size:8pt;font-weight:normal;*/

/* Sub Menu */
.nlsmenu {margin-top:0px;
    border-bottom:#474747 1px solid;border-left:#ffffff 2px solid;
    border-top:#3A87E8 0px solid;border-right:#434343 1px solid;
    z-index:1;}

/* Sub Menu - Item */
.nlsitemcontainer {height:16px;padding-left:0px;padding-right:0px;background-color:#6e88a6;border-bottom: #FFFFFF solid 1px;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);-moz-opacity:0.8;}/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);-moz-opacity:0.7;*/
.nlsiconcell {width:22px;background-color:#070707;}
.nlssubmenucell{padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitem {
    font-weight: bold;font-size:8pt;font-family:Arial;
    color:#ffffff;
    padding:0px 4px 0px 4px;}

/* Sub Menu - Item Hover */
.nlsitemcontainerover {height:16px;background-color:#4db4ca;border-bottom: #FFFFFF solid 1px;}
.nlsiconcellover {width:22px;background-color:#5E7809;}
.nlssubmenucellover {padding-top:2px;padding-left:3px;padding-right:4px}
.nlsitemover {
    font-weight:bold;font-size:8pt;font-family:Arial;
    color:#000000;
    padding:0px 4px 0px 4px;}

/* MAIN NAVIGATION (VERTICAL) */
.mnuVertical {width:170px}
.mnuOver {
    padding:3px;
    background-color:#656567;
    border:#cccccc 1px solid; 
    border-left:#cccccc 1px solid; 
    border-top:#cccccc 1px solid;
    border-bottom:#5A5A5C 1px solid;
    border-right:#5A5A5C 1px solid;
    color:#cccccc;
    }
.mnuSelected {
    padding:3px;
    background-color:#F3F2F7;
    border:white 1px solid; 
    border-top:white 1px solid;    
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    font-weight:bold;
    }
.mnuPath {
    padding:3px;
    background-color:#D7D7DB;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }
.mnuNormal {
    padding:3px;
    background-color:#E5E5EA;
    border:white 1px solid;
    border-top:white 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    }
.boxLogin {width:100%;}
.boxHeaderLogin {padding-left:40px;text-align:left;font-weight:bold;font-size:9pt;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;height:27px;}

/* QUICK LINKS/SAME LEVEL PAGES BOX (which contains links to the same level pages/Quick Links) */
.boxQuickLinks {width:100%;text-align:left;}
.boxHeaderQuickLinks {margin-bottom:12px;padding-left:0px;padding-top:5px;font-weight:bold;font-size:9pt;color:#2c2c2c;height:22px;font-family:Tahoma;background:url('images/boxheaderbg.gif');}
.boxItemQuickLinks {font-family:Tahoma;font-size:10pt;color:#009999;}
.boxItemQuickLinks a {font-family:Tahoma;font-size:10pt;color:#999999;}
.boxItemQuickLinks a:hover {font-family:Tahoma;font-size:10pt;color:#000000;}
.boxQuickLinks li {margin-left:0px;}

/* LINKS WITHIN BOX (which contains links to pages within the current page) */
.boxLinksWithin {margin-top:30px;padding-left:2px;padding-right:7px;font-weight:bold;}
.boxHeaderLinksWithin {margin-bottom:12px;padding-left:40px;padding-top:5px;font-weight:bold;font-size:9pt;color:#2c2c2c;height:22px;font-family:Tahoma;background:url('images/boxheaderbg.gif');}
.boxItemLinksWithin {white-space:nowrap;text-align:left;padding-top:2px}
.boxItemLinksWithin a {font-family:Tahoma;font-size:9pt;color:#009999; text-transform: capitalize; text-decoration:none; word-wrap:break-word;}
.boxItemLinksWithin a:hover {font-family:Tahoma;font-size:9pt;color:#333333; text-transform:capitalize; text-decoration:none; word-wrap:break-word;}


/* POLL RESULTS */
.pollHeader {background:#d6d7d8;text-align:center;padding:5px;font-weight:bold}
.bar1 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar2 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar3 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar4 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar5 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.bar6 {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;}
.bar7 {background:#6B8E23;border-right:#59761D 1px solid;border-bottom:#59761D 1px solid;}
.bar8 {background:#FF4500;border-right:#C43600 1px solid;border-bottom:#C43600 1px solid;}
.bar9 {background:#1E90FF;border-right:#0060BF 1px solid;border-bottom:#0060BF 1px solid;}
.bar10 {background:#FF1493;border-right:#C71585 1px solid;border-bottom:#C71585 1px solid;}
.barRow {background:#f6f7f8}
.barRowAlternate  {background:#d6d7d8}

/* FORUM */
.frm_category_bar {background-color:#ffffff;}
.frm_category_title {font-weight:bold;font-size:11px;font-family:Tahoma;}
.frm_forum_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_forum_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_thread_header{font-weight:bold;font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_thread_item{background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_post_bar {font-size:10px;font-family:Tahoma;background:url('images/boxheaderbg.gif');color:#2c2c2c;padding-left:7px;height:16px;}
.frm_post_subject {background-color:#EFEFF1;border:#BEC7D1 1px solid;}
.frm_post_infopanel {background-color:#ffffff;border:#BEC7D1 1px solid;}
.frm_post_message {background-color:#ffffff;border:#BEC7D1 1px solid;}

.frm_title {font-family:arial;font-size:14px;font-weight:bold;}

.frm_statusbox {line-height:18px;background-color:#ffffff;border:#BEC7D1 1px solid;}

/* Statistic Modules */
.boxStatVertical {margin:28px;text-align:left;}
.boxStatHorizontal {}
.boxStatDetailsVertical {padding:3px;border:#c6c7c8 1px dotted;}
.boxStatDetailsHorizontal {padding-left:3px;border:#c6c7c8 1px dotted;border-left:none;}
.barStat {background:#ffaa00;border-right:#D78B00 1px solid;border-bottom:#D78B00 1px solid;border-left:#ffd000 1px solid;border-top:#ffd000 1px solid}
.barStatArea {background:#333333;border-top:#333333 1px solid;}
.boxStatHeader {background:#a6a7a8;}

/* Menu Tree */
a.prnnode  {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    padding:2px;}
a.prnnode:hover {background-color:#CCFFCC; font-weight:bold;}
a.node {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#666666;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    padding:2px;}
a.node:hover {background-color:#CCFFCC; text-decoration:underline;}
a.selnode {
    font-family:tahoma,Arial;
    font-size:8pt;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    background-color:#CCFFCC;
    padding:1px 1px 1px 1px;
    border:#66CC66 1px solid;}
a.selprnnode {
    font-family:tahoma,Arial;
    font-size:8pt;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    margin:0px;
    background-color:#CCFFCC;
    padding:1px 1px 1px 1px;
    border:#66CC66 1px solid;}
div.row {color:#0066cc;text-decoration:none;cursor:pointer;}
div.selrow {background-color:#99CCFF;cursor:pointer;}
div.row:hover {}
input.nodeedit {
    font-family:arial,Arial;
    font-size:8pt;
    color:#666666;
    text-decoration:none;
    position:absolute;
    height:20px;
    border:#cfcfcf 1px solid;
    z-index:1;}
.nlstree {text-align:left; }/*border:#e6e7e8 5px solid;padding:12px;background:white;*/
