body {
	text-align: center;
	font-size: 0.9em;
	color: #4c4c4c;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(../images/bg.jpg);
}

#global_container {
	background-repeat: repeat-x;
	background-image: url(../images/bg_top.jpg);
}

#content_0 {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/content_bg.jpg);
}

#content_1 {
	background-position: 0 216px;
	background-repeat: no-repeat;
	background-image: url(../images/content_bg_completion.jpg);
}

#content_2 {
	background-repeat: no-repeat;
	background-image: url(../images/content_bg_top.jpg);
}

#content_3 {
	background-position: 0 bottom;
	background-image: url(../images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	min-height: 800px;
}

#content_spacer {
	text-align: center;
	padding-bottom: 32px;
	padding-top: 32px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#logo {
	width: 100%;
	text-align: left;
}

#menu {
	font-weight: bold;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/menu_bg.png);
	height: 38px;
	width: 960px;
}

#menu #left {
	float: left;
	margin-left: 12px;
	width: 606px;
	height: 34px;
	margin-top: 1px;
}

#menu #right {
	width: 164px;
	margin-right: 11px;
	text-align: right;
	float: right;
	height: 34px;
	margin-top: 1px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	padding: 0px;
	display: inline-block;
	margin: 0px;
}

#menu a {
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
	display: inline-block;
	color: white;
	text-decoration: none;
}

#menu a:hover {
	background-repeat: repeat-x;
	background-image: url(../images/menu_bg_highlighted.png);
	color: black;
}

#header {
	margin-top: 3px;
	height: 227px;
	width: 960px;
}

#proper_content {
	min-height: 335px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #ff6701;
}

a {
	color: #002255;
}

a:hover {
	color: #274c84;
}

.noframe {
	border: 0px;
}

.imgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.imgright {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table caption {
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
}

th {
	background-color: #dcdcdc;
	padding: 5px 10px;
}

td {
	background: #fbfbfb;
	padding: 5px 10px;
}

.thfirst {
	background:  #dcdcdc url(../images/thfirst.png) no-repeat left top;
}

.thlast {
	background:  #dcdcdc url(../images/thlast.png) no-repeat right top;
}

.phighlighted_lt {
	width: 100%;
	background: #decdba url(../images/phighlighted_bg_lt.gif) no-repeat left top;
}

.phighlighted_lb {
	width: 100%;
	background: url(../images/phighlighted_bg_lb.gif) no-repeat left bottom;
}

.phighlighted_rt {
	width: 100%;
	background: url(../images/phighlighted_bg_rt.gif) no-repeat right top;
}

.phighlighted_rb {
	width: 100%;
	background: url(../images/phighlighted_bg_rb.gif) no-repeat right bottom;
}

.shighlighted {
	min-height: 350px;
}

.phighlighted_spacer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.phighlighted_spacer p {
	margin: 0px;
}

.divider {
	width: 100%;
}

.divider .left {
	float: left;
	width: 49%;
}

.divider .right {
	margin-left: 2%;
	float: left;
	width: 49%;
}

.divider .cleaner {
	clear: left;
}

#copyrights {
	margin-bottom: 0px;
	margin-top: 24px;
	color: #b7b7b7;
	font-size: 0.8em;
	text-align: right;
}

#copyrights a {
	color: #9d9d9d;
	text-decoration: none;
}

#copyrights a:hover {
	color: #b7b7b7;
}

.smaller {
	font-size: 0.8em;
}

.center {
	text-align: center;
	width: 100%;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
