@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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-image: url(../images/header_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ul {
	font-size: 110%;
}
ol {
	font-size: 110%;
}


.imgLeft {
	float: left;
	padding: 5px 5px 5px 0px;
}
.imageRight {
	padding: 5px;
	float: right;
}



/*text-standard*/

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #000099;
}

a:hover {
color:#009933;
text-decoration: none;
}

a:active {
text-decoration: none;
}
 
p {  
 font-size: 1.2em;  
}  
h1 {
	font-size: 3.5em;

}

#contactWrap {
}


#introMovie {
	width: 420px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}




.aboutheader1 {
	height: 50px;
	text-indent: -9999px;
	background-image: url(../images/OurHistory.gif);
	background-repeat: no-repeat;
	padding: 0px;
	width: 401px;
	margin: 10px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.contactheader1 {
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/ContactUs.jpg);
	background-repeat: no-repeat;
	width: 401px;
	margin: 10px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.standardsheader1 {
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/OurStandards.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 401px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 10px 0px 0px;
}

.thankyouheader1 {
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/thankyou.gif);
	background-repeat: no-repeat;
	padding: 0px;
	width: 401px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 10px 0px 0px;
}

h2 {
	font-size:1.9em;
	font-weight: normal;
}

h3 {
	font-size:1.7em;
	padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
}

.twoColFixLtHdr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00289A;
	border-right-color: #00289A;
	border-bottom-color: #333333;
	border-left-color: #00289A;
} 

#dropShadow {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropShadow.png);
	background-repeat: repeat;
}


.twoColFixLtHdr #leftBorder {
	width: 10px;
	position: absolute;
	left: 297px;
	height: 10px;
	top: 2px;
	margin-top: 215px;
	white-space: normal;
	overflow: scroll;
	word-spacing: normal;
}

.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	height: 216px;
	width: 720px;
} 
.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 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 120%;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#sidebar1 #logo1 {
	width: 67px;
	float: left;
}
#sidebar1 #logo2 {
	width: 67px;
	float: left;
	padding-left: 25px;
	margin-top: 5px;
}

.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #00CC33;
	background-image: url(../images/footerBanner.jpg);
	margin: 0px;
	height: 43px;
	width: 720px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	clear: both;
} 
#homepageList ul {
	list-style-type: circle;
	text-align: center;
	font-size: 110%;
	letter-spacing: 1px;
	padding-left: 130px;
}
#homepageList {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #54CB00;
	border-right-color: #54CB00;
	border-bottom-color: #54CB00;
	border-left-color: #54CB00;
	padding: 5px;
}
#homepageList li {
	text-align: left;
	list-style-type: square;
}

.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;
}

/*navigation*/

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: .25em;
	border-top: 1px solid gray;
}

#navlist li a { 
text-decoration: none; 
}

#miniNav {
	padding-left: 10px;
	margin-left: 0;
	width: 150px;
}

#miniNav li{
	list-style: none;
	padding: 1em;
	display: inline;
	
}

#miniNav li a {
	text-decoration: none;
	background-color: #00248C;
	color: #FFFFFF;
	padding: 2px;
}

#miniNav li a:hover{
	text-decoration: none;
	background-color: #57C900;
	color: #FFFFFF;
	padding: 2px;
}
h4 {
	font-size: 1.5em;
	font-weight: normal;
}
