		
/* core settings*/
#page{
	width:900px;
	text-align:left;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border:4px solid #cacaca;
}

#page_inner{
}

#topframe{
	width:100%;
	height:50px;
	background-color:#fff;
}

#flashbanner{
	width:100%;
	height:254px;
	background-color:black;
	overflow:hidden;
}

#maincontent{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#efefef;
	border-bottom:3px solid #fff;
}
#maincontent_inner{
	padding:30px;
}




/* contentblock */

div.contentblock div.column{
	width:45%;
	float:left;
	padding-right:15px;
	padding-left:15px;
}
div.contentblock div.column.last{
	border-right:none;	
}
div.column h1,div.column h2{
	font-weight:normal;
}

/* staff section */
#fieldsOfExpertise{
	background-image:url(../images/skin1/bkgSidebar.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
	width:206px;
	height:400px;
	float:right;
	text-align:center;	
}
#fieldsOfExpertise h2{
	display:block;
	width:100%;
	height:40px;
	font-size:130%;
	margin-top:10px;
	margin-left:15px;
	color:#fff;
	
}

#fieldsOfExpertise ul{
	list-style-type: circle;
	margin-left:25px;
}
#fieldsOfExpertise li{
	margin-bottom:3px;
}


#staffdescription{
	float:left;
	width:550px;
}

#staffdescription img{
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}



/*quotes*/
div.quote{
	background-image:url(../images/skin1/quotesTop.png);
	background-repeat:no-repeat;
	background-position:1px 1px;
}
div.quoteinner{
	background-image:url(../images/skin1/quotesBottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
div.quoteinner p{
	font-family:times;
	font-size:110%;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:65px;
	padding-right:55px;
}
/* sections */
hr.red{
	visibility:visible;
	border-top:1px solid #89151D;
}
hr.double{
	visibility:visible;
	height:3px;
	border:none;
	border-top:1px solid #979fa5;
	border-bottom:1px solid #979fa5;
}

#section h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:150%;
}


