h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}



#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/head_stripe.jpg);
	background-repeat: repeat-x;
	background-color: #013565;
}
h3 {
	background-repeat: no-repeat;
	text-indent: -9999em;
}
#imagebar {
	height: 232px;
	width: 800px;
}
#imagebar p {
	margin: 0px;
	padding: 0px;
	display: none;
}
#navbar {
	height: 60px;
	background-color: #000000;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}
#header h1 a {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 800px;
	display: block;
	background-image: url(images/header.jpg);
}
#navbar ul{
	margin: 0px;
	padding: 0px;
	float:left;
}
#navbar li{
	display:inline;
	float:left;
}
#navbar li a{
	display: block;
	text-indent:-9999px;
	height: 60px;
	width: 175px;
}
li#nHome {
	background-image: url(images/home_button.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 175px;
}
li#nHome a:hover {
	background-image: url(images/home_button_hover.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 175px;
}
li#nServices {
	background-image: url(images/services_button.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 175px;
}
li#nServices a:hover {
	background-image: url(images/services_button_hover.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 175px;
}
li#nContact {
	background-repeat: no-repeat;
	height: 60px;
	width: 155px;
	margin-left: 235px;
	background-image: url(images/contact.jpg);
	background-position: 10px 12px;
}
#maincontent {
	overflow: auto;
	background-image: url(images/maincontent.jpg);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin-bottom: 50px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_left {
	float: left;
	width: 535px;
	background-image: url(images/content_gradient.jpg);
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.p1 {
	font-size: 12px;
	margin-right: 30px;
	margin-left: 30px;
}
.no_display {
	margin-left: -9999em;
}
.li1 {
	font-size: 12px;
	margin-left: 125px;
}
#content_right {
	width: 265px;
	float: right;
	background-color: #9C9C9C;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
}
.p2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: -10px;
}
.img1 {
	margin-top: 10px;
	border: 10px solid #000000;
}
#contact_button {
	width:155px;
	height:40px;
	z-index:1;
	background-color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 55px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
}
