/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.textnavbar {
font-family: Gill Sans,Gill Sans bold,Arial,Arial bold;
color:#FFFFFF;
font-size:10px;
margin-left:15px;
}
a:link, a:visited, a:hover {
	color: #901501;
}

body {
	font-family: Century Schoolbook,Century Schoolbook bold,Times,Times bold;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	margin-right:800px;
	padding: 0px;
}
a:link {
text-decoration:underline; color:#901501;
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 14px;
	text-align: left;
}
a:visited {
	color: #5d6d41;
	text-decoration: underline;
}

/* a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Gill Sans,Gill Sans bold,Arial,Arial bold;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Gill Sans,Gill Sans bold,Arial,Arial bold;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Gill Sans,Gill Sans bold,Arial,Arial bold;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1{
	position:absolute;
	left: -1px;
	right: 2%;
	width:950px;
	background-color: #FFFFFF;
	top: 155px;
	height: 945px;
	color: #901501;
}

#navBar{
	float: left;
	width:150px;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #780909;
}

#search{
	float: left;
	width: 150px;
	/* padding: 5px 0px 5px 10px; */
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#content{
	/* width: 75%; */
	margin: 0 0 0 180px;
	padding: 0 0 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	font-size:24px;
	color: #a5001e;
	text-align:left;
	font-family: Gill Sans,Gill Sans bold,Arial,Arial bold;
}



.textnav {
font-family: "Gill Sans", "Gill Sans Light","Arial","Arial bold";
color:#dfdbb5;
font-size:11px;
background-color:#901501;
}
.textnavbar a:link { text-decoration:none; }
.textnavbar a:visited { text-decoration:none; }
.textnavbar a:hover { text-decoration:none;}

.textnav a:active { text-decoration:none; 
font-family: "Gill Sans", "Gill Sans Light","Arial","Arial bold";
color:#dfdbb5;
font-size:11px;
background-color:#901501;
 }
.textnav a:link { text-decoration:none; background-color:#901501; color:#dfdbb5;
font-family: "Gill Sans", "Gill Sans Light","Arial","Arial bold";
font-size:11px;
}
.textnav a:visited { text-decoration:none; background-color:#901501; color:#dfdbb5; 
font-family: "Gill Sans", "Gill Sans Light","Arial","Arial bold";
font-size:11px;
}
.textnav a:hover { text-decoration:none; background-color:#901501;
font-family: "Gill Sans", "Gill Sans Light","Arial","Arial bold";
font-size:11px;
 }


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
/** ACS style ***/
.acsStyle{
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 14px;
	text-align: left;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
}
.acsStyle a:link {
text-decoration:underline; color:#901501;
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 14px;
	text-align: left;
} 
.acsStyle a:visited {text-decoration:underline; color:#5d6d41;
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 14px;
	text-align: left;
}
.acsStyle a:hover {
	text-decoration:underline;
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 14px;
	text-align: center;
	color: #901501;
}

.navStyle{
	font-family: Gill Sans, Gill Sans Bold, Arial, Arial bold;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	color: #333333;
}
.acsSmaller{
	font-family: Century Schoolbook, Century Schoolbook Bold, Times, Times bold;
	font-size: 11px;
	text-align: left;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 24px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #901501;
	padding: 0px 0px 0px 0px;
	margin-top: 1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/**** calendar styles *****/
.monthStyle {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	padding-top: 5px;
	background-color: #DFDBB5;
	font-family: "Gill Sans", "Gill Sans Bold", "Arial", "Arial bold";
}
.weekStyle {
	color:#333333;
	font-weight:normal;
	font-size:14px;
	padding-top: 5px;
	background-color: #EEECD6;
	font-family: "Century Schoolbook", "Century Schoolbook Bold", "Times", "Times bold";
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} */
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 150px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	color: #901501;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



.bodyStyle {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", "Times", "Times Bold";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
}
.answerStyle {
	margin-right:25px;
	text-indent:15px;
	margin: 25px;
	font-family: "Century Schoolbook", "Century Schoolbook Bold", "Times", "Times Bold";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
}
.headingfont1 {
	font-family: "Gill Sans", "Gill Sans Bold", "Arial"," Arial bold";
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	color: #901501;
	text-decoration: none;
	text-align: left;
}
.headingfont2 {
	font-family: "Gill Sans", "Gill Sans Bold", "Arial"," Arial bold";
	font-size: 12pt;
	font-style: normal;
	color: #778E30;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.headingfont2 a:hover, a:link, a:visited, a:active {
	font-family: "Gill Sans", "Gill Sans Bold", "Arial"," Arial bold";
	font-size: 12pt;
	font-style: normal;
	color: #901501;
	text-decoration: underline;
	text-align: left;
	font-weight: normal;
}
#importantlinkstextnav {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
/*
.importantlinkstextnav {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
.importantlinkstextnav a:link {
    font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
.importantlinkstextnav a:visited {
    font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
.importantlinkstextnav a:hover {
    font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}  */
.importantlinksbkgnd {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}

#importantlinkstextnav a {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #D5D0A3;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
/*
.importantlinksbkgnd a:link {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
.importantlinksbkgnd a:visited {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}
.importantlinksbkgnd a:hover {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 12px;
	background-color: #780909;
}
/*.importantlinksbkgnd a:link, a:visited, a:hover {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background-color: #780909;
}*/
.showSwitch {
	display: inline;
}
.hideSwitch {
	display: none;
}
.expandMenu {
  background-color:#901501;
}

.expandMenu dt {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 0px;
	color: #FFFFFF;
}
.expandMenu a {
	color: #FFFFFF;
	background-color: #901501;
}
.expandMenu a:hover {
	color: #FFFFFF;
	background-color: #901501;
}
.expandMenu dd {
	margin: 0px;
	padding: 0px;
	background-color: #901501;
}
.expandMenu ul {
	background-color: #780909;
	margin:  0px;
	padding: 0px;
	list-style-type: none;
}
.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}
.expandMenu td {
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	border: 0px;
}
.expandMenu thead td {
	background-color: #780909;
	border-top-style: none;
}
.alignCenter {
	text-align: center;
}
.lefttextnav {font-family: "Gill Sans", "Arial"}
body,td,th {
	color: #333333;
}
.style2 {color: #A5001E}
.style4 {color: #FFFFFF}
.style6 {font-size: 12px}

body {
	background-color: #ffffff;
}

.footer {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", "Century Schoolbook Bold Italic", "Century Schoolbook Italic";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.anchor_subheader {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #901501;
	text-decoration: underline;
	list-style-position: outside;
	list-style-type: circle;
}
.anchor {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #901501;
}
.black_subheader {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
.news_item_date {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding-top: 2em;
	margin-bottom: -0.5em;
}
.legal {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.ACSbolder {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.tableCellBtm {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-color: #DFDBB5;
}
.tableCellTop {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #DFDBB5;
}
.tableCellRt {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-color: #DFDBB5;
}
.tableCellLft {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #DFDBB5;
}
.tableCellToplft {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #DFDBB5;
	border-left-style: solid;
	border-left-color: #DFDBB5;
}
.tableCellLftBtm {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #DFDBB5;
	border-bottom-color: #DFDBB5;
}
.eventName {
	font-family: "Century Schoolbook", "Century Schoolbook Bold", Times;
	font-size: 12px;
	font-style: normal;
	color: #901501;
}
#ACScenter {
	text-align: center;
}
.white_links {
}
