/*	======================================================================================================

	Sundre Museum
	LAYOUT.CSS: CSS for LAYOUT of screen/projection
	
	====================================================================================================== */

/*	------------------------------------------------------------------------------------------------------
	HEADER
	------------------------------------------------------------------------------------------------------ */

#header {
	width: 100%;
	height: 130px;
	/*
	margin: 0px;
	padding: 0px;
	*/
	margin: -16px 0px 0px 0px;
	clear: right;
	overflow: hidden;
	background-image: url("../../img/layout/main/header.gif");
	background-repeat: no-repeat;
}

/*	------------------------------------------------------------------------------------------------------
	STRUCTURAL
	------------------------------------------------------------------------------------------------------ */

#content {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	background-image: url("../../img/layout/main/content_bg.gif");
}

#content, #content_2, #content_3 {
	float: left;
	width: 770px;
	padding: 0px;
}
/*	3px margin bug hack */
/*
* html #content,
* html #content_2,
* html #content_3 {
	margin-right: -3px;
}
*/
#html #content,
#html #content_2,
#html #content_3 {
	margin-right: -3px;
}


#content_2 {
	padding-bottom: 20px;
}

#content ul {
	list-style-position: outside;
}

#single_column {
	float: left;
	width: 720px;
	line-height: 15px;
}

#single_column {
	margin-top: 10px;
}

/* --- Spacing within the single column -- */
#single_column_2 {
	padding: 5px 40px 20px 55px;
}

#content ul {
	list-style-image: url("../../img/icons/flowery_bullet.gif");
	margin-left: 25px;
}


/*	------------------------------------------------------------------------------------------------------
	LISTS
	------------------------------------------------------------------------------------------------------ */

ul {
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0 0 5px;
	padding: 0;
}


/*	-------------------------------------------------------------
	TABLES
	------------------------------------------------------------- */

table {
	border: none;
	border-spacing: 0px;
	border-collapse: separate;
	margin-left: 20px;
}

table tr {
	vertical-align: center;
}

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

table.gallery {
	width: 625px;
}

table.gallery td {
	width: 48px;
}

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

table.ref_list {
	width: 615px;
	margin-left: 25px;
}

table.ref_list tr {
	vertical-align: top;
}

table.ref_list td.key {
	width: 25%;
	font-weight: bold;
}

table.ref_list td.val {
	width: 75%;
}

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

table.name_grid {
	width: 625px;
}

table.name_grid td {
	border-bottom: 1px solid grey;
}

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

table.township_map {
	margin-top: 15px;
	width: 600px;
}

table.township_map td {
	border: 1px solid grey;
}

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

table.postmasters {
	width: 615px;
	margin-left: 15px;
}

table.postmasters tr {
	vertical-align: top;
	height: 20px;
}

table.postmasters th,
table.postmasters td
{
	padding: 5px;
	border-bottom: 1px solid grey;
}


/*	------------------------------------------------------------------------------------------------------
	INSET ITEMS
	------------------------------------------------------------------------------------------------------ */

#inset {
	float: right;
	width: auto;
	height: auto;
	margin: 20px 10px 20px 20px;
	/*background-color: #B4C3E1;
	border: 1px solid #999999;*/
}


/*	------------------------------------------------------------------------------------------------------
	FOOTER
	------------------------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 167px;
	font-size: 85%;
	background-image: url("../../img/layout/main/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	color: #2D4F1C;
	
	position: relative;
	
	
}

#footer p {
	margin: 0;
	padding-top: 8px;
	text-align: center;
	line-height: 15px;
}
#html #footer p {
	height: 1%;
}

#footer ul {
	margin:0;
	padding-top: 80px;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 10px; /* Vertical postion of text */
	text-indent: 0;
}

#footer a {
	padding: 1px 8px 4px 8px;
}

#link-email_img { 
	position: absolute;
	background-color: transparent;
	/*
	border: 1px solid black;
	*/
	top: 20px; 
	right: 20px; 
	width: 85px; 
	height: 90px; 

}


/*
#badge_box {
	width: 600px;
	margin: 5px 85px 0px 85px;
	border-top: 1px solid #999999;
}

*/


/*	------------------------------------------------------------------------------------------------------
	IMAGES
	------------------------------------------------------------------------------------------------------ */

img {
	border: none;
	margin: 10px 0px 5px;
}

ul img {
	margin: 0px 5px -3px 2px;
}

.img_left {
	float: left;
	margin: 10px; 
}

.img_right {
	float: right;
	margin: 10px; 
}

.img_center {
	float: none;
	margin: 10px 0px;
}

.img_footer {
	margin-top: 5px;
}