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

body {
	background-color: #37469f;
	margin: 0px;
	background-image: url(../images/template/top_bg.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #606060;
	line-height: 18px;
}
a:link {
	color: #37469f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #37469f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #37469f;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #37469f;
	font-weight: bold;
	text-decoration: none;
}

.green_lines {
	background-image: url(../images/template/green_bar.png);
	background-repeat: repeat-x;
	background-position: top;
}
.header_back {
	background-image: url(../images/template/body_bg.png);
	background-repeat: repeat-y;
}
.content_back {
	background-image: url(../images/template/body_bg.png);
	background-repeat: repeat-y;
	padding: 25px;
}
#bodytop {
	background-image: url(../images/template/body_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 39px;
	width: 760px;
	margin-top: 10px;
	position: relative;
}
#logobox {
	height: 134px;
	width: 190px;
	left: 12px;
	position: absolute;
	z-index: 10;
}

.footer_back {
	background-image: url(../images/template/body_bg.png);
	background-repeat: repeat-y;
}
.footer_content {
	font-size: 11px;
	background-image: url(../images/template/body_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 14px;
}
.mw_footer {
	font-size: 12px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 21px;
}

.mw_footer a:link {
	color: #FFF;
	text-decoration: underline;
}
.mw_footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.mw_footer a:hover {
	color: #dddddd;
	text-decoration: underline;
}
.mw_footer a:active {
	color: #FFF;
	text-decoration: underline;
}
.left_column {
	padding-right: 25px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #37469f;
	width: 458px;
}
.right_column {
	padding-left: 25px;
	width: 200px;
	padding-right: 0px;
	margin: 0px;
}
.right_column h2 {
	height: 30px;
	background-position: center 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border-bottom: 2px solid #37469f;
	width: 200px;
	margin: 15px 0 .3em 0;
}

.right_column h2.about_us {
	background-image: url(../images/headlines/sidebar_head_about_us.png)
}

.right_column h2.teens {
	background-image: url(../images/headlines/sidebar_head_teens.png)
}

.right_column h2.young_adults {
	background-image: url(../images/headlines/sidebar_head_young_adults.png)
}

.right_column h3 {
	font-size: 11pt;
}

.right_column ul, .subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_column ul {
	width: 200px;

}

.right_column a {
	display: block;
	text-align: left;
	color: #37469f;
	border-bottom: 1px solid #37469f;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
.right_column_home {
	padding-left: 25px;
	width: 200px;
	padding-right: 0px;
	margin: 0px;
}
.nomargin { margin: 0; }
.noborder { border: 0; }
#home_feature_container {
	background: url(../images/template/home_feature_box.png) no-repeat 0 100%;
	padding: 0 0 10px 0;
}

#home_feature_content {
	background: url(../images/template/home_feature_box_top.png) no-repeat 0 0;
	padding: 25px 25px 0 25px;
}
#home_feature_button {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	text-align: right;
}
.home_top_photo {
	margin-bottom: 25px;
}

