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, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =================================================================================== Global Layout */

html {
	height: 100%;
}
body {
	background:#641c21 /* url(images/common/body-bg.png) top center repeat-x*/;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #4a050a;
}
@font-face {
    font-family: 'LindenHillRegular';
    src: url('fonts/LindenHill-webfont.eot');
    src: url('fonts/LindenHill-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LindenHill-webfont.woff') format('woff'),
         url('fonts/LindenHill-webfont.ttf') format('truetype'),
         url('fonts/LindenHill-webfont.svg#LindenHillRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LindenHillItalic';
    src: url('fonts/LindenHill-Italic-webfont.eot');
    src: url('fonts/LindenHill-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LindenHill-Italic-webfont.woff') format('woff'),
         url('fonts/LindenHill-Italic-webfont.ttf') format('truetype'),
         url('fonts/LindenHill-Italic-webfont.svg#LindenHillItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
#wrapper {
	border-left: 1px solid #4a050a;
	border-right: 1px solid #4a050a;
	width:1000px;
	margin: 0 auto;
	background:#F0F0D8;
}
#header {
	background: url(images/common/header.jpg) top no-repeat;
	height: 300px;
	width: 1000px;
	margin: 0 auto;
}
/* ================================================ Menu */

#centeredmenu {
	float:left;
	width:100%;
	background: url(images/common/menu-background.png) top center repeat-x;
	overflow:hidden;
	position:relative;
	height:54px;
	text-shadow: #515151 0.1em 0.1em 0.2em;
}
#centeredmenu ul {
	clear:both;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:18px 0;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	line-height:1.3em;
	height: 54px;
	width: 190px;
	font-weight: bold;
}
#centeredmenu ul li a:hover {
	background:url(images/common/menu-hover.png) top center no-repeat;
	color:#fff;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
/* ================================================ Content */

#content {
	width: 1000px;
	background:#F0F0D8 url(images/common/content-bg.png) top center repeat-x;
	overflow:auto;
}
#content p {
	margin: 10px;
	line-height: 1.3em;
	font: .95em  times, serif;
	color:  #333;
}


/* ================================================ Footer */

#footer {
	background: url(images/common/footer-bg.png) top center repeat-x;
	position: absolute;
	height: 53px;
	width:1000px;
	text-align:center;
	color: #F0F0D8;
	font-size: 10px;
}
#footer p {
	padding-top: 5px;
}
#footer ul {
}
#footer ul li a {
}

/* ================================================ Headings */
h1 {
	color: #641c21;
	font: 1.5em 'LindenHillRegular', Arial, sans-serif;
	margin: 4px 10px;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow: #e1e0ca 0.1em 0.1em 0.2em;  
}
h2 {
	color: #641c21;
	font: 1.3em 'LindenHillRegular', Arial, sans-serif;
	margin: 4px 10px;
	line-height: 1.65em;
	font-weight: bold;
	text-shadow: #e1e0ca 0.1em 0.1em 0.2em;  
}
h3 {
	color: #641c21;
	font: 1.1em 'LindenHillRegular', Arial, sans-serif;
	margin: 4px 10px;
	line-height: 1.45em;
	font-weight: bold;
	text-shadow: #e1e0ca 0.1em 0.1em 0.2em;  
}
h4 {
	color: #641c21;
	font: 1em 'LindenHillRegular', Arial, sans-serif;
	margin: 4px 10px;
	line-height: 1.35em;
	font-weight: bold;
	text-shadow: #e1e0ca 0.1em 0.1em 0.2em;  
}

/* ================================================ Lists */
ol {
	margin: 10px 25px;
	list-style: decimal;
}
ul {
	margin: 10px 25px;
	list-style:circle;
}
li { margin-left: 30px; }

/* ================================================ Tables */


/* ================================================ Forms */


/* ================================================ Reusables */

.borderimg {
	margin: 8px;
	border: 1px solid #143771;
	display:block;
	background: #FFFFFF;
}
.nostyleimg {
	margin:0;
	padding:0;
	border:0;
	clear: left;
}
.clearleft {
	clear: left;
}
.floatleft {
	display: block;
	float:left;
}
.clearright {
	clear: right;
}
.floatright {
	display: block;
	float:right;
}
.block {
	display: block;
}
.center {
text-align:center;
}
img.center {   display: block;   margin-left: auto;   margin-right: auto; }
iframe { display: block;   margin-left: auto;   margin-right: auto; border: 1px solid #4a050a; }
/* =================================================================================== PAGE SPECIFIC */

/* ================================================ HOME */
#right-sidebar {
	width: 270px;
	margin: 0px 8px 10px 8px;
}
#right-sidebar {
	float:right;
}
#right-sidebar p, #right-sidebar h4 {
	margin-left: 25px;
}
#right-sidebar p {
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}