@charset "utf-8";

/* --- CSS Reset --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* --- end reset --- */



/* --- Normal Styles --- */
body {
	background-color: #FFFFFF;
}
#header_wrap {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #415038;
	width: 100%;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-color: #6B9650;
}
#header {
	width: 800px;
	height: 165px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header.large_pic {
	height: 285px;
}
h1 {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 390px;
	height: 115px;
	text-indent: -5000px;
	background-position: 0px 10px;
}
#header a.logoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position: absolute;
	height: 20px;
	width: 380px;
	top: 10px;
	left: 0px;
	padding-top: 60px;
	padding-left: 5px;
	display: block;
	text-indent: -5000px;
}
#header a:hover.logoLink {
	text-indent: 0px;
}
#slogan {
	display: none;
}
ul#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	top: 35px;
	right: 0px;
}
#nav li {
	display: block;
	float: left;
	padding-left: 15px;
}
#nav li.clearMe {
	clear: left;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a.current {
	color: #000000;
}
#nav a:hover {
	color: #000000;
}
#middle_wrap {
	background-image: url(images/middle_bg.png);
	background-repeat: repeat-x;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #415038;
	width: 100%;
	position: relative;
}
#middle {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -55px;
}
#middle.large_pic {
	top: -175px;
}
#middle img.page {
	border: 15px solid #415038;
	margin-bottom: 30px;
	background-color:#000000;
}
#sidebar {
	float: left;
	width: 236px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #415038;
	padding-bottom: 10px;
}
#sidebar h3.addGap {
	padding-top: 30px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	line-height: 16px;
}
#sidebar a {
	color: #415038;
}
#sidebar .ft_logo {
	background-image: url(images/filetrail.png);
	background-repeat: no-repeat;
	width: 236px;
	height: 19px;
	background-position: center;
}
#sidebar .ft_logo a {
	display: block;
	width: 100px;
	height: 19px;
	margin-right: auto;
	margin-left: auto;
}
#subnav {
	list-style-type: square;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#subnav li {
	font-style: italic;
	height: 18px;
}
#subnav a {
	color: #000000;
	text-decoration: underline;
}
#subnav a:hover {
	color: #6B9650;
	text-decoration: none;
}
#content {
	background-color: #6B9650;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: -10px;
	margin-left: 266px;
}
#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
	line-height: 18px;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-bottom: 10px;
	padding-left: 60px;
	text-indent: -20px;
}
#content ul.numbered {
	list-style-type: upper-roman;
	list-style-position: outside;
	text-indent: 0px;
}
#content ul.bullets {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px;
}
#content img.imgLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#content img.imgRight {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
#video {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

div.columns {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 236px;
}
#column_2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #415038;
	border-left-color: #415038;
}
div.columns h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #415038;
	padding-bottom: 10px;
}
div.columns p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-bottom: 10px;
}
a.fancy_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #415038;
	text-decoration: underline;
}
a:hover.fancy_link {
	color: #000000;
	text-decoration: none;
}
#footer {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	clear: left;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	float: right;
}
#content .clearMe {
	clear: both;
}
#footer .ft_logo {
	background-image: url(images/filetrail.png);
	background-repeat: no-repeat;
	width: 236px;
	height: 19px;
}
#footer .ft_logo a {
	display: block;
	width: 100px;
	height: 19px;
}
