/* CSS Document */

div#banner-upper {
	width:735px;
	height:66px;
	background-image:url(../images/cye-banner-top.jpg);
	background-repeat:no-repeat;
}

div#banner-lower {
	width:735px;
	height:40px;
	background-image:url(../images/cye-banner-lower.jpg);
	background-repeat:no-repeat;
}

div#content-container {
	float:left;
	height:auto;
	background-color:#dddddd;
}

div#content-nav {
	float:left;
	height:auto;
	min-height:360px;
	background-color:#FFFFFF;
	width:495px;
	padding:30px 20px 30px 20px;
}

div#content-full {
	height:auto;
	min-height:360px;
	background-color:#FFFFFF;
	width:695px;
	padding:30px 20px 30px 20px;
}
div#right-nav {
	float:right;
	height:auto;
	overflow:none;
	min-height:360px;
	width:200px;
}
div#right-nav-title {
	width:180px;
	background-color:#bbbbbb;
	color:#4e4e4e;
	font-size:13px;
	padding:10px;
	font-weight:bold;
}
div#right-nav-arrow {
	width:200px;
	height:28px;
	background-color:#dddddd;
	background-image:url(../images/cye-nav-arrow.gif);
	background-position:center top;
	background-repeat:no-repeat;
	border-bottom:1px solid #cccccc
}
a.right-nav-link {
	display:block;
	font-size:12px;
	padding:8px;
	text-decoration:none;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #cccccc;
	color:#434343;
}
a.right-nav-link:hover {
	color:#FFFFFF;
	background-color:#4d8596;
	border-top:1px solid #4d8596;
}
div#right-nav-end {
	border-top:1px solid #e9e9e9;
}
div#header-row {
	margin-bottom:20px;
	height:20px;
}

#print {
	cursor:pointer;
}

