/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body{
/*	background: #FEFEFE url(../img/body_bg.jpg) repeat-x scroll left top; */
	color: #666666;
	margin: 0;
}


a:link{
	color: #3A2E5F;
	text-decoration: none;
}
a:hover {
	color:#CC3333;
	text-decoration:underline;
}

a:visited{
	color: #5C7996;
	text-decoration: none;	
}

a.footer-link:link{
	color: white;
	text-decoration: none;
}
a.footer-link:hover {
	color:white;
	text-decoration:underline;
}

a.footer-link:visited{
	color: white;
	text-decoration: none;	
}
h3,h4,h5,h6{
/*	color: #D4D3CE; */
  color: #303539;
}

h1,h2{
  color: #FE9900; 
}

h2{
  font: normal 20px Geneva, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 1.0em;
}
.main-container{
  margin-top: 10px;
	/*min-height: 980px;*/
	margin-bottom: 20px;
}

.actions {
	float:left;
}
.col-3{
/*	margin-top: 5px; */
}
.col-1 h3{
/*	margin-left: 5px; */ 
}

.col-1, .col-2, .col-3{
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.alt-brown{
  color: #AD8844;
}
.bg-e{
  background: #E8ECD0;
  /*padding-left:15px;*/
}

div.white{
	background: #ffffff ! important;
}
ul.news-right{
	list-style-image:url(../img/arrow_right_grey.png);
	list-style-position:outside;	
}
/**************************************/
/*              HEADER                */
/**************************************/
#header{
	height: 153px;
	margin-top: 5px;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main-splash{
/* height: 280px; */
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

/* Press Releases */
/******************/

.top-story-block .story_thumb {
	border:1px solid #CCCCCC;
	float:left;
	margin:2px 4px 4px 5px;
	padding:2px;
}
div.top-story-block {
	background:#EAE9E6 none repeat scroll 0 0;
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.top-story-block p, .top-story-block h5, .top-story-block small{
	margin-left: 5px;
	margin-right: 2px;
}
div.other-story-block {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.other-story-block p, .other-story-block h5, .top-story-block small {
	margin-left: 5px;
	margin-right: 2px;	
}
.full_story{
	/*margin-top: 5px;*/
	float: left;
	background: #ffffff;
	/*padding-left: 5px;*/
	width: 630px;
}
.full_story .story_main_image{
  /*float: left;*/
  border: solid 1px #CCCCCC;
  margin: 5px 5px 5px 5px;
}
.full_story .story_title{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 24px;
  color: #666666;
  margin: 10px 5px 10px 0px;
}
.full_story .story_body{
  margin-top: 10px;
}

.story_index a{
	text-decoration: none;
}
.story_index a:link{
	text-decoration: none;
}
.story_index a:visited{
	text-decoration: none;
}
.story_index{
	background: #FFFFFF;
}
.story_index h2{
	margin-left: 5px;
	margin-right: 5px;
}
.story_published{
	margin-left: 5px;
}
.story_body p, .story_body img{
	margin-left: 5px;
}
#page_content{
	margin-top: 10px;
}
/**************************************/
/*               FOOTER               */
/**************************************/


/**************************************/
/*             FANCYZOOM              */
/**************************************/
#zoom table, #zoom th, #zoom td{
	border: 0px;
}

