﻿@charset "utf-8";
/* CSS Document */

/* -- GENERAL STYLES -- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#7fbb00;
	text-align: center;	
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#0066cc;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}
/* -- END GENERAL STYLES -- */

/* -- HEADER -- */
#header-main {
	width:100%;
	height:145px;
	background:#fff;
}

#header
{
	
	margin:auto;
	width:976px;
	height:145px;
	background:#fff  url(../images/wrapper/header_back.gif) left bottom repeat-x;
	border:0px;
}

#nummsgitems, .msgBadgeSpan {
    display:none;
    color: white;
    font-size: 10px;
    line-height: 10px;
    padding: 3px 5px;
    margin-left: 4px;
    text-shadow: 1px 1px 1px #000000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #f03723;
    background: -moz-linear-gradient(top, #f03723 0%, #92170d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f03723), color-stop(100%,#92170d));
    background: -webkit-linear-gradient(top, #f03723 0%,#92170d 100%);
    background: -o-linear-gradient(top, #f03723 0%,#92170d 100%);
    background: -ms-linear-gradient(top, #f03723 0%,#92170d 100%);
    background: linear-gradient(to bottom, #f03723 0%,#92170d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f03723', endColorstr='#92170d',GradientType=0 );
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
#header-shadow-left{
	float:left;
	width:13px;
	height:145px;
	background:url(../images/wrapper/header_left.gif) left bottom no-repeat;
}

#header-content
{
	float:left;
	width:950px;
	height:145px;
}

#header-top
{
	Z-INDEX: 10; 
	width: 950px; 
	position: relative; 
	height: 55px;
}

.logo {
	float: left; 
	margin: 6px 0px 0px -13px;
	width: 400px; 
	height: 50px;
	background: url(../Images/wrapper/bc_logo.png) no-repeat;
	_margin: 10px 0px 0px 0px;
	
}

.logo a {
	display: block; 
	overflow: hidden; 
	width: 400px;
	height: 50px; 
	text-indent: -9999px; 
	text-decoration: none;
}

/*END new style*/

/* secondary navigation */
#upper-nav-area{
	width: 555px;
	float:right;
	height:25px;
	_width: 500px;

}

ul#upper-nav  
{
	float: right;
	margin: 0;
	border: 0 none;
	padding: 0;	
	list-style: none;
	height: 25px;
}

ul#upper-nav li {
	Z-INDEX: 6;
	position: relative; 
	float: left;
	height: 25px;
	margin: 0px;  
	border: 0px; 
	padding: 0px;
	display: inline; 
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, sans-serif; 
	color: #7B7B7B; 
	list-style-type: none; 
	}

/* Root Menu */
ul#upper-nav a {
	display: block;
	float: none! important;
	height: auto! important; 
	padding:0px 5px 5px 5px;
	color: #7B7B7B; /*7B7B7B*/
	text-decoration: none;
}

ul#upper-nav li a:visited {
	text-decoration: none;
	}
	
/* Root Menu Hover Persistence */
ul#upper-nav a:hover {
	color:#000;
	text-decoration: none;
}
ul#upper-nav li:hover a,
ul#upper-nav li.iehover a {
	color:#000;
	text-decoration: none;
}

ul#upper-nav li a:active {
	color:#000;
	text-decoration: none;
}

ul#upper-nav li.dropDownItem a {
	padding-right:20px;
	background: url(../Images/wrapper/dropdown_arrow.gif) no-repeat;
	background-position: center right;
	}

ul#upper-nav li.dropDownItem:visited a{
	text-decoration:none;
	}
	
ul#upper-nav li.dropDownItem:hover a {
	text-decoration:none;
	z-index:500;
	}
	
ul#upper-nav li.dropDownItem:active a {
	text-decoration:none;
	}
	
ul#upper-nav ul {
	width:150px;
	margin:0px;
	padding:1px 1px 2px 1px;
	list-style: none;
	display: none;
	position: absolute;
	top:17px;
	left: 0;
	text-align:left;
	z-index:5;
}

ul#upper-nav ul li {
	float: none; /*For Gecko*/
	margin:0px;
	height:20px;
	display: block !important;
	display: inline; /*For IE*/
	
}

ul#upper-nav li.dropDownItem:hover {
	text-decoration: none;
}

ul#upper-nav li.dropDownItem a:hover { /* for IE7 */
	text-decoration: none;
}

