body {
margin: 15px 0px 15px 0px;
padding: 0px;
background: #dfdfdf;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.main {
width: 800px;
padding: 5px;
background: white;
margin: 0 auto;
}


.header {
height: 280px;
width: 800px;
}

.topBar {
height: 30px;
widows: 800px;
background: #67c5dd;
}


.logo {
width: 250px;
height: 200px;
float: left;
text-align:center;
}

.logo p {
margin: 0px;
padding: 0px;
font-size: 15px;
color: black;
}

.logo p span {
font-size: 17px;
color: #246b7d;
line-height: 35px;
}

.headImg {
width: 550px;
height: 200px;
float: right;
}


.navBar {
clear: both;
width: 800px;
height: 50px;
}

.loc {
width: 230px;
height: 50px;
float: left;
background: #b5cbd2;
line-height: 50px;
padding-left: 20px
}

.nav {
width: 550px;
height: 50px;
float: right;
background: #3c4b5d;
}

.nav a {
font-size: 15px;
color: white;
line-height: 50px;
margin: 0px 10px 0px 10px;
}

.nav a:hover {
text-decoration: none;
}


.container {
overflow: hidden;
background: url(../images/leftCol.jpg) repeat-y left;

}

.leftCol {
width: 250px;
float: left;
}

.leftCol a {
font-size: 12px;
color: #3c4b5d;
line-height: 20px;
}

.leftCol a:hover {
text-decoration:none;
}

.content {
float: right;
width: 535px;
}

.content p {
font-size: 11px;
}
.content h1{
color: #246b7d;
font-size: 20px;
font-weight:normal;
}

.content span {
font-size: 15px;
}


.content .hList {
width: 510px;
background: #ecf3f5;
overflow:hidden;
padding: 10px 0px 10px 25px;
}

.content .hList ul {
margin: 0px;
padding: 0px;
float: left;
width: 170px;
font-size: 11px;
line-height: 18px;
list-style-type:circle;
color: #5a5a5a;
}



.location {
height: 130px;
padding-left: 20px;
background: url(../images/map.jpg) no-repeat right bottom;
}
.location p {
margin: 0px;
padding: 0px;
}


.footer {
width: 800px;
height: 70px;
border-top: 1px solid white;
}

.copy {
float: left;
width: 250px;
height: 70px;
background: #617981;
text-align:center;
}
.copy p {
margin: 0px;
padding: 20px 0px 0px 0px;
font-size: 11px;
color: white;
}


.bottomNav {
float: right;
width: 550px;
background: #7a939b;
height: 70px;
}

.bottomNav  a {
font-size: 15px;
color: white;
line-height: 70px;
margin: 0px 10px 0px 10px;
}


.bottomNav  a:hover {
text-decoration: none;
}


.websolveLink {
	display:block;
	margin:5px auto 5px auto;
	width:810px;
	text-align:center;
	color:#7A939B;
	font-size:12px;
}

.websolveLink:hover {
	text-decoration:none;
}



.cForm {
float: left;
width: 250px;
}

.cInfo span {
color: #3c4b5d;
font: 13px Arial, Helvetica, sans-serif;
font-style:italic;
}


.cInfo p span {
font-size: 11px;
}

.cInfo {
float: left;
width: 250px;
}

.cInfo span {

}

.cInfo p a {
font-size: 11px;
color: #617981;
}
.cInfo p a:hover {
text-decoration: none;
}


form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
}
form.cmxform legend {
  padding: 0 2px;
  _margin: 0 -7px; /* IE Win */
color: #3c4b5d;
font: 13px Arial, Helvetica, sans-serif;
font-style:italic;

}

/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */

form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font: 11px Arial, Helvetica, sans-serif;
  color: #617981;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset li input, textarea {
border: 1px solid #455632;
}

form.cmxform fieldset li input:focus, textarea:focus {
border: 1px solid #617981;
}

form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
  
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/* Validation  */

#msg {
display:none; 
position:absolute; 
z-index:200; 
background:url(../images/msg_arrow.gif) 
left center no-repeat; 
padding-left:7px
}

#msgcontent {
font: 9px Helvetica, Arial, Verdana, sans-serif;
display:block; 
background:#f3e6e6; 
border:2px solid #924949; 
border-left:none; 
padding:5px; 
min-width:150px; 
max-width:250px
}