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

/* CSS Document */

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

body {
	font-size: 100%; /* Base font size: 16px */
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif ;
	font-weight: normal;
	line-height: 1.45em;
	background-color:#1e0000;
	background-image:url(../images/bkg-gallery09.jpg); background-repeat:repeat-x;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1e0000;
}


a {color:#0066CC; text-decoration: underline;}
a:link {color:#006633;text-decoration:underline}
a:visited {color:#1e0000;text-decoration:underline}
a:hover {color:#8c8a89;text-decoration:underline;}
	
p, li{
	font-size:.85em;
	margin-bottom: 10px;
	color: #1e0000;
	}

li {
	margin: 0 0 10px 25px;
	}
	
h1, h2, h3, h4, h5	 {color: #660000; font-family: Verdana,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif ;}
	
h1 {
	font-size:1.5em;
	}

h2 {
	font-size:1.5em;
	margin: 0 0 10px 0;
	}
	
h3 {
	font-size:1.125em;
	margin: 10px 0 10px 0;
}
	
h4   {
	font-size:.95em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	}
	
h5  {
	font-size:.875em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	}

.border { border-bottom: 1px dotted #660000;}
.borderPhoto { border-bottom: 1px solid #1e0000;}
.red {color: #660000;}


#main {
	padding-bottom: 150px; margin: 0 auto
	}  /* must be same height as the footer */

#headerContainer/* header */
{ 
	margin: 0 auto;
	background-color:#a76d25; 
	background-image:url(../images/checkered-border09.gif); background-repeat:repeat-x;background-position: top center;
	border-bottom: 1px solid #000;
}

#header
{ 
	width: 960px;
	margin: 0 auto; 
	background-color:#a76d25;
	background-image:url(../images/checkered-border09.gif); background-repeat:repeat-x; background-position: top center;
	text-align: left;
	height:84px
}

#logo {
	width:960px;
	margin: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#logo h1 {
	margin: 0; 
	padding: 5px 0 15px 0;
	color:#500d01;
	font-size:20px;
	font-weight:bold
}

#logo h1 a:link {color:#500d01;text-decoration:none}
#logo h1 a:visited {color:#500d01;text-decoration:none}
#logo h1 a:hover {color:#500d01;text-decoration:underline;}

#container/* content */{ 
	margin: 0 auto; 
	}

#content { 
	width: 958px;
	margin: 0 auto;
	}

#contentPages {
	width: 958px;
	margin: 0 auto 0 auto;
	background-color:#edeadd;
	background-image: url(../images/bkg-content.gif);
	background-repeat:repeat-y;
	border-left: 1px solid #1e0000;
	border-right: 1px solid #1e0000;
	color: #F3F3F3;
	}

#contentPages.red{ 
	background-image: url(../images/bkg-content-red.gif); background-repeat:repeat-y;
	}

#flash { /* main content */
	width:958px;
	padding: 0; 
	margin: 0;
	}

#leftHome { /* main content */
	float:left;
	width:390px;
	padding: 20px 30px 20px 40px; 
	margin: 0 0 0 0;
	text-align:left
	}

#rightHome { /* right colunn container */
	float:right; 
	width:420px;
	padding: 0px 40px 0px 30px; 
	margin: 10px 0 20px 0;
	text-align:left;
	border-left: 1px dotted #660000
	}
#left { /* main content */
	float:left;
	width:427px;
	padding: 30px; 
	margin: 0 0 0 0;
	text-align:left
	}


#side { /* right colunn container */
	float:right; 
	width:470px;
	padding: 0; 
	margin: 0 0 0 0;
	text-align:left;
	border-left: 1px solid #1e0000
	}


	#sideQuotes {
	width:430px;
	text-align:left;
	padding: 20px ; 
	margin: 0 0 0 0;
	}

	#sideQuotes h3, #sideQuotes h4, #sideQuotes p, #sideQuotes li  {
	color: #edeadd;
	}	
	
	#sideQuotes li  {
	font-size:14px;
	margin: 0 0 20px 0;
	padding:0
	}	
	
	#side .bottom {
	clear:left;
	width:440px;
	text-align:center;
	padding: 10px 0; 
	margin: 0;
	}
	
	
.clear{clear:both}
.clearBorder{clear:both; border-bottom: 1px solid #1e0000}
.clearBorderGold{clear:both; background-color:#a76d25; background-image:url(../images/checkered-border09.gif); background-repeat:repeat-x; background-position: top center; height:20px}

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	color: #000;
	background-image:url(../images/footer_bkg09.gif); background-repeat:repeat-x; background-position:center;
	border-top: 1px solid #000} 
	
	#footer  p {
	font-family:Verdana, Arial, sans-serif;
	color:#c5812d;
	text-align:center;
	font-size:.82em;
	padding-top:30px;
}

#footer a:link {color:#c5812d;text-decoration:underline;}
#footer a:visited {color:#c5812d;text-decoration:underline;}
#footer a:hover {color:#ece4bd;text-decoration:underline;}

/* 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 */
