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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/bkgd_new.png) repeat-x #000000;
	background-color:#000;
	height: 100%;
}
#wrapper {
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	width: 966px;
}
.short {
	background: url(images/photo1_new.png) no-repeat;
	min-height: 604px;
}
.long {
	background: url(images/photo2_new.png) no-repeat;
	min-height: 100%;
}

#topNav {
	margin-left: 202px;
	width: 612px;
	height: 30px;
}
#fade {
    position: relative;
	margin-top: 20px;
	*margin-top: -547px;
	width: 966px;
    z-index: 1;	
}
#fadeTitle {
	height: 70px;
	background-image: url(images/title_new.png)
}
#fadeContent {
	min-height: 432px;
	background: url(images/fadeBkgd_new.png) repeat-y;
}
#content {
	padding-top: 10px;
	padding-left: 205px;
	padding-right: 42px;
	padding-bottom: 15px;
	*padding-left: 210px;
	*padding-right: 50px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
}
#fadeFooter {
	height: 36px;
	text-align: center;
	background-image: url(images/footer1_new.png);
}
#footer {
	margin: 0 auto;
	margin-top: -46px;
	width: 966px;
	height: 76px;
	text-align: center;
	background: url(images/footer2_new.png) no-repeat;
	padding-top: 55px;
	color: #444444;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 7pt;
}

#overlapParent {
	float: left;
	overflow: hidden;
}
html>body #overlapParent {
	overflow: visible;
}
#corner {
	position: relative;
	margin-left: -62px;
	margin-top: -57px;
	width: 264px;
	height: 264px;
	background-image: url(images/corner_new.png);
	z-index: 2;
}
#sidenav {
	position: relative;
	float: left;
	margin-left: 7px;
	width: 170px;
	height: 360px;
	z-index: 2;
}

h1 {
	padding-top: 32px;
	padding-right: 80px;
	color: #bfba8f;
	text-align: right;
	font-size: 20pt;
	font-family: Century, Century Gothic, serif;
}

.button {
   position: relative;
   width: 100%;
}

p.nav {
   position: absolute;
   top: -9px;
   *top: 7px;
   left: 5px;
   width: 100%;
   font-family: "Myriad Pro", Tahoma, sans-serif;
   color: #999999;
   font-size: 11pt;
}

a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.text {
	color: #65b87e;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}