/* CSS Document */

body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 20px;
	background-image: url(concept1/BG.jpg);
	background-repeat: repeat;
	color: #333333;
}
#pop-up-banner {
	width: 100%;
	background-color: #041b86;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}

/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:888px;
	position:relative;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
	border: 1px solid #041b86;
}

/* Borders, using four quadrants - good for four-sided drop shadows using sliced images*/
.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
.tlc {
	background-image: url(images/tlc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.trc {
	background-image: url(images/trc.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.brc {
	background-image: url(images/brc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blc {
	background-image: url(images/blc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentWrapper {
	width: 768px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
}
#footerBand {
	background-color: #041b86;
	height: 15px;
	width: 888px;
}


/* Main Layout */

#headerBand {
	background-color: #CCCCCC;
	height: 203px;
	width: 888px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}



/*
JESSE FOOTER CREDITS
*/
a.jesse:link {
	color: #333333;
	font-size:8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:hover {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}



#jesseCredit {
	width: 888px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*
PAGE FOOTER
*/

#footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}



#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#footerBox {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


/*
Navigation Banner
*/

#navigationBanner {
	background-color: #CCCCCC;
	width: 788px;
	background-image: url(images/BG_nav.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-left: 100px;
}


/*
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;}
/*End hide from IE-mac */
h1 {
	color: #072690;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}
 .body li{
	margin-left: 25px;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 5px;
}
h2 {
	color: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	color: #072690;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
}
#map {
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#map_large {
	height: 496px;
	width: 496px;
	visibility: hidden;
	position: absolute;
	left: 208px;
	top: 145px;
}
#slideshowWrap {
	float: right;
	height: 300px;
	width: 225px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#slideshowWrap_Wide {
	float: right;
	height: 225px;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#photoHome {
	float: right;
	height: 205px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 20px;
}

a.close:link {
	color: #FFFFFF;
}

a.close:visited {
	color: #FFFFFF;
}

a.close:hover {
	color: #FFFFFF;
}

a.close:active {
	color: #FFFFFF;
}
.mapRight {
	float: right;
	padding-left: 20px;
}

.indent li {
	background-image: none;
	list-style-type: circle;
}
