@charset "utf-8";

/* ########################################## */
/* ######### TAG REPLACEMENT STYLES ######### */
/* ########################################## */

hr {
	border-top: dotted 1px #969696;
	border-bottom: dotted 1px #969696;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ################################# */
/* ######### COMMON STYLES ######### */
/* ################################# */

.bodyStyle {
	background-color: #ededed;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(/images/framework/topBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	/*background-image: url(/images/framework/cloudsBackground1.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

a:link, a:visited {
	color: #fe6700;
	text-decoration: underline;
}

a:hover {
	color: #2ecc2e;
	text-decoration: none;
}

.hand {
	cursor: hand;
}

.txMain {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000000;
}

/* ################################# */
/* ######### ID TAG STYLES ######### */
/* ################################# */

#mainTbl {
	border-left: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	background-color: #ffffff;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

#contentSurroundLeft {
	padding-top: 22px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-image: url(/images/framework/contentBottomRightBg1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentSurroundRight {
	background-color: #ffc299;
	background-image: url(/images/framework/contentBottomRightBg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#mainContentBg {
	background-image: url(/images/framework/contentBg.gif);
	background-repeat: repeat-y;	
}
#mainContent {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 19px;
}
#mainContentText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #c7d7f0;
	border: 1px #ffffff solid;
	line-height: 19px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
}
#mainContentText h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
}
#footerTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #525252;
	padding-top: 20px;
	padding-bottom: 15px;
}

#footerTD a:link, #footerTD a:visited {
	color: #525252;
	text-decoration: underline;
}

#footerTD a:hover {
	color: #3965c0;
	text-decoration: none;
}

#specialTbl {
	border: 2px dashed #050066;
	background-color: #ffffff;
	margin-top: 30px;
	display: none;
}

#specialTbl td {
	background-color: #f8ec7e;
	padding-right: 10px;
	padding-left: 10px;
	color: #050066;
}

#specialTbl h1 {
	background-color: #fbf7d1;
	font-size: 15px;
	color: #af000a;
}

#specialTbl td h2 {
	font-size: 12px;
	color: #050066;
}

#specialTbl h3 {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

#specialTbl ul {
	padding-left: 30px;
	padding-right: 30px;
}

#clientList li {
	line-height: 20px;
	font-size: 12px;	
}

#fbCell {
	background-image: url(/images/framework/orangeStripBg.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 10px;
	text-align: left;
	vertical-align: bottom;
}

/* ################################# */
/* ####### NAVIGATION STYLES ####### */
/* ################################# */

/* MAIN NAVIGATION */
#mainNav {
	background-image: url(/images/framework/navBg.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 13px;
}
#logoTD {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainNav a:link, #mainNav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mainNav a:hover {
	color: #ffa420;
	text-decoration: none;
}
.mainNavTD_off {
	border: solid 1px #eee4ca;
	cursor: hand;
	z-index: 5;
}
.mainNavTD_over {
	border: solid 1px #bbb8ab;
	background-color: #dfe7f5;
	cursor: hand;
	z-index: 5;
}

/* FOOTER NAVIGATION */
#footerNavTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a08c5a;
	background-color: #e6dabc;
	border: 1px solid #beac7f;
	padding-top: 2px;
	padding-bottom: 3px;
}
#footerNavTD a:link, #footerNavTD a:visited {
	color: #a08c5a;
	text-decoration: none;
}
#footerNavTD a:hover {
	color: #4d596c;
	text-decoration: none;
}

