/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/layout.css";
@import "lib/typography.css";
@import "lib/suckerfish.css";
/* End import/hide */


/* -------------------------------------------------------------- 

	AWP: All custom styles (except layout styles and 
	universal typography styles) should go into this 
	document.	

-------------------------------------------------------------- */   


/* ------ Text Styles begin here ------ */


h2 {
	color:						#4e4a08;
	font-weight:				bold;
	text-transform:				lowercase;
}

h3 {
	color:						#4e4a08;
	font-weight:				normal;
	text-transform:				lowercase;
}

h3.story {
	color:						#512B1B;
}


h4 {
	color:						#4e4a08;
	line-height:				2;
}


#footerNav {	
	margin-top:					16px;		
}

#footerNav a {
	margin-right:				10px;
}

#copyright p {
	color:						#97815D;
	line-height:				1.5em;
}

/* Link Styles begin here */

#footerLink a {
	text-decoration:          	none;
}

#footerLeft a {
	text-decoration:          	none;
}

.menuGroup a {
	text-decoration:			none;
	
}


/* Link Styles end here */



/* List Styles begin here */

#ul li {
	list-style-type: 			square;
}

/* List Styles end here */



/* ------ Text Styles end here ------ */



.paginatorControl div{
	display:inline;
	padding-bottom:1em;
}



/* ------ Photo Styles begin here ------ */

.newsImages {
    padding: 3px;
    margin: 0px 10px 10px 0px;
    float: left;
    border: 1px solid #000;
    background: #FFF;
}


/* ------ Photo Styles end here ------ */








/* ------ Minor Div Styles begin here ------ */


.menuGroup .menuLeftCol {
	width:160px;
	float:left;
	padding-right:5px;
}

.menuGroup .menuRightCol {
	float:left;
	padding-left:5px;
	width:160px;
}

.menuGroup p {
	border-bottom: 1px solid #D0B65B;
}

.bg2 {
	border-top: 1px solid #D0B65B;
	border-bottom: 1px solid #D0B65B;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}


/* ------ Minor Div Styles end here ------ */

#homeSlideshow {
	height:291px;
}






/* ------ Table Styles begin here ------ */



/* ------ Table Styles end here ------ */








/* ------ Form Styles begin here ------ */



input {
	border:						1px solid #e2c89e;
	background-color: 			#f9eacf;
	color:						#97815D;
	font-size:					11px;
	margin-bottom:				4px;
	margin-top:					4px;
	padding-left:				4px;
	text-align:					left;
}

input:focus {
	border: 					1px solid #512b1b;;
}


/* ------ Form Styles end here ------ */








