/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family: Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
/*
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
*/
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */

/*
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/


/* grid.css */

.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* Structure */

body {
	background: #3b2d20 url(../images/bg-body.jpg) repeat-x;
}
.container {
	width:990px;
	margin:0 auto;
	position:relative;
}

#header {
	background: url(../images/bg-top-content.jpg) no-repeat top;
	width:990px;
	position:relative;
}
#logo {
	padding-top:67px;
	display:block;
}
#mid {
	position:absolute;
	top:0;
	left:-10px;
	background: url(../images/bg-title.png) no-repeat top;
	width:1000px;
	height:83px;

}
#bot {
	position:absolute;
	bottom:0;right:0;
	background: url(../images/bottom-corner.gif) no-repeat;
	height:14px;
	width:13px;
}
#content {
	position:relative;
	background: url(../images/bg-content.gif) repeat-y;
	min-height:700px;
	
}
#content-full {
	padding-top:30px;
	text-align:center;
	position:relative;
	background-color:#FFF;
	min-height:700px;
	
}
#footer {
	padding:15px 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial,
	font-size:12px;
	color:#847e69;
	text-align:center;
}
#footer * {
	vertical-align:middle;
}
#footer a {
	color:#847e69;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#breadcrumb {
	position:absolute;
	top:45px;left:295px;
	color:#918a70;
	z-index:10;
}
#breadcrumb-full {
	position:absolute;
	top:45px;left:40px;
	color:#918a70;
	z-index:10;
}
#breadcrumb a, #breadcrumb-full a {
	color:#cbc2a5;
	text-decoration:none;
}

#page-title {
	position:absolute;
	top:35px; left:30px;
}
#sidebar {
	width:236px;
	padding:83px 20px 0 20px;
	float:left;
	color:#736d59;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#sidebar a {
	color:#736d59;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;

}
#sidebar a.selected {
	font-weight:bold;
}
#sidebar ul {
	padding:0;margin:0;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #917150;
}
#sidebar li {
	list-style-image:url("../images/arrow.gif");
	margin-left:15px;
	list-style-type:none;
}
#main {
	width:714px;
/*
	padding:295px 0px 0 0px;
*/
	padding:80px 0 20px 0;
	float:left;
	color:#444;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main h3 {
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	color:#917150;
}
#content-full h3 {
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	color:#917150;
}
#con-full-inner {
	margin:50px 0;
	padding-bottom:20px;
}
#nav {
	position:absolute;
	left:241px; top:72px;
	width:800px;
}
#nav ul {}
#nav li {
	margin:0;padding:0;
	display:block;
	float:left;
	padding-right:5px;
	list-style-type:none;
}
#page-title {
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#917150;
}
#page-image {
	position:absolute;
	top:32px;left:276px;
	z-index:1;
}
#main-text {
	width:450px;
	padding:185px 40px 20px 33px;
	float:left;
	position:relative;
	z-index:10;
}
#main-sb {
	width:165px;
	font-style:italic;
	float:left;
	padding:245px 20px 20px 0;
	z-index:10;
}
#videoplayer {
	padding-left:30px;
}
.fb-news {
	margin-top:10px;
}
.fb-news * {
	vertical-align:middle;
}
.fb-news img {
	margin-right:5px;
}
.fb-news a {
	text-decoration:none;
	color:#917150;
	font-weight:bold;
}
.table-news td {
	padding-bottom:5px;
	vertical-align:top;
}
.table-news td.title {
	padding-bottom:0px;
}
.table-news td.summary {
	padding-bottom:10px;
}
.table-news a {
	color:#917150;
	text-decoration:none;
}
.table-news a:hover {
	text-decoration:underline;
}
.sform option, .sform input, .sform select {
	font-size:11px;
	font-family:arial,sans-serif;
}
.sform td {
	vertical-align:top;
	padding-bottom:5px;
}
.td_l {
	padding-right:10px;
}
#page-image {
	height:270px;width:714px;
}
/* Home Styles */


/* Typography */
