/* CSS Page */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  font-family:"Palatino Linotype", "Times New Roman", Times, serif;
  color: #004B25;
  background-color: #004B25;
  line-height: 1.166;	
  margin: 0px;
  padding: 0px;
}

a, a:link, a:visited, a:hover {
  color: #408B65;
  text-decoration: none;
  background-image: url(../images/border.tb.1pxdo2.944040.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
a:hover {
  color: #004B25;
  text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
  font-size: 120%;
  color: #700000;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

h2{
  font-size: 114%;
  color: #003219;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

h3{
  font-size: 100%;
  color: #700000;
}

h4{
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  color: #003219;
}

h5{
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  color: #700000;
}

h6{
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  color: #003219;
}
ul {
  list-style-position: outside;
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 10px;
}

ul li {
 list-style-type: disc;
}
ul ul li {
 list-style-type: square;
}
ul ul ul li {
 list-style-type: disc;
}
li {
  color: #700000;
  font-size: .75em;
}
li span {
  color: #004B25;
  font-size: 1.25em;
}

label{
  font: bold 100% Arial,sans-serif;
  color: #700000;
}
th {
  font-weight: normal;
  text-align: center;
  vertical-align: bottom;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body{
	text-align: center;
}
#site {
  width: 760px;
  background-color: #E5EFEA;
  margin: 5px 0px 5px 0px;
  margin-left: auto;
  margin-right: auto;
}

#site {
  border: 1px solid black;
}
#site table {
  width: 100%;
}
#site table#heading-top {
}
#site table#heading-bottom {
}
#site table#content {
}
#site table#footer {
}
#site table#heading-top tr td#hd-logo {
  width: 44%;
  background-image: url(../images/border.lr.1pxdo2.7FB198.gif);
  background-position: right;
  background-repeat: repeat-y;
  text-align: center;
}
#site table#heading-top tr td#hd-text {
  width: 56%;
  text-align: center;
  vertical-align: middle;
}
#site table#heading-top tr td#hd-text ul li {
  font-size: 90%;
  list-style: none;
}
#site table#heading-top tr td#hd-text ul li a {
  text-decoration: none;
}
#site table#heading-top tr td#hd-text ul li a:hover {
  text-decoration: none;
}

#site table#heading-bottom tr td#hd-menu {
  width: 25%;
  text-align: left;
}
#site table#heading-bottom tr td#hd-pic {
  width: 75%;
}
#site table#heading-bottom tr td#hd-pic img {
  border: 2px solid #7FB198;
}

#site table#content tr td#content-left {
  width: 44%;
  background-image: url(../images/border.lr.1pxdo2.7FB198.gif);
  background-position: right;
  background-repeat: repeat-y;
/*
  border-right: 1px dashed #7FB198;
  border-right: 1px dotted #408B65;
*/
}
#site table#content tr td#content-left p {
  text-align: center;
}
#site table#content tr td#content-right {
  width: 56%;
}

/***********************************************/
/*Content Divs                                 */
/***********************************************/
#site table#content h3 {
  font-family:"Palatino Linotype", "Times New Roman", Times, serif;
  color: #700000;
}
#site table#content ul {
  font-family:"Palatino Linotype", "Times New Roman", Times, serif;
  color: #003219;
  text-align: left;
/*
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
*/
}
#site table#content ul li {
}
#site table#content h3 a {
  color: #700000;
  text-decoration: none;
}
#site table#content h3.left {
  text-align: left;
}

#site table#content p {
  font-family:"Palatino Linotype", "Times New Roman", Times, serif;
  color: #003219;
  text-align: left;
}

#site table#content tr td#content-left {
  text-align: center;
  vertical-align: top;
}
#site table#content tr td#content-left h3 {
  text-align: center;
}
#site table#content tr td#content-left img {
  border: 2px solid #7FB198;
}
#site table#content tr td#content-left.aboutus-pic img {
	margin: 0px 0px 70px 0px;
}


