/* CSS Document */

html, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(../images/bkgnd.jpg) repeat-x center top;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
}

/********wrapper styles *****/

#wrapper {
	width: 905px;
	text-align: left;
	margin: 0px 10px 0px 0px;
}

.bottomContent {
	width: 832px;
	margin: 0 auto 0;
	padding-top: 10px;
}


/****** masthead styles *******/

#header {
	width: 905px;
	height: 155px;
}

#headerImg{
	width:905px;
	height:144px;
	background-image:url(../images/headerCollage.jpg);
	background-repeat:no-repeat;
}

#colorBar_top {
	width:905px;
	height:8px;
	background-image:url(../images/colorTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#colorBar_bottom {
	width:905px;
	height:5px;
	background-image:url(../images/colorBottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logoBox {
	width:440px;
	height:135px;
	margin-left:0px;
}

#rightHeader{
	width:300px;
	height:135px;
	float: right;
}

#headerFlash{
	width:440px;
	height:110px;
	
}

.tagline{
	width:440px;
	height:24px;
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top: 0px;
}

#topNav {
	width:905px;
	height:30px;
}

/****** columns *******/

#leftCol{
	width:275px;
	height:600px;
	float:left;
}

.searchBox{
	width:230px;
	height:30px;
	background-color:#314641;
	background-image: url(../images/searchBkgnd.jpg);
	background-repeat: no-repeat;
}

.searchBox_inpput{
	padding:3px 0px 0px 87px;
	width: 150px;
	margin-top: 0px;
	height: 27px;
}

#rightCol{
	width:150px;
	height:auto;
	float:right;
	padding-right:0px;
	padding-top: 20px;
}

#centerCol{
	width:440px;
	height:auto;
	margin: 0px 0px 0px 275px;
	padding-right: 20px;
}

#centerColinner{
	width:600px;
	height:auto;
	margin: 0px 0px 0px 275px;
	padding-top: 20px;
	padding-right: 0px;
}
#content #pageName {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: 5px;
	width: 465px;
	font-weight: bold;
}

#content #pageName h2{
	font-size: 100%;
	color: #003366;
	margin:0px;
	font-weight: bold;
}

p {
	margin-top: 0;
	font-size: 16px;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 90%;
	color: #324742;
	line-height: 1.38em;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 87%;
	color: #003366;
	line-height: 97%;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 87%;
	color: #003366;
	line-height: 97%;
}

h4, h5, h6 {
	margin-bottom: 0.5em;
	font-size: 87%;
	color: #003366;
}

#content h1{
	font-size: 100%;
	color: #003366;
	font-weight: bold;
	margin: 0px;
}

#content h2{
	margin-bottom: 0.5em;
	font-size: 87%;
	color: #003366;
	line-height: normal;
	font-weight: bold;
}
#content h3{
	margin-bottom: 0.5em;
	font-size: 77%;
	color: #455D8B;
	line-height: 97%;
	padding-left: 0px;
}

#content h4{
	margin-bottom: 0.5em;
	font-size: 77%;
	color: #000000;
	margin-left: 7px;
}

.h3_divider {
	border-bottom: thin dotted #999999;
	text-indent: 0px;
	font-weight: bolder;
}

.h3_divider_main {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: medium solid #999999;
	color: #003366;
	text-indent: 0px;
	padding-bottom: 3px;
	font-weight: bolder;
}

.container {
	width:auto;
	padding-left: 0px;
	font-color:#333333;
	margin-right: 0px;
	clear: both;
	margin-top: 45px;
	
}
#navcontainer
{
	width: 230px;
	margin: 0 auto;
	padding: 6px;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	text-align: center;
	height: auto;
}

#navcontainer p{
	text-align:left;
	font-size:12px;
	line-height:15px;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li
{
display: block;
margin:0;
padding:0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	height:30px;
	padding: 0px 6px 0px 6px;
	color: #333;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	line-height:24px;
	font-weight:bold;
	text-decoration: none;
	list-style-type:none;
	text-indent:3px;
	background-image:url(../images/btn_events_rest.png);
	background-repeat: no-repeat;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background-image:url(../images/btn_events_over.png);
	background-repeat: no-repeat;
	color: #B57EDC;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #B57EDC;
	/*background: transparent;*/
	background-image:url(../images/btn_events_over.png);
	background-repeat: no-repeat;

}

#left_nav {
	width: 245px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background: #D0D2A9;
}

#left_nav ul {
	margin: 20px 0px 0px 25px;
	padding: 0px;
}

#left_nav li {
	font: bolder 80% Arial, Helvetica, sans-serif;
	list-style: none;
	color: #666666;	
	padding: 2px 2px 2px 0px;
	margin: 0px 0px 3px 0px;
}


div#sideNav {
	color: #666666;
	width: 170px;
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	
}

#left_nav h1, h2 {
	color: #333333;
	margin-top: 10px;
}

