html, body {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 14px;
	background-color: #167cbb;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
}

body.popUpPage {
	background-color: #FFFFFF;
}

a {
	color:#bc4600;
	font-family:Arial,sans-serif;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-family: Arial, sans-serif;
	color: #333333;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	margin-top: 15px;
	margin-bottom: 15px;
}

label {
	font-weight: bold;
	color: #333333;
}

h1 {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	color: #234876;
}

h2 {
	font-weight: bold;
	margin: 20px 0px 8px 0px;
	font-size: 18px;
	color: #234876;
}

h3, h3 strong {
	font-weight: bold;
	margin: 6px 0px;
	font-size: 16px;
	color: #234876;
}

h4, .content h4 a {
	font-weight: bold;
	margin: 6px 0px;
	font-size: 15px;
	color: #234876;
}

h5 {
	font-weight: bold;
	margin: 6px 0px;
	font-size: 14px;
	color: #333333;
}

h6 {
	font-weight: bold;
	margin: 6px 0px;
	font-size: 12px;
	color: #333333;
}

strong {
	font-weight: bold;
	color: #505050;
}

#content ul {
	margin: 10px 20px;
	padding: 0px;
	list-style-image: url('../images/bullet.gif');
}

#content ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.boldItems li {
	font-weight: bold;
}

#content ul.simple {
	margin: 0px 20px;
	list-style-image: none;
	list-style-type: disc;
}

/*************** main ******************/
#main {
	width: 960px;
	height: 100%;
	margin-top: 21px;
}

#header {
	height: 81px;
}

#logo {
	width: 255px;
	height: auto;
}

#logo a {
	display: block;
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#logo img {
	border: 0px;
}

#headerRight {
	width: 705px;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}

#topButton {
	float: right;
	height: 27px;
	padding: 5px 11px;
	margin: 0px;
	background-image: url('../images/dark_to_light_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

#topButton a {
	display: block;
	margin: 5px;
	color: #234876;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

#topButton a:hover {
	text-decoration: underline;
}

#middle {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
}

#contentWrapper {
	min-height: 780px;
	padding: 0px;
	margin: 0px;
	/*background-image: url('../images/watermark_top.gif');
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

#contentSubWrapper {
	padding: 10px 30px 0px 20px;
}

#content {
	width: 705;
	vertical-align: top;
	background-image: url('../../../images/content_bg.gif');
	}

#menu {
	width: 255px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	color: #336699;
	background-image: url(../../../images/menu_bg.gif);
}

#menuWrapper>ul {
	display: block !important;
}

#menuWrapper {
	vertical-align: top;
}

#menuWrapper h2 {
	padding: 0px 5px;
}

#footer {
	text-align: center;
	vertical-align: center;
}

#bottomMenu {
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
}

#bottomMenu div {
}

#bottomMenu a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;	
}

#bottomMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#development {
	margin-bottom: 10px;
}
#development, #development a {
	color: #EFF8FD;
	font-size: 12px;
}
#development {
	margin-top: 7px;
}

#secondaryMenu {
	background-image: url('../images/secondary_menu.gif');
	background-repeat: no-repeat;
	height: 270px;
	width: 255px;
}

#googleSearch {
	width: 218px;
	padding: 10px 10px 10px 27px;
	text-align: left;
}

#menuWrapper #secondaryMenu a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 4px;
}

#preFooter td.left {
	width: 255px;
	background-image: url('../images/menu_bg.gif');
}

#preFooter td.right {
	text-align: right;
	background-color: #FFFFFF;
}

#leftBottomMenu {
	background-image: url('../images/light_to_dark_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0px auto;
}

#leftBottomMenu td {
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 2px #FFFFFF;
}

#leftBottomMenu a {
	display: block;
	height: 36px;
	color: #234876;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#leftBottomMenu a:hover {
	text-decoration: underline;
}
/*************** main END ******************/


/*************** user menu END ******************/

/************** form formating *************/
#content ul.errors {
	background-color: #FFFFFF;
	border: solid 1px #bc4600;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
}

ul.errors li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 1px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #bc4600;
}

ul.errors li.title {
	font-weight: bold;
}

.error {
	color: #bc4600;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 3px;
}

