﻿@import url('reset.css');
@import url('global.css');


/*-------------------LAYOUT STYLES----------------------------------------------*/
.clearAll {
	clear:both;
	height:0.1px;
	width:0.1px;
	overflow:hidden;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight:normal;
	text-align:center;
	background-color:#CCC;
}
.mainContainer {
	margin: 5px auto 0 auto;
	width:848px;
	text-align:left;
}
.addSide {
	width:1000px;
}
.sidePanel {
	float:right;
	width:152px;
	text-align:center;
	background-image:url('../Images/CssImg/sidePanelBkg.gif');
	background-position:left top;
	background-repeat:repeat-y;
}
.sidePanel .txt {
	text-align:left;
	background-image:url('../Images/CssImg/sidePanelTopBkg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 5px 3px 8px;
}
.sidePanel .content {
	padding-bottom:7px;
	background-image:url('../Images/CssImg/sidePanelBottomBkg.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}
.sidePanel .content img {
	margin:2px 0;
}
.sidePanel .content .flashContainer {
	margin:2px 0;
	position:relative;
}
.sidePanel .content .flashContainer a {
	display:block;
	position:absolute;
	top:0;
	left:6px;
	width:140px;
}
.fullPage {
	/*margin: 5px auto 0 auto;*/
	text-align:left;
	width:848px;
	background-image:url('../Images/CssImg/fullPageBkg.jpg');
	background-repeat:repeat-y;
	background-color:white;
	overflow:hidden;
	float:left;
}
.topRegion {
	/*background-color:yellow;*/
	overflow:hidden;
	width:848px;
}
.fullRegion {
	margin:0 12px 0 13px;
	background-image:url('../Images/CssImg/leftFauxColBkg.gif');
	background-repeat:repeat-y;
	background-position:left top;
}
.leftRegion {
	float:left;
	width:206px;
	background-image:url('../Images/CssImg/leftRegionHeadingBkg.jpg');
	background-repeat:repeat-x;
	overflow:hidden;
}
.middleAndRightRegion {
	float:right;
	width:614px;
}
.middleAndRightRegion .sectionImg {
	float:left;
	height:150px;
	width:424px;
}
.middleRegion {
	width:385px;
	float:left;
	margin:20px 0 0 20px;
	font-size:1.1em;
	line-height:1.45em;
	color:#454545;
	/*letter-spacing:0.05em;*/
}
.rightRegion {
	float:right;
	width:190px;
}
.bottomRegion {
	height:34px;
	background-image:url('../Images/CssImg/footerBkg.jpg');
	background-repeat:no-repeat;
	color:#929292;
	text-align:center;
	line-height:22px;
	overflow:hidden;
}
.bottomRegion a {
	color:#929292;
	text-decoration:none;
}

/*---------------------Header styles-------------------------------*/
.topRegion .header {
	height:118px;
	background-image:url('../Images/CssImg/headerBkg.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}
.topRegion .header .logo {
	float:left;
	margin:60px 0 0 45px;
}
.topRegion .header .logoPrint {
	display:none;
}
.topRegion .header .links {
	float:right;
	color:#e9e9e9;
	margin:83px 15px 0 0;
	font-size:1.1em;
}
.topRegion .header .links a {
	color:#e9e9e9;
	margin: 0 10px;
	text-decoration:none;
}
.topRegion .header .links input {
	vertical-align:middle;
	margin-right:-7px;
	border:0;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;}

/*----------------------------Top Menu styles-------------------------*/
ul.topMenu {
	margin:0 12px 3px 13px;
	padding:0 0 0 10px;
	list-style-type:none;
	height:33px;
	/*width:939px;*/
	overflow:hidden;
	font-size:1.3em;
	background-image:url('../Images/CssImg/topMenuBkg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
ul.topMenu li{
	float:left;
	background-image:url('../Images/CssImg/topMenuBkg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	margin:0;
}
ul.topMenu li:hover ul {
	display:block;
	z-index:999;
}
ul.topMenu li:hover {
	background-position:center -33px;
	z-index:999;
}
ul.topMenu li a {
	display:block;
	line-height:33px;
	color:#EDEDED;
	text-decoration:none;
	border-left:1px silver solid;
	padding: 0 17px;
}
ul.topMenu li a.selected {
	color:#d47611;
	background-image:url('../Images/CssImg/topMenuBkg.jpg');
	background-repeat:no-repeat;
	background-position:center -33px;
}
ul.topMenu li.last {
	border:0;
	border-right:1px silver solid;
}
ul.topMenu ul {
	margin:0 0 0 1px;
	padding:0;
	list-style-type:none;
	position:absolute;
	display:none;
	width:180px;
	background-color:#666;
/*
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
*/
}
ul.topMenu ul li {
	float:left;
	width:180px;	
	background-image:none;
}
ul.topMenu ul li a {
	border:0;
	float:none;
	width:150px!important;
	text-align:left;
	font-size:0.92em;
	line-height:1.25em;
	padding:5px 15px;
	border-bottom:1px silver solid;
	background-image:none;
}
ul.topMenu ul li.last {
	border:0;
}
ul.topMenu ul li.last a {
	border:0;
}
ul.topMenu ul li a:hover {
	background-color:#333;
}



/*----------------------------Left Menu styles-------------------------*/
.leftRegion h2 {
	margin:0;
	padding:0;
	color:white;
	font-size:1.3em;
	font-weight:bold;
	height:19px;
	padding:20px 0 0 15px;
	margin:0 0 0 16px;
	text-transform:uppercase;
	background-image:url('../Images/CssImg/leftRegionHeadingArrowDown.gif');
	background-repeat:no-repeat;
	background-position:left 24px;
}
.leftRegion h2 a {
	color:white;
}
ul.leftMenu {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}
ul.leftMenu li {
	background-image:url('../Images/CssImg/leftMenu1Bkg.gif');
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	margin:15px 0 0 7px;
}
ul.leftMenu li a {
	color:#010101;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	width:145px;
	padding: 0 0 0 17px;
	line-height:20px;
	background-image:url('../Images/CssImg/leftMenuArrowLeft.gif');
	background-repeat:no-repeat;
	background-position:left 6px;
}
ul.leftMenu li a.hasChild {
	background-image:url('../Images/CssImg/leftMenuArrowDown.gif');
	background-position:left 7px;
}
ul.leftMenu li a.hasChildAndSelected {
	background-image:url('../Images/CssImg/leftMenuArrowDown.gif');
	background-position:left 7px;
	color:#d47611;
}
ul.leftMenu li a.childSelected {
	background-image:url('../Images/CssImg/leftMenuArrowDown.gif');
	background-position:left 7px;
	color:#d47611;
}
ul.leftMenu li a.selected {
	color:#d47611;
}
ul.leftMenu ul {
	margin:3px 0 0 0;
	padding:0;
	list-style-type:none;
}
ul.leftMenu ul ul {
	margin:0;
}
ul.leftMenu ul li {
	background:0;
	margin:0;
	padding:0;
}
ul.leftMenu ul a {
	background:0;
	margin:0;
	/*padding:0;*/
	color:#464646;
	font-weight:normal;
	font-size:1.1em;
	line-height:17px;
}
ul.leftMenu ul a.hasChild {
	background-image:url('../Images/CssImg/leftMenuSmallArrowLeft.gif');
	background-repeat:no-repeat;
	background-position:2px 7px;
}
ul.leftMenu ul a.hasChildAndSelected {
	background-image:url('../Images/CssImg/leftMenuSmallArrowDown.gif');
	background-repeat:no-repeat;
	background-position:2px 7px;
}
ul.leftMenu ul a.childSelected {
	background-image:url('../Images/CssImg/leftMenuSmallArrowDown.gif');
	background-repeat:no-repeat;
	background-position:2px 7px;
	/*color:#d47611;*/
}
ul.leftMenu ul ul a {
	font-size:1em;
	padding: 0 0 0 25px;
}
ul.leftMenu ul ul a.selected {
	background:0;
}


/*-----------------colorPush Styles------------------------*/
.colorPush {
	background-repeat:repeat-x;
	background-position:left top;
	height:150px;
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
}
.colorPush .content {
	position:absolute;
	bottom:0;
	padding:30px 15px;
	font-size:1.2em;
	line-height:1.16em;
}
.orangePush {
	background-image:url('../Images/CssImg/colorPushBkgOrange.gif');
	color:#f1f1f1;
	background-color:#d78324;
}
.greenPush {
	background-image:url('../Images/CssImg/colorPushBkgGreen.gif');
	color:#f1f1f1;
	background-color:#8fab0e;
}
.yellowPush {
	background-image:url('../Images/CssImg/colorPushBkgYellow.gif');
	color:#f1f1f1;
	background-color:#d1ba21;
}
.magentaPush {
	background-image:url('../Images/CssImg/colorPushBkgMagenta.gif');
	color:#f1f1f1;
	background-color:#760061;
}
.blackPush {
	background-image:url('../Images/CssImg/colorPushBkgBlack.gif');
	color:#f1f1f1;
	background-color:#333333;
}
.bluePush {
	background-image:url('../Images/CssImg/colorPushBkgBlue.gif');
	color:#f1f1f1;
	background-color:#25758f;
}
.purplePush {
	background-image:url('../Images/CssImg/colorPushBkgPurple.gif');
	color:#f1f1f1;
	background-color:#6c21ab;
}

.redPush {
	background-image:url('../Images/CssImg/colorPushBkgRed.gif');
	color:#f1f1f1;
	background-color:#950614;
}


/*-----------------txtPush Styles------------------------*/
.txtPush {
	
}
.txtPush h4 {
	color:white;
	font-size:1.2em;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:orange;
	background-image:url('../Images/CssImg/txtPushHeadingBkg.gif');
	background-repeat:repeat-x;
	height:17px;
	padding:10px 20px 0 20px;
	overflow:hidden;
}
.txtPush .content {
	padding:15px 20px;
}
.rightRegion .txtPush .content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color:#333;
}
.txtPush .content p {
	margin:0;
}
.txtPush .content .item {
	display:block;
	margin-bottom:10px;
}

/*-----------------formContainer Styles------------------------*/
.formContainer {
	padding:40px 30px 15px 30px;
	background-image:url('../Images/CssImg/txtPushHeadingBkg.gif');
	background-repeat:repeat-x;
	background-position:left -6px;
}
.formContainer td {
	text-align:left;
	padding:3px 20px 3px 0;
}
.formContainer input {
	vertical-align:middle;
	margin-right:5px;
}
/*-----------------imgPush Styles------------------------*/
.imgPush {
	/*background-color:fuchsia*/
}
.imgPush img {
	width:176px;
	display:block;
}


/*-----------------shadowPanel Styles------------------------*/

.shadowPanel {
	margin-bottom:5px;
}
.shadowPanel .shadowTop {
	background-image:url('../Images/CssImg/shadowTop.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	overflow:hidden;
}
.shadowPanel .shadowTopLeft {
	background-image:url('../Images/CssImg/shadowTopLeft.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	width:7px;
	overflow:hidden;
	float:left;
}
.shadowPanel .shadowTopRight {
	background-image:url('../Images/CssImg/shadowTopRight.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	width:7px;
	overflow:hidden;
	float:right;
}
.shadowPanel .shadowLeft {
	background-image:url('../Images/CssImg/shadowLeft.gif');
	background-repeat:repeat-y;
	background-position:left top;
	padding-left:7px;
	clear:both;
}
.shadowPanel .shadowRight {
	background-image:url('../Images/CssImg/shadowRight.gif');
	background-repeat:repeat-y;
	background-position:right top;
	padding-right:7px;
}
.shadowPanel .shadowBottom {
	background-image:url('../Images/CssImg/shadowBottom.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	overflow:hidden;
}
.shadowPanel .shadowBottomLeft {
	background-image:url('../Images/CssImg/shadowBottomLeft.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	width:7px;
	overflow:hidden;
	float:left;
}
.shadowPanel .shadowBottomRight {
	background-image:url('../Images/CssImg/shadowBottomRight.gif');
	background-repeat:repeat-x;
	background-position:left top;
	height:7px;
	width:7px;
	overflow:hidden;
	float:right;
}



/*-----------------startPage Styles------------------------*/

.startRegion {
	margin:0 12px 0 13px;
	background-image:url('../Images/CssImg/startPushBkg.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#454545;
	/*background-color:aqua;*/
}
.pushBdr {
	background-image:url('../Images/CssImg/startPushBdr.gif');
	background-position:left top;
	background-repeat:repeat-y;
	
}
.startRegion h1 {
	margin:0;
	padding:0;
	height:39px;
	background-image:url('../Images/CssImg/leftRegionHeadingBkg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
}
.startRegion .leftCol {
	float:left;
	width:615px;
	height:295px;
	padding-bottom:3px;
	background-color:white;
	position:relative;
}
.startRegion .leftCol .serviceContainer {
	float:left;
	width:206px;
	overflow:hidden;
	line-height:1.2em;
}
.startRegion .leftCol .serviceContainer .content {
	height:235px;
	padding:10px;
	overflow:hidden;
	background-image:url('../Images/CssImg/serviceMenuBkg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#e1e1e1;
	border-left:1px #cdcdcd solid;
	border-right:1px #cdcdcd solid;
	border-bottom:1px #cdcdcd solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.startRegion ul.leftMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.startRegion ul.leftMenu li {
	margin-left:0;
	background-image:url('../Images/CssImg/leftMenuStartBkg.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
.startRegion ul.leftMenu li li {
	background:0;
}
.startRegion ul.leftMenu .collapsed ul {
	display:none;
}
.startRegion ul.leftMenu .collapsed .hasChild {
	background-image:url('../Images/CssImg/spacer.gif');
}
.startRegion .startLink {
	display:block;
	width:406px;
	height:295px;
	position:absolute;
	top:0px;
	left:209px;
	z-index:990;
}
.startRegion .startImg {
	float:left;
	width:406px;
	height:295px;
	margin-left:3px;
	overflow:hidden;
}
.startRegion .startFlash {
	float:left;
	width:406px;
	height:295px;
	margin-left:3px;
	overflow:hidden;
	background-color:white;
}

.startRegion .pushContainer {
	float:left;
	width:614px;
	border-top:1px #cdcdcd solid;
}
.startRegion .pushContainer .push {
	width:204px;
	float:left;
}
.startRegion .pushContainer .last {
	width:206px;
}
.startRegion .pushContainer .push h2 {
	height:30px;
	border-bottom:2px #d47611 solid;
	margin:0;
}
.startRegion .pushContainer .push .content {
	padding:13px;
	font-size:1.1em;
	line-height:1.27em;
}
.startRegion .pushContainer .push .content p {
	margin-bottom:0;
}
.startRegion .rightCol {
	float:right;
	width:205px;
}
.startRegion .rightCol a {
	color:#454545;
}
.startRegion .rightCol .loginContainer {
	margin-bottom:3px;
}
.startRegion .rightCol .loginContainer .content {
	padding:10px;
	background-image:url('../Images/CssImg/startPushBkg.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	border-left:1px #cdcdcd solid;
	border-right:1px #cdcdcd solid;
	border-bottom:1px #cdcdcd solid;
	font-size:1.1em;
	line-height:1.27em;
}
.startRegion .rightCol .loginContainer .content .txtBox {
	width:179px;
	border:1px #cdcdcd solid;
	margin:0;
}
.startRegion .rightCol .loginContainer .content .loginBtn {
	float:right;
}
.startRegion .rightCol .loginContainer .content small {
	font-size:0.91em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.startRegion .rightCol .loginContainer p {
	margin-bottom:10px;
}
.startRegion .rightCol .newsContainer {
	border:1px #cdcdcd solid;
	background-image:url('../Images/CssImg/startPushBkg.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
	overflow:hidden;
}
.startRegion .rightCol .newsContainer h2 {
	height:30px;
	border-bottom:2px #d47611 solid;
	margin:0 0 7px 0;
}
.startRegion .rightCol .newsContainer .links {
	height:14px;
}
.startRegion .rightCol .newsContainer .links a {
	color:black;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../Images/CssImg/startNewsLinksBkg.gif');
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float:left;
	line-height:14px;
	padding-left:5px;
	margin-left:8px;
}
.startRegion .rightCol .newsContainer .links a .txt {
	background-image:url('../Images/CssImg/startNewsLinksBkg.gif');
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	padding-right:3px;
}
.startRegion .rightCol .newsContainer .links a .orange {
	font-size:1.1em;
}
.startRegion .rightCol .newsContainer ul {
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
	padding:10px 10px 0 10px;
	margin-bottom:-9px;
	font-size:1.1em;
	line-height:1.27em;
}
.startRegion .rightCol .newsContainer ul li {
	border-bottom:1px #646464 dashed;
	padding-bottom:8px;
	margin-bottom:8px;
}
.startRegion .rightCol .newsContainer ul .date {
	color:#d47611;
	font-size:0.91em;
	line-height:1em;
	margin-bottom:5px;
}



/*-----------------newsList Styles------------------------*/
ul.newsList {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.newsList .date {
	color:#d47611;
	font-size:0.91em;
	line-height:1em;
}
ul.newsList h2 {
	font-size:1.36em;
	margin-bottom:3px;
}
ul.newsList li {
	border-bottom:1px #646464 dashed;
	padding-bottom:15px;
	margin-bottom:15px;
}



/*-----------------calendar Styles------------------------*/
.calendarContainer {
	margin-bottom:20px;
}
.calendarImg {
	float:left;
	margin-right:10px;
}
.calendar {
	border:1px #cdcdcd solid;
	color:#d47611!important;
}
.calendar td {
	padding:0;
}
.calendar a {
	color:#d47611!important;
}
.calendar .title {
}
.calendar .title td {
	background-color:white;
	font-size:1.09em;
	text-transform:uppercase;
	padding:5px;
	border-bottom:1px #cdcdcd solid;
}
.calendar .dayHeader {
	padding:3px 7px;
	font-size:0.91em;
	color:#9e9e9e;
	border-bottom:1px #cdcdcd solid;
	border-right:1px #cdcdcd solid;
}
.calendar .day {
	padding:3px 7px;
	font-size:0.91em;
	border-bottom:1px #cdcdcd solid;
	border-right:1px #cdcdcd solid;
}
.calendar .weekend {
	background-color:#f5f5f5;
	border-right:1px #cdcdcd solid;
	border-bottom:1px #cdcdcd solid;
}
.calendar .selectedDate {
	background-color:#d47611!important;
	color:white;
	border-right:1px #cdcdcd solid;
	border-bottom:1px #cdcdcd solid;
}
.calendar .selectedDate a {
	color:white!important;
}

/*-----------------icon Styles------------------------*/
.iconContainer {
	text-align:right;
	padding:10px 0;
}
.iconContainer img {
	margin-left:10px;
	cursor:pointer;
}
.iconContainer .backLink {
	float:left;
	margin-top:10px;
}
/*-----------------campign Styles------------------------*/
.campignContainer {
	margin:0 12px 0 13px;
	font-size:1.1em;
	line-height:1.45em;
	color:#454545;
}

/*-----------------Q&A Styles------------------------*/
.questionsList {
	font-size:1.09em;
	line-height:1.16;
	color:black;
	list-style-position:inside;
	margin:0 0 20px 0;
	padding:0;
}
.questionsList li {
	border-bottom:1px #646464 dashed;
	padding:5px 0;
	cursor:pointer;
}
.questionsList .content {
	font-size:0.92em;
	line-height:1.27em;
	color:#454545;
	padding:10px 0;
	cursor:auto;
}
.questionsList .content p {
	margin:0;
}



/*-------------------siteMap page styles-----------------------*/

ul.siteMap,  ul.siteMap ul {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
}
ul.siteMap ul {
	background-image:url('../Images/CssImg/siteMapBkgLine.gif');
	background-repeat:repeat-y;
	background-position:15px 0px;
}
ul.siteMap ul li {
	margin:0 0 0 15px;
	padding-left:15px;
	background-image:url('../Images/CssImg/siteMapBkgCross.gif');
	background-repeat:no-repeat;
}
ul.siteMap ul li.last {
	background-image:url('../Images/CssImg/siteMapBkgLast.gif');
	background-repeat:no-repeat;
	background-color:white;
}
ul.siteMap li a {
	line-height:20px;
	height:20px;
	display:block;
}


/*-------------------popup page styles-----------------------*/
.popupBody {
	text-align:left;
	background-color:white;
	overflow:hidden;
}
.popupContainer {
	background-color:white;
	text-align:left;
	width:425px;
	height:385px;
	font-size:1.1em;
	line-height:1.45em;
	color:#454545;
}
.popupContainer table {
	width:100%;
}
.popupContainer table td {
	text-align:left;
	padding:3px 0;
}
.popupContainer .header {
	background-color:#d47611;
	height:40px;
	margin-bottom:30px;
	background-image:url('../Images/CssImg/headerBkg.jpg');
	background-repeat:no-repeat;
	background-position:-30px -15px;
}
.popupContainer .content {
	padding:10px 30px 0 30px;
}
.popupContainer .content .txtBox {
	width:95%;
}
.popupContainer .content textarea {
	width:95%;
	height:100px;
}

.popupContainer .content .link {
	margin-right:20px;
}


/*-------------------rss styles-----------------------*/
#rssContainer {
	height:20px;
	overflow:hidden;
	background-image:url('../Images/CssImg/rssBkg.gif');
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	margin-bottom:10px;
}
#rssContainer #rssContent {
	line-height:20px;
	white-space:nowrap;
	position:absolute;
	left:385px;
}
#rssContainer #rssContent a {
	margin-left:15px;
}



