/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
li {
	font-size:14px;
	margin-bottom: 10px;
	list-style: disc;
}
a, a:visited {
	text-decoration: none;
	color: #5cb0cc;	
}
a:hover {
	text-decoration: none;
	color: #5cb0cc;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
textarea, input {
	border: solid 1px #000000;
}

/*** Container Styles (in order of appearance in code) ***/

#main {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	background-image: url('/images/wrap-bg.jpg');
	background-repeat: repeat-y;
	margin: 20px 0 0 0;
}
#header {
	position: relative;
	width: 100%;
	height: 106px;
	background-image: url('/images/header-bg.jpg');
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 48px;
}
#tagline {
	color: #005ba0;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: 42px;
	left: 318px;
}
#newsletter_box {
	position: absolute;
	left: 686px;
	top: 25px;
}
#newsletter_box p {
	font-size: 11px;
	margin-bottom: 3px;
}
#content_wrapper {
	background-image: url('/images/content-bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 8px;
	width: 936px;
	_height: 550px;
	min-height: 550px;
}
#sidebarleft {
	float: left;
	width: 173px;
	padding: 12px 0px 0px 12px;
	margin: 0px;
}
.navtext {
	font-size: 12px;
	font-weight: bold;
}
.tab_selected {
	background-image: url('/images/nav-selected-bg.png');
	background-repeat: no-repeat;
	width: 171px;
	height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}
