@charset "utf-8";
/* CSS Document */

body{
	background:#000000 url(../images/bg01.jpg) repeat-x scroll 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin:0;
}

p{
	font-size:.9em;
	line-height:162%;
}

.right p{
	text-indent:20px;
}

h1, h2, h3, h4, h5, h6{
	color:#24396C;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding-left:25px;
}

h1{
	font-size:2em;
}

h2{
	font-size:1.5em;
	margin-bottom:15px;
}

dl{
	padding:0 10px;
}

dl dt{
	font-weight:bold;
}

dl dd{
	margin-left:20px;
}


img, a{
	border:none;
	outline:none;
}

.clear{
	clear:both;
}

.floatright{
	float:right;
}

.readmore{
	text-align:right;
	font-weight:bold;
}

.thumbnail{
	float:left; 
	margin-right:10px;
}

.imagecaption{
	font-size:.75em;
	font-style:italic;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	top:-15px;
}

.drop-cap{
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	line-height:50px;
	margin:0 7px 0 0;
}

.right p.no-indent{
	text-indent:0px;
}

#outer{
	background:url(../images/dropshadow_sides_png.png) repeat scroll 0 0;
	margin:0 auto;
	width:925px;
}

#wrapper{
	background:transparent url(../images/wrapper-bg01.jpg) repeat-y scroll center top;
	width:900px;
	margin:0 auto 20px;
	padding-bottom:30px;
}

#header{
	background:url(../images/header/headerbg01.png) no-repeat scroll center top;
	width:900px;
	height:325px;
	position:relative;
}

#header .logo{
	left:0;
	position: absolute;
	top:45px;
	/*width:550px;
	height:107px;*/
	z-index:500;
}

#header #contact-form{
	left:490px;
	position:absolute;
	top:0px;
	/*width:474px;
	height: 253px;*/
	z-index:1000;
}

/* navigation */

#navigation {
	background:url(../images/nav/timeline.png) no-repeat scroll center 65px;
	position: relative; 
	height: 100px; 
	text-align: center;
	top:250px;
}
.nav-container {
	position: absolute;
	/* height: 50px; */
	padding-left: 20px;
}
a.nav-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.nav-item img {
	border: none;
	/*height:70%;*/
	margin: 0 10px 0px; 
	width:100%;
}
.nav-item span {
	/* background:#FFFFFF none repeat scroll 0 0; */
	bottom: 148px;
	color:#FFF;
	display: none;
	font-size:20px;
	left:10px;
	margin:0 auto;
	/* padding:2px; */
	position:relative;
	/* width:80px; */
}

/* content */
#content{
	margin-top:35px;
	padding:0 20px;
}

#content .contenttop{
	background:url(../images/contenttop-long.gif) no-repeat top center;
	padding:38px 0 0;
	width:775px;
	margin:0 auto;
}

#content .contentcenter{
	background:url(../images/contentcenter-long.gif) repeat-y top center;
	padding:10px 0 15px;
	width:775px;
	margin:0 auto;
}

#content .contentcenter .left{
	float:left;
	width:75px;
}

#content .contentcenter .right{
	float:right;
	width:700px;
}




#content .contentbottom{
	background:url(../images/contentbottom-long.gif) no-repeat center bottom;
	padding:0 0 10px;
	width:775px;
	margin:0 auto;
}


#content .left{
	width:330px;
	float:left;
}

#content .left .featureimage{
	margin-top:70px;
}

#content .right{
	float:right;
	padding:40px 10px 0;
	width:500px;
	margin-bottom:50px;	
}

#content .right .contenttop{
	background:url(../images/content-top.png) no-repeat top center;
	padding:38px 0 0;
	width:478px;
}

#content .right .contentcenter{
	background:url(../images/content-center.png) repeat-y top center;
	padding:10px 0 15px;
	width:478px;
}

#content .right .contentbottom{
	background:url(../images/content-bottom.png) no-repeat center bottom;
	padding:0 0 10px;
	width:478px;
}

#content .right p{
	margin:5px 25px 15px;
}

/* Footer */

#footer{
	margin:0 auto;
	padding:20px;
	position:relative;
	width:860px;
}

#footer p{
	color:#FFFFFF;
	margin:0;
	text-align:center;
}

#footer p a{
	color:#3399CC;
	display:inline-block;
	font-weight:normal;
	text-decoration:none;
}

#footer p a.gblink{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer p a:hover.gblink{
	text-decoration:underline;
	color:#FFF;
}	

.historybook{
	width:215px;
}

.legal{
	width:45px;
}

.gbstory{
	width:165px;
}

.datelink{
	width:75px;
}

#footer p a:hover{
	color:#FF6600;
	font-weight:bold;
}

.footerlogo{
	left:725px;
	position:absolute;
	top:0;
}