.requiredAsterix {
	color: #AA0000;
	font-weight: normal;
}

.form {
	width: 100%;
	border: solid 0px #AAAAAA;
	background-color: #AAAAAA;
}

.form a {
	color: #555555;
}

.formSeparator {
	color: #244876;
	background-color: #244876;
	height: 1px;
}

.tableSeparator {
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 1px;
	border: none;	
}

.formHeader {
	color: #FFFFFF;
	background-color: #244876;
	font-family: Verdana;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 2px 6px 5px;
}

.formHeader a, .formHeader a:hover {
	color: #FFFFFF;
}

td.formRow, td.formRowInfoFull {
	background-color: #FFFFFF;
	padding: 5px 4px;
	font-weight: bold;
}


.formDataColor {
	background-color: #244876;
}

td.formRowInfoFull {
	background-color: #DDDDDD;
	color:#bc4600;
	font-size:12pt;
	padding:5px;
}

.formLabel, .formLabelSubmit {
	width: 160px;
	padding: 4px 4px;
	font-weight: 600;
	background-color: #DDDDDD;
	text-align: left;
	vertical-align: top;
	color: #244876;
}


.formData, .formDataSubmit {
	padding: 4px 4px 4px 4px;
	background-color: #F5F5F5;
	vertical-align: top;
	color: #244876;
}

.formData label {
	color: #244876;
}

.formDataSubmit {
	padding-top: 10px;
	padding-bottom: 4px;
}


.formInfo {
	color: #244876;
	font-size: 11px;
	text-align: left;
}

.dull {
	color: #666666;
	font-size: 9px;
	text-align: left;
}

/************* form fields ******************/
form {
	display: block;
	margin-bottom: 0px;
}

.formEdit, .formEditSmall, .formEditSmaller, .formEditBig, .formTextarea, .formTextareaBig, .formTextareaBigger, .formSelect, .formSelectSmall, .formSelectSmaller, .formSelectBig {
	font-family: Arial;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px;
	width: 300px;
	font-size: 12px;
	color: #444444;
}

.formEditSmall {
	width: 120px;
}

.formEditSmaller {
	width: 60px;
}

.formEditBig {
	width: 400px;
}

.formTextarea {
	height: 100px;
	width: 300px;
}

.formTextareaBig {
	height: 200px;
	width: 500px;
}


.formTextareaBigger {
	height: 300px;
	width: 520px;
}

.formSelectSmall {
	width: 150px;
}

.formSelectSmaller {
	width: 75px;
}

.formSelectBig {
	width: 500px;
	height:120px;
}

.formCheckbox, .formRadio {
	vertical-align: middle;
}

.formRadios label {
	font-weight: normal;
}

.formRadios input {
	vertical-align: middle;
}

.formButton, .formButtonSmall, .formButtonBig {
	background-image: url('../images/button_bg.gif');
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:12px;
	padding: 1px 7px;
	font-weight:bold;
	letter-spacing:1px;
	border: solid 1px #CCCCCC;
}


.formButtonSmall {
	width: 52px;
}


.formButtonBig {
	width: 122px;
}

.auto {
	width: auto;
}

.formIframe {
	height: 50px;
	width: 550px;
}

iframe.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#iframeBody {
	background-color: #FFFFFF;
	color: #244876;
}

#iframeBody a.delete {
	color: #244876;
}

.selectOptionDisabled {
	color: #BBBBBB;
}

/********* tables ***********/
.tableBorder a {
	color:#A33C00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px 3px;
	text-decoration: none;
}

.tableBorder a.inline {
	display:inline;
}

#content .tableBorder a:hover {
	color: #bc4600;
	text-decoration: underline;
}

.tableBorder {
	width: 100%;
	border-top: solid 1px #AAAAAA;
	background-color: transparent;
}

.trTableDataOdd td {
	background-color: #DDDDDD;
	padding: 2px;
	vertical-align: top;
}

.trTableDataEven td {
	background-color: #EEEEEE;
	padding: 2px;
	vertical-align: top;
}

.trTableData td {
	background-color: #EEEEEE;
	padding: 2px;
	vertical-align: top;
}

.trTableDataOver td, .trTableDataClick td {
	background-color: #FFFFFF;
	padding: 2px;
	vertical-align: top;
}

