@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.twoColFixRtHdr #container {
	width: 1024px;
	text-align: left;
	background-image: url(../img/background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 768px;
} 
.twoColFixRtHdr #header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
}
#title {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	position: absolute;
}
#blogframe {
	position: relative;
	height: 680px;
	width: 1020px;
	background-color: #A3C1CC;
	margin-top: -18px;
}
#nav {
	position: relative;
	left: 10px;
	height:80px
}

#nav li a {
	display: block;
	height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/button_red.png);
	background-repeat: no-repeat;
	width: 160px;
	float: left;
	text-align: center;
	margin-top: 15px;
	padding-top: 6px;
	margin-right: 36px;
	position: absolute;
} 
#homebutton {
	margin-left: 30px;
}
#nav {

	height: 60px;
	list-style-type: none;
	display: block;
}
.twoColFixRtHdr #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 */
	position: static;
	font-size: medium;
}
.twoColFixRtHdr #sidebar1 {
	width: 275px;
	height: 680px;
	color: #FFFFFF;
	position: relative;
	background-color: #1F275C;
	float: right;
}
#scroll {
	overflow: auto;
	height: 400px;
	padding-right: 15px;
	padding-left: 15px;
	width: 500px;
}
.twoColFixRtHdr #footer {
	background-image: url(../img/footer.gif);
	height: 60px;
	width: 1024px;
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
} 
#about_button {
	background-image: url(../img/About_Button.jpg);
	background-position: 0px 0px;
	height: 144px;
	width: 240px;
	background-repeat: no-repeat;
	display: block;
	border: medium solid #AB2F2F;
	margin-left: 15px;
}
#about_button:hover {
	background-position: 0px -144px;
}
.twoColFixRtHdr #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;
}
#navli {
}
#about_button strong {
	display: none;
}
#rss {
	height: 165px;
	width: 500px;
	float: left;
	margin-top: 8px;
	background-color: #A3C1CC;
}
#galleryframe {
	position: relative;
	height: 680px;
	width: 1020px;
	margin-top: -18px;
	background-color: #A3C1CC;
}
.home_text {
	height: 650px;
	position: relative;
	float: left;
	width: 730px;
}
#blog_button {
	background-image: url(../img/Blogs_Button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 144px;
	width: 240px;
	border: medium solid #AB2F2F;
	margin-left: 15px;
}
#gallery_button {
	background-image: url(../img/Gallery_Button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 144px;
	width: 240px;
	border: medium solid #AB2F2F;
	margin-left: 15px;
}
#blog_button strong {
	display: none;
}
#gallery_button strong {
	display: none;
}
#contact_button {
	background-image: url(../img/Contact_Button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 144px;
	width: 240px;
	border: medium solid #AB2F2F;
	margin-left: 15px;
}
#contact_button:hover  {
	background-position: 0px -144px;
}
#blog_button:hover {
	background-position: 0px -144px;
}
#contact_button strong {
	display: none;
}
#gallery_button:hover {
	background-position: 0px -144px;
}
.scrolltext {
	overflow: auto;
	height: 300px;
	padding-right: 15px;
	padding-left: 15px;
	width: 300px;
	position: relative;
	bottom: 0px;
}
.aboutimage {
	float: right;
	width: 190px;
	padding-top: 20px;
	height: 650px;
	background-color: #1C306E;
}
#aboutcontainer {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #999999;
	background-image: url(../img/about_background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 768px;
}
.about_text {
	height: 650px;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
	width: 775px;
	padding-right: 25px;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #CE2E2F;
}
h2 {
	color: #88bcea !important;
	font-size: 18px;
}
#stats {
	position: relative;
	clip: rect(144px,auto,auto,auto);
	padding-top: 20px;
}
#homebutton {
	position: absolute;
	left: 0;
	top:0;
}
#aboutbutton {
	left: 210px;
	top:0;
position: absolute;
}
#blogbutton {
position: absolute;
	left: 390px;
	top:0;
}
#gallerybutton {
position: absolute;
	left: 570px;
	top:0;
}
#contactbutton {
position: absolute;
	left: 750px;
	top:0;
}
