@charset "UTF-8";
/* CSS Document */

@import url(base.css);
@import url(forms.css);
@import url(tables.css);
@import url(images.css);

body {
	background-color: #ccf;
	background-image: url(../_redesign_images/bkg_default_header.gif);
	background-repeat: repeat-x;
}

img.icon {
	float: left;
	margin-right: .5em;
	margin-top: 1px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	margin-bottom: 10px;
}

#searchBox_horizontal {
	background: #dedfef url(../images/banner_lightest/banner_lightest_bottom_left.png) no-repeat bottom left;
	float: right;
}

#searchBox_horizontal h1 {
	display: inline;
	color: rgb(35,37,58);
	font: bold 12px Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 0;
	margin: 0;
	padding-left: 3px;
}

#searchBox_horizontal form {
	background: url(../images/banner_lightest/banner_lightest_bottom_righ.png) no-repeat bottom right;
	padding: 3px;
	padding-bottom: 6px;
	margin: 0;
}

#nav {
	float:left;
	width: 120px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#nav .subNav {
	display: none;
	letter-spacing: -.06em;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#nav li {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

#nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding 0;
	padding-left: 10px;
	line-height: 24px;
	height: 24px;
	width: 104px;
	background: url(../images/button_nav_left.gif) no-repeat;
	background-position: 0 -24px;
}

#nav a:hover {
	color: #000;
	background-position: 0 0;
}

#nav ul ul {
	padding: 0;
	margin-top: 3px;
	margin-bottom: 6px;
}

#nav ul ul li {
	margin-bottom: 3px;
}

#nav ul ul a {
	margin-left: 8px;
	font-size: 10px;
	padding-left: 7px;
	line-height: 18px;
	height: 18px;
	width: 96px;
	background: url(../images/button_nav_sub_left.gif) no-repeat;
	background-position: 0 -18px;
}

#body_hom #nav_hom a,
#body_you #nav_you a,
#body_abo #nav_abo a,
#body_mis #nav_mis a,
#body_ser #nav_ser a,
#body_chi #nav_chi a,
#body_tfw #nav_tfw a,
#body_adu #nav_adu a,
#body_eve #nav_eve a,
#body_kno #nav_kno a,
#body_new #nav_new a {
	background-position: 0 0;
}

#body_you #nav_you_sub,
#body_abo #nav_abo_sub,
#body_chi #nav_chi_sub,
#body_adu #nav_adu_sub,
#body_eve #nav_eve_sub,
#body_kno #nav_kno_sub,
#body_mis #nav_mis_sub {
	display: block;
}

#features {
	float: right;
	width: 120;
	padding-left: 6px;
}

#news {
	float: right;
	width: 260px;
	padding-left: 6px;
	color: #333;
	font-weight: normal;
	font-size: .8em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#news ol {
	line-height: 1.1em;
}

#news a {
	text-decoration: underline;
}
#news h1, #news h2 {
	color: #333;
	font-weight: normal;
	font-family: Futura, "Trebuchet MS", SunSans-Regular;
}
#news h1 {
	font-size: 1.25em;
}
#news p {
	margin-bottom: 10px;
}

#announcements {
	background-image: url(../_redesign_images/announcements_banner.gif);
	background-repeat: no-repeat;
	padding-top: 38px;
}

#announcements .announcement, #announcements .announcementLast {
	clear: both;
	border-bottom: 1px solid #666;
	padding-bottom: 8px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}
#announcements .announcementLast {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: ;
}
#announcements .announcement p {
	margin: 0;
	padding: 0;
}
#announcements .announcement hr {
	clear: both;
}
#announcements .announcement img {
	float: left;
	padding-right: 5px;
}
#announcements .announcement .title, .announcementLast .title {
	font-weight: bold;
}

/* Content (Main) Region */
#content {
	margin-left: 120px;
	margin-right: 280px;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
#content h1, #content h2, #content h3 {
	color: #333;
	font-weight: normal;
	font-family: Futura, "Trebuchet MS", SunSans-Regular;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.2em;
}
#content h3.subtitle {
	margin-top: -.5em;
}
#content q {
	display:block;
	margin: 1em 40px 1em 40px;
	font-style:oblique;
	color:#333;
}

#footer {
	clear: both;
	color: #333;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	border-top: #333 2px solid;
	padding-top: 6px;
	margin: 12px 0 12px 0;
	line-height: .9em;
}

#footer a:link, #footer a:visited {
	color: #333;
}

/* Used for simple notes with lighter background. */
.notice {
	margin: 6px;
	padding: 8px;
	padding-top: 5px;
	background-color: #DEDFEF;
}

.notice h1, .notice p {
	margin: 0;
	padding: 0;
}

.notice h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 3px;
}

/* Used for rounded corner noices. Must start with h2 */
.feature {
	background: #DEDFEF url(../images/feature_background_bottom.gif) no-repeat bottom left;
	width: 100%;
	padding: 0px;
	padding-bottom: .3em;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1em;
}
#content .feature {
	background-image:url(../images/content_feature_background_bottom.gif);
}

.feature h2 { 
	background: url(../images/feature_background_top.gif) no-repeat top right;
	margin: 0;
	margin-bottom: 4px;
	padding: .6em 0 0 10px;
	line-height: 1em;
}
#content .feature h2 {
	background-image:url(../images/content_feature_background_top.gif)
}

.feature h3, .feature h4 {
	padding-left: 10px;
	margin-bottom: 4px;
}

.feature h4.subtitle {
	margin-top: 0;
}

.feature p, #news .feature p {
	margin: 0;
	padding: 0 6px 8px 10px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.feature img {
	float: left;
	margin: 0;
	padding: 6px 8px 6px 10px;
}

.feature ul {
	list-style-position: inside;
}
.feature li {
	margin: 4px 0;
}

/* Sidebar in main content */
.sidebar {
	float: right;
	width: 240px;
	border: 2px solid #353758;
	margin: 6px;
	background-color: #DEDFEF;
}
#content .sidebar h1, .sidebar h1 {
	padding: 6px;
	font-size: 16px;
	background-color: #353758;
	color: #FFF;
	font-weight: normal;
}
.sidebar p {
	padding: 6px;
}
.sidebar p.last {
	margin-bottom: 0;
}
.sidebar img {
	float: right;
	padding: 6px;
}

.sidebar p img {
	padding: 0;
}

.sidebar ul {
	padding: 0 0 0 1em;
	margin: 1em 1em;
}

/* Improved (replacement) #news announcments */
#news .section {
	margin: 1em 0;
}

#news .section h1 {
	line-height: 30px;
	font-size: 1.4em;
	background: #DEDFEF url(../images/news_banner.png) top left;
	text-align: center;
	margin-bottom: .3em;
}

#news .section .item {
	margin-bottom: 1em;
}

#news .section .item h2 {
	display: inline;
	font: bold 1em/1em Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding-right: .2em;
}

#news .section .item img {
	float: left;
	padding-right: 5px;
}