/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/layout/bg.jpg) repeat-x #b8d1cb;
}

p {
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #556d70;
	line-height: 1.3em;
}

h1 {
	font-family: Times, serif;
	font-size: 1.5em;
	color: #975658;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	color: #556d70;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1em;
	color: #556d70;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	margin: 0;
}

em {}

strong {}

li {
	font-size: 1em;
	color: #556d70;
	line-height: 1.3em;
}

img {
	outline: 0;
	border: 0;
}

/* CONTAINERS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin: 0 0 0 -520px;
	padding: 0 0 0 20px;
	width: 1040px;
	min-height: 700px;
	background: url(../images/van.jpg) no-repeat 0 431px;
}

#header {
	height: 186px;
}

#navigation {
	padding: 0 0 0 30px;
	height: 100%;
	float: left;
	text-align: center;
}

#right{
	float: left;
}

#content {
	margin: 9px 0 0 0;
}

#secondary #content {
	padding: 16px 11px 16px 11px;
	margin: 9px 0 0 24px;
	width: 700px;
	border: 1px solid #b7cfc9;
}

#attribution * {
	font-size: .9em;
	text-align: right;
	padding-top: 1.1em;
}

/* LINKS */
/* ------------------------------------- */
a:link, a:visited {
	color: #975658;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #71191b;
	text-decoration: underline;
}

/* NAVIGATION */
/* ------------------------------------- */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
}
	
#navigation a {
	font-family: Georgia, Times, serif;
	font-size: 1.3em; /*was 1.13m*/
	color: #7ba698;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #000000;
}

#home #header a:link, #home #header a:visited {
	opacity: 1;
	filter: alpha(opacity=100);
} 

#home #header a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
} 

#secondary #header a:link, #secondary #header a:visited {
	opacity: .4;
	filter: alpha(opacity=40);
}

#secondary #header a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* CLASSES */
/* ------------------------------------- */
.float_left {
	float: left;
}

.float_right {
	float: right;
}

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

.text_center {
	text-align: center;
}

.column163 {
	width: 163px;
	margin: 0 0 0 25px;
}

.column165 {
	width: 161px;
	margin: 0 0 0 24px;
	border-left: 1px solid #b7cfc9;
	border-right: 1px solid #b7cfc9;
	background: url(../images/layout/column-bg.jpg) repeat-x;
}

.banner {
	margin: 15px 0 10px 30px;
	border: 1px solid #709c8d;
}

.clear {
	clear: both;
}

/* SPECIAL FORMATTING */
/* ------------------------------------- */

#navigation hr {
	color: #b7cfc9;
	background-color: #b7cfc9;
	width: 164px;
	height: 1px;
	border: 0;
}

.column165 * {
	padding: 7px;
}
