/* begin base settings */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0 12px 0 12px;	
}

a {
	color: blue;	
}

a:hover {
    text-decoration: none;
    background: #f1f1f1;
}

body {
	background: #efefef;
	font-family: Verdana, Helvetica, Arial;
	font-size: 100.01%;
	height: 100%;
}

html { 
 	height: 100%; 
 	min-height: 100%;   	
}
/* end base settings */



/* begin general settings */
.clear {
	clear: both;
}

.ffstyle {
	text-decoration: none;	
}

.ffstyle-sub {
	text-decoration: none;
}

h1 {
	color: #258373;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 0px;
	padding-bottom: 10px;	
}

h2 {
	color: #258373;
	font-size: 1em;
	margin-left: 0px;
	padding-bottom: 6px;
}

h3 {
	color: #258373;
	font-size: .9em;
	margin-left: 0px;
	padding-bottom: 10px;
}

img {
	border: 0px;
}

input, textarea {
	padding: 3px;	
}

p {
	font-size: .8em;
	line-height: 160%;
	padding-bottom: 12px;	
}

select {
	background: #f8f8f8;
}

ul {
	font-size: .8em;
	line-height: 160%;
	padding-bottom: 10px;
}

	ul li {
		margin-left: 50px;
		padding-bottom: 4px;
	}
/* end general settings */



/* begin structure settings */
#container {
	background: #fff;
	height: 100%;
	margin: 0 auto;
	width: 900px;
}

#content-container {
    background: #000 url(../images/bg.gif);
    float: left;	
    width: 900px;
}

#left-column {
	float: left;
	margin-bottom: 20px;
	width: 170px;
}

#arch-logo {
	float: left;
	height: 101px;
	width: 170px;
	padding: 0px;
	margin: 0px;	
}

#menusearchcontainer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 170px;	
}

#menu {
	float: left;
	width: 170px;
	padding: 0px;
	margin: 0px;	
}

#search {
	float: left;
	width: 170px;
	padding: 2px 0 14px 0;
	margin: 0px;	
}

	#search input {
		background: #fff;
		border: 1px solid #000;
		height: 15px;
		margin-left: 15px;
		margin-top: 10px;
		padding: 3px;
		width: 130px;
	}
	
	#search .search {
		background-color: transparent;
		border: 0px;
		color: #fff;
		cursor: pointer;
		font-size: .7em;
		font-weight: bold;
		margin-top: 4px;
		text-align: left;	
	}

#right-column {
	float: left;
	width: 730px;
}

#content-area {
	background: #fff;
	float: left;
	height: 100%;
	padding-top: 10px;
	width: 730px;
}
	
#footer-top {
	background: url(../images/footer-top.gif) bottom left no-repeat #fff;
	clear: both;
	float: left;
	height: 12px;
	width: 251px;	
}

#footer {
	background: url(../images/footer-bg.gif) left no-repeat #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	clear: left;
	float: left;
	height: 51px;
	text-align: center;
	width: 900px;	
}

	#footer a {
		text-decoration: none;
	}

	#footer a:hover {
		background: #C7C7C7;
	}
	
	#footer p {
		font-size: .6em;
		padding-top: 20px;	
	}

#footer-bottom {
	background: url(../images/footer-bottom.gif) top left no-repeat #fff;
	clear: left;
	float: left;
	height: 106px;
	width: 900px;	
}
/* end structure settings */



/* begin misc styles - these are the styles that fall underneath structure elements, but don't apply to all pages */
.contactbox {
	margin-top: 4px;
	padding-top: 17px;
	width: 475px;
}

.disclaimer {
	font-size: .7em;
	padding-top: 20px;
}

h2.hp {
	font-size: .9em;
}

#search-fields {
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	height: 50px;
	line-height: 165%;
	margin: 0 0 0 10px;
	padding: 0 0 4px 10px;
	width: 696px;
}

	#search-fields input {
		padding: 2px;
	}
	
#search-results {
	font-size: .8em;
	line-height: 165%;
	padding: 0 10px 18px 10px;
}

.searchterm {
	padding: 0 0 10px 10px;
}

.sitemap {
	font-size: .8em;
	line-height: 180%;
	margin-left: 10px;
}

#staff h2 {
	font-size: .9em;
}

#staff h3 {
	font-size: .9em;
	padding-bottom: 4px;
}

#staff table {
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	margin: 0 0 4px 12px;
	padding: 5px;
}

#staff table td {
	font-size: .7em;
	line-height: 160%;
	padding: 6px;
}

#staff .returntotop {
	font-size: .6em;
	margin: 40px 0 0 12px;
}
/* end misc styles */