@charset "utf-8";
/* CSS Document */

body {
	background-color: #232B30;
	color: #232B30;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#container {
	text-align: left;
	margin: 0 auto 20px auto;
	width: 960px;
	background-color: #b1bbe1;
	border: 1px solid black;
}
.black {
	color: #232B30;
}
.red {
	color: #4F51A0;
}

#header {
	width: 100%;
	text-align: center;
}
/* No longer needed
h1 {
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	font-size: 70px;
	width: 100%;
	text-align: center;
	letter-spacing: -3px;
}
*/
#navbar {
	text-align: left;
	background-color: #232B30;
	height: 38px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 -1px;
	padding-left: 10px;
}
#navbar ul {
	display:block;
	margin: 0;
	padding: 0 0 0 60px;
	float:left;
	list-style:none;
	width: 400px;
}
#navbar li {
	display:inline-block;
	padding: 5px 40px 5px 0;
	margin: 0;
}
#navbar li a {
	display: block;
	font-size: 24px;
	text-decoration:none;
}
#navbar li a.notselected {
	color: #b1bbe1;
}
#navbar li a.selected {
	color: #6d87e1;
}
#login {
	width: 450px;
	float:right;
	display:block;
	text-align: right;
	padding-top: 1px;
}
#login input {
	background-color: #b1bbe1;
	border: 1px black solid;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 6px 8px;
	font-size: 16px;
}
#postnav {
	text-align: left;
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 7;
}
#clientlogin {
	float:right;
	text-align: right;
	width: 200px;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	padding-right: 10px;
}
#smallcontactinfo {
	float:left;
	width: 600px;
	color: #232B30;
	padding-left: 10px;
	font-size: 16px;
}
#smallcontactinfo a {
	color: #232B30;
	text-decoration: underline;
}
#content {
	width: 100%;
	display:block;
}
#homebox {
	width: 433px;
	height: 377px;
	background: url("images/home_bg.jpg") left top;
	margin: 0px;
	padding: 70px 55px 70px 460px;
	color: #232B30;
}
#homebox h3 {
	color: #232B30;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
}
#homebox .readmore a {
	color: #232B30;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-decoration: underline;
}
#contactbox {
	width: 100%;
	background: url('images/contact_bg.png') no-repeat top left;
	margin-top: -30px;
	padding: 50px 30px 0 30px;
	height: 730px;
	position: absolute;
}
#contactbox h3 {
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-size: 34px;
	font-weight: normal;
}
#bigcontactinfo {
	float:left;
	width: 280px;
	display:block;
}
#bigcontactinfo p {
	font-size: 16px;	
}
#bigcontactinfo a {
	color: #4F51A0;
}
#contactform {
	display:block;
	width: 640px;
	position:absolute;
	top: 50px;
	left:306px;
}
#textinputs input {
	float:left;
	font-size: 20px;
	background-color: #b1bbe1;
	border: 1px solid black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	padding: 5px 8px;
}
#textinputs {
	margin-left: 80px;
	margin-top: 10px;
}
#contactform textarea {
	margin-top: 10px;
	background-color: #b1bbe1;
	border: 1px solid black;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 580px;
	height: 120px;
	font-size: 16px;
}
#contactform .fancysubmit {
	background: url('images/fancysubmit.png');
	border: none;
	height:45px;
	width: 204px;
	margin-top: -3px;
	margin-left: 50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}
#stafflist {
	float:left;
	display:block;
	position: absolute;
	top: 330px;
	left: 40px;
}
#stafflist p {
	color: #b1bbe1;
}
#stafflist .job {
	color: #484DD9;	
}
.staff {
	cursor: pointer;
}
#bios {
	float:right;
	display:block;
	width: 400px;
	height: 500px;
	position: absolute;
	left: 506px;
	top: 287px;
}
#bios p {
	padding: 0 10px;
	margin-top: 5px;
}
#bios a {
	color: #232B30;	
}
#bios h4 {
	font-weight:normal;
	font-size: 30px;
	margin: 0px;
	padding: 0 4px 4px 0;
	text-align:right;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
}
.loading {
	background: url('images/loading.gif') no-repeat center;	
}
#servicesbox {
	background: url("images/services_bg.jpg") no-repeat top left;
	width: 100%;
	height: 786px;
	margin-top: -20px;
}
#toparea {
	padding: 20px 100px 0 160px;
}
#bottomarea {
	padding: 0 460px 0 40px;
}
#servicesbox h2 {
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 42px;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	text-align: center;
}
#servicesbox h4 {
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.twocolumns {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}
.twocolumns h5 {
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
	display:inline-block;
}
.twocolleft {
	float:left;
	width: 395px;
	margin-left: 20px;
	border-right: 2px solid #232B30;
}
.twocolright {
	float:right;
	width: 470px;
	margin-right: 20px;
}
.twocolright ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.twocolright img {
	display:inline-block;
	vertical-align: bottom;
}
#sharebuttons {
	height: 120px;
}
#footer {
	background-color:#757c95;
	width: 100%;
	padding: 0;
	height: 70px;
	font-family: "Franklin Gothic Demi", "Arial Black", Gadget, sans-serif;
}
#footer a {
	color: #232B30;
}
.footerleft {
	padding: 10px;
	float:left;
}
.footerright {
	padding: 10px;
	float:right;
}