@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #202624;
	background-color: #ACD03C;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}

.twoColFixLtHdr #container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/shad.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 155px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	color: #333333;
} 
.twoColFixLtHdr #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;
}
#tag {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 22px;
	text-align: center;
}
h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.red {
	color: #954D1C;
	font-weight: bold;
}
#menuholder {
	height: 40px;
	width: 100%;
}
#menuh {
	margin-top: 10px;
	margin-bottom: 8px;

}
#menuh #f_source_navigation {
	position:relative;
	left:0px;
	width:825px;
}
#menuh #f_source_navigation #f-source-menu {
	position:relative;
}
.callus {
	font-size: 12px;
	color: #48979D;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 51px;
	border: 1px solid #E6E6E6;
	padding: 2px;
}
.style1 {
	font-size: 15px;
	line-height: 30px;
	margin-left: 12px;
}
#itsa {
	margin-top: 10px;
}
#first {
	width: 370px;
	margin-top: 5px;
	color: #32676B;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	font-size: 13px;
}
#news {
	float: left;
	width: 220px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #F6E735;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	height: 70px;
}
#frbull {
	float: left;
	width: 290px;
	padding: 10px;
	border: 1px solid #E6E6E6;
	margin-top: 25px;
}
#testi {
	float: left;
	width: 295px;
	padding: 10px;
	color: #32676B;
	line-height: 16px;
	margin-top: 25px;
	margin-left: 20px;
}
h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 27px;
}
h5 {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	color: #638030;
}
#form1 #button {
	width: 65px;
	color: #FFFFFF;
	background-color: #9BCFD3;
	text-align: center;
}
.headbl {
	background-color: #E6E6E6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #32676B;
}
.servs {
	font-weight: bold;
	color: #32676B;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #E6E6E6;
}
.testih {
	font-size: 14px;
	font-weight: bold;
	color: #32676B;
	text-decoration: underline;
}
#frbull li {
	list-style-image: url(images/bul.jpg);
}
#frbull ul {
	line-height: 20px;
	color: #32676B;
	font-weight: bold;
}
.readmore {
	float: right;
	margin-top: -13px;
}
#classr {
	margin-top: 10px;
	text-align: center;
	color: #79993B;
	line-height: 16px;
}
.style2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-bottom: 4px;
	text-align: center;
	color: #638030;
}
#cont {
	padding: 8px;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 15px;
	height: 500px;
}
#member {
	margin-top: 20px;
	width: 255px;
	float: left;
	margin-left: 360px;
	color: #48979D;
}
#member div {
	text-align: center;
}
.titlebr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #638030;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	width: 630px;
}
.titlebrpl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #638030;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	width: 630px;
}
.frmfir {
	text-align: right;
	float: left;
	width: 100px;
	font-size: 14px;
	color: #638030;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 75px;
}
.reff {
	text-align: right;
	float: left;
	width: 200px;
	font-size: 12px;
	color: #638030;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 75px;
}
.frmsec {
	float: left;
	width: 425px;
	margin-left: 4px;
	margin-bottom: 20px;
}
.reff2 {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.frmsec2 {
	float: left;
	width: 375px;
	margin-bottom: 20px;
	margin-left: 4px;
}
.frmsub {
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 100%;
}
#namestuff {
	line-height: 20px;
	color: #638030;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.good {
	font-size: 16px;
	font-weight: bold;
	color: #AF5A20;
	margin-bottom: 10px;
	padding-left: 20px;
}
.para {
	width: 630px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 20px;
}
.question {
	color: #506527;
	background-color: #C8E07C;
	border: 1px solid #ABD03A;
	padding: 8px;
	margin-bottom: 10px;
}
.awnser {
	padding: 3px;
	margin-top: 8px;
	background-color: #FFFFFF;
}
#form_response {
	text-align: center;
	color: #FFFFFF;
	background-color: #638030;
	padding: 5px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.story {
	padding: 10px;
	margin-bottom: 10px;
}
.names {
	font-style: italic;
	font-weight: bold;
	color: #638030;
}
.images {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#tagline h1 {
	font-size: 26px;
	font-style: normal;
}
#tagline h2 {
	font-size: 13px;
}
#tagline {
	text-align: center;
	color: #638030;
	font-style: italic;
	margin-left: auto;
	margin-bottom: 5px;
	width: 420px;
	margin-top: 0px;
	margin-right: auto;
}
.head1 {
	font-size: 24px;
	color: #638030;
}
.style3 {
	color: #32676B;
	font-weight: bold;
}
.servpara {
	margin-left: 100px;
}
#tech {
	margin-top: 20px;
}
.para li {
	margin-bottom: 20px;
}
.work {
	font-weight: bold;
	color: #32676B;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	width: 580px;
	border: thin solid #E6E6E6;
}
.regbul li {
	margin-bottom: 0px;
}
#explore {
	padding: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #6A8531;
	margin-bottom: 10px;
}
#explore a, #explore a:link, #explore a:visited {
	color: #FFFFFF;
}
#explore a:hover {
	color: #EDF7F8;
}
.style8 {
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 6px;
}
