/* Global Styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #577C50;
	background-image: url(./images/masthead-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	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 */
}
.twoColFixRtHdr #wrapper { /* Continues background behind main text */
	width: 795px;
	background : url(./images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div.box
  {
	width: 400px;
	margin: 10px 10px 15px 50px;
	background-color: #E1F2E2;
	border: 1px solid black;
	padding: 15px 10px 5px 10px;
  }
#overview h2{
	text-align: center;
}

/* ############## MAIN CONTENT ############## */
.twoColFixRtHdr #mainContent {
	width: 543px;
	text-align: left;
	padding: 10px 0px 20px 0px;
	margin: 0px 225px 0px 15px;
}
.twoColFixRtHdr #mainContentFull {
	text-align: left;
	padding: 10px 0px 20px 0px;
	margin: 0px 15px 0px 15px;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	color : #EF7843;
	line-height: 14px;
	text-align: center;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	color : #BA8E61;
	line-height: 10px;
	margin: 0 0 0 0;
	font-size: 19px;
}
h3{
	font-family : Arial, Helvetica, sans-serif;
	color : #EF7843;
	font-size: 14px;
	line-height: 10px;
	margin: 6 0 0 0;
}
h4{
	font-family : Arial, Helvetica, sans-serif;
	color : #BA8E61;
	line-height: 14px;
	margin: 0 0 0 0;
}
p{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 16px;
}
p#lower-menu{
	border-top: 2px solid #FFC48F;
	border-bottom: 2px solid #FFC48F;
	line-height: 16px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #f7ecbf;
}

a {
	color: #EF7843;
}
ol li {
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
ul li{
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom: 12px;
}
li.tight {
	margin-bottom: 2px;
}
div.boxtext {
	background-color: #fffdf1;
	border-width:5px;
	border-style:solid;
	border-color:#f7ecbf;
	padding: 10px;
	margin: 8px 4px 8px 4px;
}

.inline {
display: inline;
}
.left_image {
		float:left;
		margin:8px 17px 2px 0;
		}
		
.right_image {
		float:right;
		margin:8px 0 2px 17px;
		}


/* ############## HEADER AND NAVIGATION ############## */
.twoColFixRtHdr #masthead {
	width: 770px;
	height: 302px;
	padding: 0px;
	margin-top: 124px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead ul
{
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 18px;
}
#masthead ul li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	float: left;
}
#masthead ul li a {
    display: block;
	background: transparent url(images/buttons.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
ul li#home a {
	height: 27px;
	width: 69px;
	background-position: -184px -140px;
}
ul li#home a:hover {
	background-position: 0 -140px;
}
ul li#about a {
	height: 27px;
	width: 81px;
	background-position: -184px -167px;
}
ul li#about a:hover {
	background-position: 0 -167px;
}
ul li#blog a {
	height: 27px;
	width: 370px;
	background-position: 0 -194px;
}
ul li#blog a:hover {
	background-position: 0 -194px;
}
ul li#photos a {
	height: 27px;
	width: 122px;
	background-position: -184px -221px;
}
ul li#photos a:hover {
	background-position: 0 -221px;
}
ul li#contact a {
	height: 27px;
	width: 92px;
	background-position: -184px -248px;
}
ul li#contact a:hover {
	background-position: 0 -248px;
}
ul li#youth a {
	height: 35px;
	width: 184px;
	background-position: -184px 0;
}
ul li#youth a:hover {
	background-position: 0 0;
}
ul li#collegiate a {
	height: 35px;
	width: 184px;
	background-position: -184px -35px;
}
ul li#collegiate a:hover {
	background-position: 0 -35px;
}
ul li#corporate a {
	height: 35px;
	width: 184px;
	background-position: -184px -70px;
}
ul li#corporate a:hover {
	background-position: 0 -70px;
}
ul li#community a {
	height: 35px;
	width: 184px;
	background-position: -184px -105px;
}
ul li#community a:hover {
	background-position: 0 -105px;
}

/* ############## FOOTER ############## */
.twoColFixRtHdr #footer {
	background : url(./images/bg-footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	color : #F7ECBF;
	text-align : center;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 0 0;
}
/* ############## poloroids ############## */
.twoColFixRtHdr #polaroids {
	display: inline;
	margin: 0px 6px 0px 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.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;
}
.twoColFixRtHdr #polaroids h2{
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	color : #BA8E61;
	line-height: 18px;
	margin: 0 0 0 0;
	font-size: 18px;
}
.twoColFixRtHdr #polaroids h3{
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	color : #EF7843;
	line-height: 13px;
	margin: 15px 0 5px 0;
	font-size: 13px;
}
.twoColFixRtHdr #polaroids p{
	text-align: center;
	margin: 4px 0px 4px 0px;
	line-height: 13px;
	font-size: 11px;
	color: #65482C;
}
.twoColFixRtHdr #polaroids div.quotes {
	background-color: #FCF8E4;
	border-width:2px;
	border-color:#BA8E61;
	padding: 10px 5px 10px 5px;
	margin: 25px 15px 25px 5px;
	border-style: dashed;
}

