@charset "UTF-8";
/* CSS Document */

/********FEATURED SECTION********/

/*Places the section on the top left, called Feature Article*/
#featured{
	width:58%;
	height:19.5em;
	padding:0 1em 1.5em 0;
	overflow:hidden;
	float:left;
	position:relative;
}

/*Styles the feature image*/
.mainimage{
	width:100%;
	border: solid #628eb0 2.5px;
	margin-bottom:.5em;
}


/*Styles the fearure arrows*/
.arrow img{
	height:29px;
	margin-left:.5em;
	border:none;
}


/*This styles the name and author of the featured */
#title{
	font-size:.7em;
	color:#000;
	line-height:136%;
	}
	




/***************** RECENT NEWS ***********************/

/*Positions the news section in the center column*/
#news{
	width:34%;
	height:19.5em;
	overflow:auto;
	padding:0 1em 1.5em 1.3em;
}


.newsheadlines{
	list-style-type:none;
}

/*This styles the headlines of press releases on the home page*/
.newsheadlines a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	line-height:175%;
	text-decoration:none;
	font-size:.7em;
}
	
/*This styles the headlines of press releases when they are rolled over*/
.newsheadlines a:hover{
	color:#1265a1;
	text-decoration:underline;
}

li{
	margin-top:.3em;
	line-height:100%;
}




/*************************** UNIVERSAL SYLES *******************/

/*Styles the headlines in each section*/
h1{
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#1265a1;
	text-align:left;
	font-weight:normal;
	padding-bottom:.15em;
}

h1 a{
	color:#1265a1;
	text-decoration:none;
}

h1 a:hover{
	color:#1265a1;
	text-decoration:underline;
	color:#628eb0;
}

h2{
	font:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#000;
	font-weight:bold;
	padding-top:.1em;
	line-height:150%;

}




/**************** LEFT COLUMN *************/

/*Positions the magazine div and the Quick Links div*/
.leftcolumn{
	width:35%;
	float:left;
	margin-left:8.5em;
	padding:1.2em 1em 0em 1.5em;
	clear:both;
	height:19em;
	position:relative;
}






/************************* RIGHT COLUMN *************************/

/*Positions the Join Us and Who We Are divs */
.rightcolumn{
	width:36%;
	height:19em;
	padding:1.2em 1em 0em 1em;
	margin-left:27em;
	position:relative;
}




/********************** IMAGES IN COLUMNS *****************/

/*sets the image width at the start of each section*/
.homeimage{
	width:100%;
}

/* Sets the style for horizontal rules*/
.leftcolumn hr{
	color:#84aac7;
	background-color:#84aac7;
	height:1.5px;
	width:100%;
	margin-top:0em;
	margin-bottom:.3em;
	border:0;
	
	
}
	
	
/* Sets the style for horizontal rules*/
.rightcolumn hr{
	color:#84aac7;
	background-color:#84aac7;
	height:1.5px;
	width:100%;
	margin-top:.0em;
	margin-bottom:.3em;
	border:0;
	
}




/****************************** MAGAZINE SECTION ************************/

/*Styles the Maine magazine cover*/
#mainemag{
	float:left;
	margin-right:.6em;
	margin-top:.3em;
	height:140px;
	border:thin solid #CCC;
	margin-bottom:1em;
}

.magazinelist {
	list-style-type:none;
}

.magazinelist a{
	color:#1265a1;
	font-size:.74em;
	text-decoration:none;
	font-weight:normal;
	line-height:110%;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;

}

.magazinelist a:hover{
	color:#628eb0;
	font-size:.74em;
	text-decoration:underline;
}
	
	


/************************* JOIN US **************************/

/*Styles the facebook and linked in icons*/
.icon{
	height:40px;
	float:left;
	padding:0 .5em 0 0;
	border:none;
}
