/*----------------------------------------------------------*/
/* North Coast Farm Bureau									*/
/* CSS name: page.css										*/
/* Developer: MindPick Software LLC							*/
/* Date: 3/31/2010											*/
/*															*/
/* Description: Style sheet for elements specific to	  	*/
/* 		individual pages (i.e., not all pages) with all 	*/
/*      media.												*/
/*----------------------------------------------------------*/

/*----------------------------------*/
/* Styles for the Home page.	 	*/
/*----------------------------------*/


/*------------------------------------------*/
/* Styles for the News & Events pages.	 	*/
/*------------------------------------------*/

#news_list {
	margin: 0 5% 2em 0;
	list-style-image: url(../images/listarrow.gif);
}

#news_list li {
	margin-bottom: 1em;
}

.news_item {
	font-size: 1.15em;
}

.news_item a {
	color: #0000aa;
}

/*--------------------------------------*/
/* Styles for the Policies pages.	 	*/
/*--------------------------------------*/

#policy_date {
	margin: -2em 3% 3em 0;
	font-weight: bold;
	text-align: right;
}

#policies .content_subtitle {
	margin-left: 0;
}

#policies ol {
	list-style-type: decimal;
}

#policies ol ol {
	list-style-type: upper-alpha;
}

#policies ol ol ol {
	list-style-type: decimal;
}

/*----------------------------------*/
/* Styles for the Benefits pages. 	*/
/*----------------------------------*/

#signs_sale {
	margin-left: 10%;
}

#signs_sale .price {
	text-align: right;
}

#benefits h3 {
	width: 60%;
	margin-top: 2em;
	padding: .2em 0;
	color: white;
	background-color: #c00000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#benefits h5 {
	margin: 1.6em 0 0.7em 2em;
	color: #202256;
	font-size: 1.1em;
	font-weight: bold;
}

#expiration {
	font-style: italic;
	font-size: small;
}

.offer {
	margin: 0 5%;
	color: #202256;
	line-height: 1.2em;
}

.offer_name {
	margin-right: 1em;
	color: #c00000;
	font: italic bold 1.1em Arial, SunSans-Regular, sans-serif;
}

.discount {
	font-style: italic;
	font-weight: bold;
}

#agents {
	position: relative;
	width: 26em;
	margin: 0 5%;
	line-height: 1.2em;
}

.agent_name {
	font-weight: bold;
}

.agent_addy {
	margin-left: 15px;
}

.agent_phone {
	position: absolute;
	right: 0;
}

/*----------------------------------*/
/* Styles for the Trustees page. 	*/
/*----------------------------------*/

.board{
	padding: 0.5em 0 2em;
}

.board thead {
	display: none;
}

.board td {
	vertical-align: top;
	height: 1.4em;
	line-height: 1.1em;
}

.board_title {
	padding: 0 2em 0 0;
	font-weight: bold;
}

.board_newsletter {
	margin: 0 0 1em 3%;
	display: inline-block;
}

/*----------------------------------*/
/* Styles for the Staff page.	 	*/
/*----------------------------------*/

.position_block {
	margin: 1em 5% 2em;
}

.position_title {
	color: #202256;
	font-weight: bold;
}

/*--------------------------------------*/
/* Styles for the Scholarships page. 	*/
/*--------------------------------------*/

#scholarships h5 {
	margin: 1.6em 0 0.7em 2em;
	color: #202256;
	font-size: 1.1em;
	font-weight: bold;
}

#schol_list p {
	line-height: 1em;
}

#scholarships #page_content a {
	font-size: small;
}

.scholarship {
	margin-left: 10%;
}

/*----------------------------------*/
/* Styles for the Contact page.	 	*/
/*----------------------------------*/

.contact_name {
	color: #202256;
	font: bold 1.2em/2em tahoma, arial, sans-serif;
}

.contact {
	padding: 1em 0 2em 5%;
	color: black;
	font-size: 1em;
	line-height: 1.2em;
}

/*------------------------------*/
/* Styles for Sitemap page.		*/
/*------------------------------*/

body#sitemap #page_content a {
	color: black;
}

body#sitemap #page_content ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	color: black;
	font-weight: bold;
	line-height: 2em;
}

body#sitemap #page_content ul ul {
	list-style-type: circle;
	margin: 0 0 1em 5%;
	font-style: normal;
	font-weight: normal;
}