#site table#content tr td#content-right {
  text-align: left;
  vertical-align: text-top;
}
#site table#content tr td#content-right h3 {
}
#site table#content tr td#content-right h3 a:hover {
  color: #944040;
}

/***********************************************/
/* Form Elements                               */
/***********************************************/
form {
}

fieldset {
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  border: none;
/*
  background-color: #D4E5DC;
  border: 1px dotted green;
*/
  background-image: url(../images/border.1pxdo2.7FB198.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}
div.fieldset {
  background-image: url(../images/border.1pxdo2.7FB198.gif);
  background-position: top;
  background-repeat: repeat-x;

}
legend {
  font-family:"Palatino Linotype", "Times New Roman", Times, serif;
  color: #004B25;
  font-style: italic;
}
form table {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
form table tr td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
form table table {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
form table table tr {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
form table table tr td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/*
form input {
  color: #2D2D2D;
  border: 1px dotted #408B65;
}
*/

form select {
  color: #2D2D2D;
  border: 1px dotted #408B65;
}
form input.txt {
  width: 97%;
}
form input.txt-fullwidth {
  width: 98%;
}
form input.option-state {
  width: 5em;
}
form input.txt-zip {
  width: 5em;
}
form input.txt-apt {
  width: 5em;
}
form input.option-state {
}
form input.btn {
/*
  margin: 20px 0px 10px 0px;
  padding: 2px 3px 2px 3px;
  border: none;
*/
}
textarea {
  width: 97%;
  overflow: auto;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #mainmenu styles **************/

#hd-menu ul {
  background-color: #D4E5DC;
  text-align: left;
  list-style: none;
  margin: 10px 5px 10px 5px;
  padding: 3px 0px 0px 0px;
  border-top: 1px solid #408B65;
}

#hd-menu ul li {
  font-size: 1em;
  text-align: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 5px;
  border-bottom: 1px solid #408B65;
}

#hd-menu ul li a {
  font-size: 100%;
  color: #003219;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  border: none;
  background-image: none;
}
#site table#heading-bottom tr td#hd-menu ul li a:hover {
  color: #7FB198;
  text-decoration: none;
  border: none;
}
#hd-menu ul li a:visited {
}
#hd-menu ul li a.selected {
  color: #944040;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
}

/***********************************************/
/*Sub-Menu Styles                              */
/***********************************************/
#sub-menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#sub-menu h3 {
	text-align: left;
	padding: 0px 0px 10px 0px;
}
#sub-menu ul {
  list-style: none;
  margin: 10px 5px 10px 5px;
  padding: 3px 0px 0px 0px;
}
#sub-menu ul li {
  font-size: 1em;
  text-align: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 5px;
  text-decoration: none;
  border: none;
}
#sub-menu ul li a {
  font-size: 100%;
  color: #003219;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  border: none;
/*
  background: none;
*/
}
#sub-menu a:hover {
    color: #408B65;
/*
  color: #004B25;
*/
  text-decoration: none;
}
#sub-menu a:visited {
  text-decoration: none;
}
#sub-menu a.selected {
  color: #B77F7F;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; 
  text-decoration: none;
  border: none;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .article styles ***************/

.article {
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}
.article h3 {
	text-align: center;
	padding: 30px 0px 10px 0px;
}
.article p.author {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.article img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid green;
}

/************* .nav-icon styles ****************/
/* for column-center                           */
/***********************************************/
.nav-icon {
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.nav-icon a {
  text-decoration: none;
}
.nav-icon a:hover {
  text-decoration: none;
  border: none;
}
.nav-icon a img {
  border: none;
}

/************* #footer styles ***************/

#footer {
  border-top: 1px solid #408B65;
  font-size: 75%;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 0px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#footer .big {
  width: 70%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#footer .small {
  vertical-align: bottom;
  width: 15%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************ Miscellaneous styles *************/
div.hr {
  width: 80%;
  height: 0px;
  text-align: center;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dotted #408B65;
}
.bullet {
  color: #700000;
  font-size: 90%;
}
.required {
  color: #990000;
  font: bold;
}
.alert {
  color: #990000;
}
.error {
  color: #990000;
}

