#mainBox {
	width: 750px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background: #fff;
}

#header {
	border-top: 3px solid #686f74;
	background: transparent url("/media/graphics/nav/block-tr-corner.gif") right top no-repeat;
	position: relative;
	border-bottom: 4px solid #686f74;	
}

#header img {
	border: none;
	margin: 0;
	padding: 0;
}

#searchBox {
	position: absolute;
	left: 546px;
	top: 0px;
}

/* \*/ * html #header { height: 1%; } /* */

#logo {
	float: left;
	padding: 12px 0 13px 15px;
}

#sectionHeader {
	height: 40px;	
}

#columnBlock {
	clear: both;
	border-top: 4px solid #686f74;
	padding: 16px 0 15px 0;
	height: 100%;
}

#columnBlockSearch {
	clear: both;
	border-top: 1px solid #686f74;
	padding: 16px 0 15px 0;
	height: 100%;
}

/* \*/ * html #columnBlock { height: 1%; } /* */

#col1 {
	float: left;
	width: 145px;
}
#col2 {
	float: left;
	width: 460px;	
}
#col3 {
	float: left;
	width: 130px;
}

#colResults {
	width: 720px;
	padding: 20px 5px 20px 25px;
}

.colResultsPadding {
	padding-left: 45px;
	padding-right: 45px;
}


#footer {
	clear: both; 
	border-top: 3px solid #686f74;
	background: transparent url("/media/graphics/nav/block-tr-corner.gif") right top no-repeat;
	font-size: 11px;
	padding: 12px 20px 18px 20px;
}

#footer img {
	border: none;
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

.associates {
	text-align: center;
	padding-bottom: 18px;
	color: #867764;
}

.associates a {
	padding: 0 6px 0 6px;
	text-decoration: none;
}

.copyright {
	float: left;
	padding-left: 14px;
}

.logos {
	float: right;
	color: #546fa4;
	padding-left: 14px;		
}

.logos a {
	padding-left: 30px;

}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height:0em;
}

.blueRule {
	clear: both;
	height: 14px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #accbdd;
	line-height:0em;
}

.blueLine {
	border-bottom: 1px solid #accbdd;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

