
body {
	background-color: #6393b7;
	background-image: url(images/bg.jpg);
	background-postion: center top;
	background-repeat: repeat-x;
	background-size: 100% auto; 
	margin: 0;
	}

body, td { 
	font-family: "trebuchet ms", helvetica, arial;
	font-size: 15px; 
	color: #000;
	}

.container {
	background-color: #fff;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px #3e5161;
	border: 1px solid #fff;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px; 
	}

.main {
	padding: 10px;
	}

.slides { 
	box-shadow: 2px 2px 2px 2px #ddd; 
	}

.nav { 
	background-color: #042b4d;  
	color: white;
	text-align: center; 
	border-bottom: 1px solid #fff;
	}

.footer {
	background-color: #042b4d;
	padding: 10px; 
	color: white;
	text-align: center;
	font-size: 18px; 
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	}
	
.subfooter {
	color:  #0b2b46;
	font-weight: bold;
	font-size: 16px; 
	}

#subfooter {
	padding: 10px;
	text-align: center;
	background-color: #000;
	}

.module1 {
	background-color: #ddd;
	padding: 10px;
	border-radius: 10px; 
	border: 1px solid #bbb;
	}
	
.profilemodule {
	background-color: #ddd;
	padding: 4px;
	border-radius: 6px; 
	border: 1px solid #bbb;
	}

.quote  {
	background-color: #6393b7;
	color: white;
	padding: 10px;
	border-radius: 10px; 
	border: 1px solid #457498;
	font-family: georgia;
	font-style: italic;
	font-size: 16px; 
	line-height: 20px; 
	}
	
table.staff td {
	border-bottom: 1px solid #333;
	}
	
.formtitle { display: block; padding-bottom: 10px; }

table.profile td  { font-size: 12px;  }

input {  background-color: #ffffee;  }

.submit {  
	padding: 4px; 
	border-radius: 5px; 
	color: #075ba5; 
	font-weight: bold;
	background-color: #ddd;  
	}

select  { 
	font-size: 12px;
	border-top: 2px solid #848484; 
	border-left: 2px solid #848484;
	border-bottom: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	}


img { border: 0; }	

a:link    { color: #020; text-decoration: underline; }
a:visited { color: #020; }
a:hover   { color: #353a18; }

.head1 { font-size: 26px; color: #053d6e; font-weight: bold; }

.head2 { font-size: 18px; color: #053d6e; font-weight: bold; }

.sub1  { font-size: 11px; font-weight: bold; }

strong {color: #333; }

h1 { color: #075ba5; font-size: 26px; margin: 0; font-weight: normal;  }
h2 { color: #075ba5; font-weight: normal; }
h3 { color: #075ba5; }


/*   --------------------------------------------------   */


#lightbox{	
background-color: #fff;
font-family: arial;
color: #003333;
font-size: 10px;
font-weight: bold;
padding: 10px;
}
	
#lightboxdetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxcaption { float: left;  }

#keyboardmsg { float: right; }

#closebutton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #fff;
back\ground-color: transparent;
background-image: url(overlay.png);
filter: progid:dximagetransform.microsoft.alphaimageloader(src="overlay.png", sizingmethod="scale"); }

.green-button,
.green-button:link,
.green-button:visited,
.green-button-inactive {
	display: inline-block;
	background: #7fb133; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(153,202,75,1) 0%, rgba(102,153,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,202,75,1)), color-stop(100%,rgba(102,153,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ca4b', endColorstr='#66991c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(153,202,75,1) 0%,rgba(102,153,28,1) 100%); /* W3C */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #668f28;
	-webkit-box-shadow: inset 0 1px 1px #cde7a4;
	box-shadow: inset 0 1px 1px #cde7a4;
	text-shadow:  0 -1px 1px #5a8a11;
	line-height: 1;
    text-align: center;
    padding: 3px; 
}


.green-button:hover {
	background: #a3d061; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(189,224,134,1) 0%, rgba(133,188,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,224,134,1)), color-stop(100%,rgba(133,188,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde086', endColorstr='#85bc34',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(189,224,134,1) 0%,rgba(133,188,52,1) 100%); /* W3C */
	border: 1px solid #9abf64;
	-webkit-box-shadow: inset 0 1px 1px #d5ebb1;
	box-shadow: inset 0 1px 1px #d5ebb1;
    text-shadow:  0 -1px 1px #7fb134;
}

.green-button:active {
	background: #7db032; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(135,185,64,1) 0%, rgba(114,168,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,185,64,1)), color-stop(100%,rgba(114,168,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b940', endColorstr='#72a824',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(135,185,64,1) 0%,rgba(114,168,36,1) 100%); /* W3C */
	border: 1px solid #417c0c;
	-webkit-box-shadow: inset 0 0 3px #376e06;
	box-shadow: inset 0 0 3px #376e06;
    text-shadow:  0 -1px 1px #56870d;
}

.green-button-inactive {
    opacity:0.3;
    filter:alpha(opacity=30);
}

.green-button-inactive span,
.green-button span {
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin-top: 3px;    
}

:root .green-button,
:root .green-button:hover,
:root .green-button:active {
	filter: none \0/IE9; /* IE 9 border-radius/gradient problem fixer */
}

