/* CSS Document */

/*
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------
Yahoo's ammended with some declarations from Jeph's version of Global Reset
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
a{text-decoration:none;}
a:hover {text-decoration: underline;}

/*
----------------------------------------------------------------------------- 
MAIN ELEMENTS
Container elements for navigation are in the nav.css file
-----------------------------------------------------------------------------*/
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}
#container {
	width: 100%;
	text-align: left;
	background-color: #fff;
	background-image: none;
}
#docBody {
	padding: 0px;
}
#banner {
	width: 670px;
	margin: 0px 270px 0px 0px;
}
#bannerConvio {
	width: 670px;
	margin: 0px;
}
#mainTitle {
	margin-left: 15px;
	padding: 15px 510px 15px 0px;
	background-image: none;
}
#mainTitleNoHighlightBox {
	margin-left: 15px;
	padding: 15px 270px 15px 0px;
}
#mainContent {
	width: 100%;
}

#header,
#rightMargin ,
#footer,
#mainNav,
#rightMarginNav,
#galleryWindow #galleryIframe {
	display: none;
}


/*
----------------------------------------------------------------------------- 
GLOBAL DECLARATIONS
-----------------------------------------------------------------------------*/
html {
	background-color: #ffffff;
}
p {
	margin-bottom: 1em;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #951617;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #951617;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #951617;
}

#docBody ul {
	margin-left: 1em;
}

#docBody ol {
	margin-left: 1em;
}

#docBody ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#docBody ol li ol li {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
#docBody ol li ol li ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

#docBody li {
	list-style-image: none;
	margin-left: 2em;
}

a {
	color: #704B1F;
}

a:link {
	color: #704B1F;
}

a:visited {
	color: #704B1F;
}

a:hover {
	color: #4B3A25;
}

a:active {
	color: #4B3A25;
}

#mainTitle h1 {
	font-size: 20px;
	color: #951617;
}






/*
----------------------------------------------------------------------------- 
HOME PAGE
-----------------------------------------------------------------------------*/
body.homePage #container {
	background-color: #fff;
	background-image: none;
}
#homeMovie {
	padding-right: 15px;
}

#homeBottom {
	margin-top: 15px;
	background-repeat: repeat-x;
	padding-left: 15px;
}
#homeBottom1 {
	width: 200px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
#homeBottom2 {
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#homeBottom3 {
	width: 200px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
#spotLight {
	color: #392612;
	width: 265px;
	text-align: left;
	height: auto;
	margin-bottom: 15px;
	font-size: 11px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#spotLight img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#homeBottom h1 {
	font-size: 14px;
	margin-bottom: .5em;
	line-height: 1.1em;
}

/* 860b0c*/
.homeBottom h1 a {
	color: #860b0c;
}

.homeBottom h1 a:link {
	color: #860b0c;
}

.homeBottom h1 a:visited {
	color: #860b0c;
}

.homeBottom h1 a:hover {
	color: #860b0c;
}

.homeBottom h1 a:active {
	color: #860b0c;
}







/*
----------------------------------------------------------------------------- 
GALLERY PAGE
-----------------------------------------------------------------------------*/
#galleryWindow {
	width: 100%;
}





/*
----------------------------------------------------------------------------- 
LIST PAGE
-----------------------------------------------------------------------------*/
#mainContent.listPage {
	width: 100%;
	margin-left: 15px;
	margin-top: 15px;
}
#mainContent.listPage h1 {
	margin-bottom: 1em;
}
#mainContent.listPage .listItem{
	margin-bottom: 30px;
}
#mainContent.listPage .listItem p {
	margin-bottom: .5em;
}
#mainContent.listPage .listItem img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#mainContent.listPage .listItem h2 {
	margin-right: 5px;
	font-weight: bold;
}
#mainContent.listPage .listItem h3 {
	margin-right: 5px;
}





/*
----------------------------------------------------------------------------- 
SITE MAP
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin-bottom: 1em;
}
#sitemap ul li ul {
	margin-bottom: .5em;
}




/*
----------------------------------------------------------------------------- 
NEWS PAGE
-----------------------------------------------------------------------------*/
#mainContent.newsPage h1 {
	margin: 15px 0px 15px 0px;
}
#mainContent.newsPage .newsItem h1 {
	margin-bottom: 1em;
}
#mainContent.newsPage #highlightBox img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#mainContent.newsPage a {
	font-weight: bold;
}
#mainContent.newsPage .newsItem {
	margin-bottom: 3em;
}

#mainContent.newsPage .newsItem p {
	margin-bottom: .5em;
}

#mainContent.newsPage .newsItem h2 {
	margin-right: 5px;
	font-weight: bold;
}
#mainContent.newsPage .newsItem h3 {
	margin-right: 5px;
}





/*
----------------------------------------------------------------------------- 
HIGHTLIGHT BOX
-----------------------------------------------------------------------------*/
#highlightBox {
	float: right;
	width: 210px;
	background-color: #fff;
	margin: 0px 0px 15px 15px;
	padding: 0px 15px;
	color: #000;
}

#highlightBox h1 {
	font-size: 11px;
	font-weight: bold;
}





/*
----------------------------------------------------------------------------- 
DONATE NOW BOX
-----------------------------------------------------------------------------*/
#donateNow {
	color: #FFFFFF;
	background-color: #392612;
	width: 238px;
	text-align: center;
	height: 145px;
}
#donateNow table.vCenter {
	width: 238px;
	height: 145px;
}

#homeTop #donateNow {
	width: 280px;
}
#homeTop #donateNow table.vCenter {
	width: 280px;
}
#donateNow p {
	margin: 0px;
	padding: 0px 10px 15px 10px;
	text-align: left;
	font-size: 11px !important;
}

#donateNow #button {
	margin-bottom: 10px;
}




/*
----------------------------------------------------------------------------- 
ENEWS BOX
-----------------------------------------------------------------------------*/
#eNews {
	color: #FFFFFF;
	background-color: #392612;
	width: 280px;
	text-align: center;
	height: 125px;
	vertical-align: middle;
	margin-top: 15px;
}
#eNews table.vCenter {
	width: 280px;
	height: 125px;
}
#eNews p {
	margin: 0px;
	padding: 0px 10px 15px 10px;
	text-align: left;
	font-size: 11px !important;
}
#eNewsForm #cons_email {
	width: 100px;
	margin-right: 5px;
	margin-bottom: 7px;
}


/* ===================== */
/*     Clear fix     */
/* ===================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