/* 2nd Menu */
ul#upper-nav li:hover li a,
ul#upper-nav li.iehover li a {
	float: none;
	margin:0px;
	padding:4px;
	background: #ddd; 
	font-family: Arial, sans-serif;
	font-size: 11px; 
	color: #000; 
	line-height: 12px; 
	text-decoration: none;
	border: #aaa 1px solid;

}	

/* 2nd Menu Hover Persistence */
ul#upper-nav li:hover li a:hover,
ul#upper-nav li:hover li:hover a,
ul#upper-nav li.iehover li a:hover,
ul#upper-nav li.iehover li.iehover a {
	background: #689305; 
	color: #fff; 
	text-decoration: none;
}

ul#upper-nav ul ul,
ul#upper-nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#upper-nav li:hover ul ul,
ul#upper-nav li:hover ul ul ul,
ul#upper-nav li.iehover ul ul,
ul#upper-nav li.iehover ul ul ul {
	display: none;
}

ul#upper-nav li:hover ul,
ul#upper-nav ul li:hover ul,
ul#upper-nav ul ul li:hover ul,
ul#upper-nav li.iehover ul,
ul#upper-nav ul li.iehover ul,
ul#upper-nav ul ul li.iehover ul {
	display: block;
}
/* END secondary navigation */

#header-bottom {
	z-index: 9;
	width: 950px; 
	height: 90px; 
	text-align: left
}
#tabs {
	float: left;
	margin:0px;
	padding:0px;
	width: 650px; 
	position: relative; 
	height: 30px;
}
ul#tabs {    
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	height: 18px;
}
	
ul#tabs li {    
	float: left;
	margin: 0px;
	padding:0px;
	border-style: none; 
}
		
ul#tabs a {    
	padding: 6px 8px 6px 8px;
	height: 30px; 
	font-size: 14px; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	border-right: #aeaeae 1px solid;
	background:url(../Images/Wrapper/GrayMenuTop.gif) bottom left repeat-x;
	}

.tab_left_end {
	width: 5px; 
	height: 30px;
	/*background:url(../images/Wrapper/GrayTabLeft.gif)  no-repeat;*/
	position: absolute
}

.tab_right_end {
	height: 30px;
	width:5px;
	/*background:url(../images/wrapper/GrayTabRight.gif)  no-repeat;*/
	position: absolute
}
ul#tabs a:hover {
	background-position: 0px -60px; 
	font-weight: normal; 
	color: #fff;
	background: url(../images/wrapper/GreenMenuTop.gif); 
}
	
ul#tabs a:hover span {    
	background-position: 100% -60px;
	}
	
ul#tabs li.current a {    
	background-position: 0px -30px; 
	font-weight: normal; 
	color: #fff;
	background: url(../images/Wrapper/GreenMenuTop.gif); 
	}
	
ul#tabs li.current span {    
	background-position: 100% -30px;
	}
	
ul#tabs span {    
	padding-right: 0px; 
	line-height: 30px; 
	white-space: nowrap; 
	text-align: center
	}

#welcome {
	font-weight: bold; 
	font-size: 11px; 
	float: right; 
	margin: 5px 0px 0px 0px; 
	width: 200px; 
	color: #000; 
	font-family: Arial,sans-serif; 
	height: 13px; 
	text-align:right;
	/*position: absolute;  - Pushing the welcome message too far right */
	right: 200px;
}

#welcome.my-account {
	position: relative;
	right: 0;
}

/* primary navigation */

#main-nav-area {
	float:left;
	width:950px;
	height:34px;
	text-align:left;
	margin-top: 12px;
	z-index: 4;
	_margin-top: 7px;
}


ul#main-nav { 
	margin: 0;
	border: 0 none;
	padding: 0; 
	width: 950px; 
	height: 34px;
	list-style: none;
	_width: 947px; 
	_padding:0px;
	_margin:0px;
}

ul#main-nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 34px;
	z-index:5;
	
	}

ul#main-nav li a.dropDownItem {
	padding-right:20px;
	background: url(../Images/wrapper/arrowWhite.gif) 96% center no-repeat;
	}
		
ul#main-nav li a.dropDownItem.primaryNavLinkActive {
	background:url(../Images/wrapper/arrowBlack.gif)   96% center no-repeat;
	
}

ul#main-nav li a.primaryNavLinkActive {
	color:#000;
}
ul#main-nav li a.dropDownItem:hover{
	background: url(../Images/wrapper/arrowBlack.gif)   96% center no-repeat;
	color: #000; 
	text-decoration: none;
}
	
