
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:140%;
	background: #172d76;
	color:#172d76;
	margin: 0 auto;
}

h3 {
	line-height: 38px;
	padding:30px 0;
}


a {
	color: #543efa;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: #8170ff;
	font-weight:bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #006c53;
	line-height: 16px;
	padding: 20px 0 10px 0;
}

ul li {
	list-style-type:none;
}
	

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 315px;
	background: url(../images/bg_header.jpg) top no-repeat;
}




#topbar {
	margin: 0 auto;
	width: 1000px;
	height:50px;
	padding:0 0 0 0;
}

/*----NAV---- */

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 1000px;
	padding: 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	height: 50px;
	width:100px;
	background-image: url(../images/bg_nav.jpg);
}

#nav ul li a span {
	display: none;
}

#nav ul li.nav1 a {
	height: 50px;
	width:100px;
	background-position: top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active {
	background-position: bottom left;
}

#nav ul li.nav2 a {
	width:100px;
	background-position: 900px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active {
	background-position: 900px 50px;
}

#nav ul li.nav3 a {
	width:100px;
	background-position: 800px 0;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active {
	background-position: 800px 50px;
}


#nav ul li.nav4 a {
	width:100px;
	background-position: 700px 0;
}

#nav ul li.nav4 a:hover, #nav ul li.nav4 a.active {
	background-position: 700px 50px;
}

#nav ul li.nav5 a {
	width:100px;
	background-position: 600px 0;
}

#nav ul li.nav5 a:hover, #nav ul li.nav5 a.active {
	background-position: 600px 50px;
}

#nav ul li.nav6 a {
	width:100px;
	background-position: 500px 0;
}

#nav ul li.nav6 a:hover, #nav ul li.nav6 a.active {
	background-position: 500px 50px;
}

#nav ul li.nav7 a {
	width:100px;
	background-position: 400px 0;
}

#nav ul li.nav7 a:hover, #nav ul li.nav7 a.active {
	background-position: 400px 50px;
}



#nav ul li.nav8 a {
	width:100px;
	background-position: 300px 0;
}

#nav ul li.nav8 a:hover, #nav ul li.nav8 a.active {
	background-position: 300px 50px;
}

#nav ul li.nav9 a {
	width:100px;
	background-position: 200px 0;
}

#nav ul li.nav9 a:hover, #nav ul li.nav9 a.active {
	background-position: 200px 50px;
}

#nav ul li.nav10 a {
	width:100px;
	background-position: top right;
}

#nav ul li.nav10 a:hover, #nav ul li.nav10 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/




#content-wrapper {
	margin: 0 auto;
	width: 1000px;
	background:url(../images/bg_content.jpg) top repeat-y;
}
#content {
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	width: 750px; 	
	text-align:justify;
}



#main {
	margin: 0 auto;
	width: 600px;
	text-align:justify;	
}

img {
	border: 0;
}

#footer {
	width: 1000px;
	height:50px;
	margin:0 auto;
	font-size: 10px;
	clear:both;
	background:url(../images/bg_footer.jpg) top no-repeat;
	padding: 0 0 0 0;
}




.footer-area {
	padding: 10px 0 0 0;
	text-align:center;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}


.footer-area a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff000;
}
.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}

.f18 {
	font-size: 18px;
	line-height:26px; 
}

.imgauthor {
float: left;
margin-right: 2em;
padding: 0;
}


/*contact form*/

#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 200px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 398px;
	border: 1px solid #133662;
	background: #daedfc;
	padding: 3px;
	color: #777;
	font-size: 1.0em;
}