/* @group 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: .63em;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: inherit;
}

/* @end */

/* @group Site */

body {
	background-color: #958062;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.sitewrap {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: #fff url(img/toptile.jpg) repeat-x center top;
	height: 85px;
	padding-top: 45px;
}

#logo {
	display: block;
	width: 414px;
	height: 79px;
	float: left;
}

#logo a {
	display: block;
	width: 414px;
	height: 79px;
	text-indent: -9999px;
	background: url(img/logo.gif) left top;
}

#nav {
	float: right;
	padding-top: 30px;
	display: block;
}

#nav li {
	float: left;
	display: block;
	background: url(img/menubullet.gif) no-repeat 14px center;
}

#nav li a {
	float: left;
	display: block;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	color: #713501;
	margin-left: 40px;
}

#nav li a:hover {
	color: #bfae94;
}

#nav li.first {
	background: none;
}

#nav li.first a {
	margin: 0;
}

#content {
	padding-bottom: 50px;
	min-height: 350px;
	background: #fff url(img/btmtile.jpg) repeat-x center bottom;
}

#blurb {
	padding: 50px 160px;
	font: 2.2em/150% Georgia, "Times New Roman", Times, serif;
	color: #ac9778;
}

#blurb a, #blurb span {
	color: #713501;
}

#blurb a:hover {
	border-bottom: 1px dotted #713501;
}

#blurb.just {
	text-align: justify;
}

#blurb.center {
	text-align: center;
}

.boxpic {
	text-align: center;
}

.boxtile {
	background: url(img/boxtile.gif) repeat-y center top;
	width: 276px;
	padding: 0 15px;
}

.boxtop {
	background: url(img/boxtop.gif) no-repeat center top;
	height: 15px;
}

.boxbtm {
	background: url(img/boxbtm.gif) no-repeat center bottom;
	height: 15px;
}

/* Old Styles



.box {
	width: 306px;
	background: url(img/boxtop.gif) no-repeat center top;
	float: left;
	padding-top: 15px;
	height: 100%;
}

.boxtop {
	background: url(img/boxtile.gif) repeat-y center top;
	padding: 0 15px;
	height: 100%;
}

.boxbtm {
	height: 20px;
	width: 306px;
	background: url(img/boxbtm.gif) no-repeat center bottom;
}

.box h2 {
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	color: #713501;
	margin-bottom: 15px;
}

.box p {
	font-size: 1.2em;
	color: #713501;
	line-height: 140%;
}

 */

#box1, #box2 {
	margin-right: 20px;
}

.boxtile h2 {
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	color: #713501;
	margin-bottom: 15px;
}

.boxtile p {
	font-size: 1.2em;
	color: #713501;
	line-height: 140%;
}

.boxtile span {
	font-size: 1.2em;
	color: #713501;
	font-weight:bold;
}

.boxtile li
	{
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #713501;
	padding-bottom:15px;
}

.clear {
	clear: both;
}

#footer {
	text-align: right;
	padding: 15px 0;
	color: #ffffd9;
	font-size: 1.1em;
}

#footer a {
	color: #ffffd9;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

#mytable td{
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px;
	color: #713501;
}

#mytable td a{
	color: #713501;
	font-weight:bold;
	text-decoration:none;
}

.quote{
	font-size:1.2em;
	font-style:italic;
	line-height:1.5em;
}

.quote a{
	font-size:1.0em;
	color: #713501;
	font-weight:bold;
	text-decoration:none;
}

.name{
	font-size:1.2em;
	font-weight:bold;
}

/* @end */