#mainbox {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: left;	
}

#bordershadow-right {
	background: transparent url("../images/bordershadow_right.jpg") top right repeat-y;
}

#bordershadow-bottom {
	background: transparent url("../images/bordershadow_bottom.jpg") bottom left no-repeat;
}

#bordershadow-topright {
	padding: 0 7px 7px 0;
	background: transparent url("../images/bordershadow_topright.jpg") top right no-repeat;
}

#border {
	border: 4px solid #e1dabb;
	background: #fff;
	padding: 0 5px 0 5px;
}

/* \*/
* html #border {
	height: 1%;
}
/* */

#header {}

#sectionheader {
	margin-bottom: 20px;
}

#logo {
	margin: 16px 0 16px 18px;	
}

#columnblock1 {
		background: transparent url("../images/dotgray.gif") 196px 0px repeat-y;
}

#columnblock {
	padding-bottom: 1px;
}

#col-1 {
	float:left;
	width: 520px;	
}

#col-1b {
	float:left;
	width: 100%;	
}

#col-2 {
	float: right;
	width: 220px;
}

#content {
	margin: 0 20px 25px 20px;
}

#contentb {
	padding: 0;
	margin: 0;
}

/* Footer Styles */
#footer {
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#footer p a {
	color: #fff;
	text-decoration: underline;	
}

#footer p#copyright {
	float: left;
	margin: 0;
	padding: 0;
}

#footer p#memberof {
	float: right;
	margin: 0;
	padding: 0;
}

.teamCol-1 {
	float: left;
	width: 450px;
}

.teamCol-2 {
	float: right;
	width: 212px;
}

.ourTeamContent {
	float: left;
	width: 450px;
/*	border-left: 1px dotted #ccc;*/
	padding: 0 0 0 15px;
}

/* Helpers */
.cleaner {
	clear: both;
	height: 0;
	font-size : 1px;
	border: none;
	margin: 0;
	padding : 0;
	background : transparent;
	line-height: 0;
}

.lightrule {
	border-top: 1px solid #E1DABB;
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignCenter {
	text-align: center;
}