body {
  font-family:arial;
  font-size:12px;
  line-height:33px;
  margin:20px 0 0 0;
  background:#ffffff;
}

#wrapper {
  width:850px;
  margin:0 auto; /* position div @ page center */
}

#logo {
  width:221px;
  height:63px;
  background:url(../images/logo.jpg) no-repeat;
  float:left;
  margin: 0 0 0 10px;
}
#logosFooter { padding: 10px 0 0 0;
}

/* navigation */
#navigation {
  width:530px;
  float:right;
  color:#2f727b;
  font-weight:bold;
  font-size:14px;
  margin:35px 0 0 0;
  padding:0;
}

#navigation ul {
  list-style:none;
}

#navigation ul li {
  display:inline;
}

/* banner & content */
#banner {
  width:100%;
  margin:0;
  padding:0 0 0 25px;
}


#links {
  width:803px;
  margin:0 auto;
}

#links-content {
  width:200px;
  margin:0 25px 0 0;
  float:right;
}

#content {
  width:560px;
  margin:0 0 0 30px;
}

#content-header {
  width:560px;  
  margin:0 0 0 30px;
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #e3e3e3;
}

/* footer */
#footer {
  width:800px;
  height:51px;
  margin:0 auto;
  background:url(../images/footer.jpg) top left no-repeat;
}

#footer p {
  margin:0;
  padding:2px 0 0 5px;
  text-align:left;
  color:#2f727b;
  font-size:11px;
}
#footer a, #footer a:visited {text-decoration:underline;
}
#footer a:hover {text-decoration:none;
}
.rightAligntext { float: right; margin: 0; padding: 0 5px 0 0;
}

.appointed { color:#999999; font-size: 10px; line-height:50px;
}

/* misc */
.clear {
  width:100%;
  height:1px;
  clear:both;
}

a img {
  border:none;
}

a:link, a:visited {
  text-decoration:none;
  color:#2f727b;
}

a:hover, a:active, a.nav-underline {
  text-decoration:underline;
  color:#e4b423;
}

img.left {
  float:left;
}

img.right {
 float:right;
}

img.center {
  display:block;
  margin:0 auto;
}

p, td{
line-height:18px;
}
td { text-align:left; font-weight: normal; vertical-align: top;
}
ul { line-height: 18px;
list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
ul.tick { line-height: 26px;
list-style-image: url(../images/tick.gif);
	list-style-type: none;
	vertical-align:top;
}
.rightText {text-align: right; color: #2f727b;
}
table.address { padding: 10px; border:0; margin: 0; width: 500px;
}

h1 {color:#4dc6e1; font-size:24px; margin-top: 10px;}

h2, .formText {
color:#2f727b; 
font-size:18px;
line-height:22px;
margin-top: 10px;
}
.blue { color:#2f727b;
}
.testimonial { border-bottom:#ddd 1px solid; background:url(../images/quotes1.jpg) right top no-repeat;
}
.bold { font-weight: bold;
}
.imgLeft img { float: left; padding: 0 15px 0 0;
}

input{
	position:absolute;
	left:490px;
	width:200px;
}

select{
	position:absolute;
	left:490px;
	width:200px;
}

.hidebox
{
visibility:hidden; margin-top: -32px;
}
.showbox
{
visibility:visible;
color:#2f727b; 
font-size:18px;
line-height:22px;
margin-top: 22px;
}

.formerror{
	color:#FF0000;
}

.small_text{
	font-size:12px;
	
}