/* Root Menu */
ul#main-nav a {
	display: block; 
	float: none! important;
	height: auto! important; 
	padding:9px 5px 8px 5px;
	font-weight: normal; 
	font-size: 14px; 
	color: #fff; 
	font-family: Verdana, Arial, sans-serif; 
	text-decoration: none;
	border-right: #6d9b00 1px solid; 
}
/* Root Menu Hover Persistence */
UL#main-nav A:hover {
	color: #000; 
}
UL#main-nav LI:hover A {
	color: #000; 
	text-decoration: none;
}
UL#main-nav LI.iehover A {
	color: #000; 
	text-decoration: none;
}

ul#main-nav ul {
	Z-INDEX: 4;
	position: absolute;
	top: 34px;
	left: 0px; 
	display: none;
	margin: 0px;
	padding: 0px 0px 4px 0px; 
	width: 200px;  
	background: #ddd; 
	list-style-type: none; 
	
}

ul#main-nav ul li {
	display: block! important; 
	float: none; 
	margin: 0px;
	height: 30px;
	border: #aaa 1px solid; 
	_height:27px;
	
}
UL#main-nav LI:hover LI A {
	float: none;
	margin: 0px;
	padding: 8px 4px 8px 4px;
	
	border-right: 0px;
	border-bottom: 0px; 
	border-left: 0px;  
	font-weight: normal; 
	font-size: 14px; 
	color: #000;
	font-family: Arial, sans-serif; 
	text-decoration: none;
	background: #ddd; 
}
UL#main-nav LI.iehover LI A {
	float: none;
	margin: 0px;
	padding: 8px 4px 8px 4px;
	border-top: #aaa 1px solid; 
	border-right: 0px;
	border-bottom: 0px; 
	border-left: 0px;  
	font-weight: normal; 
	font-size: 14px; 
	color: #000;
	font-family: Arial, sans-serif; 
	text-decoration: none;
	background: #ddd;
}

/* 2nd Menu Hover Persistence */
ul#main-nav li:hover li a:hover,
ul#main-nav li:hover li:hover a,
ul#main-nav li.iehover li a:hover,
ul#main-nav li.iehover li.iehover a {
	background: #689305; 
	color: #fff; 
	text-decoration: none;
}

ul#main-nav ul ul,
ul#main-nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#main-nav li:hover ul ul,
ul#main-nav li:hover ul ul ul,
ul#main-nav li.iehover ul ul,
ul#main-nav li.iehover ul ul ul {
	display: none;
}

ul#main-nav li:hover ul,
ul#main-nav ul li:hover ul,
ul#main-nav ul ul li:hover ul,
ul#main-nav li.iehover ul,
ul#main-nav ul li.iehover ul,
ul#main-nav ul ul li.iehover ul {
	display: block;
}
/* primary navigation */

li a.primaryNavLinkActive 
}
/* secondary navigation */
#lower-nav-area{
	float:right;
	margin: 2px -8px 0px 0px;
	padding:0px;
	height:26px;
	width:600px;
	text-align: right;
}
ul#lower-nav { 
	float: right;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 523px; /*For KHTML*/
	text-align: right;
	list-style: none;
	height: 25px;
	

}

ul#lower-nav li {
	z-index: 2; 
	float: left;
	display: inline;
	margin: 0px;
	position: relative; 
	height: 21px;
	padding:5px 0px 0px 5px;
	border: 0px; 
	font-weight: normal; 
	font-size: 12px; 
	color: #7e7e7e; 
	font-family: Arial, sans-serif; 
	list-style-type: none; 
	
	}

ul#lower-nav li.dropdown a {
	padding: 20px; 
	background: url(../Images/wrapper/dropdown_arrow.gif) no-repeat;
	background-position: top right;
	}

ul#lower-nav li.dropdown a:visited {
	text-decoration:none;
	}
	
ul#lower-nav li.dropdown a:hover {
	text-decoration:none;
	}
	
ul#lower-nav li.dropdown a:active {
	text-decoration:none;
	}
	
/* Root Menu */
ul#lower-nav a {
	display: block; 
	float: none! important;
	padding:0px 5px 5px 5px;
	color: #7e7e7e; 
	height: auto! important; 
	text-decoration: none;
	
}
ul#lower-nav li a:visited {
	text-decoration: none;
	}
/* Root Menu Hover Persistence */
ul#lower-nav a:hover,
ul#lower-nav li:hover a,
ul#lower-nav li.iehover a {
	text-decoration:none;
}

ul#lower-nav li a:active{
	text-decoration:none;
}