#left_nav h3 {
	font-size:90%;
	padding-bottom: 5px;
	color:#336699;
	margin-top: 10px;
}

#left_nav p {
	font-size:80%;
	color:#333333;
	margin-right:5px;
	padding-top: 10px;
}

#leftBox a:link, #leftBox a:active, #leftBox a:visited {
	color:#336699;
	text-decoration: underline;
	font: bold;

}

#leftBox a:hover {
	color:#003366;
	text-decoration: underline;

}

#content {
	margin: 0 0px 0 180px;
	padding: 0px 0px 15px 10px;
}

#content_Header{
	color:#333333;
	margin-left:10px;

}

.aboutHeader{
	background: url(../images/img_bkgnd_ender3.jpg) no-repeat scroll;
	width: 472px;
	height: 87px;
	margin-bottom: 10px;
}

.aboutHeader p{
	font-size:large;
	color:#000000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 50px;
	
}


#content_right {
	margin: 0px 200px;
}

#content_right a:link, #content_right a:active, #content_right a:visited {
	color:#336699;
	text-decoration: underline;
	font: bold;

}

#content_right a:hover {
	color:#003366;
	text-decoration: underline;

}

#content_right ul {
	margin: 0px 7px 0px 0px; 
	padding: 0px;
}

#content_right li {
	list-style: none;
	color: #336699;	
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 10px 0px;
}

.sectionBlock{
	display: block;
	height: auto;
	width: 475px;
	font-size: 80%;
	color: #333333;
	text-indent: 7px;
	padding-top: 5px;
	margin-bottom:10px;
	font-weight: bold;
	background: #E0E0E0;
	padding-bottom: 5px;
}

.sectionBlock h2{
	text-indent: 7px;
	color:#CC0000;
}

/************* 3rd column right ***************/
.navTopBlck{
	display: block;
	background: #989DA5;
	width: 140px;
	font-size: 80%;
	color: #FFFFFF;
	text-indent: 7px;
	padding-top: 5px;
	font-weight: bold;
	min-height: 20px;
}

.navTopBlck h3{
	text-indent:10px;
	color:#fff;
}

.rightBoxStyle {
	margin: 0px;
	background-color:#EEEEEE;
	border:thin solid #CCCCCC;
	width: 140px;
}

div#content_rightlink {
	Float: right;
	margin: 0px;
	padding-top: 30px;
	width: 140px;
}

div#content_rightlink p {
	font-size: 70%;
	color:#666666;
	padding: 5px 5px 0px 7px;
}

.boxRight_column {
	Width: 140px;
	font-size: 80%;
	padding:0px 10px 0px 0px;
	text-indent: 0px;
}

div#content_rightlink ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 70%;
	font-weight: bold;
	color: #333333;
}

div#content_rightlink li {
	font: bold 70%;
	list-style: circle url(none) inside;
	color: #666666;	
	padding: 5px 5px 0px 7px;
	margin: 0px 0px 3px 0px;
}

div#content_rightlink a:link, div#content_rightlink a:active, div#content_rightlink a:visited  {
	color:#4D71AB;
	text-decoration: underline;
}

div#content_rightlink a:hover {
	color:#666666;
	text-decoration:underline;
}

div#rightlink_box {
	Padding: 0px 0px 5px 8px;
}

div#rightlink_Header {
	background: #4C728F repeat-x scroll 0px 0px;
	padding: 8px 5px 8px 10px;
	font-size: 1em;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-align: center;
	height: 15px;

}

div#rightlinks {
	display: block;
	color: #333333;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

div#rightlinks a:link, div#rightlinks a:active, div#rightlinks a:visited {
	display: block;
	color: #000033;
	padding: 5px 8px 5px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: thin groove #FFFFFF;

}

div#rightlinks a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #8DA7B8 repeat-x 100% 50%;

}

#rightlinks_text {
	padding: 10px 5px 0px 10px;
}

div#rightlinks_text h3 {
	font-size: 1em;
	color: #CC0000;
	padding-bottom: 5px;
}

div#rightlinks_text a:link, div#rightlinks_text a:active, div#rightlinks_text a:visited, div#rightlinks_text a:hover {
	color: #003366;
	text-decoration: underline;
}

#links_subnav {
	color: #FFFFFF;
	min-width: 640px;
	margin-left: 9px;
	margin-top: 2px;
	height: 22px;
	margin-bottom: 2px;
	position: absolute;
}


/************Side Navigation***********/

div#sideNav a:link, div#sideNav a:active, div#sideNav a:visited {
	color: #306296;
	background: #EDEEF2 repeat-x 100% 50%;
	text-decoration: none;
	width: 170px;
	height: 24px;
	display: block;
	text-indent: 8px;
	margin-top:0px;
	margin-bottom: 3px;
	padding-top: 5px;
	border-bottom: thin solid #999999;
}

