/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	background:#47568b;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2{
	color:#fbc356;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h3{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	line-height:1.5em;
}

li{
	line-height:1.5em;
}

a{
	outline:none;
	color:#c39d74;
}

a:hover{
	color:#000000;

}

#wrapContainer{
	width:1000px;
	margin:0px auto;
	padding:0px;
	background:#FFFFFF;
/*	background:url(../images/wrapBg.jpg) repeat-y;
*/}

#wrapper{
	width:995px;
	margin:0px auto;
	padding:0px 1px 0 2px;
}

.header{
	margin:0px auto;
	padding:0px;
	height:152px;
}

.headerLeft{
	width:233px;
	float:left;
	height:152px;
}

.headerRight{
	width:762px;
	float:left;
	height:152px;
}

.navigation{
	width:762px;
	float:left;
	height:28px;
	margin:9px 0 0 0px;
	_margin:126px 0 0 0px;
}

.navEdge{
	background:url(../images/nav_left.jpg) no-repeat;
	width:56px;
	height:28px;
	float:left;
}

.navRight{
	background:url(../images/navBg.jpg) repeat-x;
	height:28px;
	width:706px;
	float:left;
}

.navRight ul{
	margin:0px 0 0 2px;
	padding:0px;
	float:left;
	list-style-type:none;
	display:block;
}

.navRight ul li{
	display:inline;
	height:28px;
	line-height:28px;
	border-right:1px solid #3656c6;
	float: left;
}

.navRight ul li a{
	display:block;
	float:left;
	text-decoration:none;
	height:28px;
	line-height:28px;
	padding:0 23px 0 23px;
/*	margin:0 0 0 15px;
*/	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.navRight ul li a:hover{
	background:url(../images/navHover2.jpg) repeat-x;
	height:28px;
	line-height:28px;
	padding:0 23px 0 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.navRight ul li a.current{
	background:url(../images/navHover2.jpg) repeat-x;
	height:28px;
	line-height:28px;
	padding:0 23px 0 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.mainImage{
	margin:0px;
	padding:0px;
}

.container{
	margin: 10px 0 10px 0px;
	padding: 0px;
}

.contentLeft{
	float: left;
	width: 690px;
	margin-left: 15px;
	_margin-left: 8px;
	border-right: 1px dotted #cccccc;
	padding-right:10px;
}

/*.contentLeftscope{
	float: left;
	width: 690px;
	margin-left: 15px;
	_margin-left: 8px;
	border-right: 1px dotted #cccccc;
	padding-right:10px;
	background:url(../images/scopeBg.jpg) no-repeat right center;
}*/

.contentRight{
	float: left;
	width: 270px;
	margin-left: 5px;
}

.footer{
	margin:0px;
	padding:0px;
	background:url(../images/footerBg.jpg) repeat-x;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:10px;
}

.submit{
	background:url(../images/submit.jpg) no-repeat;
	width:61px;
	height:25px;
	border:none;
}

.reset{
	background:url(../images/reset.jpg) no-repeat;
	width:61px;
	height:25px;
	border:none;
}



/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 