ul#lower-nav ul {
	z-index: 1; 
	display: none; 
	margin: 0px;
	padding:0px; 
	width: 165px; 
	position: absolute;  
	right: 0px; 
	top: 24px;  
	list-style-top: none; 
	text-align: left;
	
}

ul#lower-nav ul li {
	margin:0px;
	padding:0px;
	float: none; /*For Gecko*/
	margin:0px;
	height:18px;
	display: block !important;
	display: inline; /*For IE*/
	
}

/* 2nd Menu */
ul#lower-nav li:hover li a,
ul#lower-nav li.iehover li a {
float: none;
	margin:0px;
	padding:4px;
	background: #ddd; 
	font-family: Arial, sans-serif;
	font-size: 11px; 
	color: #000; 
	line-height: 12px; 
	text-decoration: none;
	border: #aaa 1px solid;
}	

/* 2nd Menu Hover Persistence */
ul#lower-nav li:hover li a:hover,
ul#lower-nav li:hover li:hover a,
ul#lower-nav li.iehover li a:hover,
ul#lower-nav li.iehover li.iehover a {
	background: #689305; 
	color: #fff; 
	text-decoration: none;
}

ul#lower-nav ul ul,
ul#lower-nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#lower-nav li:hover ul ul,
ul#lower-nav li:hover ul ul ul,
ul#lower-nav li.iehover ul ul,
ul#lower-nav li.iehover ul ul ul {
	display: none;
}

ul#lower-nav li:hover ul,
ul#lower-nav ul li:hover ul,
ul#lower-nav ul ul li:hover ul,
ul#lower-nav li.iehover ul,
ul#lower-nav ul li.iehover ul,
ul#lower-nav ul ul li.iehover ul {
	display: block;
}

.subNavTitle:hover {
	color:#000;
	text-decoration: none;
}

/* END secondary navigation */

#header-shadow-right {
	float: right; 
	width: 13px; 
	height: 145px;
	background:url(../images/wrapper/header_right.gif) right bottom no-repeat;
}

/* -- END HEADER -- */

/* -- CONTENT AREA -- */
#content-main {
	width: 100%;
	padding-bottom:20px;
	background: #ddd url(../images/wrapper/content_back.gif) left top repeat-x;
}

#content-area{
	margin: auto; 
	width: 974px;
	background:#fff;
	border-top: 0px;
	border-right: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
}

#content {
	margin:auto;
	padding:10px;
	/*width:949px;*/
	min-height:400px;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-align:left;
	line-height:1.3;
}
/* for IE6 and below*/ 
	* html #content {
		height:400px;
}
/* -- END CONTENT AREA -- */


/* -- FOOTER -- */
#footer-main {
	clear: both; 
	background: #7fbb00 url(../images/wrapper/footer-bg.png) repeat-x; 
	width: 100%;
}

#footer {
	margin: auto; 
	width: 976px;
	height: 170px;
}

#footer-shadow-left {
	float: left; 
	/*width: 13px; 
	height: 170px*/
}

#footer-center {
	float: left; 
	width: 950px;
	background: url(../Images/wrapper/footer-bg.png) repeat-x; 
}

#footer-content {
	height:145px;
}

.footer-links {
	float: left;
	width: 380px; 
	height: 100px; 
	margin-top:10px;
	padding:15px 0px 0px 0px;
	border-right: #fff 1px dotted;   
	text-align: left;
	}

	
.footer-column1 {
	float: left;
	width:190px;
	display: inline;

}
.footer-column2 
{
	left:205px;
	float: left;
	width:175px;
	display: inline;

}
.footer-column3
{
	left:410px;
	float: left;
	width:200px;
	display: inline;
	border:1px solid red;
}

.footer-column2 {
	float: right;
	display: inline;
	padding-right:10px;
}
.social-icons {float: left; display: block; margin-right: 0px;}
.footer-links p{
	margin: 0px 0px 5px 15px;
	font-weight: bold; 
	font-size: 12px;  COLOR: #000000; 
	font-family: Arial,sans-serif; 
	text-align: left;
	}

.footer-links ul {
	margin-left: 3px; 
	font-weight: bold; 
	font-size: 12px; 
	color: #676767; 
	line-height: 20px; 
	font-size: Arial,sans-serif; 
	list-style-type: none;
	}
	
.footer-links li a {
	font-weight: normal;
	font-size:11px; 
	color:#000;
	text-decoration:underline;
	}

