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

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	letter-spacing: 0.1em;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #161616;
	background-image: url(images/metal-background.jpg);
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-repeat: repeat;
}
/* Commonly used to style page titles. */

h1, h2, h3, h4, h5, h6 {
	font-family: "Hoefler Text", Georgia, "Times New Roman", serif;
}

h1 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
}
/* Commonly used to style section titles. */
h2 {
	
	line-height: 1.2em;
	
	font-size: 1.2em;
	
}
/* Sets the style for the h3 header. */
h3 {

  font-size: 1em;
  line-height: 1.2em;
}

h4 {

  font-size: .9em;
  line-height: 1em;
}

dl{

  padding-right: 2em;
}

dt{
  padding-top: .5em;
  font-weight: bold;
}



/* Sets the style for unvisited links. */
a,  a:link {
  color: #850101;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #850101;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #850101;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #850101;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #850101;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 950px;
	background-color: #eee;
	background-image: transparent url(../images/white.png) top left repeat-y;
}

#top {
	width: 950px;
	margin: 0 auto 0 auto;
}

#outerWrapper #header {
	background-color: #FDFAE1; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #FFF;
}

#outerWrapper #topNavigation {
	background: #00008D url(images/banner-bg.jpg) repeat-x top;
	height: 165px;
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #topNavigation p{
	margin: 0 0 0 325px;
}

#fullWidth{
/*	background-image: url(images/texture-4.jpg);*/
	background-color: #000;
}

.facebook {
	float: right;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: right;

	}
	


.logo img{ margin-bottom:5px; border-style: none; text-decoration: none;} 
.slideshow { height: 225px; width: 327px;}
.slideshow img{ border: none; }
.toplinks {color: #850101;	background-color: #fff; padding: 5px;}
.toplinks a {color: #850101;}
.banner-p{padding: 15px; 	line-height: 1.5em; color:#fff;}
.banner-p-head{padding-left: 15px; color:#fff;}
.banner-link a{
	background: #33594d url(../images/nav-bg.gif) repeat-x bottom;
	border-top: 1px #1D352D solid;
	color:#fff;
	padding: .5em; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	}
.event {   font-size: 1.5em; }
.calendar-key{
width: 225px;
margin-left: 10px;
}

.calendar-key p{
color:#fff;
padding: .2em 0 .2em .5em;
}

.gray{
background-color: #fff;
}
.white{
background-color: #444;
}
	
/*#topNavigation a.currenttab{
	background-color: #red;
}*/

#bump{
	margin-left:1px;
	}

#outerWrapper #contentWrapper {
	overflow: hidden;
	border-top: 1px #ccc solid;
	background: url(images/home-columns.gif) repeat-y top;
}

#outerWrapper #contentWrapper h1{
	color:#FFF;
	background-color:#000;
	font-weight:normal;
	padding-left:.25em;

}

#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 298px;
}
#outerWrapper #contentWrapper #rightColumn2 {
/*	background: url(../images/post-intro-bg.gif) repeat top;*/
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 298px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 644px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#fullPage {
	margin: 0 px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #homepageSecondary {
	overflow: hidden;
	color:#fff;
	background: #161616 url(images/hmpg-sng-bg.jpg) repeat-x top;
	border-top: 1px #ccc solid;
	
}

#outerWrapper #homepageSecondary #first {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 298px;
}
#outerWrapper #homepageSecondary #second {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 298px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #homepageSecondary #third {
	margin: 0 px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 644px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper2 {
	overflow: hidden;
	background: url(images/content-pink.gif) repeat-y top;
	border-top: 1px solid #CCC;
}
#outerWrapper #contentWrapper2 #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper2 #content {
	margin: 0 320px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 10px 10px 20px;
}
#outerWrapper #footer {
	background-repeat: repeat-x;
	background-image: url(images/hmpg-sng-bg.jpg);
	color: white;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-color: #161616;
}

/* posted documents*/

.post-date{



	padding: 0px;



	margin: 0px;



	border-bottom-width: 0px;



	font-size: 0.8em;



	color: #33594d;



}



.posted-doc{



	padding: 0px;



	margin: 0px;



}

.posted-doc-link{



}

/* box styles*/

.column-box {
	border: 1px solid #ccc;
	padding: 0;
	margin-bottom: .7em;
	background-color: #fff;
}

.column-box h2{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1em;
	border-bottom: solid 1px #ccc;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.column-box p{
	padding-left: 10px;
}

#column-nav a {
	color:#fff;
	font-weight: normal;
	display:		block;
	position:		relative;
	padding: 1em;
	background-color: #01016B;
	margin: 1px 0px;	
	}
	
#column-nav a:hover{
	color:#fff;
	font-weight: normal;
	display:		block;
	position:		relative;
	padding: 1em;
	background-color: #333333;
	margin: 1px 0px;	
	}
	
#column-nav a.current{
	color:#fff;
	font-weight: normal;
	display:		block;
	position:		relative;
	padding: 1em;
	background-color: #000000;
	margin: 1px 0px;	
	}
	
	
input {
width: 400px;
}


textarea {
width: 400px;
}



.formButton {
width: 75px;
}
	
</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  width: 740px;
}

