html {
	height: 100%;
}
body {
	height: 100%;
	background: #585858 url(images/bkg.jpg) repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


h1 {
	margin: 0;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-lef: 5px;
	text-indent: -10px;
	font-size: 125%;
	letter-spacing: 0.1em;
	color: #993300;
	background-color: transparent;
	
} 

h2 {
	margin: 0;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0 0 0px;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #CC6600;
	background-color: inherit;
	
} 

h3 {
	margin: 0;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0 0 29px;
	font-size: 115%;
	letter-spacing: 0.1em;
	color: #CC6600;
	background-color: inherit;
	
} 

.orange {
 font-size: 101%;
 font-weight: bold;
 color: #CC6600;
 background-color: inherit;
}

.orange2 {
 font-size: 101%;
 font-weight: bold;
 color: #CC6600;
 background-color: inherit;
 font-style: italic;
}

.rust {
 font-size: 101%;
 font-weight: bold;
 color: #993300;
 background-color: inherit;
}

.rust2 {
 font-size: 101%;
 font-weight: bold;
 color: #993300;
 background-color: inherit;
 font-style: italic;
}

.grey {
 font-size: 101%;
 font-weight: bold;
 color: #424242;
 background-color: inherit;
}

ul { 
    margin-left: 50px; 
	list-style-type: square;
	margin-top:0;
}

/***********************************************/
/* Page Layout Divs                            */
/***********************************************/
#wrapper{
	margin:0px auto;
    position: relative;
	width:777px;
	padding: 0px;
		
}

#masthead{
	margin:0px;
	width: 777px;
	height: 132px;
	padding: 0px;
	color: #333;
}

#masthead .logo {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	border: 0px;
}

#masthead .strapline {
	font: 130% helvetica, sans-serif, verdana, arial;
	color: #333333;
	background-color: inherit;
	float: right;
	margin-right: .5em;
	margin-top: 100px;
}


#header{
	margin:0px auto;
	width: 777px;
	padding: 0px;
	height: 210px;
	background-image: url(images/bkg-header-mn.jpg); 
	background-repeat: no-repeat;
	background-color: transparent;
	
}

/* Used on other pages */
#headermain{
	margin:0px auto;
	width: 777px;
	padding: 0px;
	height: 210px;
}


/* This is for the home page slideshow */
#flashcontent {
 margin: 0px;
 padding: 0px;
}

/************** Top Links within the Masthead styles *****************/

#toplinks{
	font: 90% Arial,sans-serif;
	position: absolute;
	width: 300px;
	top: 4px;
	right: 5px;
	color: #333333;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: .01px;
	
}

#toplinks a{
	color: #333333;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#toplinks a:visited{
	color: #993300;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#toplinks a:hover{
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
	color: #993300;
}


/* Menu Navigation */

#mainnav{
	margin:0px auto;
	width: 777px;
	padding: 0px;
	height: 52px;
	color: #333;
	background: #FFF url(images/bkg-nav.jpg) no-repeat;
}


/* Menu Navigation */

.container {
   position:absolute;
   left:20px;
   top:362px;
   width:750px;
   z-index:1;
   
}

#contentwrapper{
   width: 777px;
   background-image: url(images/bkg-main.jpg);
   background-repeat: repeat-y;
   margin: 0;
   padding: 0;
      
}

/* content wrapper for the inner page templates */
#contentwrapper2{
   width: 777px;
   background-image: url(images/bkg-main2.jpg);
   background-repeat: repeat-y;
   margin: 0;
   padding: 0;
      
}

/* content wrapper for the inner page templates */
#contentwrapper3{
   width: 777px;
   background-image: url(images/bkg-main3.jpg);
   background-repeat: repeat-y;
   margin: 0;
   padding: 0;
      
}

IMG.displayed {display: block; margin-left: auto; margin-right: auto; padding: 20px 0 20px 0px}


/******************* HP Box Styles ***********************/



