@charset "UTF-8";
/* style the outer div to give it width */
.menu {
	width:720px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:120px;
height:30px;
line-height:29px;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#FFFCC9;
	width:120px;
	height:30px;
	padding-left:0px;
	line-height:29px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:120px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#4169E1;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#94BCF5;
}
.menu ul ul :hover > a.drop {
	background:#94BCF5;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:4169E1;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#94BCF5;
}
.menu ul ul ul :hover > a {
background:#94BCF5;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:120px; 
top:0;
width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-120px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	text-align: center;
	color:#FFFCC9;
	height:30m;
	padding:0px 0px;
	width:120px;/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:120px;
w\idth:120px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background-position: -120px;
	color: #af251b;
}
.menu :hover > a, .menu ul ul :hover > a {
	background-position: -120px;
	color: #af251b;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
	
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 27em;
	float:left;
	padding-left: 15px;
	font-size: 14px;
	color: #000033;
}
.foottext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}
.foottext :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033CC;
	text-align:justify;
}
.mws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	text-align: justify;
}
.mws a {
	font-size: 9px;
	color: #000033;
	text-decoration: none;
}
.mws a:hover {
	font-size: 9px;
	color: #0033CC;
	}
	
body a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	}

.maintextH1 {
	font-size: 16px;
	text-align: justify;
	}
.maintextH2 {
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
	}


.content {
	width: 39em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	text-align: justify;
	}

.content50 {
	width: 47em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	text-align: justify;
	}

.content li {
	list-style-type: disc;
	padding-right:30px;
	}
.content ol li {
	list-style-type: decimal;
	padding-right:0px;
	margin-bottom:8px;
	}


#mainlogo {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topsection{
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 210px; /*Width of left column*/
	margin-left: -100%;
}

#rightcolumn{
	float: left;
	width: 210px; /*Width of right column*/
	margin-left: -250px; /*Set left marginto -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.gallerycontainer {
	Float: left;
	width: 215px;
	height: 155px;
	margin: 10px;
	display:inline;
	text-align: center;
}
.columnimagecontainer {
	width: 215px;
	height: 155px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}
.columnimages {
	width: 200px;
}
.columnimages :hover {
	width: 189px;
	border-width: 4px;
	border-color:#006600
}
#mapwrapper{
width: 100%;
text-align: center;
}

.findus {
	width: 540px;
	margin: 15px;
}
.thrColHybHdr #container { 
	width: 100%;
	min-width:1100px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
.thrColHybHdr #header {
	text-align: center;
	padding-top:15px;
	padding-bottom:5px;
	min-width:614px;
} 
.thrColHybHdr #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 */
}

.thrColHybHdr #sidebar1 {
	float: left; 
	width: 250px; /* since this element is floated, a width must be given */
}
.thrColHybHdr #sidebar2 {
	float: right; 
	width: 250px; /* since this element is floated, a width must be given */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
 	margin: 0 210px 0 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 15px 0 15px; /* padding here creates white space "inside the box." */
	min-width:614px;
} 
.thrColHybHdr #footer { 
	min-width:600px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColHybHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
.fltl { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.textbox1 {
	width: 577px;
	min-height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textbox2 {
	width: 577px;
	min-height: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textbox3 {
	width: 577px;
	min-height: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textbox380 {
	width: 577px;
	min-height: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textbox300 {
	width: 577px;
	min-height: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textbox350 {
	width: 577px;
	min-height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: justify;
}
.textboxtop {
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

.rightimage {
	width: 130px;
	float: right;
	margin-left:12px;
}
.rightimage300 {
	width: 310px;
	float: right;
	margin-left:12px;
}
.rightimage2 {
	width: 165px;
	float: right;
	margin-left:12px;
}
.rightimageimage {
	width: 120px;
	float: right;
}
.spinmenu {
	width: 600px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #006600;
}
.bottomimage {
	margin-bottom:12px;
	text-align:center;
	margin-top: 12px;
}
body img{
	margin-left:10px;
}
.head1 {
	font-size: 35px;
	font-weight: bold;
}
.head2 {font-size: 20px}
