@charset "utf-8";
/* CSS Document */

.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;
}

body {
	background-image: url(images/css/background.png);
	background-repeat: repeat-x;
	background-color: #DBDCC9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #C11900;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
line-height: 1.7em;
}


.pageTop li {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.pageTop h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000;
}

a {
color: #C11900;
}
a:hover {
color: black;
}



.container {
	background-color: #FFF;
	width: 807px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
}
.mainBody {
	background-color: #FFF;
	margin-left: 165px;
}

.mastBlackBar {
	background-color: #000;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	padding-left: 10px;
	font-size: 1.2em;
}
#photoSplash {
	width: 550px;
	height: 300px;
	float: left;
}
#EventScroller {
	float: right;
	width: 230px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-right: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
.boxHeaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #007DCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007DCC;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.homeBottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
.homeBottom .box1 {
	width: 180px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px solid #C11900;
padding: 5px;
	height: 230px;
}

.boxHeader_red {
color: #C11900;
font-size: 1.5em;
}

.homeBottom .box2 {
	width: 180px;
	float: left;
	margin-right: 10px;
	border: 1px solid #007DCC;
padding: 5px;
	height: 230px;
}

.boxHeader_blue {
color: #007DCC;
font-size: 1.5em;
}

.homeBottom .box3 {
	width: 180px;
	float: left;
	margin-right: 10px;
	border: 1px solid #E0AD12;
padding: 5px;
	height: 230px;
}

.boxHeader_yellow{
color: #E0AD12;
font-size: 1.5em;
}

.homeBottom .box4 {
	width: 180px;
	float: left;
	border: 1px solid #299926;
	padding: 5px;
	height: 230px;
}

.boxHeader_green{
color: #299926;
font-size: 1.5em;
}



/*FOOTER STYLE */

.footer {
	background-color: #C11900;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	margin-top: 10px;
}
.footer a {
color: #FFF;
}

.footer a:hover{
color: #000
}

/*END FOOTER STYLE */


.copyRightBar {
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}


.mast {
	height: 103px;
	width: 807px;
}
.pageTop{
width: 550px;
float: right;	
padding-right: 10px;
	padding-left: 10px;
}

.pageSidebar {
margin-top: 20px;
margin-left: 20px;
float: left;
width: 210px
}




.sideBox {
	border: 1px solid #007DCC;
	padding: 10px;
}
.sideBoxHeader {
	background-color: #007DCC;
	padding: 3px;
	color: #FFF;
	
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
}


/*BLOG STYLES */
.pageTop_blog {
width: auto;
padding-right: 10px;
padding-left: 20px;
}

#BlogSidebar {
float:left;
padding: 10px;
margin-right: 10px;
}

#BlogDesc {
font-size: 1.5em;
border-bottom: 1px solid #007DCC;
margin-bottom: -10px;
}
/*END BLOG STYLES */


