@charset "utf-8";
/* CSS Document */

/* Ephor Group and subsites main styles */
/* site-specific styles are kept in separate files, this file is mainly */
/* layout and other things that are shared among all sites */

/* CSS Template */

.FormField {
border: 1px solid #000;
padding: 3px 3px 3px 3px;
}
img {
	border:none;
}
p {
	margin:0;
	padding:0;
}
ul {
	list-style-type:disc;
	list-style-position:outside;
}
.Graphic {
	margin:12px 0 12px 0;
	border: 1px solid #000;
}
.rightImage {
	float:right;
	margin:10px 0 10px 10px;
	border: 1px solid #000;
}
.rightFloat {
	float:right;
	margin:0 0 10px 10px;
}
.leftImage {
	float:left;
	margin:5px 5px 0 5px;
}
.floatCloser {
	float:none;
	clear:both;
}
form {
	margin:0;
	padding:0;
}
input {
	padding:0;
	margin:0;
}
.Bottom {
	font-size:10px;
}








.outerWrapper {
	width:1096px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(images/backTile_1.png) no-repeat 0 0;
}
.top, .bottom{
	position:relative;
	width:1096px;
}
.topCenter, .bottomCenter{
	width:994px;
	height:50px;
	margin:auto;
}
.topCenter{
	border-bottom:1px solid #7E7D7B;	
	position:relative;
}
.bottomCenter{
	text-align:center;
}
.hashHolder{
	position:absolute;
	height:50px;
	width:50px;
}	
.topLeftHashHolder{
	left:0;
	top:0;
}
.topRightHashHolder{
	right:0;
	top:0;
}
.bottomLeftHashHolder{
	left:0;
	top:0;
}
.bottomRightHashHolder{
	right:0;
	top:0;
}
.hash{
	border-style:solid;
	border-color:#7E7D7B;
	position:absolute;
}	
.topLeftHash{
	/* set the dimensions of the top left hash here, anything up to 50px by 50px */
	height:24px;
	width:40px;
	/* */
	border-width:0 1px 1px 0;
	bottom:-1px;
	right:-1px;
}
.topRightHash{
	/* set the dimensions of the top right hash mark here, anything up to 50px by 50px */
	height:30px;
	width:14px;
	/* */
	border-width:0 0 1px 1px;
	bottom:-1px;
	left:-1px;
}
.bottomLeftHash{
	/* set the dimensions of the bottom left hash mark here, anything up to 50px by 50px */
	width:30px;
	height:24px;
	/* */
	border-width:1px 1px 0 0;
	top:-1px;
	right:-1px;
}
.bottomRightHash{
	/* set the dimensions of the bottom right hash mark here, anything up to 50px by 50px */
	width:20px;
	height:30px;
	/* */
	border-width:1px 0 0 1px;
	top:-1px;
	left:-1px;
}
.middle{
	width:994px;
	margin:auto;
	border-width:0 1px 1px 1px;
	border-color:#7E7D7B;
	border-style:solid;
}
.middleBottomBar{
	width:994px;
	height:14px;
}
.topSearchBoxHolder{
	float:right;
	margin-top:24px;
}
.topSearchBoxHolder div{
	float:right;
}
.searchFormSubmitButton{
	height:16px;
	width:14px;
	margin:0 10px;
}
.searchFormSubmitButton a{
	width:100%;
	height:100%;
	display:block;
}
.header{
	width:994px;
}
.headerCopy{
	float:right;
	margin-right:18px;
}
.headerLogoHolder{
}
.headerTopBar{
	width:994px;
	height:14px;
}	
.headerMain{
	width:994px;
	height:135px;
}
.mainNav{
	height:27px;
	width:978px;
	padding:3px 0 0 16px;
	clear:both;
}
.navItem{
	font-family:"Myriad Pro", Myriad, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	height:27px;
	line-height:23px;
	padding:0 15px 0 15px;
	float:left;
}
.middleContent{
	min-height:400px;
	padding:29px 18px;
}
.footerContent{
	padding-top:6px;
}
.leftColumn{
	float:left;
	width:200px;
}
.rightColumn{
	float:right;
	width:200px;
}
.centerColumn{
	float:left;
	width:527px;
	margin-left:16px;
}
.resourceColumn{
	float:left;
	width:720px;
	margin-left:16px;
}

/* all SideBar Items */

.sideBarItem{
	width:198px;
	border-style:solid;
	border-width:1px;
	margin-bottom:16px;
}
.sidebarCopy{
	padding:14px;	
}

/* Testimonials */

.testimonialsAttribution{
	padding:0 14px 14px 0;
	text-align:right;
	float:right;
}
/* Slide-Downs */
.expandableContent{
	background-color:#f0f0f0;
	padding:15px;
}
.expandSwitches {
	margin:10px 0 10px 0;
}
