*:focus {
	outline: 0;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "Nimbus Sans L", "FreeSans", arial;
	font-size: 13px;
	text-align: center;
	background-color: #252424;
	color: #6C6C6C;
	background: url("images/mainBg.gif") top left;
}
a {
	color: #2F6792;
	text-decoration: none;
}
a:hover {
	color: #3A7EB2;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	line-height: 1.5em;
}
h2 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 16px;
	color: #535353;
}
h3 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	color: #3A7EB2;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}


/* layout components */
.cBlock {
	width: 854px;
	text-align: left;
	margin: 0px auto;
}
#mainWrapper {

}
#headerWrapper {
	background: url("images/headerBg2.gif") top center repeat-x;
	height: 92px;
}
#header {

}
#logo {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -420px;
	background: url("images/logo2.gif") top left no-repeat;
	width: 223px;
	height: 52px;
	
}
#logo h1 {
	display: none;
}
#menuWrapper { 
	position: absolute;
	top: 59px;
	left: 50%;
	height: 33px;
	width:850px;
	margin-left: -423px; 
	z-index: 201;
}
#menu {
	float: right;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 1px;
	margin: 0px;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 33px;
	color: #ececec;
	font-size: 13px;
}
#menu ul li a:hover {
/*	background: url("images/menuBg.gif") top left repeat-x;*/
	color: white;
}
#menu ul li a span { 
	display: block;
	float: left;
	height: 33px;
}
#menu ul li a:hover span { 
/*	background: url("images/menuLeft.gif") top left no-repeat;*/
}
#menu ul li a span span {
	display: block;
	float: left;
	height: 33px;
	cursor: pointer;
	padding: 5px 15px 0px;
}
#menu ul li a:hover span span {
/*	background: url("images/menuRight.gif") top right no-repeat;*/
}

#menuSliderWrapper1 {
	background: url("images/menuBg.gif") top left repeat-x;
	position: absolute; 
	top: 59px; 
	left: -105px;
	z-index: 200;
}
#menuSliderWrapper2 {
	background: url("images/menuRight.gif") top right no-repeat;
}
#menuSliderWrapper3 {
	background: url("images/menuLeft.gif") top left no-repeat;
	height: 33px; 
	width: 100px; 
/*	border: 1px solid orange; */
}



#bodyWrapper1 {
	background: url("images/bodyBg1.gif") top left repeat-x white;
}
#bodyWrapper2 { 
	background-color: white;
}
#bodyWrapper3 { 
	min-height: 300px;
	padding: 20px 25px;
}
* html #bodyWrapper3 { 
	height: 300px;
}

#footerWrapper { 
	background: url("images/footerBg2.gif") top left repeat-x;
	height: 73px;
}
#footer { 
	padding: 15px 0px;
	color: #7d7c7c;
	font-size: 11px;
}
#footer a { 
	color: #7d7c7c;
}
#footer a:hover { 
	color: yellow;
}
#copyright {
	float: left;
}
#footLinks {
	float: right;
}
#footLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footLinks ul li {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: inline;
}
form {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

#subHeadWrapper1 {
	background: url("images/subHeadBg.gif") top left repeat-x;
	height: 139px;
}
#subHead {
	background: url("images/subHead.jpg") top left no-repeat;
	width: 980px;
	height: 139px;
	text-align: left;
	margin: 0px auto;
}

#subHeadLoginWrapper {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -33px;
	background: url("images/loginTab2.gif") top left no-repeat;
	width: 458px;
	height: 30px;
	text-align: right;
}
#subHeadLogin {
	float: right;
	padding: 6px 5px 0px 0px;
}
#subHeadLogin input {
	margin: 0px 2px 0px 0px !important;
	padding: 0px;
	border: none !important;
	float: left;
}

#subHeadLogin .input {
	background: url("images/loginBox.gif") top left no-repeat;
	width: 134px;
	height: 20px;
	padding: 3px 0px 0px 10px;
	font-size: 11px;
	color: #4E4E4E;
}

html:first-child #subHeadLogin .input { /* opera */
	padding-top: 0px;
} 

#subHeadLogin .input:focus {
	background: url("images/loginBoxActive.gif") top left no-repeat;
	color: #326892;
}
#subHeadLogin .submit {
	background: url("images/loginBoxButton.gif") top left no-repeat;
	width: 61px;
	height: 20px;
}

#subHeadLogin br { display: none; }
#subHeadLogin label { display: none; }
#subHeadLogin h3 { display: none; }
#subHeadLogin fieldset { 
	border: none;
	margin: 0px;
	padding: 0px;
}
.hidden { display: none; }

a img { border: none; }