/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	background:#c2c4fe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#e1dfed;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e1dfed;
}

p{
	line-height:1.5em;
}

a{
	color:#f6434f;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#eb3845;
	text-decoration:underline;
	outline:none;
}

#wrapper{
	width:782px;
	margin:0px auto;
	padding:0px 9px;
	background:#FFFFFF;
}

#header{
	margin:0px auto;
	padding:10px 0 0 0px;
	height:150px;
}

.headerLeft{
	width:252px;
	float:left;
	height:150px;
}

.headerRight{
	width:500px;
	float:left;
	height:150px;
}

#container{
	margin:10px auto 0px auto;
	padding:0px;
}

.topCurve{
	background:url(images/topCurve.jpg) no-repeat;
	width:782px;
	height:9px;
	float:left;
	margin:0px;
	padding:0px;
}

.midContent{
	width:762px;
	float:left;
	background:#4e3f88;
	margin:0px;
	_margin-top:-5px;
	padding:0px 10px;
}

.botCurve{
	background:url(images/botCurve.jpg) no-repeat;
	width:782px;
	height:9px;
	float:left;
	margin:0px 0 10px 0px;
	padding:0px;
}

#nav{
	margin:10px 0px;
	padding:0px;
	height:27px;
}

#nav ul{
	list-style-type:none;
	display:block;  
	margin:0px; 
	padding:0px; 
	float:left;
}

#nav ul li {
	display:inline;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:27px;
	list-style-type:none;
	margin:0px 10px 0 0px;
	float:left;
}

#nav a{
	background:url(images/navRight.jpg) right top no-repeat;
	color:#200d6a;
	text-decoration:none;
	margin:0 1px;
	padding-right:12px;
	height:27px;
	line-height:27px;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#nav a span{
	background:url(images/navLeft.jpg) left top no-repeat;
	height:27px;
	padding-left:12px;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#nav a:hover{
	color:#2b2626;
	text-decoration:none;
	margin:0 1px;
	padding-right:12px;
	height:27px;
	line-height:27px;
	float:left;
	background:url(images/navRightHover.jpg) right top no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#nav a:hover span{
	background:url(images/navLeftHover.jpg) left top no-repeat;
	height:27px;
	padding-left:12px;
	color:#2b2626;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#nav a.current_page_item{
	height:27px;
	line-height:27px;
	background:url(images/navRightHover.jpg) right top no-repeat !important;
	padding-right:12px;
	color:#2b2626;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#nav a.current_page_item span{
	background:url(images/navLeftHover.jpg) left top no-repeat !important;
	height:27px;
	padding-left:12px;
	color:#2b2626;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#content{
	margin:10px auto;
	padding:10px 0px;
	float:left;
}

.contentLeft{
	width:211px;
	float:left;
}

.leftTop{
	background:url(images/tpLeftCurve.jpg) no-repeat;
	width:211px;
	height:16px;
	float:left;
}

.leftMid{
	background:url(images/leftMid.jpg) repeat-y;
	width:211px;
	float:left;
	text-align:center;
}

.leftMidAbout{
	background:url(images/leftMid.jpg) repeat-y;
	width:211px;
	float:left;
	text-align:center;
}

.leftMid p{
	line-height:1.8em;
	padding:0 5px;
}

.leftMidAbout p{
	line-height:1.8em;
	padding:0 5px;
}

.leftBot{
	background:url(images/botLeftCurve.jpg) no-repeat;
	width:211px;
	height:15px;
	float:left;
}

.contentRight{
	width:540px;
	float:left;
	margin:0 0 0 11px;
	padding:0px;
}

#footer{
	margin:0px;
	padding:0px;
	text-align:center;
	color:#000000;
}

#footer p{
	font-size:11px;
}


.submit{
	background:url(images/submit.jpg) no-repeat;
	width:71px;
	height:20px;
	border:none;
}

.reset{
	background:url(images/reset.jpg) no-repeat;
	width:71px;
	height:20px;
	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 */