@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}
#navWrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/*
Navigation Banner
*/

#navigation {
	background-color: #000;
	margin-bottom: 3px;
	position: relative;
	z-index: 99999999;
}

#mainWrapper {
	text-align:left;
	width:900px;
	position:relative;
	height: auto;
	margin-bottom: 0;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #000;
	border-left-color: #999;
	overflow: hidden;
}

#photoBanner {
	background-color: #CCC;
	height: 360px;
	width: 900px;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
}

#contentWrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 900px;
	float: left;
	background-image: url(../images/BGcontentFauxColumn.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.mapBorder {
	border: 1px solid #676767;
	height: 300px;
	width: 500px;
}

#columnRight {
	float: right;
	width: 190px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 40px;
	background-image: url(../images/logo_sidebar_BG.png);
	background-repeat: repeat-y;
	background-position: left 30px;
}
.rightColumnHeading {
	font-size: 2.7em;
	margin-bottom: 15px;
	color: #CCC;
}


#columnLeft {
	background-color: #FFF;
	float: left;
	width: 520px;
	padding-top: 40px;
	padding-right: 55px;
	padding-bottom: 45px;
	padding-left: 55px;
	line-height: 1.4em;
}


#sidebarLeft {
	background-color: #7C7C7C;
	float: left;
	width: 200px;
	padding: 25px;
}



/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #000000;
	font-size: .9em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #000000;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#000000;
	font-size: .9em;
}

#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}

.hasDropCap:first-letter {
	font-size: 4em;
	line-height: 0.55em;
	float: left;

}

h1 {
	font-size: 2em;
}
#contentWrapper a{
	color: #000;
}
h2 {
	font-size: 1.5em;
	margin-bottom: -12px;
}
.red_notation {
	color: #F00;
}
