@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}


/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

img{
padding: 0;
}


/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
	background-color:#353535;
	background-image:url(/images/background-1.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

body{
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 40px 0;
	
}

*{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #404041;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #404041;
letter-spacing: 1px;
text-transform:uppercase;
padding: 0 0 10px 0;
font-weight:bold;
}

h2{
font-size: 11px;
padding: 0 0 2px 0;
}

h3{
font-size: 12px;
padding: 0 0 5px 0;
}

a:active, a:link, a:visited{
font-size: 11px;
text-decoration: none;

}

a:hover{
text-decoration: underline;
}

td {}
p {}
ul {}
li {}

#main_container{
position: relative;
margin: 0px auto;
width: 898px;
background:none;
}

#logo_container {
background: none;
}

#title_image_container {
background:none;
margin-top: 46px;
margin-left: 10px;
}

#inside_container{
position: relative;
background: none;
}


#main_nav{
}

#top_nav {
background: none;
margin-top: 68px;
}

#left_nav_td {
width: 167px;
background-image:url(/images/shadow_left.png);
background-repeat:repeat-y;
background-position:right;
}

#left_nav {
margin-left: 3px;
width: 164px;
}

#content_td {
/*background-image:url(/images/shadow_right.png);
	background-repeat:repeat-y;
	background-position:right;*/
	background-color:#ffffff;
	width: 721px;
}

.page_container {
background-image:url(/images/shadow_right.png);
background-position:right;
background-repeat:repeat-y;
width: 898px;
}

.copy_container {
	padding: 18px 20px 45px 45px;
	width: 656px;
}

.content_container {
	width: 721px;
background-color: #FFFFFF;
	
}

.shadow_top_btm {
margin-left: 157px;
}

#nav_items {
background: none;
margin-left: 45px;
}

#footer {
	width: 701px;
	margin-left: 167px;
	background:none;
	color: #808285;
	padding: 5px 10px 10px 10px;
	text-align:center;
}

#footer td {
	font-size: 10px;
	color: #808285;
}

#footer em {
font-style:italic;
font-size: 10px;
color: #808285;
}

#footer td div {
	font-size: 10px;
	color: #808285;
}

#footer td a{
	font-size: 10px;
	color: #808285;
}

.page_copy_left {
	width: 403px;
	padding-right: 20px;
}

.page_copy_right {
	width: 210px;
	padding-left: 20px;
}

.page_copy_left a {text-decoration: underline;}
.page_copy_right a {text-decoration: underline;}

.page_copy_left ul {margin-left: 20px;}
.page_copy_right ul {margin-left: 20px;}

.page_copy_left li {margin-left: 10px; list-style:disc;}
.page_copy_right li {margin-left: 10px; list-style:disc;}


.right_links {
padding-bottom: 5px;
/*background-image:url(/images/news_square.gif);
background-position:left;
background-repeat:no-repeat;*/
}


.page_image{
padding: 5px 20px 10px 0px;
}

#sub_nav_items {
border-left: 1px solid #313136;
border-top: 1px solid #313136;
background-color: #4c4d4f;
}

#sub_sub_nav_items {
background-color:#3f4042;
border-bottom: 1px solid #313136;
}

.sub_nav_div {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
padding: 5px 10px 5px 25px;
}

.sub_nav_div_on {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
padding: 5px 10px 5px 25px;
}

.sub_nav_main {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
border-bottom: 1px solid #313136;
padding: 5px 10px 5px 10px;
}

.sub_nav_main_on {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
border-bottom: 1px solid #313136;
padding: 5px 10px 5px 10px;
}

.sub_nav_main a{color: #a5a7aa; text-decoration:none; font-size: 11px;}
.sub_nav_main a:hover{color: #ffffff; text-decoration:none; font-size: 11px;}
.sub_nav_main_on a{color: #ffffff;text-decoration:none; font-size: 11px;}

.sub_nav_div a {color: #a5a7aa;text-decoration:none; font-size: 11px;}
.sub_nav_div a:hover{color: #ffffff; text-decoration:none; font-size: 11px;}
.sub_nav_div_on a{color: #ffffff;text-decoration:none; font-size: 11px;}

#page_sub_nav_items {
padding-left: 10px;
}

.page_nav_div {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
padding: 0px 10px 0px 20px;
}

.page_nav_div_on {
background-image:url(/images/shadow_left.png);
background-position:right;
background-repeat:repeat-y;
padding: 0px 10px 0px 20px;
}
.page_nav_div a {color: #71b2d8;text-decoration:none; font-size: 11px;}
.page_nav_div a:hover{color: #ffffff; text-decoration:none; font-size: 11px;}
.page_nav_div_on a{color: #ffffff;text-decoration:none; font-size: 11px;}




.form_table td{
 padding: 2px;
}


#form_panel {
	padding: 0 0 0 5px;
}

.news_date {font-weight: bold; padding-bottom: 5px;}
.news_title {padding: 0 0 5px 0;}
.news_title a{text-decoration:underline;}
.news_detail_date {font-weight: bold; padding-bottom: 5px;}
.news_detail_desc {line-height: 20px; padding-top: 10px;}
.news_detail_sub {padding-bottom: 5px; font-style:italic;}
.news_detail_links {padding-bottom: 5px;}

.event_item {padding: 0px 0px 0px 0px; }
.event_date {font-weight: bold;padding-bottom: 5px;}
.event_title {padding-bottom: 5px;}
.event_title a{text-decoration:underline;}
.event_desc {padding: 5px 0 5px 0;}
.event_image {padding: 0px 10px 10px 0px;}
.event_when {padding-bottom: 5px;}
.event_where {padding-bottom: 5px;}

.event_detail_desc {line-height: 20px; padding-top: 10px;}
.event_detail_image {padding: 0px 10px 10px 0px; }
.event_detail_date {padding-bottom: 5px;font-weight: bold;}
.event_detail_when {padding-bottom: 5px;}
.event_detail_where {padding-bottom: 5px;}

.event_divider {margin: 5px 0 10px 0;}