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;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/site-background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a img {
border:none;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #tagline {
	height: 100px;
}
.twoColFixLtHdr #header {
	height: 175px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../images/backgrounds/mast-background.jpg);
} 
.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;
}
.twoColFixLtHdr #container h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F2873;
	font-size: 2em;
}
.twoColFixLtHdr #secondContent {
	margin-top: 25px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}
.contentImage {
}
.twoColFixLtHdr #photofeature {
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-top: 0px;
	clear: none;
}
.twoColFixLtHdr #sidebarNav li {
	border-bottom-style: solid;
	border-bottom-color: #0F85BF;
	list-style-type: none;
	border-bottom-width: 1px;
}
.twoColFixLtHdr  #sidebarNav  li  a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #sidebarNav ul {
	list-style-position: outside;
	padding: 1em;
}


.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.twoColFixLtHdr #mainContent a {
	font-weight: bold;
	color: #0000FF;
	font-size: 0.9em;
}

.twoColFixLtHdr #forumContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 30px;
	width: auto;
}


.twoColFixLtHdr #footer {
	background-color: #F2BC57;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #bf700f;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.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 */
	font-size: .8em;
}
.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;
}
.twoColFixLtHdr #container h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F2873;
	font-size: 1.5em;
}
.twoColFixLtHdr #menubar {
	height: 30px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 1px;
	display: block;
	overflow: hidden;
}
.twoColFixLtHdr #horizontalBar {
	background-color: #BF700F;
	height: 15px;
	width: 100%;
}

.twoColFixLtHdr #GoogleMap {
	float: right;
	padding-bottom: 10px;
	width: 425px;
	margin-left: 15px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}
.twoColFixLtHdr #bottomContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
}
.twoColFixLtHdr #sidebarNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #0F85BF;
	line-height: 20px;
}
.twoColFixLtHdr #sidebarNav li a:hover {
	color: #BF700F;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr #searchResults {
	padding: 25px;
}
.twoColFixLtHdr #googleHalfbanner {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 650px;
}
.twoColFixLtHdr #container h3 {
	color: #707333;
	font-size: 1.25em;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}
.twoColFixLtHdr #presentationBox {
	background-color: #f2bc57;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 500px;
}
.twoColFixLtHdr #presentationBox h1 {
	font-size: 175%;
	color: #232300;
}
.twoColFixLtHdr #googleFullbanner {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 120px;
}
.twoColFixLtHdr #container h4 {
	color: #707333;
	font-size: 1.1em;
}
.twoColFixLtHdr #specials {
	height: auto;
	width: 199px;
	background-image: url(../images/backgrounds/specials.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #specials li {
	font-size: 0.7em;
	list-style-type: square;
	margin-left: -20px;
	line-height: 1.6em;
	list-style-position: outside;
	margin-right: 3px;
}
.shadedBox {
	border: thin solid #999999;
	padding-left: 20px;
	background-color: #FCFFA6;
	width: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.twoColFixLtHdr #waterAd {
	height: 360px;
	width: 199px;
	background-image: url(../images/backgrounds/water-bottle.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-top: 20px;
	text-align: center;
}
.twoColFixLtHdr #facebookLikeBox {
	float: right;
	height: auto;
	width: auto;
	clear: none;
	padding: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #facebookTwiiterBar {
	height: auto;
	padding-top: 5px;
	padding-left: 400px;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
	font-size: .70em;
	margin: 0px;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
}
