body {
  background: #00642d url(../img/fs/background.jpg) repeat-x;
  margin: 0px;
  font-family: Lucida Grande, Verdana, Sans-serif;
  font-size: 12px;
  color: #333;
}

h1 {
	background-image: url(../img/fs/headerline.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h2 {
	background-image: url(../img/fs/headerline2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

h3 {
	background-image: url(../img/fs/headerline3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header {
	width: 905px;
	background: url(../img/fs/header.jpg) no-repeat;
	padding-top:83px;
	padding-bottom:20px;
	margin:auto;
}

#content {
	width: 905px;
	background: url(../img/fs/content_back.jpg) repeat-y;
	margin: auto;
}

#struct td {
	vertical-align: top;	
}

#struct {
	width:100%;
	margin-left:25px;
	margin-right:30px;
}

#menubar {
	width:143px;
	color:white;
}

#menubar a {
	color:white;
	text-decoration: none;
	font-size:9pt;
}

#menubar li.selected {
	background-color: #74ab8d;
}

#menubar li.selected a {
	font-weight: bold;
}

#menubar li a:hover {
	text-decoration: underline;
}

#menubar ul {
	padding-left:0px;
	margin-left:0px;
}

#menubar li {
	padding-left:2px;
	list-style: none;
	padding-top:3px;
	padding-bottom:3px;
}

#pageContent {
	padding-left:20px;
	padding-right:60px;
}

#footer {
	width: 905px;
	background: url(../img/fs/footer.jpg) no-repeat;
	margin: auto;
	height: 43px;
	text-align: center;
	color: #666;
	padding-top:8px;
	font-size:10pt;
}


.treatLinks {
	margin:0px;
	padding:0px;
	margin-left:10px;
	font-size: 8pt;
}

.treatLinks li {
	list-style: none;
	padding:2px;
}

a {
	color:#360;
}


.practiceTable td {
	padding:5px;
	vertical-align: top;
}

 .prlabel {
 	background-color: #e0e0e0;
 	color:#666;
 	font-weight: bold;
 	padding-right: 20px !important;
	width:120px;
 	border-bottom:1px solid #ccc;
 }
 
 .prval {
 	padding-left: 10px !important;
 	padding-right: 30px !important;
 }
 
 .practiceTable {
 	border:1px solid #ccc;
 	border-collapse: collapse;
 }

textarea, input {
	border:1px solid #ccc;
}

.contactus {
	border:1px solid #ccc;
 	border-collapse: collapse;
 	width: 350px;
}

.contactus .value, .contactus .key {
 	border-bottom:1px solid #ccc;
 	padding: 3px 10px;	
}
	
.contactus .key {
	background-color: #e0e0e0;
	width: 150px;
}

#smiles td { color:#360; font-weight: bold; font-size: 11pt }

.smilesLabels td { padding-bottom:10px }

.sendFrFdbck { border:1px solid #ccc; padding: 30px; text-align: center; }





