/* colors
#8d1d18  - logo red
logo green - #008852

*/
/***** TYPOGRAPHY AND LINKS *****/
body, h1, h2, h3, h4, h5, h6 { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; 
color:#e02607;
margin: 20px 10px 10px 10px;
padding: 5px 0;
}
h4 { font-size: 1.3em; color:#930;}
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

a, a:visited {
	color:#008852; /* green */
	text-decoration:none;
}
a:hover, a:active {
	color:#06C;
	text-decoration:none;
}

/***** MAIN CONTENT *****/
body { 
	margin: 0 auto;
	background:url(../Images/bodyBkgdRepeat.jpg);
	background-repeat:repeat;
}
#wrapper{
	margin: 0 auto; 
	width: 1000px; 
	height: auto;
	text-align: left;
	color: #fff;
	background-color: #000;
	z-index: 1;
}
#banner { 
	float: left;
	background:url(../Images/banner.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 980px;
	padding: 0; 
	margin: 0 10px;
	z-index: 10;
	position: relative;
	border-bottom:#ffc 4px double; 
}
#topInfo {
	float: right;
	margin: -220px 30px 10px 0;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height: 1.5em;
	color: #8d1d18; /* red */
	position: relative;
	z-index: 100;
}
#nav {
	float:right;
	height: 40px;
	margin: -70px 120px 20px 0px;
	padding: 0;
	text-align:left;
	font-size:14px;
	position: relative;
	z-index: 50;
}
#content {
	width: 980px;
	margin: 20px 10px;
	height: auto;
	min-height: 500px;
	padding: 0;
	text-align:center;
	background-color: #000;
}
.mission {
	margin: 20px 0;
	padding: 0;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
	color: #ffc; /* light yellow */
}
.widget {
	float:left;
	margin: 80px 10px 10px 20px;
	padding: 10px 5px;
	position:relative;
	z-index:10;
	background-color: #000;
	vertical-align: middle;
	width: 225px;
}
.main {
	float:left;
	margin: 5px 10px 10px 150px;
	padding: 10px 5px;
	position:relative;
	z-index:0;
	background-color: #000;
	vertical-align: top;
}
.menuImages {
	float:left;
	margin: -50px -30px 10px 80px;
	padding: 0 0 10px 5px;
	position:relative;
	z-index:400;
	background: none;
	vertical-align: top;
	height: 475px;
	width: 300px;
}
.mainScroll {
	float:right;
	margin: 5px 10px 10px 0;
	padding: 10px 5px 10px 0;
	position:relative;
	z-index:14;
	background-color: #000;
	vertical-align: top;
	height: 600px;
	width: 400px;
	overflow: scroll;
}
.mainLocation {
	float:left;
	margin: 5px 10px 10px 250px;
	padding: 10px 5px;
	position:relative;
	z-index:14;
	background-color: #000;
	vertical-align: top;
}
.gift {
	margin: 20px 0;
	padding: 20px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	font-variant: small-caps;
	color: #ffc; /* light yellow */
}
.indent {
	text-indent:2em;
}
.noIndent {
	text-indent: 0;
}

.hr {
	padding: 0;
	margin: 0;
	width: 80%;
	border:thin #ffc solid;
	text-align:center;
}
/***** FOOTER *****/
#footer {
	margin: 10px; 
	padding: 20px 0; 
	text-align: center;
	border-top:#ffc 4px double; 
	background-color: #000;
}
#footer p { 
	font-size: 10px; 
	font-variant:small-caps;	
	font-weight:bold; 
	line-height: 1.5em; 
	padding: 0;
	margin: 0;
	text-align:center; 
	color: #ffc;  
}
#footer a, #footer a:visited { 
	color: #69F; 
	font-size: 10px; 
	font-variant:small-caps;	
	font-weight:bold; 
}
#footer a:active, #footer a:hover { 
	color: #06c;
	font-size: 10px; 
	font-variant:small-caps;	
	font-weight:bold; 
}
.imgRt {
	float: right;
	margin: 10px 10px 10px 20px;
	border:#ffc inset 2px;
}
.imgLeft {
	float: left;
	margin: 10px 20px 10px 10px;
	border:#ffc inset 2px;
}

.highlight {
	color:#FF0;
	font-weight:bold;
	}

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