/* CSS for "wide" interior pages */

@import url(/_styles/site/core.css);
@import url(/_styles/site/interior.css);


/* MAIN */
div#main {
	width: 705px;
	margin: 16px 0 0 8px;
	
	/* background-color: #0F0; */
}
/* /MAIN */




/* SECTIONS */
div.section {
	width: 167px;
	float: left;
	margin: 0 0 20px 10px;
}

div.section.first {
	width: 167px;
	float: left;
	margin: 0 0 20px 0;
}

div.section h2 {
	color: #008457;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	padding: 10px 0 0 10px;
	height: 35px;
	background: url(../../img/interior/sectiontop.gif) left top no-repeat transparent;
}

div.section ul {
	list-style-type: none;
	padding: 0 0 0 10px;
}

div.section li {
	display: block;
	margin: 0 0 1.5ex 0;
}

div.section a:link,
div.section a:visited,
div.section a:active {
	text-decoration: none;
}

div.section a:hover {
	text-decoration: underline;
}
/* /SECTIONS */





/* FOOTER */
p#footer {
	min-height: 22px;
	background: url(../../img/interior/footerwide.gif) left top no-repeat transparent;
	
	clear: both;
	
	text-align: center;
	padding: 5px 0 0 0;
	_height: 27px;
}
/* /FOOTER */


/* SPLITS */
div.split ul.left {
	width: 300px;
	float: left;
}

div.split ul.right {
	width: 300px;
	margin: 0 0 0 310px;
}
/* /SPLITS */

