/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Server Side Solutions
      Author: Joakim George
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


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

body{
	/*background: #FEFEFE url(/img/body_bg.jpg) repeat-x scroll left top;*/
	color: #333333;
	margin: 0;
}
body, input, textarea {
    font: 13px Georgia,serif;
    line-height:22px;
	margin: 0;
}
#wrapper {
	background: #f3f3f3 url(/img/stripe_bg.png) repeat;
}
a:link{
	color: #3A2E5F;
	text-decoration: none;
}
a:hover {
	color:#CC3333;
	text-decoration:underline;
}

a:visited{
	color: #5C7996;
	text-decoration: none;	
}
h2,h3,h4,h5,h6 {
	color: #000000;
}

p {
	margin-bottom: 1.0em;
}
.main-container{
	min-height: 980px;
}

.col-3{
	margin-top: 5px;
}
.col-1 h3{
	margin-left: 5px;
}
.bg-e{
	background: #ffffff;
}
/* colors */
div.white{
	background: #ffffff ! important;
}
.orange-f{
	color: #EE7001 ! important;
}

ul.news-right{
	list-style-image:url(/img/arrow_right_grey.png);
	list-style-position:outside;
	margin-left: 0;	
}

#main-container{
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-block {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:7px;
	-webkit-border-radius:7px; 
 	-khtml-border-radius:7px;
 	border-radius:7px; 
	/*behavior:url(/img/border-radius.htc);	*/
	background-color:#FFF;
	border:1px solid #CCC;
	margin-bottom:8px;
	padding:18px 0;
	/*text-shadow:1px 1px 1px #C6D9E9;*/
}
.mission-statement{
	margin: 0;
	font-size: 1.5em;
}
.home-thumb{
	border: 1px solid #555555;
	margin: -1px;
}
/**************************************/
/*              HEADER                */
/**************************************/
#header{
	/*height: 153px;*/
	/*margin-top: 5px;*/
	background-color: #AED4FC;
	z-index:80;
}
#logo-container{
	/*height: 110px;*/
	/*margin-bottom: 5px;*/
	background: url(/img/bgflagl-faded2.png);
}
#menu-container {
	border-bottom:none;
	font-size:13px;
	height:60px;
	overflow:visible;
	z-index:100;
	background: #23262b;
	/*background:#0082BE url(/img/bg-grad.png) repeat-x;*/
}
#homesplash {
	margin:0;
	padding:24px 0 24px 0;
	/*background-color:#F39F2B;*/
	background-color:#888;
	z-index:95;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	/*display:none;*/
}
/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#main-content, #right-content{
	margin-left: -1px;
	margin-right: -1px;
}

.content{
	font-size: 13px;
	margin: 0 20px 1.5em;	
}
.content h2{
	font-size: 1.3em;
}
/* delete */

#main-splash{
	height: 280px;
}
.right-block-bottom{
	border-bottom:10px solid #d4d3ce;
	border-right:10px solid #d4d3ce;
	margin-right: -10px ! important;	
}
/* 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:#F3F3F3 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, .other-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_index p{
	margin-bottom: 0.4em;
}
.story_published{
	margin-left: 5px;
}
.story_body p, .story_body img{
	margin-left: 5px;
}
.story_body img{
	margin-top: 5px;
}
#page_content{
	margin-top: 10px;
}

/* Departments */

.staff-block{
	margin-bottom: 8px;
	border-bottom: solid 1px #EEEEEE;
/*	overflow: visible; */ /* this was causing a problem in older IE browsers */
}
.staff-block img {
	border: 1px solid #CCCCCC;
}

/* Gallery */
.image-thumb a{
	background: #efefef;
	display: block;
	line-height: 0;
	border: 1px solid #bbbbbb;
	margin: 0 -1px 10px -1px;
	padding: 5px;
}
/**************************************/
/*               FOOTER               */
/**************************************/

#footer-container {
	border-top:7px solid #F39F2B;
	background-color:#000;
	margin-top:0;
	color:#333;
}
