@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f4f3e6;
}

body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

#site {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
}

#content {
	width: 850px;
	padding-bottom: 17px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 100%;
	padding-top: 25px;
}

#logo {
	width: 285px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 110px;
	padding-right: 8px;
	float: left;
	margin-left: 5px;
}

#motto {
	background-image: url(../images/phrase.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 395px;
	float: right;
	padding-left: 10px;
	margin-left: 50px;
}

#main {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 850px;
	margin-top: 10px;
}

#featurephoto {
	width: 530px;
	float: left;
	padding-left: 20px;
}

#featuretext {
	width: 290px;
	float: left;
	padding-top: 15px;
}

#column1,
#column2 {
	float: left;
	width: 395px;
	padding: 9px;
	margin: 5px;
}

#column1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #95890A;
}

#column1sub {
	float: left;
	width: 475px;
	padding: 9px;
	margin: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #95890A;
	color: #000;
}

#column2sub {
	float: left;
	width: 305px;
	padding: 9px;
	margin: 5px;
}

#columnfull {
	float: left;
	width: 590px;
}

div.container {
	overflow: auto;
	width: 100%
}

#footer {
	float: left;
	width: 850px;
	margin-top: 10px;
	font-size: 11px;
	color: #9e3019;
	padding: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9e3019;
}


/* Top Link Tabs
-------------------------------------------------- */
/*#tabs {
	float: left;
	width: 850px;
	margin-top: 10px;
	background-color: #9e3019;
}

ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

ul#minitabs li {
	display: inline;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
}

ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
}

ul#minitabs a#current,
ul#minitabs a:hover {
	color: #5284B5;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #5284B5;
} */

.menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: #9e3019 center center repeat-x;
}

.menu li {
	display: inline;
}

.menu li a {
	float: left;
	color: #FFF;
	padding: 13px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu li a:visited {
	color: #FFF;
}

.menu li a:hover, .menu li .current {
	color: #FFF;
	background: transparent url(../images/activemenu.gif) center center repeat-x;
}

/*Text format*/

#logo span {
	display: none;
}

#featuretext h1 {
	color: #9B331D;
	font-size: 23px;
	text-align: center;
	line-height: 30px;
}

#featuretext p {
	color: #9B331D;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}

#column1 h2,
#column2 h2,
#column1sub h2,
#column2sub h2 {
	color: #95890A;
	font-size: 16px;
}

h2 a {
	color: #9B331D;
	text-decoration: underline;
}

h2 a:hover {
	color: #9E3019;
	text-decoration: underline;
}

a {
	color: #95890a;
	text-decoration: underline;
}

a:hover {
	color: #5182B2;
	text-decoration: underline;
}

#content ul {
	list-style-image:url(../images/bullet.gif)
}

#content li {
	margin-bottom: 2px;
	padding-left: 2px;
}

a img {
	border: 0px;
}