/*---  Main Page Content Areas---*/
#content {
    width: 465px;
    float: left;
    padding: 10px 0px 0px 30px;
    text-align: left;
}
	    
#content img{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 4px;
    text-align: left;
    border: 1px #000 solid;
	    
}

#content p{
    padding: 0px 0px 0px 25px;
	    
}

/*---  Upcoming Events and News Content Areas---*/
#newsarea {
    width: 440px;
    float: left;
    padding: 10px 0px 0px 30px;
	text-align: left;
}

/*---  Inner page Content Areas---*/
#content2 {
    width: 695px;
    float: left;
    padding: 10px 40px 30px 40px;
	text-align: left;
}
	    
#content2 img{
    padding: 0px 0px 10px 10px;
	text-align: left;
	    
}

#content2 p{
    padding: 0px 0px 0px 20px;
	    
}

#content2 ol{
    padding: 0px 0px 0px 10px;
	    
}

/*---  Main section Content Areas---*/
#content3 {
    width: 465px;
    float: left;
    padding: 5px 30px 20px 20px;
	text-align: left;
}
	    
#content3 img{
    padding: 0px 0px 10px 10px;
	text-align: left;
	    
}

#content3 p{
    padding: 0px 0px 0px 20px;
	    
}
/*---  Right Column Info ---*/
#rightcol {
    clear: both;
    width: 245px;
    float: right;
    font: 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	background-color: inherit;
	
}


/*---  Left Column Info  for the main section template---*/
#leftcol {
    clear: both;
    width: 225px;
    float: left;
    font: 13px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #666;
	margin: 0px;
	padding: 10px 10px 0px 25px;
	background-color: inherit;
	
}


/* HP Box - Main Content*/
.hpbox {
	padding: 0px;
	margin: 0px;
	width: 225px;
}
.hpbox p {margin: 0; padding: 5px 20px;}



/************** Footer Styles ****************/
/* Upper Footer Styles */
#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: transparent url(images/bkg-footer.jpg) no-repeat;
	width: 777px;
	height: 49px;
	color:  #333333;
}

/* Upper Footer Styles for inner pages */
#footer1 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: transparent url(images/bkg-footer2.jpg) no-repeat;
	width: 777px;
	height: 49px;
	color:  #333333;
}


/* Upper Footer Styles for main sections template */
#footer3 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background: transparent url(images/bkg-footer3.jpg) no-repeat;
	width: 777px;
	height: 49px;
	color:  #333333;
}

/* Lower Footer Styles */
.footer2 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
	width: 777px;
	height: 64px;
	color:  #FFFFFF;
}

.footer2 p{
	margin: 0px;
	padding: 24px 0 0 0px;
	color:  #FFFFFF;
	text-align: center;
	font-size: 0.9em;
}

a.copyright:link    {font-weight: normal; color:#EFEFEF; background-color: inherit; text-decoration:none;}
a.copyright:visited {font-weight: normal; color:#EFEFEF; background-color: inherit; text-decoration:none;}
a.copyright:active  {font-weight: normal; color:#EFEFEF; background-color: inherit; text-decoration:none;}
a.copyright:hover   {font-weight: normal; color:#CC6600; background-color: inherit; text-decoration:underline;}

a.other:link    {font-weight: normal; color:#993300; background-color: inherit; text-decoration:underline;}
a.other:visited {font-weight: normal; color:#CC6600; background-color: inherit; text-decoration:underline;}
a.other:active  {font-weight: normal; color:#993300; background-color: inherit; text-decoration:underline;}
a.other:hover   {font-weight: normal; color:#000000; background-color: CC6600; text-decoration:none;}

/* Image Alignment w/ borders */
.imgleft {
float: left;
margin: 5px;
padding: 3px;
border: 1px solid #333333;
}

.imgright {
float: right;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 3px;
border: 1px solid #333333;
}

/* Image Alignment without borders */
.imgleft2 {
float: left;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 4px;

}

.imgright2 {
float: right;
margin-top: 0px;
margin-left: 10px;
margin-bottom: 3px;
}
