/* CSS Document */

body {
	background-image: url(../assets/gradient.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #0A1C3E;
	
	margin-left: 25px;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
	
	clear: both;
}

h2 {
	padding-left: 25px;
	color: #0A1C3E;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
	clear: both;
}

h3 {
	padding-left: 25px;
	color: #0A1C3E;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
	padding-left: 25px;
	padding-right: 15px;
}

a {
	color: #000000;
}

a:hover {
	color: #B5B5B5;
}

.homeWrapper {
	width: 865px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/homeBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 14px;
}

.sub1Wrapper, .sub2Wrapper {
	width: 865px;
	min-height: 430px;
	_height: 430px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/sub2Background.png);
	background-repeat: no-repeat;
	background-position: 7px top;
	padding-left: 14px;
}


.wrapper {
	width: 860px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.greyline {
	width: 548px;
	height: 1px;
	font-size: 1px;
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}



.separator {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
}
	
.searchBar {
	text-align:right;
	color: #3E4C66;
	height: 40px;
	line-height:40px;
	padding-right: 5px;
	font-size: 11px;
}

.searchBar a {
	color: #FFFFFF;
	text-decoration:none;
}

.searchBar a:hover {
	text-decoration:underline;
}

form {
	padding: 0;
	margin: 0;
}

select.quickLinks {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.searchInput {
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Top navigation */

.topNav {
	width: 848px;
	height: 29px;
	background-color: #0A1C3E;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../assets/redLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
}


.topNav ul {
	margin: 0;
	padding-left: 11px;
	list-style-type: none;
	height: 29px;
}

.topNav li {
	float: left;
}


.topNav a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 11px;
	padding-right: 12px;
	line-height:26px;	
}

.topNav a:hover {
	background-color: #122F68;	
	color: #FFFFFF;
}

/* Main home page holders */


.headerWrapper {
	margin-bottom:10px;
}

.headerBanner, .flashHolder, .pageLinks, .homeFooter, .subContent, .subBanner {
	width: 848px;
}

.headerBanner {
	height: 118px;
	/*
	background-image: url(../assets/headerBanner.jpg);
	background-position: 6px 6px;
	background-repeat: no-repeat; */
	padding-left:6px;
	padding-top:6px;
	margin-bottom: 1px;
}

.flashHolder {
	height: 256px;
	margin-bottom: 10px;
}

.pageLinks {
	height: 226px;
	margin-bottom:10px;
}

.pageLink {
	width: 212px;
	height: 226px;
	float: left;
	background-image: url(../assets/linkThumbBack.gif);
	background-repeat: no-repeat;
	background-position: center 6px;
}

.pageLink h3, .pageLink p {
	padding-left: 12px;
	padding-right: 12px;
}

.pageLink h3 {
	font-size: 15px;
}

.pageLinkThumb {
	margin-top: 6px;
	text-align:center;
}

.graphicWrapper1 {
	width: 860px;
	background-image: url(../assets/sub1backStrip.jpg);
	background-repeat: repeat-y;
	background-position: -5px top;
	position: relative;
	margin-left: -2px;
}
.graphicWrapper2 {
	width: 860px;
	background-image: url(../assets/sub1background.png);
	background-repeat: no-repeat;
	background-position: -5px -200px;
	padding-left: 2px;
}

.graphicWrapper3 {
	width: 860px;
	background-image: url(../assets/sub2background.png);
	background-repeat: no-repeat;
	background-position: -5px -200px;
	padding-left: 2px;
}

.subContentWrapper {
	float: left;
	margin-left: 12px;
	position: relative;
}

.subContent {
	width: 591px;
}

.subBanner {
	width: 591px;
	height: 131px;
	margin-bottom: 10px;
}

.subBanner img {
	margin-left: 4px;
	margin-top: 6px;
}

.leftNav {
	width: 244px;
	position: relative;
	float: left;
}

.navHeading {
	width: 224px;
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
	text-transform:uppercase;
	color: #FFFFFF;
	background-color: #0A1C3E;
	font-size:12px;
	font-weight: bold;
}

.downloads {
	padding-left: 25px;
	background-image: url(../assets/downloadIcon.gif);
	background-repeat: no-repeat;
	background-position: 25px;
}

.downloads a {
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	color:#000000;
	font-size: 13px;
	text-decoration: underline;
	background-position: left 1px;
}

.downloads a:hover {
	color: #B5B5B5;
}

.imgDiv {
	min-height: 20px;
	_height: 20px;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:left;
	}



.cap {
	font-size: 10px;
	font-style:italic;
}


/* CSS for the footer */

.homeFooter {
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	font-size: 11px;
	width: 838px;
	padding-left: 10px;
}

.subFooter {
	height: 54px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 64px;
	font-size: 11px;
	width: 865px;
	background-image: url(../assets/subfooterback.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -7px;
	position: relative;
	padding-left: 20px;
}

.homeFooter span, .subFooter span {
	margin-left: 25px;
}

.homeFooter a, .subFooter a {
	color: #FFFFFF;
}

.homeFooter a:hover, .subFooter a:hover  {
	color: #666666;
}

.cookieTrail {
	margin-left: 25px;
	color: #666666;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;	
}

.cookieTrail a {
	color: #666666;
}

.cookieTrail a:hover {
	color: #0A1C3E;
}

#backToTop {
	width: 27px;
	height: 34px;
	position: absolute;
	left: 189px;
	bottom: 60px;
	z-index: 1000;
}

.navTable {
	margin-left: 25px;
	width: 557px;
	clear: both;
}

.navTable td {
	padding-bottom: 3px;
	padding-top: 3x;
}

.treeview { /*CSS for Simple Tree Menu*/
	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #E8E8E8;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{
	background-color:#E8E8E8;
	background-image: url(../assets/plus.gif);
	background-repeat: no-repeat;
	background-position: 222px 5px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	line-height: 25px;
	text-decoration: none;
	padding-left: 20px;
	
	font-weight: bold;
}

.treeview ul li {
	background-color: #FFFFFF;
	display: block;
	height: 25px;
	margin-left: -40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

.treeview ul a {
	padding-left: 7px;
	width: 210px;	
	margin-left: 20px;
	font-weight:normal;
}

.treeview ul li.last {
	border-bottom: none;
}

/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}

/*This is the CSS for the Virtual Tour page */


#tourSwf {
	margin-left: 10px;
}