/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #1c398d;
}

h1 {
	font-size:21px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	font-weight:normal;
}


a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color:#192f6c;
	background: url(../images/bg.jpg) top center repeat-x #ffffff;
}


#wrapper {
width: 900px;
background: url(../images/container-bg.gif) top center repeat-y;
margin: 0 auto;
}

#header{
width:900px;
height:391px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}


#header ul {
	
	list-style: none;
	padding: 318px 0 0 120px;
	
}
#header ul li {
	float: left;
	padding: 0 18px
}

#header ul li a {
	display:inline;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: bold;
	color: #42599c;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #112f86;
}

	
#content {
width: 660px;
padding:0 120px; 
min-height:300px;
background: url(../images/contentbg.jpg) top center no-repeat;
height:auto !important;
height:300px; 
}


#footer { 
clear: both;
width: 900px;
height:63px;
text-align: center;
font-size: 10px;
margin:0 auto;
background:url(../images/footer.gif) top center no-repeat;
color:#192f6c; 

}

p{
margin-bottom:13px;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 500px;
	border: 1px solid #687d92;
	background: #d9e1e9;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

