@charset "UTF-8";
/* CSS Document */


/*--------------------------------styles specific to the under-construction page - (no longer in use)-------------------------------------------------*/

.homepagebold {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  list-style-type: none;
  text-align: center;
  color: #7c3520;
}

/*---------------------------------------------- shared styles -------------------------------------------------*/



#mainContent_text h2 {
  color: #00a5d9;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
}

#mainContent_text h3 {
  color: #54b948;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
}
#mainContent_text h3 a:link, a:visited {
  color: #54b949;
}

#mainContent_text h3 a:hover, a:active {
  color: #83c670;
}

#mainContent_text p {
  color: #7c3520;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
}

#mainContent_text table th {
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
}

#mainContent_text ul {
  list-style-type: disc;
  color: #54b948;
  font-family: arial, helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}
#mainContent_text ul p { /* this style keeps the bulleted points spaced from each other properly */
  color: #54b948;
  font-family: arial, helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
}

#container {
	background: #ffffff;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container2col {
	background-image: url(images/sidebarwhite.gif) ;
	background-repeat: repeat-y;
	height: auto;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 10px 0px 15px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent_left {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	background: #FFFFFF;
	float: left;
}

#mainContent_text {
	padding: 0px 0px 25px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 450px;
}

#mainContent_text p a:link, a:visited{
  color: #00a5d9;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-decoration: underlined;
  text-align: left;
  line-height: 1.4em;
}
#mainContent_text p a:hover, a:active{
  color: #6cc9e9; 
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-decoration: underlined;
  text-align: left;
  line-height: 1.4em;
}

 #right_sidebar {
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: inherit;
	padding: 0px 0px;
	float: right;
}

 #right_sidebar img {
	padding-bottom: 25px;
}

#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
 	font-weight: normal;
 	list-style-type: none;
 	text-align: right;
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7c3520;
	color: #FFFFFF;
}

#footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h3esque {
  color: #54b948;
  font-family: arial, helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
}

/*---------------------------------------------- main menu styles -------------------------------------------------*/

#menubar {
	background: #54b948;
	height:52px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 0px;
	text-align: left;
}

#menubar img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}
#menubar a {
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

/*---------------------------------------------- sub menu styles -------------------------------------------------*/


#submenubar {
	background: #00a5d9;
	height: auto;
	margin: 0px;
}
#submenubar ul {
padding:7px;
margin: 0px;
border: 0px;
}
#submenubar li {
valign: middle;
color: #ffffff;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
display: inline;
padding-left:10px;
padding-right: 10px;
font-size: 0.89em;
line-height: 0.6em;

}
#submenubar a {
color: #ffffff;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
display: inline;
font-size: 0.89em;
line-height: 0.6em;

}
