@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: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E7D1AB;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #container2 {
	width: 830px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shadow-repeat.jpg);
	background-repeat: repeat-y;
} 

.twoColFixLtHdr #container1 {
	width: 830px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/shadow-background-top.jpg);
	background-repeat: no-repeat;
} 


.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 203px;
	width: 780px;
	margin: 0px;
	overflow:visible;
	background-color: #270009;
} 
.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: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #33020C;
	border-right-color: #75CA86;
	border-bottom-color: #75CA86;
	border-left-color: #75CA86;
}
.twoColFixLtHdr #sidebarcontent {
	width: 145px;
}

.twoColFixLtHdr #mainContent {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-position: top;
} 

.twoColFixLtHdr #mainContent h1 {
	margin: 0;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0;
}
.twoColFixLtHdr #rightbar {
	float: right;
	width: 160px;
	padding: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7D1AB;
} 
.twoColFixLtHdr #slidebar {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7D1AB;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
	
.border  {
	border: thin solid #225A59;
	background-color: #E1FFDF;
	float: right;
	margin-left: 8px;
}

#contacttable  {
	border: thin solid #2A1B0F;
	width: 360px;
	background-color: #EEDFC5;
}
#rainfall  {
	background-color: #FFFFFF;
	padding: 20px;
}

.twoColFixLtHdr #mainContent 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 #footer {
	background-image: none;
	background-repeat: no-repeat;
	height: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #240E07;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5D4739;
	border-right-color: #E7D1AB;
	border-bottom-color: #5E463A;
	border-left-color: #E7D1AB;
} 
.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;
}




h2, h3 {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #320309;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* FooterMenu */

#footermenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-x;
	color: #8D6843;
	font-size: 10px;
}

#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footermenu li {
	display: inline;
	
}

#footermenu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #AA9A7F;
	font-size: 10px;
}

#footermenu a:hover {
	color: #FFFFFF;
}
.burgandy-bold {
	font-size: 13px;
	font-weight: bold;
	color: #33020C;
}
.burgandy-italic {
	font-size: 12px;
	font-style: italic;
	color: #33020C;
}
.brown-bold {
	font-size: 13px;
	font-weight: bold;
	color: #9C724A;
}
.brown-italic {
	font-size: 13px;
	font-weight: normal;
	color: #9C724A;
	font-style: italic;
}
.brown-header {
	font-size: 16px;
	font-weight: bold;
	color: #79583A;
	font-family: "Times New Roman", Times, serif;
}
.greyboldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tiny-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