.footer-links li a:visited {
	text-decoration: underline;
}
.footer-links li a:hover {
	text-decoration: none;
	color:#fff;
}
.footer-links li a:active {
	text-decoration: underline;
}
/*new styles*/
.footer-links2 {
	float: left;
	width: 350px; 
	height: 100px; 
	margin-top:10px;
	padding:15px 10px 0px 0px;
	text-align: left;
}
.footer-links2 p {
	margin: 0px 0px 5px 25px;
	font-weight: bold; 
	font-size: 12px;  COLOR: #000000; 
	font-family: Arial,sans-serif; 
	text-align: left;
}
.footer-links2 ul {
	margin-left: 15px; 
	font-weight: bold; 
	font-size: 12px; 
	color: #676767; 
	line-height: 20px; 
	font-size: Arial,sans-serif; 
	list-style-type: none;
}
.footer-links2 li a {
	font-weight: normal;
	font-size:11px; 
	color:#000;
	text-decoration:underline;
}
.footer-links2 li a:visited {
	text-decoration: underline;
}
.footer-links2 li a:hover {
	text-decoration: none;
	color:#fff;
}
.footer-links2 li a:active {
	text-decoration: underline;
}
.footer-links-Social {
	float: left;
	width: 160px; 
	height: 100px; 
	margin-top:10px;
	padding:15px 0px 0px 0px;
	text-align: left;
}
.footer-links-Social p {
	margin: 0px 0px 5px 10px;
	font-weight: bold; 
	font-size: 12px;  
	color: #000000; 
	font-family: Arial,sans-serif; 
}
.footer-links-Social li {
	display: inline;
	list-style-type: none outside none;
	margin: 0;
	padding: 0;
	float: left;
}
/*END new styles*/

.footer-links li a:hover {
	text-decoration:underline;
}

.footer-links li a:active {
	text-decoration:none;
}

.footer-links.no-border {
	border-right:0px;
	}
	
.footer-links.no-left-padding{
	padding-left:0px;
	}
#copyright {
	font-weight: normal; 
	font-size: 11px; 
	color: #000; 
	line-height: 18px; 
	font-family: Arial,sans-serif; 
	text-align: center;
}

#footer-shadow-right {
	float: right; 
	width: 13px; 
	height: 170px
}
/* -- END FOOTER -- */
.clearfix:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.clearfix {
	DISPLAY: inline-block
}
* HTML .clearfix {
	HEIGHT: 1%
}
.clearfix {
	DISPLAY: block
}
/* --  LOGIN FORM  -- */
/* password and register green buttons */
.roundedButton
{
	background: url(../Images/Nav/tl.png) no-repeat top left;
}
.roundedTop
{
	background: url(../Images/Nav/tr.png) no-repeat top right;
}
.roundedBottom
{
	background: url(../Images/Nav/bl.png) no-repeat bottom left;
}
.roundedBottom div
{
	background: url(../Images/Nav/br.png) no-repeat bottom right;
}
.roundedContent
{
	background: url(../Images/Nav/r.png) top right repeat-y;
}

.roundedTop div, .roundedTop, .roundedBottom div, .roundedBottom
{
	width: 100%;
	height: 11px;
}
.roundedContent, .roundedBottom
{
	margin-top: -19px;
}
.roundedContent
{
	padding: 0 4px !important;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: 600;
}
.roundedLabel
{
	padding: 0px;
	text-align: center;
}
.passwordButton
{
	width: 105px;
	margin-top: 3px;
	float: left;
	margin-left: 164px;
}
.registerButton
{
	float: right;
	width: 110px;
	margin-top: 3px;
	margin-right: 10px;
}
.signin-label
{
	padding-right: 5px;
	font-weight:bold;
}
.signinLinks {
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	padding-top: 5px;
	margin-left: 9%;
}
.signinLinks a {
	color: #fff;
}
.signinDiv {
	padding-left: 6px;
	padding-right: 6px;
}
.liDiv 
{
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.printerDiv 
{
	display: none;
	clear: both;
	width: 100%; 
	height: 2px;
	margin: 0;
	padding: 0;
	margin-top: -2px;

}

@media print {
	.printerDiv
	{
		display: block;
	}
	#header-main, #NavLeftBar, .NavLeftBar, .RightSkyskraper, .divRightMarketingContent, .advert, #footer-main, .pf {
		display: none;
	}
	#main 
	{
		display: block;
	}
	.Main
	{
		min-height: 100% !important;
		overflow: visible !important;
		float: none !important;
	}
	.ContentPlaceHolderMarketingTop 
	{
		margin-top: 30px;
	}
}