.navlink_selected {
	display: block;
	width: 135px;
	height: 17px;
	padding: 3px 0px 0px 36px;
	color: #0159a1 !important;
}
.tab {
	background-image: url('/images/nav-unselected-bg.png');
	background-repeat: no-repeat;
	width: 171px;
	height: 21px;
	margin-bottom: 2px;
	overflow: hidden;
}
.navlink {
	display: block;
	width: 135px;
	height: 18px;
	padding: 3px 0px 0px 36px;
	color: #FFFFFF !important;
}
#see_the_magazine {
	display: block;
	width: 136px;
	height: 150px;
	background-image: url('/images/see-the-magazine.png');
	background-repeat: no-repeat;
	padding: 4px 0px 0px 36px;
	margin: 0px 0px 4px 0px;
	color: #FFFFFF;
}
#events_calendar_box {
	position: relative;
	background-image: url('/images/events-calendar-bg.png');
	background-repeat: no-repeat;
	width: 172px;
	height: 191px;
}
#events_calendar_link {
	position: absolute;
	top: 8px;
	left: 36px;
	color: #FFFFFF;
}
#events_calendar {
	position: absolute;
	top: 28px;
	left: 3px;
}
#content {
	float: left;
	width: 721px;
	min-height: 500px;
	_height: 500px;
	padding: 15px;
	margin: 0px;
}
#content_home {
	float: left;
	width: 751px;
	min-height: 585px;
	_height: 585px;
	margin: 0px;
}
#commentform {
	width: 721px;
}
#comment {
	width: 500px;
	height: 200px;
}
#content_home_wrapper {
	position: relative;
}
#content p, #content_home p {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
#content h1, #content_home h1 {
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	color: #1c4f9a;
}
#content h2, #content_home h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}
#content_sub_wrapper_top {
	margin-left: 10px;
	clear: both;
	width: 700px;
	height: 20px;
	background-image: url('/images/subpage-container-top-bg.png');
	background-repeat: no-repeat;
}
#content_sub_wrapper {
	margin-left: 10px;
	position: relative;
	background-image: url('/images/subpage-container-middle-bg.png');
	background-repeat: repeat-y;
	width: 655px;
	_height: 470px;
	min-height: 470px;
	padding: 0px 20px 10px 25px;
}
#content_sub_wrapper_bottom {
	margin-left: 10px;
	clear: both;
	width: 700px;
	height: 20px;
	background-image: url('/images/subpage-container-bottom-bg.png');
	background-repeat: no-repeat;
}
#home_feature_article_box {
	position: absolute;
	left: 31px;
	top: 11px;
	background-image: url('/images/home-feature-article-bg.png');
	background-repeat: no-repeat;
	width: 499px;
	height: 183px;
}
#home_feature_article_box_wrapper {
	position: relative;
	width: 499px;
	height: 183px;
}
#home_feature_article_box_wrapper h2 {
	position: absolute;
	left: 231px;
	top: 18px;
	color: #fef365;
	font-weight: bold;
	font-size: 16px;
	padding-right: 10px;
}
#home_feature_article_box_wrapper .textbox {
	position: absolute;
	left: 231px;
	top: 55px;
	width: 255px;
	height: 90px;
}
#home_feature_article_box_wrapper .textbox p {
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#home_feature_article_box_wrapper .submitlink {
	display: block;
	position: absolute;
	left: 272px;
	top: 148px;
	width: 178px;
	height: 15px;
	color: #0070ba;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 0px 11px;
}
#home_feature_article_pic {
	position: absolute;
	left: 16px;
	top: 8px;
}
.home_feature_article_pic_credit {
	position: absolute;
	left: 16px;
	bottom: 8px;
	font-size: 10px !important;
	color: #FFFFFF;
	margin-bottom: 0px !important;
}
#home_horizontal_banner_box {
	position: absolute;
	left: 46px;
	top: 202px;	
	width: 468px;
	height: 60px;
}
#home_upcoming_events_box {
	position: absolute;
	left: 32px;
	top: 275px;
	background-image: url('/images/home-upcoming-events-bg.png');
	background-repeat: no-repeat;
	width: 209px;
	height: 162px;
	padding: 11px 16px 0px 16px;
	overflow: hidden;
}
#home_upcoming_events_box p {
	font-size: 11px;
	margin-bottom: 5px;
}
#home_upcoming_events_box a, #home_important_numbers_box a {
	color: #006aae;
}
#home_important_numbers_box {
	position: absolute;
	left: 289px;
	top: 275px;
	background-image: url('/images/home-important-numbers-bg.png');
	background-repeat: no-repeat;
	width: 209px;
	height: 162px;
	padding: 11px 16px 0px 16px;
}
#home_important_numbers_box p {
	font-size:11px;
	margin-bottom: 5px;
	line-height: 20px;
}
#home_logos_box {
	position: absolute;
	left: 80px;
	top: 470px;
}
#home_upcoming_events_box h2, #home_important_numbers_box h2 {
	color: #d5213e;
	font-weight: bold;
	font-size: 15px;
}
#home_advertise_with_us_box {
	position: absolute;
	right: 18px;
	top: 14px;
	background-image: url('/images/home-advertise-with-us-bg.png');
	background-repeat: no-repeat;
	width: 186px;
	height: 95px;
}
#home_advertise_with_us_box h2 {
	clear: both;
	text-align: right;
	font-size: 20px;
	color: #006aae;
	font-weight: bold;
	padding: 15px 64px 0px 0px;
	margin-bottom: 5px;
}
#home_advertise_with_us_box p {
	font-size: 11px;
	padding: 5px 15px 0px 20px;
	color: #0000ff;
	text-decoration: underline;
}
#home_map_box {
	position: absolute;
	right: 18px;
	top: 114px;
	background-image: url('/images/home-map-bg.png');
	background-repeat: no-repeat;
	width: 186px;
	height: 169px;
}
#home_map_box h3 {
	display: block;
	width: 186px;
	height: 163px;
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
	color: #0000ff;
	text-decoration: underline;
}
#home_vertical_banner_box {
	position: absolute;
	right: 20px;
	top: 293px;
}
#home_vertical_banner_box img {
	border: solid 2px #666666;
}
#footer {
	clear: both;
	width: 932px;
	height: 30px;
	padding: 10px;
	background-image: url('/images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#spacer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

/*** Universal Classes ***/
.red {
	color: #d4203b;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
.border {
	border: solid 1px #000000;
}
.noborder {
	border: none !important;
}
