/*
-----------------------------------------------------------
BGCOLORS: #FFFFFF
-----------------------------------------------------------
HEADER, FOOTER, SUBMENU BGCOLORS: #EEEEEE
-----------------------------------------------------------
MAIN MENU STATIC: #AAAAAA
MAIN MENU HOVER: #3A92D2
-----------------------------------------------------------
SUBMENU STATIC: #AAAAAA
SUBMENU HOVER: #FD4D01
-----------------------------------------------------------
ORANGE: #FD4D01
BLUE: #3A92D2
DARK GRAY: #AAAAAA
LIGHT GRAY: #EEEEEE
BLACK: #000000
*/

/* MAIN BODY LAYOUT */
body {
	background-color: #cad9ea;
	margin:0;
	}
.headerLeft {
	background-color: #eeeeee;
	color: #fd4d01;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 20px;
	text-align: left;
	}
.headerLeft a img {
	border: none;
	}
.headerRight {
	background-color: #eeeeee;
	text-align: left;
	font-family: Verdana;
	color: #888888;
	font-size: 8pt;
	background-image: url(../images/header/customerService.jpg);
	background-repeat: no-repeat;
	}
.introText {
	padding:0 0 5px 50px;
	}
.bodyRightBorder {
	border-right: solid;
	border-right-width: 1px;
	border-color: #aaaaaa;
	color: #aaaaaa;
	font-family: Verdana;
	font-size: 8pt;
	}
.bodyRightColumn {
	background:#eeeeee;
	}
.bodyContent {
	width: auto;
	height: auto;
	padding: 20px;
	font-family: Verdana;
	text-align: left;
	color: #888888;
	font-size: 8pt;
	}
.footerLeft {
	background-color: #bbbbbb;
	color: #eeeeee;
	font-family: Verdana;
	font-size: 8pt;
	padding: 20px 0px 20px 20px;
	text-align: left;
	}
.footerRight {
	background: #bbbbbb;
	color: #eeeeee;
	font-family: Verdana;
	font-size: 8pt;
	padding: 20px 0px 20px 0px;
	text-align: left;
	}
	
/* SUB NAVIGATION */
.subNavigation {
	width: auto;
	background-color: #eeeeee;
	text-align: left;
	font-family: Verdana;
	color: #aaaaaa;
	font-size: 8pt;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}	

/* MAIN NAVIGATION */
#navigationHeader {
	background-color: #3A92D2; 
	color: #ffffff;
	display:none;
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold; 
	height: auto; 
	margin: 0px;
	padding: 5px;
	text-align: left;
	text-indent: 10px;
	text-transform: lowercase; 
	width: auto; 
	}
#navContainer {
	height: auto;
	margin: 0px;
	padding-left: 15px;
	width: auto;
	}
#navContainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
#navContainer ul li {
	font-family: Verdana; 
	font-size: 9pt; 
	color: #888888;
	line-height: 35px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	}
#navContainer ul li a {
	color: #888888;
	font-family: Verdana; 
	font-size: 9pt; 
	text-decoration: none;
	}
#navContainer ul li a:hover {
	color: #fd4d01;
	font-family: Verdana; 
	font-size: 9pt; 
	text-decoration: none;
	text-indent: 15px;
	}
#navContainer ul li a:active {
	font-family: Verdana; 
	font-size: 9pt; 
	color: #fd4d01;
	text-decoration: none;
	text-indent: 15px;
}