table.pages {
	width: 100%;
}

.pages {
	text-align: right;
	padding: 5px 2px;
	color: #244876;
}

table.pages .total {
	text-align: right;
}

.paging {
	color: #555555;
}

tr.trTableHeader th {
	background-color: #CCCCCC;
	color: #244876;
	font-weight: 500;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

tr.trTableHeader th a, tr.trTableHeader th a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.tableAction {
	background-color: #FFFFFF;
}

.tableAction td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/********* tables END ***********/


/****** miscellaneous ******/
.content {
	text-align: justify;
	line-height: 18px;
}

.clearLeft {
	clear: left;
}

div.addNew {
	padding-bottom: 10px;
}

a.addNew {
	font-weight: 600;
}

a.addNew: hover {
	font-weight: 600;
}

div.pathWrapper {
 	padding: 3px 2px 3px 2px;
 	margin-bottom: 0px;
}

div.path {
	color: #bc4600;
	padding-left: 5px;
}

div.logout {
	width: 100px;
	float: right;
	text-align: right;
}

a.logout {
	color: #AA0000;
}

#loadingSplash {
	display: none;
}

.loadingSplash {
	display: inline;
	color: #000000;
	padding: 0px 2px;
	margin: 2px;
	width: 70px;
}

div.informWrapper {
	text-align: center;
	margin-bottom: 20px;
}

div.inform, div.notice, div.warning, div.error {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #bc4600;
	color: #244876;
	padding: 5px;
	background-color: transparent;
	text-align: left;
}

div.error {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	width: 290px;
	text-align: left;
	border: none;
	color: #bc4600;
}

.formExtended div.error {
	width: 200px;
}

div.inform {
	border: solid 1px #bc4600;
	background-color: transparent !important;
	font-size: 110%;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

div.inform div {
	margin-top: 10px;
	text-align: center;
}

div.jsFlashMessage {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

div.success {
	color: #009900;
}

.important {
	color: #AA0000 !important;
	font-weight: bold !important;
}

.border {
	border: solid 1px #244876;
}

.borderLight {
	border: solid 1px #CCCCCC;
}

.borderFormCell {
	border: solid 0px #6A73AA;
}

.emph {
	font-weight: bold !important;
}

.invertText {
	color: #FFFFFF !important;
}

.softText {
	color: #555555;
	font-size: 10px;
}

.delete, .tableBorder .delete {
	color: #FFD6D6;
}
/****** miscellaneous END ******/


/******** Login Form *********/
#root__menu__loginForm {
	display: block;
	position: absolute;
}

#loginFormBlock, #loginFormBlockPopup {
	display: block;
	z-index: 1011;
	position: absolute;
	width: 156px;
	margin-top: 40px;
	background-color: #FFFFFF;
}

#loginFormBlockPopup {
	width: 100%;
	background-color: transparent;
}

#loginFormBlockPopup div, #loginFormBlock div {
	margin: 2px;
	background-color: #DDDDDD;
	border: solid 1px #DDDDDD;
}

#loginFormBlockPopup .formEdit, #loginFormBlock .formEdit {
	width: 144px;
}

#loginFormBlockPopup a, #loginFormBlock a {
	display: block;
	padding: 5px;
	background-color: #244876;
	margin: 2px;
	text-decoration: none;
	color: #D5EDB3;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 11px;
}

#loginFormBlockPopup a:hover, #loginFormBlock a:hover {
	background-color: #80FF80;
	text-decoration: none;
	color: #993300;
}

.coverAll {
	position: absolute;
	z-index: 1010;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #FFFFFF;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
}

.blur {
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
	cursor: pointer;
}

.blur a {
	color: #993300;
	font-weight: bold;
}

.inactive {
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
}
/******** Login Form END *********/

/****** site specific ******/


/****** site specific END ******/

.adminTabs {
	margin-bottom: 30px;
}

.adminTabs a {
	font-weight: bold;
}


a.close {
	text-align: right;
	vertical-align: middle;
	background-color:#244876;
	color:#D5EDB3;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:1px;
	text-decoration:none;
	letter-spacing: 1px;
}

