/*
 * -----Layout CSS-------
 *
 * author: Aram Balakjian
 * date: 26th March 2009
 * 
 * Layout for BrushedSilver template
 * 
 * Provided by SSbits.com
 * 
 *
 * 
 */
/**********************************
 * 
 *  Utils
 *  
 ********************************/
/**** Reset *****/

/* Clear fixes for sticky footer */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}
/* Clear fixes for sticky footer */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clear{ clear:both; }
.hidden{ display: none;}
.nolist li{list-style: none;}

* {
	box-sizing: border-box;
}
/**********************************
 * 
 *  Core
 *  
 ********************************/
@import "typography.css";
html {
	background: #eff3f5 url(http://www.sfmi.com/assets/header-bgB.png) repeat-x;
}
	body {
		color: #444;
	 	font-size: 62.5%; 
		font-family: Arial, sans-serif; 
		}
/**********************************
 * 
 *  Containers 
 *  
 ********************************/

#container { /*contains everything except footer */
	height: 100%;
	width: 960px;
	padding-bottom: 5px;
	margin: 0 auto;
	}	
/**********************************
 * 
 *  Navbar
 *  
 ********************************/
#navbar {
	width: auto;
	height: 71px;
	margin: 0 auto;
	padding-top: 25px;
}
#navbar a.home{ 
	 	width: 221px; 
	 	margin: 0;
		height: 70px;
		overflow: hidden;
		display:block;
		background:  url(../images/logo79clipped.png) no-repeat top left;
		float:left;
	}
	#navbar a.home span { 
			display:none;
		}
	/* Search form position */	
	form#SearchForm_SearchForm{
		border: none;
		margin-right: 15px;
		position: absolute;
		top: 10px;
		right: 0;
		width:175px;	
	}
		form#SearchForm_SearchForm fieldset .middleColumn{
			padding: 0;
			margin: 0;
		}

	#navbar ul { 
	 	float: right; 
		margin-top:10px;
		padding-top:30px;
		}
		#navbar ul li { 
		 	list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
			text-transform: uppercase;
			font-weight: bolder;
			}
		#navbar ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 31px; 
			font-size: 1.4em; 
			padding: 5px 22px 0 22px;
			color: #FFFFFF;
			}	
		#navbar ul li a:hover{
			color: #cfdae1;
		}	
		#navbar ul li a:hover:before{
			color: #cfdae1;
}
		#navbar ul li a.current, 
		#navbar ul li a.section { 
			height: 31px; 
			color: #cfdae1;
			}

#Search {

}
	input#Search_Form_SearchForm_Search {
position: absolute;
top:-100;
left:600;

		width: 10px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	padding: 1px;
	margin: -22px 10px 0 0;
}	

#SearchForm_SearchForm_action_results
{ position: relative;
top:-100;
left:600;
}


.middleColumn {
position: relative;
left:200 px;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 30px;
	clear: left;
} 
/**********************************
 * 
 *  Layout Wrappers
 *  
 ********************************/

#layout {	/* contains sidebar & content */
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 40px auto;
}
	#headerImage {
		margin-top:3px;
		margin-bottom: 10px;
		width: 960px;
		height: 157px;
	}
#content {
	width: 760px;
	float: right; 	
	margin: 15px;
	text-align: left;
	padding: 10px 0 0 15px;
	border-left: 1px solid #CFDAE1;	
}


/**********************************
 * 
 *  Breadcrumbs
 *  
 ********************************/
#Breadcrumbs { 
 	color: #000000;
	text-align: left;
	font-size: 0.9em; 
	margin: 0 5px 10px 5px;

	}
	#Breadcrumbs p {
		margin: 0;
		padding-top: 0;
	}
/**********************************
 * 
 *  Sidebar
 *  
 ********************************/
#sidebar {
 	width: 160px; 
	float: left;  
	margin: 75px 0;
}
	#sidebar .sidebarBox {
		padding-bottom: 7px;
	}
		#sidebar h3 { 
			clear: both; 
			text-transform: none;
			color: #494949;
			font-weight: 600; 
			font-size: 1.4em; 
			margin: 22px 0 0 0;
			line-height: 1.8;
			padding: 0px;
			border-bottom: 1px solid #cfdae1;
			font-family: sans-serif;
		}
		#sidebar ul {
			margin: 5px 0 3px 0px;
		}
		#sidebar li {
			list-style: none;
		}
    			ul#menu2 li { 
            			 margin: 0;
            		}
						ul#menu2 li a {
							display: block;
							width: 160px;
							font-size: 1.2em;
							line-height: 2em;
							color: #444;
							text-decoration:none;
							padding: 2px 3px;
							text-transform: uppercase; 
							border-bottom: 1px #CFDAE1 solid;
							font-weight: 600;      
						}		

						ul#menu2 li:first-child {
							border-top: 1px #CFDAE1 solid;
						}

							ul#menu2 a:hover {
								color: #57798D;
								padding-left: 5px;
							}
							ul#menu2 a.current, 
							ul#menu2 a.section{
								color: #57798D;
								padding-left: 5px;


							}												
/**********************************
 * 
 *  News RSS
 *  
 ********************************/

.articlestory {
  margin: 15px 0 41% 0;
}

.articlestory .back {
  font-size: 120%;
}

.articlestory .thumbnail {
      margin: 10px 15px 10px 0;
}

.articlestory .articledate {
      font-size: 125%;
      margin-top: 20px;
}

.articlestory h1 {
      font-size: 160%;
      margin: 5px 0;
}

.articlestory p {
      font-size: 130%;
      margin: 10px 10px 10px 0;
      width: 85%;
      float: left;
}

.articlestory h5 {
  clear: left;
}

.articlestory a {
  color: #486475;
  text-decoration: none;
}

.articlestory a:hover {
  text-decoration: underline;
}

.newspages {
      font-size: 125%;
      margin-top: 25px;
      text-align: center;
      font-weight: 600;
}

.newspages a {
      color: #486475;
}

.articlesnippit {
      height: 200px;
      border-bottom: 1px solid #CFDAE1;
      padding: 25px 0;
      clear: left;
}

.articlesnippit a.thumbnail {
      width: 200px;
      float: left;
      margin: 0 20px 0 0;
}

.articlesnippit h3 {
      font-size: 130%;
      margin: 8px 0;
      text-decoration: underline;
}

.articlesnippit a {
      color: #486475;
      text-decoration: none;
}

.articlesnippit a:hover {
      text-decoration: underline;
}

div.newspreview { 
      height: 5.2em;
      width: 75%;
      overflow: hidden;
      font-size: 128%;
      line-height: 1.3em;
}

.readarticle {
  position: relative;
  bottom: -20px;
  font-size: 120%;
  font-weight: 600;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}


/**********************************
 * 
 *  Footer
 *  
 ********************************/
#footer { 
 	clear: both;  
	height: 68px; 
	background: #58ade1 url(../images/footer_bg.png) repeat-x top left; 
	text-align: center; 
	margin: 0 auto;
	}
	#footer div.footerContent {
		width: 960px;
		margin: 0 auto;
	}
  	#footer p { 
		color: #e2e9ed;
		font-size: 1.1em;
		text-align: left;
		padding: 30px 0 0 0;
	}
  	#footer a { 
		color: #028c37;
	   	text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
