﻿@charset "UTF-8";
/* CSS Document */

 
body  {
	background-color:#FFFFCC;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: none;
	background-position: center center;
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: none;
	background-color: #FFFFCC;
} 
.twoColFixLtHdr #header {
	background-color:#330000;
	height: 100px;  /* 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. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFF99;
	font-size: 14px;
} 
.twoColFixLtHdr #container #header object {
}
.twoColFixLtHdr #container #header object {
	position: relative;
	left: -10px;
	top: 10px;
}
.twoColFixLtHdr #container #header br {
	background-color: #FFFF99;
}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: underline;
	background-color: #FFFFCC;
}



div#logodiv {position:relative; top: 10px; left: -10px; width: 252px; height: 82px; background-color:#FFFF99;}

img#logo {position:relative; top: 10px; left: -10px; float: left;}




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px;
	/* 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-color:#FFFF99; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	
}

h3 {
	text-align: center;
	color: #CC0000;
}
.twoColFixLtHdr #mainContent {
	color:#CC0000;
	background-color: #FFFFCC;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	} 
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-align: left;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 14px;
	background-image: url(title_bar.jpg);
}

img#slideshow {width: 300px; height: 200px; border-width: 2px; border-color:#CC0000;}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#330000;
	text-align: center;
} 
.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 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFF99;
	font-size: 12px;
	line-height: 1px;
}
.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;
}

/* for all links */


div#nav {border-width: 1px; color: #CCCCCC; border-style: solid; width: 117px;} 
a {width: 100px; font-family:sans-serif; font-size:12px; color:#CC0000; display: block; text-align: center; background-color:#FFFF99; text-decoration: none; padding: 5px 10px 5px 5px; border-style: solid; border-width: 1px ; border-color: #CCCCCC; } 
a:visited, a:link {color:#000000; text-decoration: none; color:#CC0000;}
a:hover {color:#000000; background-color:#FFFFCC; text-decoration: none; color:#CC0000;}
a#location {background-color:#FFFFCC; color:#000000; text-decoration: none; color:#CC0000;}

/* css for drop down menues */




#menu {

background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;

}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {

display: block;
border-width: 1px;
border-style: solid;
border-color:#CCCCCC;
margin: 0;

text-align: center;
}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;

} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */

}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*all links end */



img#pic {padding: 5px 5px 5px 5px; border-style: solid; border-color:#CC0000; border-width: 1px;}
.twoColFixLtHdr #container #mainContent h1 {
	background-color: #FFFF99;
	text-align: left;
	font-size: 24px;
}
.twoColFixLtHdr #container #footer .style5 {
	text-align: center;
}
