@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(../images/tile-grey-black.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:center;
}
a {
	color:#003399;
}
a:visited {
	color:#003399;
}
a img {
	border:none;
}
img, div {
	behavior: url(iepngfix.htc);
	}
h1, h2 {
	font-size:18px;
	padding: 0 0 1em 0;
	font-weight:bold;
	color:#000;
}
h3, h4 {
	font-size:14px;
	padding: 0 0 1em 0;
	font-weight:bold;
	color:#000;
}
p {
	margin:0px 0px 0px 0px ;
	padding: 0px 0px 1em 0px ;
	line-height: 1.25em;
}
ul {
	list-style-position:inside;
	margin:0 0 1em 0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 860px;
	text-align:left;
}
#wrapper #header {
	margin: 0px;
	padding: 0px;
	width: 860px;
}
#wrapper #header #logoHeader {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 860px;
	background:url(../images/header-grey.jpg) top left no-repeat;
}
/* TOP NAVIGATION */
#topNav {
	width: 820px;
	height:39px;
	margin:0 20px;
	padding:0;
	background-image:url(../images/nav-bar-emty.gif);
}
#topNav  ul {
	margin:0;
	padding:0 0 0 0px;
	width:auto;
	line-height: 4em;
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#topNav li {
	float:left;
	position:relative;
	list-style-type:none;
}
#topNav ul a {
	padding: 0 1.2em;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	display:block;
	background:url(../images/nav-bar-rule.jpg) no-repeat left top;
}
#topNav ul a:hover{
	color: #FFCC00;
	text-decoration:none;
}
/* Remove background from 1st menu item */
#topNav ul a.first {
	background: none;
}
/* TOP NAVIGATION2 */
#topNav2 {
	width: 820px;
	height:39px;
	margin:0 20px;
	padding:0;
	background-image:url(../images/nav-bar-emty.gif);
}
#topNav2  ul {
	margin:0;
	padding:0 0 0 0px;
	width:auto;
	line-height: 4em;
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#topNav2 li {
	float:left;
	position:relative;
	list-style-type:none;
}
#topNav2 ul a {
	padding: 0 .95em;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	display:block;
	background:url(../images/nav-bar-rule.jpg) no-repeat left top;
}
#topNav2 ul a:hover{
	color: #FFCC00;
	text-decoration:none;
}
/* Remove background from 1st menu item */
#topNav2 ul a.first {
	background: none;
}
/* -- CONTENT -- */
#wrapper #contentWrapper {
	width: 820px;
	margin: 0px 20px;
	padding: 0px;
}
#wrapper #contentWrapper #content {
	margin: 0px;
	padding: 20px 0px 0px 0px ;
	width: 820px;
}
#wrapper #contentWrapper #content #contentBoxTop {
	margin: 0px;
	padding: 0px;
	width: 820px;
	height: 21px;
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #contentWrapper #content #contentMiddle {
	background-image: url(../images/box-wide.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px 16px;
	width: 790px;
	min-height:500px;
}
#wrapper #contentWrapper #content #contentBoxBottom {
	background-image: url(../images/box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 820px;
}
#wrapper #footer {
	background-image: url(../images/footer-black.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 20px;
	padding: 0px;
	height: 87px;
	width: 820px;
}
#wrapper #footer #footerText {
	color: #666666;
	text-align: center;
	width: 820px;
	padding-top: 40px;
	padding-left: 0px;
	font-size:11px;
}
#wrapper #footer #footerText p {
	line-height:.5em;
}
#wrapper #footer #footerText a {
	color:#666666;
	text-decoration:none;
}
#wrapper #footer #footerText a:hover {
	color:#000000;
	text-decoration:underline;
}
#indexFeatures {
	margin: 20px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	width: 820px;
	/*background:url(../images/index-feature-pics.jpg) top left no-repeat;*/
}
#indexFeatures #indexFeaturesPics {
	margin: 0;
	padding: 0;
}
#wrapper #contentWrapper #content #contentMiddle #indexFeatures #indexFeature1 {
	width: 240px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float:left;
}
#wrapper #contentWrapper #content #contentMiddle #indexFeatures #indexFeature2 {
	width: 240px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float:left;
}
#wrapper #contentWrapper #content #contentMiddle #indexFeatures #indexFeature3 {
	width: 240px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float:left;
}
#aboutUsLogos {
	margin: 0px 0px 0px 10px ;
	padding: 0px;
	float: right;
	height: 200px;
	width: 100px;
	text-align:center;
}
/* CONTACT INFO*/
#contactInfo {
	margin: 20px 0px 0px 0px ;
	padding: 0px;
	width: 790px;
}
#contactLeftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#contactRightColumn {
	float: right;
	width: 450px;
	margin: 0px;
	padding: 0px;
	border:#0033CC solid 1px;
}
#contactForm {
	width:390px;
	padding:0px;
	margin:0px 50px 0px 0px;
	background-color:#CC9900;
}
/* Classes */
.clearer {
	clear:both;
}
.picFloatLeft {
	float:left;
	padding: 0px 20px 0px 0px;
}
.picFloatRight {
	float:right;
	padding: 0px 0px 0px 20px ;
}
.moreLink {
	color:#d10e14;
	text-align:right;
}
.moreLink a{
	color:#d10e14;
	text-decoration:none;
}
.moreLink a:hover {
	text-decoration:underline;
}
.staff {
	width: 790px;
	margin: 10px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
.staffName {
	color:#2067ad;
	font-size:18px;
	padding: 0px 0px 0px 0px ;
}
.staffTitle {
	font-style:italic;
	font-size:12px;
}
.staffContact {
	width:100%;
}
.staffContact p {
	margin:0;
	padding:0;
}
.staffContactName {
	color:#2067ad;
	font-size:18px;
	padding: 0px 0px 0px 0px ;
}
.staffContactTitle {
	font-style:italic;
	font-size:12px;
}
.services {
	font-size:18px;
}
.services li{
	list-style:none;
}
#contactFormWrapper {
	width: 400px;
	margin:10px 0 0 100px;
	padding:0 0 0 0;
}
#contactFormHeader {
	background-color: #226ead;
	margin: 0px 0px 10px 0px ;
	padding: 5px 10px;
	width: 430px;
	color:#FFFFFF;
	font-size:16px;
}
/* Form */
#formWrap{
	width:410px;
	padding: 0px;
	margin:0px 0px 0px 10px;
}
#formWrap p{
	font-family:"Myriad Pro", Verdana;
	font-size:12px;
	color:#000;
	line-height: 1.2em;
	margin: 1.4em 0;
}
#frmContact {
	width: 430px;
	margin: 0 auto;
}
#formWrap {
	width:450px;
	padding: 0px;
	margin:0;
}
#formWrap p{
	font-family:"Myriad Pro", Verdana;
	font-size:12px;
	color:#000000;
	line-height: 1em;
	margin: .25em 0 0 0;
}
#frmContact {
	width: 420px;
	margin: 0px 0px 0px 10px ;
}
fieldset[id=personalInfo] {
	/*background: #D8D5C5;*/
	border:none;
	margin: 1em 0;
	padding-bottom: .5em;
}
legend {
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	padding: 0.4em .5em;
	margin-left: 0.5em;
}
input.text {
	width: 300px;
}
textarea {
	width:300px;
	margin-top: .5em;
}
.required {
	color:#FF0000;
}
label.top {
	display:block;
	margin-bottom: .25em;
}
input.text:focus, textarea:focus {
	background:#CCFFFF;
	border:solid 2px #996600;
}

.services li {
	list-style-position: inside;
	list-style-image: url(../images/bullet-rose.gif);
	line-height: 1.5em;
}
.wsocFeeds {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 350px;
}
#wrapper #contentWrapper #content #contentMiddle #contactInfo #contactRightColumn #formWrap #frmContact #contactDisclaimer {
	width: 400px;
	height: 100px;
	border: 1px solid #333333;
	overflow: scroll;
	padding: 5px;
}
#wrapper #contentWrapper #content #contentMiddle .servicesColLeft {
	margin: 0px;
	padding: 0px ;
	float: left;
	width: 250px;
	text-align:center;
}
#wrapper #contentWrapper #content #contentMiddle .servicesColRight {
	margin: 0px;
	padding: 0px ;
	float: left;
	width: 250px;
	text-align:center;
}
#wrapper #contentWrapper #content #contentMiddle .servicesColCenter {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	width: 250px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	text-align:center;
}