div#sideNav a:hover {
	color: #0A50A1;
	background: #D2E4FC repeat-x 100% 50%;
	display: block;
	text-indent: 8px;
}

div#sideNav h3{
	margin-bottom:5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

div#sideNav ul{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

div#sideNav li {
	list-style:none;
	margin-bottom: 3px;
	color:#306296;
	font-size:80%;
	background: #EDEEF2 repeat-x 100% 50%;
	border-bottom: thin solid #999999;
}

div#sideNav li a {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 18px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
}

div#sideNav li a:link, div#sideNav li a:active, div#sideNav li a:visited {
	display: block;
	color: #306296;
	text-decoration: none;
	background: transparent;
}

div#sideNav li a:hover, div#sideNav li a:focus{
	color: #0A50A1;
	background: #D2E4FC repeat-x 100% 50%;
}

.altLink a:link, .altLink a:visited, .altLink a:active {
	color: #666666;
	text-decoration: underline;
	line-height: 1.5em;
	font-size: 100%;
	font-weight: bold;
	padding-top:3px;
}

.altLink a:hover {
	color:#0066CC;
}


div#content_leftlink {
	width: 180px;
	float: left;
	padding: 15px 5px;
}

.paddedLinks {
	padding-top:20px;
	
}

div#content a:link, div#content a:active, div#content a:visited {
	color: #3366CC;
	text-decoration: underline;
}

div#content a:hover {
	color:#666666;
}
.introText {
	color: #314641;
	text-align: left;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, sans-serif;
}
.smallSidetxt {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* footer styles */
#footer {
	border-top: 1px solid #B57EDC;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
	clear: both;
	width: auto;

}

#footerNav{
	width:905px;
	margin:0px auto;
	font: 7px;
	color: #666666;
}

ul#footerlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#footerlist li
{
display: inline;
margin: 0;
padding: 0;
}

ul#footerlist li a
{
display: inline;
width: 100%;
padding: 6px 3px 6px 3px;
color: #777;
text-decoration: none;
}

#footerNav>ul#footerlist li a { width: auto; }

ul#footerlist li#active a
{
	/*background: transparent;*/
	color: #3366CC;
}

ul#footerlist li a:hover, ul#footerlist li#active a:hover
{
	color: #B57EDC;
	text-decoration: underline;
/*background: transparent;*/
}




/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


.leftimage{
float: left;
margin: 0 10 20 0;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
width: auto;
}
td {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.rightimage {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	margin-right: 3px;
}

.leftimage {
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---for navigation items on the right column----*/
#rightcontainer p{
	text-align:left;
}

ul.rightlist
{
text-align: left;
list-style-type: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul.rightlist li
{
display: block;
margin: 0;
padding: 0;
}

ul.rightlist li a
{
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	color: #013766;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	line-height:30px;
	list-style: none;
	font-weight:bold;
	text-decoration: none;
	text-indent:20px;
	background-image:url(../images/btn_events_rest.png);
	background-repeat:no-repeat;
	background-position: center top;
	vertical-align: baseline;
}

#rightcontainer>ul.rightlist li a { width: auto; height: 41px;}
#newscontainer>ul.rightlist li a { width: auto; height: 41px;}

ul.rightlist li#active a
{
	background: transparent;
	color: #013766;
}

ul.rightlist li a:hover, ul.rightlist li#active a:hover
{
	background: transparent;
	color: #013766;
	background: url(../images/btn_events_over.png) no-repeat;
}

/*right list for news*/
#newscontainer p{
	text-align:left;
}




#rightColumn p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	padding-top:5px;
}

#rightColumn h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
} 

#rightColumn h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.lineRule{
	display: block;
	width: 99%;
	padding-bottom: 3px;
	margin-top:5px;
	border-top: 1px solid #999999;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
}
.prCap{
	background-color:#82C0E7;
	width:215px;
	height:27px;
}

.prCap h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent:20px;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
}


#events{
	width:160px;
	margin-top:0;
	padding:0px;
}

#events p{
	color:#333;
	font-size: 11px;
	line-height: 13px;
}

#events ul{
	text-align: left;
	list-style:none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: list-item;
}

#events li{
	list-style: square url(none) inside;
	color:#333;
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 3px 0px 0px 0px;
}


#events a:link, #events a:visited {
	color:#013766;
	font-weight:bold;
	text-decoration: none;
}

#events a:hover {
	color: #013766;
	text-decoration: underline;
}

#events h1{
	color:#013766;
}

#newsPress{
	width:160px;
	margin-top:0;
	padding:10px;
}

#newsPress p{
	color:#333;
	font-size: 11px;
	line-height: 13px;
}

#newsPress a:link, #newsPress a:visited {
	color: #013766;
	font-weight:bold;
	text-decoration: none;
}

#newsPress a:hover {
	color: #013766;
	text-decoration: underline;
}

.rightimage {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	margin-right: 3px;
}

.leftimage {
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

