@charset "utf-8";
/*
	CSS Stylesheet for the Port Townsend Aero Museum
	Created by Luke Jensen, luke.jensen@gmail.com
	
	CSS Document
*/

html, body {
	background-color: #dcceab;
	/*The next 3 styles are to force footer to bottom*/
	margin: 0;
	padding:0;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

#center_column {
	margin: 0 auto;
	width: 960px;
	background-color: #f8f4dc;
	/*The next 2 styles are to force footer to bottom*/
	min-height:100%;
	position:relative;
}

#content {
	background-image: url(graphics/Submenu.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
	background-position: center top;
	padding-bottom:46px;   /* Height of the footer */
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

#disappear {
	height: 0px;	
}

.divider {
	padding: 20px;
	height: 34px;
	text-align: left;
	float: left;
	overflow: hidden;
	width: 100%;
}

#footer {
	height:36px;
	background-image: url(graphics/Menu.jpg);
	width: 100%;
	clear: both;
	/*The next 2 styles are to force footer to bottom*/
	position:absolute;
	bottom:0;
}

#footer div {
	padding-top: 12px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

#footer a {
	text-decoration: underline;
	color: #CCC;
}

h1, h3 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;	
}

h3 a {
	color: #333;
}


#logo {
	text-align: center;
	clear: both;
	padding-top: 20px;
}

#logo a img {
	border:	none;
}

#menu {
	background-image: url(graphics/Menu.jpg);
	height:53px;
	background-repeat: repeat-x;
}

.text {
	width: 310px;
	text-align:left;
}

.scol {
	float: left;
	width: 290px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

.mcol {
	float: left;
	margin-left: 165px;
	text-align: center;
}

img.spacer_icon {
	margin-left: 10px;
	margin-right: 10px;
	width: 15px;
}

.lcol {
	float: left;
	text-align:center;
	width: 600px;	
	overflow: hidden;
	padding: 10px;
}

p.location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#ac_menu{
	height: 1660px;
}

#contract_menu{
	height: 850px;
}

td p {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
}

.text_top {
	background-image: url(graphics/border_top.jpg);
	background-repeat: repeat-x;
	height: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.text_bottom {
	background-image: url(graphics/border_bottom.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

.text_left {
	width: 11px;
	background-image: url(graphics/border_left.jpg);
	background-repeat: repeat-y;	
}

.text_right {
	width: 11px;
	background-image: url(graphics/border_right.jpg);
	background-repeat: repeat-y;	
}

.text_content {
	background-color: #c0d1eb;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textmid table tr td {
	padding-bottom: 7px;
	padding-top: 7px;
}

.col_image_l {
	border: 2px solid black;
}

.col_image {
	border: 2px solid black;
	margin-left: 7px;
}
.right_justify {
	text-align: right;
}

.ac_mdl {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
} .ac_yr {
	font-style: italic;	
} .ac_nm {

}