@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#homeHeader {
	width:770px;
	margin:0 auto;
	height:290px;
}
#internalHeader {
	width:770px;
	margin:0 auto;
	height:50px;
}
#pageWrapper {
	float:left;
	width:100%;
	background:url(images/bghome.gif) repeat-x #fff;
}
#pageContainer {
	margin:0 auto;
	padding:0;
	width:800px;
}
#logo {
	width:780px;
	padding:0 10px;
	float:left;
	height:70px;
}
#contentWrapperTop {
	width:800px;
	height:33px;
	float:left;
	margin:15px 0 0 0;
	background:url(images/contentWrapperTop_bg.png) no-repeat;
}
#contentWrapper {
	width:730px;
	float:left;
	padding:0 35px 20px 35px;
	background:url(images/contentWrapper_bg.png) repeat-y;
}
#hero {
	width:730px;
	height:160px;
	float:left;
	overflow:hidden;
	margin-bottom:15px;
}
#nav {
	width:730px;
	height:15px;
	float:left;
	padding:16px 0;
	background:url(images/nav.gif) no-repeat;
	text-align:center;
}
#nav ul {
	list-style:none;
	width:700px;
	height:15px;
	float:left;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	list-style:none;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
#nav li a {
	color:#fff;
	line-height:15px;
	text-transform:uppercase;
	padding:0 30px;
	border-right:1px solid #fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#ffcd7b;
	text-decoration:none;
}
#nav li a.last {
	border-right:none;
	padding-right:0;
}
#content {
	width:730px;
	float:left;
	margin:20px 0;
}
#content p {
	font-family:12px;
	color:#333;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:18px;
	margin-top:15px;
}
#content a {
	color:#e14800;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content dl {
	clear:both;
	margin:0;
	padding:0;
	width:410px;
	font-size:12px;
	color:#666;
}
#content dt {
	float:left;
	text-align:left;
	width:70px;
	line-height:18px;
	margin:0 5px 10px 0;
	padding:0;
}
#content dd {
	float:left;
	width:300px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
}
#content textarea {
	width:290px;
	height:100px;
}
.textfieldStyle {
	width:290px;
	height:20px;
}
.formSubmit {
	color:#fff;
	background:#666;
	font-size:11px;
	text-transform:uppercase;
	width:290px;
	height:26px;
	border:0;
}
#contentLeftWrapper {
	width:250px;
	float:left;
}
#contentLeft {
	width:250px;
	height:400px;
	float:left;
	background:url(images/quicklinks_bg.jpg) no-repeat;
	overflow:hidden;
}
#intButtons {
	width:250px;
	float:left;
	height:120px;
	margin:20px 0 0 0;
}
#intButtons img {
	border:none;
	margin:0 0 10px 0;
}
#quicklinks {
	width:200px;
	height:111px;
	margin:186px 25px 0 25px;
	float:left;
	display:inline;
}
#quicklinks a {
	display:block;
	width:200px;
	height:27px;
	background:url(images/quicklinks_normal.jpg) no-repeat;
	margin:8px 0 0 0;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-indent:15px;
	text-decoration:none;
	line-height:27px;
	}
#quicklinks a:hover {
	background:url(images/quicklinks_hover.jpg) no-repeat;
}
#contentRight {
	width:440px;
	margin:0 0 0 20px;
	float:left;
}
.imageRight {
	float:right;
	padding:10px 0 15px 15px;
}
#contentCenter {
	width:600px;
	margin:0 auto;
}
.photoGalleryLink a {
	width:500px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff !important;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:10px 50px;
	background:url(images/photoGalleryButtonBg.gif) no-repeat;
	float:left;
}
.photoGalleryLink a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer {
	width:800px;
	height:20px;
	float:left;
	margin:0 0 10px 0;
	padding:24px 0;
	background:url(images/footer_bg.png) no-repeat;
	text-align:center;
	line-height:20px;
	color:#666;
	font-size:11px;
}
#footer a {
	color:#666;
	text-decoration:none;
	padding:0 15px;
	border-left:1px solid #666;
}
#footer a:hover {
	color:#333;
}