@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("images/burgundygrain.png");
	margin: 0; 
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned de
	fault in the #container selector */
}
	
/******************Layout Divs***************/

#wrapper {
	margin: 63px auto;
	width: 960px;
	background-color: #8C9389;
	border: 2px solid  #8C9389;
}

#banner {
	margin: 10px;
	height: 150px;
	padding: 5px 0 0 5px;
	background-color: #8C9389;
	}
	
#horizNav {
	margin: 0 0 0 10px;
	height: 33px;
	width: auto;
	background-color: #8C9389;
	background-image: url("images/at_mcc.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#sideNav {
	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 0 0 0; /* padding keeps the content of the div away from the edges */
	font-size: 9px;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	text-align: left;
}

#sideNav li {
	list-style-type: none;
	padding: 0 5px 15px 2px;
	line-height: 25px;
	}
	
#mainContent {
	background-color: #585451;
	width: auto;
	color: #411E2A;
	margin: 20px 0 0 0;
	}
	
#table {
	Height: auto;
	Width: auto;
	Font-family:"Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #424641;
	font-size: 0.63em;
	background-color: #D0CBB5;
	border:thin #424641;
	padding: 0;
	margin: 0;
	}
	
#footer {
	margin: 0;
	height: 40px;
	background-color: #8C9389;
	text-align: right;
	}
	
/*************End Layout Divs*********/


/*******Navigation and Styles************/
	/********HorizNav************/
ul.menu {
	list-style-type:none;
	display:block;
	font-size: 0.6em;
	font-family:"Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	border:1px solid #8C9389;
	margin:0;
	padding:0;
	background-position: top;
}

ul.menu li {
display:block;
float:right;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#CFCBB6;/*beige*/
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color: #424641;/*dark grey-green*/
text-decoration:none;
}

ul.menu .current a {
color: #fff;/*white*/
font-weight:700;
}

/*BLUE*/
ul.menu.blue{
	height: 33px;
}
ul.menu.blue li a:hover, .menu.blue li.current {
	background-color: #424641; /*dark grey-green*/
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	color: #A75417;/*orange*/
}
/*****End HorizNav Sytes*******/

/*****anchor link style**********/
a:link {
	color:#424641;/* content background*/
	text-decoration: none;
}
a:hover {
color: #fff;
text-decoration:none;
}

a:visited {
	color: #745514;/*accent brown*/
	text-decoration:underline;
} 
/******end anchorlink style*******/


/*****VertNavStyles*****/
 
#menu {
	background: #424641;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 154px;
}

#menu li {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #424641;
	border: 1px 0 1px 0 solid #393939;
	color:#CFCBB6;/**beige**/
	display: block;
	margin: 0PX;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover {
	background:  #8C9389 left center no-repeat;
	color: #745514; /**orange**/
	padding-bottom: 8px;
}

.titles  {
	font: small-caps 12px "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #424641;
	padding: 10px;
}

#mainContent  h2 {

	font: small-caps 11px "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #411E2A;
}

.p  {
	font: normal 0.75em "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #424641;
	padding: 10px;
	text-align:justify;
	line-height: 14px;
}

.quotes {
	font: italic 0.69em "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #666666;
	text-align: center;
	padding: 15px;
}
.capitals {
font-family:Georgia, "Times New Roman", Times, Serif;
font-size: 24px;
color: #421E2A;
}

/**********Footer Navigation********/

#footer .copyright {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	color: #424641;
	text-align: right;
	padding: 2px 30px 0 0;
	

}
#footer .crosby {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 10px;
	color: #715E35;
	text-align: right;
}

/***********end Footer Nav*******/

