body {
	font-family : Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 18px;
	margin-top : 18px;
	margin-bottom : 12px;
	margin-left: 48px;
	margin-right: 24px;
}

h3 {
	font-size: 16px;
	margin-top : 12px;
	margin-bottom : 6px;
	margin-left: 0px;
	margin-right: 0px;
	color: #003935;
	text-align: center;
	}

h4 {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-top : 12px;
	margin-bottom : 6px;
	margin-left: 13px;
	margin-right: 0px;
	color: #003935;
}

td.mainText {
	background-color: #FAF2DB;
}

#main p, #main li {
	font-size : 12px;
	color: #1F1A17;
	margin-top : 0px;
	margin-bottom : 12px;
	margin-left: 48px;
	margin-right: 24px;
}

#main ul {
	margin-top: 3px;
}

#main li {
	margin-top : 0px;
	margin-bottom : 3px;
	margin-left: 48px;
	margin-right: 24px;
}

#main p.subhead {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}

#main .heading {
	margin-left: 32px;
	margin-top: 36px;
}

#main a:link, #main a:active, #main a:visited {
	font-weight: bold;
	color: #003935;
	text-decoration: none;
}

#main a:link:hover, #main a:visited:hover {
	font-weight: bold;
	color: #D99F08;
	text-decoration: underline;
}

input, textarea {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
}

XXtd.menuRow {
	background: url(images/menu_bar.gif) repeat-x top;
}

XX* html #menu  ul {
	width: 99%;  /* IE rule */
}

XX#menu ul {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

XX#menu ul li {
	display: inline;
}

XX#menu ul li a {
	margin-left: 7px;
	padding-left: 12px;
	margin-right: 0;
	padding-right: 0;
}

XX#menu li a:link, #menu li a:active, #menu li a:visited {
	color: #003935;
	text-decoration: none;
	background: url(images/menu_bullet.gif) no-repeat left;
}

XX#menu li a.sel:link, #menu li a.sel:active, #menu li a.sel:visited {
	color: #D99F08;
	text-decoration: none;
	background: url(images/menu_bullet_sel.gif) no-repeat left;
}

XX#menu li a:hover {
	color: #D99F08;
	text-decoration: none;
	background: url(images/menu_bullet_sel.gif) no-repeat left;
}

.address {
	font-size: 12px;
	color: #003935;
	margin-top: 42px;
	margin-bottom: 12px;
}

.telephone {
	font-size: 12px;
	color: #003935;
	margin-top: 12px;
	margin-bottom: 9px;
}

p.copyright {
	font-size: 10px;
	color: gray;
	margin-top: 16px;
}

.thanks {
	line-height: 140%;
	text-align: center;
}

.thankYou {
	line-height: 165%;
	font-size: 21px;
}

#main .table_text {
	margin-left: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
}

#main .contact_form {
	margin-bottom: 3px;
}


/* for testing menu   */

XX.menuButtons {
	font-size: 12px;
	font-weight: bold;
	margin-left: 6px;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 0;
	color: #003935;
	text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
}


#main .bios  {
	font-size : 12px;
	color: #1F1A17;
	margin-top : 0px;
	margin-bottom : 12px;
	margin-left: 10px;
	margin-right: 10px;

}
#bios {
	width: 580px; /* Allows for fluid design. Can be set to pixels */
	height: 100%;
	padding: 0px;
	background-color: #FAF2DB;
	padding-top: 0px;
	margin-bottom: 0px;
}


#col_thirtythree {
margin: 0 0 0 0px; /* Puts a 0 pixel space between columns (left side) - think cellspacing */
width: 33%;
float: left;

}
#col_onehundred {
margin: 0 0 0 0px; /* Puts a 0 pixel space between columns (left side) - think cellspacing */
width: 100%;
float: left;


}
p.bios {
	font-size: 11px;
	color: 000000;
	text-align:left;
	text-indent: 2em;
	padding:0em 1.5em 0em 2em;
}
p.biosnoin {
	font-size: 11px;
	color: 000000;
	text-align:left;
	text-indent: 0em;
	padding:0em 0em 0em 0em;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
	padding:0em 1.5em 0em 2em;
}


img.floatcenter { 
    float: right; 
	padding:0em 1.5em 0em 2em;
}



/****navbar****/

.chromestyle{
width: 100%;
font:bold 12px Verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #559088;
width: 100%;
background: url(images/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949; /*gray type*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #559088; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #5a978f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
text-align:left;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #00483a; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:bold 12px Verdana;
color: 494949;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bde3dc;
}

/*image on features*/
#imgplaemt1{
	float:right;
	padding:.5em 0em 0em 0em;
}
