
/*==========================================*/
/* Nichols House Museum 					*/
/* by Overthink Designs 10/07.				*/
/*==========================================*/

body {
	background-color: #222222;
	font-family: Garamond, Times New Roman, Book Antiqua;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

div#cover_image {
	background-image: url('../images/cover.jpg');
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 347px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

div#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* take the total navigation elements and divide by total width 700px. */
/* if left over pixels, add to the last element */
div#navigation a.nav_link {
	background-color: #555555;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
	float: left;	
	font-family: Garamond, Times New Roman, Book Antiqua;
	font-size: 13px;	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-decoration: none;
	width: 99px;
	*width: 100px;
}

div#navigation a.highlight {
	background-color: #707070;
}

/* accounting for additional pixels */
div#navigation a.last_item {
	width: 101px;
	*width: 100px;
}

div#navigation a:hover {
	color: #ff0033;
}

div#news_section {
	background-color: #333333;
	border: 1px solid #000000;
	border-top: none;
	clear: left;
	height: 500px;
	width: 700px;
}

div#news_section #breaking_update {
	border-bottom: 1px solid #ffffff;
	margin: 0px 30px 15px 0px;
	padding: 15px 0px 15px 0px;
}

div#news_section #left_column {
	float: left;
	padding-left: 15px;
	width: 330px;
}

div#news_section #right_column {
	float: left;
	width: 345px;
}

div#news_section #left_column #news_blurb_1 img {
	border: 1px solid #cccccc;
}

div#news_section #right_column #news_blurb_3 {
	margin-top: 40px;
}

div#news_section #right_column #news_blurb_4 {
	margin-top: 20px;
}

div#news_section #right_column #news_blurb_6 {
	margin-top: 20px;
}

div#info_section {
	background-color: #333333;
	border: 1px solid #000000;
	border-top: none;
	color: #ffffff;
	clear: left;
	height: 200px;
	width: 700px;
}

div#info_section #info_left_column {
	float: left;
	padding-left: 15px;
	width: 370px;
	*width: 390px;
}

div#info_section #info_left_column #left_subcolumn {
	float: left;
	width: 180px;
}

div#info_section #info_left_column #right_subcolumn {
	float: right;
	width: 180px;
	*width: 190px;
}

div#info_section #info_right_column {
	float: left;
	width: 205px;
}

div#news_section p.heading,
div#info_section p.heading {
	color: #993333;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	text-decoration: underline;
}

div#news_section p.subheading,
div#info_section p.subheading {
	color: #ffffff;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

div#news_section p.subheading a,
div#news_section a,
div#info_section p.subheading a,
div#info_section a {
	color: #993333;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}

div#news_section p.subheading a:hover,
div#news_section a:hover,
div#info_section p.subheading a:hover,
div#info_section a:hover {
	color: #993333;
	text-decoration: underline;
}

div#news_section a.size14 {
	font-size: 14px;
}

div#news_section p {
	color: #ffffff;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	width: 290px;
}

div#info_section p {
	font-size: 13px;
	margin: 10px 0px 10px 0px;
}

div#info_section #info_left_column #right_subcolumn p {
	margin: 10px 0px 10px 0px;
}

div#news_section img {
	margin: 10px 0px 10px 0px;
}

div#news_section div.grayline {
	border-bottom: 1px solid #cccccc;
	height: 1px;
	margin: 0px 0px 0px 0px;
	width: 290px;
}



div#footer_section {
	background-color: #333333;
	border: 1px solid #000000;
	border-top: none;
	color: #ffffff;
	font-size: 11px;
	height: 35px;
	padding-top: 10px;
	text-align: center;
	width: 700px;
}






