@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 5px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #sidebar1 img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	height: 1250px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #footers {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.thrColFixHdr #footer pj {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* header styling from old style sheet */


#header_img {
	float: left;
	margin-left: 0px;
	padding-left: 0px;	/*height: 88px;
	width: 150px;
	padding-right: 5px;*/
}
#header_tag {
	float: left;
	height: 88px;
	width: 290px;
	text-align: left;
	padding-right: 10px;
}


#tools{
	width: 300px;
	float: right;
	text-align: right;
	height: 88px;
}
#language a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}




/* right column navigation we may want to move this style to the main sheet */
#right_constant {
	float: right;
	width: 180px;
	margin-top: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
#right_constant h5 {
	font-size: 12px;
	color: #007297;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;/*font-family: Arial, Helvetica, sans-serif;*/
}
/*#right_constant h4{
	font-size: 12px;
	color: #007297;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}*/
#right_constant p {
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
}
#right_constant .guide_img {
	float: right;
}
#right_constant div {
	padding-top: 5px;
}
#right_constant .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 6px;
}
#right_constant .maps img {
	text-align: center;
}
#right_constant a {
	color: #333333;
	text-decoration: none;
}
#right_constant a:hover {
	color: #333333;
	text-decoration: underline;
}
/* navigation bar styling and rollover*/
#nav_one {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4c78a3;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
#nav_one a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_one a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#65a1db;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}
#top_flash {
	height: 221px;
	}
	/* styling for portal boxes on home page*/
#bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 205px;
	margin-bottom: 5px;
	text-align: center;
	padding-left: 25px;
}

.subject_bar{
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #FFFFFF;*/
	padding: 3px;
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.subject_bar img {
	height: 79px;
	width: 105px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	text-align: left;	/*margin-left: 2px;*/
}

.subject_bar h2{
	text-align: left;
	color: #CC6633;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.subject_bar p{
	text-align: left;
	font-size: .71em;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 3px;
	padding: 0px;
	margin-top: 3px;
}
.subject_bar p a{
	text-align: left;
/*	font-size: 11px;
*/	font-style: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 3px;
	padding: 0px;
	margin-top: 3px;
	font-weight: normal;
}
.subject_bar p a:hover{
	text-align: left;
/*	font-size: 11px;
*/	font-style: normal;
	color: #333333;
	text-decoration: underline;
	margin-left: 3px;
	padding: 0px;
	margin-top: 3px;
	font-weight: normal;
}
.subject_bar a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}
.subject_bar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #DA8F6B;
	text-decoration: none;
}


/*comented out 1-30-2008 not needed at this level*/
/*experimental style to fix float issue*/
#subject {
	margin-top: 0px;
	float: left;
	width: 525px;
	clear: none;	/*font-size: 10px;*/
}

#subject h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #4c78a3;
}
#subject h5 {
	color: #4c78a3;
	margin-bottom: 1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#subject p { 
	font-size: 12.5px;
}
/*#subject a {
	text-decoration: none;
	color: #666666;
}
#subject a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4c78a3;
}*/

/* styling for homepage features and includes*/

.home_feature{
/*	font-size: 11px;*/
	font-family: Arial, Helvetica, sans-serif;
}

.home_feature a {
	text-decoration: none;
	color: #333333;
	
}
.home_feature a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4c78a3;
}
#subject table{
	background-color: #E7E7DC;
	border: 1px solid #6C6F40;
	text-align: center;
	margin-left: 15%;
	margin-top: 15px;
}
#mainContent h5 {
	color: #4c78a3;
	margin-bottom: 1px;
}
#mainContent h6 {
	color: #4c78a3;
	margin-bottom: 1px;
}
.feature1 {
	float: left;
	padding-right: 10px;
}
.feature2 {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.feature2 img {
	margin-right: 5px;
}
.feature_color {
	color:#565656;
}
/* styling for short list events on home page*/
#future_events p {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 13px;
	/*margin-left: 5px;*/
	/*margin-right: 80px;*/
}
#future_events {
	background-color: #F3F3F3;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}
#future_events h5 {
	padding-top: 3px;
}
#future_events a {
	font-style: italic;
}

/* styling for Short Feature  */

.shortfeature {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*margin-bottom: 6px;*/
}

.shortfeature img {
	float:left;
	padding-right: 10px;
/*	padding-bottom: 35px;
*/}
 
.shortfeature_bottom img {
	float:left;
	padding-right: 10px;
/*	padding-bottom: 60px;
*/
}

#accordion a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

#accordion  h5 {
	color: #FFF;
	font-weight: lighter;
	padding-left: 5px;
}
#accordion .date {
	color:#000000
}
#accordion {
	width: 525px;
}
/* footer styling*/
 #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
 #footer a{
	text-decoration: none;
	color: #666666;
}
 #footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
#homepage_subscribe {
	font-size:12.5px;
	color: #333;
	background-color:#d8d2b1;
}
#homepage_subscribe p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}
#homepage_subscribe a:hover {
	color: #fff;
	background-color: #b2aa7c;
}
#homepage_notice {
	border:2px solid #F30;
	line-height:24px;
	
}
#homepage_notice a:hover {
	color: #fff;
	background-color: #333;
}
