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

/* Make Navigation Selected */

a.navwho{
	background:url(../images/nav_who_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navwho:hover{
	background:url(../images/nav_who_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navwho:active{
	background:url(../images/nav_who_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Content Div */
div#leftcol{
	float:left;
	width:644px;
	padding-right:20px;
	text-align:left;
	
}
div#leftcol_vision{
	float:left;
	width:644px;
	margin-top:10px;
	padding-right:20px;
	text-align:left;
	
}
div#bottom_content{
	padding-top:10px;
	width:967px;
	clear:both;
}
div#sp_flash{
	width:967px;
	height:263px;
}
div#sp_content{
	width:967px;
	margin-top:10px;
	overflow:hidden;
}
div#sp_left{
	float:left;
	width:457px;
	margin-left:10px;
	text-align:left;
}
div#sp_right{
	position:relative;
	float:right;
	width:457px;
	margin-right:10px;
	text-align:left;
}
/* Classes */

.rightalign{
	float:right;
}
.rightalign2{
	margin-top:10px;
	float:right;
	margin-bottom:10px;
}
.centerpads{
	margin-left:24px;
	margin-right:24px;}

.whoheader{
	display:block;
	width:240px;
	height:27px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/history.jpg) left no-repeat;
}
.sp_header{
	width:967px;
	height:163px;
	display:block;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(../images/sculpture/sculptureheader.jpg) top no-repeat;
}

.visionheader{
	display:block;
	width:232px;
	height:22px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/visionplan_header.jpg) left no-repeat;
}

.brianheader{
	display:block;
	width:281px;
	height:22px;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/aboutbrian_header.jpg) left no-repeat;
}

.addpads{
	margin-top:10px;
}


/* Paragraph Styles */

div#leftcol p{
	line-height:16px;
	
}
div#leftcol_vision p{
	line-height:16px;
	
}
div#sp_content p{
	line-height:18px;
	text-align:justify;
}
blockquote{
	background:#EBEBEB;
	font-size:16px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	padding:10px;
}