img {
	border: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5cacd1;
	margin-top: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003;
	margin-top: 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003;
	margin-top: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color:#003;
	font-size:10px;
	margin-top: 25px;
}



#container {
	position: relative;
	width: 867px;
	height: auto;
	margin: auto;
}
#header {
	width: 867px;
	height:auto;
	position: relative;
	float: left;
}
#nav {
	width: 856px;
	height: 33px;
	background-color: #0b2a54;
	position: relative;
	float: left;
	margin: 4px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#nav_container {
	position: relative;
	width: 485px;
	height:33px;
	margin: auto;
}
 #body{
 	position: relative;
	float: left;
	width: 867px;
	height: auto;
	background-image: url(../exportmedia/body_bg.gif);
	background-position: top;
	background-repeat: no-repeat;

 }
 
 #footer {
	position: relative;
	float: left;
	width: 867px;
	height:auto;
	margin-top: 60px;
	
 }

 #home,
 #about_us,
 #contact_us,
 #services,
 #clients {
	position: relative;
	float: left;
	width: 97px;
	height: 33px;
 }
 
 #home a,
 #about_us a,
 #contact_us a,
 #services a,
 #clients a {
 	background-repeat: no-repeat;
	background-image: url(../exportmedia/nav_bg.gif);
	background-position: top;
	display: block;
	width:100%;
	height: 100%;
	color: white;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size:16px
 }
 
 #home a:hover,
 #about_us a:hover,
 #contact_us a:hover,
 #services a:hover,
 #clients a:hover {
	background-position: bottom;
	color: #0b2a54;
 }

#home .selected,
#about_us .selected,
#contact_us .selected,
#services .selected,
#clients .selected {
	background-position: bottom;
	color: #0b2a54;
 }
.normalText, .normalText2, .normalText a, .normalText2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b2a54;
}
.headerText, .headerText2, .headerText a, .headerText2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5cacd1;
	font-weight: bold;
}
.normalText, .normalText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b2a54;
	width: 95%;
	margin: 2%;
	margin-left: 3%;
	margin-bottom: 4%;
}
.headerText, .headerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5cacd1;
	font-weight: bold;
	width: 95%;
	margin: 2%;
}
.headerText2 {
	color: #000F55;
	font-size: 16px;
}
.normalText2 {
	width:100%;
	margin: 0px;
}

.headerText h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5cacd1;
}
.headerText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5cacd1;
	font-weight: bold;
	width: 95%;
	margin:5px;
}
.row {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px;
}
.rowTop {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px;
	margin-top: 30px;
}
.rowTwo{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.twoColumn {
	position: relative;
	float: left;
	width: 49%;
	height: auto;
}

.threeColumn {
	position: relative;
	float: left;
	width: 33%;
	height:auto;
}

.wrapper {
	position: relative;
	width: 300px;
	margin:auto;
}

#name, #phone, #email, #company{
	height: 30px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(../exportmedia/input_bg.gif);
}