/******* Menu ******/
#menuWrapper a {
	display: block;
	width: 100px;
	padding-top: 12px;
	padding-bottom: 4px;
	color: #336699;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#menuWrapper a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#menuWrapper #secondaryMenu div a {
	width: auto;
	padding-bottom: 4px;
	padding-top: 4px;
}


#menuWrapper .jd_menu li {
	width: 195;
	vertical-align: bottom;
	padding-left: 50px;
	margin-right: 0px;
	background-repeat: no-repeat;
}

#menu_top {
	height: 68px;
	background-image: url('../images/menu_top.gif');
	padding-bottom: 0px;
	vertical-align: bottom;
}

#menu_top a {
	padding-top: 42px;
}

#menu_2 {
	height: 40px;
	background-image: url('../images/menu_2.gif');
	vertical-align: bottom;
}

#menu_3 {
	height: 38px;
	background-image: url('../images/menu_3.gif');
	vertical-align: bottom;
}

#menu_4 {
	height: 38px;
	background-image: url('../images/menu_4.gif');
	vertical-align: bottom;
}

#menu_5 {
	height: 41px;
	background-image: url('../images/menu_5.gif');
	vertical-align: bottom;
}

#menu_bottom {
	height: 54px;
	background-image: url('../images/menu_bottom.gif');
	vertical-align: bottom;
}

#menu_bottom a {
	padding-bottom: 25px;
}
/*******Menu End ***/

td.money {
	text-align: right;
}

#sitemap ul {
	list-style-image: none;
	list-style: none;
}

.questionsValueDelivery {
	padding-top: 12px;
	padding-bottom: 10px;
	word-spacing: 10px;
}

.questionsValueDelivery a {
	font-weight: bold;
	font-size: 14px;
}

a.emphBlock {
	display: block;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
}

#content ul.services {
	margin: 0px;
	padding: 0px;
}


#content ul.services li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content ul.services li a {
	color: #234876;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	font-size: 13px;
}

#content ul.services li a:hover {
	text-decoration: underline;
}

#content ul.services li a.selected {
	background-color: #F8EBCB
}

.formCheckboxes label {
	font-weight: normal;
}

.publishedOn {
	font-style: italic;
	color: #234775;
	font-size: 12px;
}

.newsReadMore {
	margin-top: 0px;
}

.newsReadMore a {
	color: #234775;
	font-weight: bold;
}

.trNoColor td {
	padding-top: 5px;
}

h2.light {
	color: #3287b9;
}

a.readMore {
	font-weight: bold;
	color: #234876;
	text-decoration: none;	
}

.affiliateBusinessAnchors td {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.affiliateBusinessAnchors a {
	display: block;
	margin-top: 7px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.affiliateBusinessAnchors a:hover {
	text-decoration: underline;
	color: #234876;
}

.affiliateBusinessContent img {
	margin-bottom: 10px;
}

a.top {
	font-weight: bold;
	color: #234876;
	text-decoration: none;
}

a.top img {
	border: 0px;
}
 
.affiliateBusinessContent p {
	margin-bottom: 35px;
}

.affiliateBusinessContent img.textIndent {
	width: 6px;
}

#logos a {
	display: block;
	float: left;
	margin: 7px;
	border: solid 2px #FFFFFF;
}

#logos a img {
	border:none;
}

#logos a:hover {
	border: solid 2px #FAC496;
}

#layouts a {
	display: block;
	float: left;
	margin: 6px;
	border: solid 2px #FFFFFF;
}

#layouts a img {
	border:none;
}

#layouts a:hover {
	border: solid 2px #FAC496;
}

.wecan {
	font-weight: bold;
	font-size: 15px;
	color: #234876;
	background-image: url('../images/homepage_key.gif');
	background-repeat: no-repeat;
	padding-left: 140px;
	height: 114px;
	vertical-align: middle;
	padding-top: 22px;
	text-align: left;
}

.wecan strong {
	color:#F5821F;
}

h4.callWB, h4.callWB strong, h4.callWB a {
	font-size: 14px;
	font-weight: bold;
	color: #234876;
	text-decoration: none;
}

.description {
	padding-bottom: 20px;
	padding-left:	25px;
	padding-right: 20px;
	padding-top:	5px;
	color: #333333;
	font-size: 10px;
	text-align: justify;
}

.description strong {
	
}