
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: url(../images/bg_page.jpg);  	
}

h3 {
	line-height: 38px;
}

p {
	line-height: 18px;
}

a {
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ff0000;
}


.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;
	background: url(../images/bg_container.jpg) top no-repeat;
}


#header {
	margin:0 auto;
	width:900px;
	height: 322px;

}




#topbar {
	margin: 0 auto;
	width:900px;
	height:50px;
	padding:0 0 0 0;
}



/*----NAV---- */

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 900px;
	padding: 0;
	filter:alpha(opacity=80);
    opacity:0.80;
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;		
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	height: 50px;
	width:150px;
	background-image: url(../images/bg_nav.jpg);
}

#nav ul li a span {
	display: none;
}

#nav ul li.nav1 a {
	height: 50px;
	width:150px;
	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:150px;
	background-position: 750px 0;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active {
	background-position: 750px 50px;
}
#nav ul li.nav3 a {
	width:150px;
	background-position: 600px 0;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active {
	background-position: 600px 50px;
}

#nav ul li.nav4 a {
	width:150px;
	background-position: 450px 0;
}

#nav ul li.nav4 a:hover, #nav ul li.nav4 a.active {
	background-position: 450px 50px;
}


#nav ul li.nav5 a {
	width:150px;
	background-position: 300px 0;
}

#nav ul li.nav5 a:hover, #nav ul li.nav5 a.active {
	background-position: 300px 50px;
}



#nav ul li.nav6 a {
	width:150px;
	background-position: top right;
}

#nav ul li.nav6 a:hover, #nav ul li.nav6 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/

#content-wrapper {
	margin: 0 auto;
	width:900px;
}

#content-bg {
	margin: 0 auto;
	width:900px;
	background: url(../images/bg_content.jpg) repeat-y;  	
	filter:alpha(opacity=70);
    opacity:0.70;
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
}


#content {
	margin: 0 auto;
	width:750px;
	padding:40px 35px 50px 35px;
	text-align:justify;

}


#footer {
	padding:0 0 0 0;
	clear:both;
	width:900px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) no-repeat;
	height:25px;
	filter:alpha(opacity=70);
    opacity:0.70;
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	 
	font-size:10px;
}
.footer-area{
	text-align:center;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	padding:0 0 25px 0;
}

#footer a{
	text-decoration: underline;
	font-size:10px;
}


.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 	
}

.content-ul{
	padding: 0 0 0 30px;
}



/*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;
}

