/*General:*/
body {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	color:#555;
	background-color:#fff;
	height: 100%;
	text-align:left;
	background: url(images/bg.jpg) no-repeat center 100px fixed;	
}

/*body conditional statments via body tag ID OLD */

	#splash {
	background-attachment: scroll;
/*	background-image:url(images/bg_home.gif); */
	}
	
/*	#home {
	background-image:url(images/bg_home.gif);
	} */

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#555;
	text-decoration:underline;
}

/* img {display:block;} */



#centerBlock {
	width: 720px;
	margin: 0 auto;
	display:block;
	z-index: 2;
	padding: 50px 0 0 0;
}

/*centerBlock div page conditional statments via body tag ID*/
	
	#splash > #centerBlock {
	padding-top: 100px !important;
	height:350px;
	/*background: url(images/home_banner.jpg) no-repeat 80px 100px; 
*/	}
	
/*	#people > #centerBlock {padding-bottom: 50% !important;}*/


#logo {
	position:relative;
	width: 276px;
	height:50px;
	margin: 0 124px 0 0;
	}
	
	#logo > a > img {width: 276px; height: 15px;}


#welcome {
	position:absolute;
	padding:0;
	width: 720px;
	height: 350px;
	font-size: 1em;
	line-height: 1.4;
	z-index:1;
}

	#welcome > a > img {
	margin: 0;
	width: 720px;
	height: 350px;
	}

#nav {
	position:fixed;
	left: 50%;
	top: 100px;
	width: 100px;
	height: 20px;
	margin: 0 0 0 190px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	text-align:left;
	font-size: .9em;
	line-height: 1.2;
	color:#000;
	z-index: 4;
	cursor:pointer;
	}
	
	#nav p {
	margin: 0.8em 0 0 0;
	}
	
	#nav a {
	color:#888;
	text-decoration:none !important;
	}
	
	#nav a:hover, #nav a.selected {
	color:#000 !important;
	text-decoration:none !important;
	}
	
#nav > #subLevel {
	margin: 1.4em 0 0 0;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	}
	
	#nav > #subLevel > p {
	margin: .7em 0 0 0;
	}
	
	#nav > #subLevel a {
	color:#666;
	text-decoration:none !important;
	}
	
#nav > #subLevel2 {
	margin: 1.8em 0 0 0;
	text-transform:capitalize;
	font-size:1em;
	}
	
	#nav #subLevel2 > p {
	margin: 1em 0 0 0;
	}
	
	#nav #subLevel2 a {
	color:#666;
	text-decoration:none !important;
	}
	

#content {
	position:relative;
	top: 0px;
	margin: 0px 0 0 0;
	padding: 0 240px 0 80px;
	width: 400px;
	font-size: 1em;
	line-height: 1.4;
	z-index:1;
}

	#content > img.callout {
	position:absolute;
	top: 50px;
	left: 80px;
	z-index:2;
}

	#bannerSpacer {position:relative;
	width: 400px;
	height:200px;
	z-index:1;
	}
		
		div.contentContainer {
		width: 400px !important;
		padding: 0 0 40px 0;
		position:relative;
		clear:both;		
		display:block;
		}
		
		div.topMargin {
		margin-top: 40px;
		}
		
		div.contentSplitContainer {
		width: 400px !important;
		padding-bottom: 40px;
		position:relative;
		clear:both;		
		display:block;
		}
		
		div.botMargin {
		padding: 0;
		}
		
		div.contentRightSplit {
		float: right;
		width: 160px;
		margin-left: 10px;
		text-align:left;
		margin-bottom: 2px;
		}
		
		div.contentRightSplit > img {
		width: 160px;
		height: 240px;
		margin-top:0;
		}
	
		div.leftSplit {
/*		margin-right: 164px;
*/		padding: 0px 0 0 0;
		}
		
		div.leftSplit > div {
		position:absolute;
		top: -100px;
		left: 0px;
		width:0px;
		height:0px;
		visibility:hidden;
		z-index: -2;
		}
		
		div.leftSplit > p.nameBlock {
		margin: 0 0 1.7em 0;
		font-family:Verdana, Geneva, sans-serif;
		}
		
		div.leftSplit > p.nameBlock > span {
		display: block;
		margin: 0 0 1.2em 0;
		text-transform:uppercase;
		letter-spacing: .1em;
		font-size:.9em;
		color:#000;
		}
		
		div.leftSplit > p.nameBlock > span > a:hover {
		color:#000;
		}
		
		div.leftSplit > span.emphasis > a {
		text-decoration: none !important;
		}

	
	p {
	margin-top: 0.7em;
	}
	
	p.topMargin {
	margin-top: 1.4em;
	}
	
	p.lineMargin {
	margin-top: 1em;
	}
	
	p.noMargin {
	margin-top: 0;
	}
	
	p.first {
	margin-top: -4px;
	}

	p.callout {
	font-size: .9em;
	line-height: 1.4;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	color:#333;
	}
	
	p.landing {
	font-size: 1.6em;
	line-height: 1.4;
	color:#000;
	}
	
	.indent {
	width: 260px;
	margin: .7em 0 0 1em;
	font-size: 1em;
	color:#444;
	}
	
	.largeFont {
	font-size: 1em;
	line-height: 1.4;
	}
	
	.smallFont {
	font-size: .9em;
	}
	
	.ital {
	font-style:italic !important;
	}
	
	.emphasis { /*Use for bold*/
	font-weight:500;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing: .1em;
/*	font-style:normal; */
	}
	
	.black {
	color:#000000;
	}
	
	.sup {
		font-size: .8em;
		position: relative;
		top: -.7em;
	}


#footer {
	display:block;
	width:400px;
	margin: 40px 240px 0 80px;
	padding:0 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .9em;
	color:#777;
	z-index:-1;
}

	#splash > #footer {
	position:absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	}
	
#footer a {text-decoration:none}

.copy {
	font-size: 1em;
	margin-top: 10px;
}


div#scroller {
	position:absolute;
	height:100%;
	top: 1px;
	right: 1px;
}