/*CSS Code*/

/*Set all defaults to 0*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: left;
	background-color: #33FF66;
	/*background-color: #C3FFBF;*/
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

#leftcol {
	left: 100px;
	top: 40px;
	z-index: 10;
	float: left;
	padding-top: 25px;
	padding-left: 50px;
}
#homelogo {
	left: 100px;
	top: 40px;
	z-index: 10;
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	text-decoration: none;
}
#logo {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	text-decoration: none;
	margin-top: 10px;
}
#homepagewill {
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 270px;
}
#homepageimg {
	border: 3px double #000000;
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 25px;
}
#homepagetext {
	width: 200px;
	padding-left: 25px;
	margin-left: 25px;
	border: 2px solid #000000;
	float: right;
	text-align: left;
}
.homepagelink {
	font-size: 18px;
}
.homepagelink a:link {
	text-decoration: none;
	color: #000000;
}
.homepagelink a:visited {
	color: #000600;
}
.homepagelink a:hover {
	color: #990000;
}
#homepagebox {
	margin-right: 35px;
}
.image_info {
	text-align:center;
    font-size:14px;
    color:#999;
    border:0px;
    }
.wrapper {
    margin:0px auto;
    padding-top:25px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:300px;
    text-align:left;
}
.show_title a {
    font-size:14px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#000;
}
.mainmenu{
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	list-style-type: none;
}
.mainmenu a{
	text-decoration: none;
	color: #000000;
}
.mainmenu a:visited {
	color: #000000;
}
.mainmenu a:hover {
	color: #990000;
}
img {
	border-width: 0;
}
.image {
    margin-bottom:5px;
}
.image img {
    padding:6px;
    display:block;
    background-color: #92ae94;
    margin-top: 10px;
}
.navigation { 
	text-decoration: none;
    color:#000;
    margin-top:9px;
}
.navigation a {
	color: #000000;
	text-decoration: none;
}
.navigation a:visited {
	color: #000000;
}
.navigation a:hover {
	color: #990000;
}
.copyright{
	font-size: 12px;
}
.copyright a {
	text-decoration: none;
	color: #000000;
}
.copyright a:visited {
	color: #000000;
}
.copyright a:hover {
	color:  #990000;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}
.menu {
	text-decoration: none;
	padding-top: 25px;
}
.newmenu {
	margin-left:15;
	text-decoration: none;
	padding-top: 25px;
}
.homelogo2 {
	float: left;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
}
#hometable {
	margin-left: 20px;
}
.slideshowImages {
} 


.slideshowLinks {
	padding-right: 50px;
	padding-left: 50px;
}
#maincontent {
	margin-top: 10px;
}
#active{
	font-weight: bolder;	
}
fieldset {
  border: 0.2em solid #fd3400;
  width: 450px;
  background-color: #f2efe8;
  clear:both;
}
legend {
  border: 0;
  background-color: #999999;
  color: #ffffff;
  padding: 0.5em 0.9em ;
}

/*----------------- tabs -------------------*/
.tab_selected {
  background-color: #ffffff; 
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff; 
  height: 21px;
  text-align: center;
  font-weight: bold;
}
.tab_selected a:link, .tab_selected a:visited {
  text-decoration: none;
  color: black;
}

.tab_not_selected  {
  border-top: 1px solid #999999; 
  border-bottom: 1px solid #999999; 
  background-color: #efefef;
  height: 21px;
  text-align: center;
}

.tab_not_selected a {
  text-decoration: none;
  color: black;
}
.tab_not_selected a:hover {
  text-decoration: underline;
  color: #336699; 
}
.main_content  { 
	padding: 0p,20px,0px,20px; 
	vertical-align: top; 
}

.tab_content   {
  padding: 20px; 
  vertical-align: top; 
  background-color: #ffffff; 
  border-left: 1px solid #999999; 
  border-right: 1px solid #999999; 
  border-bottom: 1px solid #999999;
}


/*Style forms*/

.labelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: transparent;
	width: 220px;
	padding-left:10px;
	text-align: left;
}

.fieldcell {
 background-color: #F2F7FB;
 color: #000000;
 text-align: left;
 margin-right: 0px;
 padding-right: 10px;
}

.fieldcell input {
 width: 200px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #284279;
 margin-right: 0px;
 padding-right: 10px;
}
.fieldcell select {
 width: 200px;
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 border: 1px solid #284279;
 margin-right: 0px;
 padding-right: 10px;
}
.radiocell input{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #3670A7;
 background-color: transparent;
 width: 220px;
 padding-bottom: 5px;
 padding-top: 5px;
}
.button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-left: 12px;
 margin-top: 3px;
 margin-bottom: 2px;
}
 
 /*Messages displayed to screen*/
.error {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.success {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
/*create small font for "click on picture for larger image*/
.small {
	font-size: 10;
}