@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #919FAC;
	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: #333333;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 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. */
} 
.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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	min-height: 68px;
	position: relative;
	top: 20px;
	left: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: xx-large;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px;
}
.twoColFixLtHdr #navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 800px; /* 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 */
	background: #EEEEEE;
	border-top: solid 1px #CCCCCC;
}
.twoColFixLtHdr #fadeshow1 {
	float: left; /* since this element is floated, a width must be given */
	width: 780px; /* 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 */
	padding-left: 10px;
}
.gallerylayer {	
	padding: 0px 10px 10px 10px !important;
	background: #FFFFFF !important;
}
.twoColFixLtHdr #dropshad {
	float: left; /* since this element is floated, a width must be given */
	width: 800px; /* 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 */
	padding: 0;
	background: #FFFFFF;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #content {
	float: left; /* since this element is floated, a width must be given */
	width: 560px; /* 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 */
    background: #FFFFFF;
	}
.twoColFixLtHdr #footer { 
	padding: 0 10px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.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 */
	text-align: center;
}
.twoColFixLtHdr #copyright h6 {
	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 */
	text-align: center;
	color: #FFFFFF;
}

.twoColFixLtHdr #featurewrapper {
	display: inline;
	margin: 0;
	width: 560px;
	vertical-align: top;
}

.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;
	margin-bottom: 6px;
	margin-top: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
    margin-bottom: 6px;
	margin-top: 4px;
}

.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;
}
.clearleft {
	clear: left;
}
H1 {
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: bold;
}
H2 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: bold;
}
H3 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: bold;
	text-align: left;
}
H4 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: normal;
}
H5 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: bold;
	text-align: center;
}
H6 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #597F92;
	font-weight: normal;
	text-align: center;
}
.textnav {
	font-size: small;
	color: #3F947F;
}
.boxout {
	background: #FFFFFF;
	width: 186px;
	border: dotted 1px #3F947F;
	text-align: center;
	}

.titlebar{
	background: #3F947F;
	width: 186px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #3F947F;
	text-align: center;
	}
.floatydiv{
	float: left;
    width: 180px;
    border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.rightfloatydiv{
	float: right;
    width: 180px;
    border: none;
	margin-bottom: 10px;
}
.featureboxout {
	background: #FFFFFF;
	width: 174px;
	border: dotted 1px #3F947F;
	text-align: center;
	padding: 3px
	
	}
.featuretitlebar{
	background: #3F947F;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #3F947F;
	text-align: center;
	}
#form {
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #919FAC;
}
a:link{
	color: #3F947F;
	text-decoration: none;
}
a:visited{
	color: #3F947F;
	text-decoration: none;
}
a:hover{
	color: #3F947F;
	text-decoration: underline;
}
a:active{
	color: #597F92;
	text-decoration: none;
}
#hosting{
	padding-bottom: 10px;
}
#hosting a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
}
#hosting a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
}
#hosting a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: x-small;
	text-align: center;
}
#hosting a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
}
hr {
	border: 0;
	width: auto;
	color: #3F947F;
	background-color: #3F947F;
	height: 1px;
}
img.logo {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	}
img.logos {
	border: none;
	float: left;
}
