@import url("/style/frontend.css");
@import url("/style/nav.css");

/*
-----------HTML Elements---------
*/
body {
	background: #E1E3E1;
}

body, td, th, li, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/* line-height: 1.6em; */
}

a {	
	color: #BE271E;
}

a:hover {
	color: #DD0500;
	text-decoration: none;
}

p { 
	margin: 0 0 1em 0; 
}

h1 { 
	color: #333333;
	font-size: 20px;
	margin: 0 0 0.5em 0;
}


h2 { 
	color: #666666;
	font-size: 18px;
	margin: 0 0 0.5em 0; 
}

h3 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 0.5em 0;
}

h4 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 0.5em 0; 
}

h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0; 
}

/*
-----------Site-wide Tags-----------
*/


.altRow
{
	background-color:#ccc;
}

.imgLt {
	margin: 0 1.25em 1em 0;
}

.imgRt {
	margin: 0 0 1em 1.25em ;
}


/*
-----------Page Layout-----------
*/
#content
{

}

#pageWrap {
	margin: 0 auto;
	background: #fff;
	background-image: url(/images/grey-nav-back.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 750px;
	margin: 0 auto;

}

#pageContent {
	padding: 20px;
	width:500px;
	float:right;
}

#secContent, #mainContent, #tertiaryContent {
	float: left;
}

#mainContent{
	width: 100%;
}

#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}

#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header-----------
*/
#header {
	height: 209px;
	/* background: #666666; */
	position:relative;
	/* width:505px; */
	float:right;
	/* padding-right:10px;
	padding-left:10px; */
	right:31px;
}
#header .logo {
	position: relative;
	top: 0px;
	padding-bottom: 20px;
	left: 31px;
}

#header a {
	color: #fff;
}


/*
----------Nav Design-----------
*/


.nav {
	/* margin: 0 0 1.75em 0; */
	/* background: transparent url(/images/navg.gif) repeat-7 scroll 0%;
/*	background-image:url(/images/logo.gif); */
	background-color:#b9bfb9;
	width:191px;
	float:left;
	position:relative;
	background-attachment: relative;
	background-repeat: repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}

#navColumn {
	background: #B9BFB9 none repeat scroll 0%;
	width: 181px;
	margin-left: 10px;
	font-size: 12px;
}

#navColumn h2 {
	color: #BE271E;
	margin: 0 0 0.5em 0;
}

#navColumn #logo {
	margin-left: 20px;
}

.nav ul {
	/*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
}

.nav ul ul {
	border-color: #ccc;
}

.nav li a {
	padding: 3px 5px;
	/* background: #999; */
	background: #B9BFB9;
	color: #BE271E;
	text-decoration: none;
	font-weight: bold;
	width:170px;
}

.nav li a:hover {
	background: #ccc;
	color: #000000;
	width:170px; /* .nav width minus .nav li a padding */
	
	}

.nav li ul {
	border: solid #fff 1px;
	background-color: #999;
	width: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
	float:none;
}

.nav li li a {
	border-bottom: solid #ccc 1px; /* keeps IE6 from displaying submenu items with excess space below. */
}

.nav li ul li a {
	text-align: left;
	background-color: #999999;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	width: 140px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}


.nav li ul li a:hover {
	background: #ccc;
	color: #666666;
	}
	
.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */
}

.nav li.dd a:hover {
}

.nav li ul ul {
	margin-left: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

.nav h1 {
	margin-top:20px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color:#BE271E;
}


/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}

.twoCol .col {
	width: 45%;
}

.threeCol .col {
	width: 28%;
}

.gallery .threeCol img{
	padding:7px;
}

.listing {
	margin: 0 0 1em 0;
}

.listing h3{
	font-size: 13px;
}

/*
----------Footer----------
*/
#footer {
	background-color:#FFFFFF;
	font-size: 10px;
	color: #808080;
	padding:20px 25px;
	text-align:center;
	background-color:#E1E3E1;
}

#footer ul {
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #BE271E;
	text-decoration:none;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
--------Calendar Customization--------
*/

#dateSelector {
	float: left;
	width: 175px;
	margin: 0 20px 0 0;
}

#featureLink {
	display: block;
	margin: 0 0 1em 0;
	background: #aeccdd;
	padding: 5px;
	text-align: center;
	border: solid #4a6a82 1px;
}

#featureLink:hover {
	background-color: #DFECF2;
	color: #4a6a82;
}

#upcomingEvents {
	width: 265px;
	margin: 0;
	float:left;
}

#upcomingEvents .category {
	width: 100%;
	float: none;
	margin: 0;
}

#upcomingEvents .category h3{
	border-bottom: solid #4E7083 1px;
}

#upcomingEvents .event{
}

#upcomingEvents .featured{
}

#upcomingEvents .event h4 {
	float: left;
	width: 250px;
	margin-right: 15px;
}

#upcomingEvents .event h5.date {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 12px;
}

h2.dateRange {
	font-size: 16px;
	color: #324B65;
	padding: 0px;
	font-weight:bold;
	letter-spacing:-.05em;
}

a.eventLink {
	font-size: 16px;
	color: #324B65;
	font-weight:bold;
	letter-spacing:-.05em;
}

/*
--------Featured News Styles--------
*/

.featuredNewsBox {
	margin: 1em 0;
	padding: 10px;
	background-color: #EBEBEB;
	border: solid #999 1px;
	clear: both;
}

.featuredNews {
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
	margin-bottom:5px;
}
.docs .doc
{
	width: 95%;
	margin-bottom:1px;
	padding: 0 5px;
}

.docs .doc .desc {
	display: inline;
}

.doc .imglt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imglt a:hover, .doc .imglt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link  
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}