/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) top center repeat-x #161616;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#090c0d;
	line-height:20px;
}

h1, h2, h3, h4, h5, h6, strong {
	color: #1c2123;
}

p{
margin-bottom:13px;
}

h1 {
	font-size:19px;
	font-weight:bold;
}
h2 {
	font-size:17px;
	font-weight:bold;
}
h6 {
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}


/******** TEXT STYLING **********/
a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

ul{list-style-type:none;}
hr{ color:#000; margin-bottom:20px; margin-top:20px;border: 1px solid #000;}
/******************************************/

/***** COMMON CLASSES *****/
.clr{clear:both;}
.left{float:left;}
.right{float:right;}
.txt_AC{text-align:center;}
.txt_AL{text-align:left;}
.txt_AR{text-align:right;}
.txt_AJ{text-align:justify;}
.padding18{padding-top:18px;}
.margin0{margin:0;}
/**************************/

#wrapper{
	width:750px;
	margin:0 auto;
}

#header{
	width:750px;
	height:427px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
}

#nav{
	width:750px;
	height:92px;
	background:url(../images/nav-bg.jpg) no-repeat;
	float:left;
}

#nav ul{
	text-align:center;
	width:750px;
	padding:28px 0;
	font-size:16px
}

#nav ul li{
	display:inline;
	padding:0 60px;
}

#nav ul li a{
	text-decoration:none;
	color:#b7b7b9;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#FFFFFF;
	border-bottom:3px solid #FFFFFF;
}

#main{
	width:750px;
	float:left;
	background:url(../images/main-bg.gif) repeat-y;
}

#content{
	width:700px;
	padding:25px;
	float:left;
	overflow:hidden;
	background:url(../images/content-bg.jpg) no-repeat;
}

#footer{
	width:750px;
	background:url(../images/footer.gif) no-repeat;
	float:left;
	height:84px;
}

#footer p{
	padding:30px 0 0 0;
	text-align:center;
	font-size:.90em;
	line-height:normal;
	color:#090c0d;
}

#footer a{
	color:#FFCC00;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 470px;
	border: 1px solid #666;
	background: #AAAAAA;
	padding: 3px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}