/* =================================================================
This CSS file will only contain specific commands for IE7.  All other CSS 
rules will also be applied from the main file.
=================================================================== */

/* ===============================================================================
GENERAL NOTE
If the parent/child selector is used in the main CSS file to make distinctions between all other 
browsers and IE versions 6 and earlier, then the same selector must be used inside the IE7 
CSS file in order for IE7 to apply the style.
================================================================================ */
html>body #dlmenu {
	margin: -6px 0 -6px 8px;
}
html>body #menu dl {
	width: 135px;
	margin: 0 0 0 0;
	background: #7892a9;
	cursor:pointer;
}
html>body #menu dt {
	line-height: .75em;
	margin: 0 0 0 0;
	padding: 0;
}

#page{
		background:url(../images/page_bg.jpg) repeat-y;
		overflow: hidden;
	}
#site{
	border:6px solid #e9dba8;
	width:983px;
	margin:10px auto;
	overflow: visible;
}

#siteNav{
		width:150px;
		font-size:.65em;
		padding: 2em 0 0;
		float:left;
		margin-bottom: 2em;
	}

#content{
	width:610px;
}

#connav {
	margin: -20px 0 20px -17px;
}
	
#mainNav{
	float: right;
	width: 160px;
}
	#mainNav h2{
		font-size: .7em;
		color: #ffffff;
		margin-top: 15px;
		margin-bottom: -5px;
	}
	#mainNav>a{
		font-family: verdana;
		font-size: 9px;
		color: #ffffff;
		text-decoration: none;
		display: block;
		text-align: right;
	}
	#mainNav a:hover {
		color: #eadca6;
	}

#mainNav>a{
	margin: -1em .8em -.2em 0;
}
