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

/* Margin resets for block-level elements */

html {
	background: #000;
	color: #DFC9A0;
	padding: 0;
	/*min-height: 100%; 
	 background: url(/images/css/stripe-bg.png); 
	background: url(/images/css/bg.jpg);
	background-repeat: repeat;*/
	background: url(/images/css/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	
	/* border-bottom: 1px solid #dddddd; 
	height: 100%;*/
}

h1, h2, h3, h4, h5, h6, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	clear: both;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	clear: inherit;
        text-align: justify;
}

.float-right { float: right; margin-left: 15px; }
.float-left { float: left; margin-right: 15px; }

table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}

caption, th {
	text-align: left;
}

table, td {
	font-size: inherit;
}

ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

#wrapper { 
margin: auto; 
width: 960px;
margin-bottom: 40px;
}


#header h1 { 
margin: 0;
display: block;
height: 193px; 

background-image: url(/images/css/logo-trans.png);
background-repeat: no-repeat;
background-position: right;
overflow: hidden;
}

#header {}


#header h1 a { display: block; }

#header h1 span { float: left; text-indent: -9999em; } 

#left-col { width: 415px; float: left; }
#right-col { width: 490px; float: right;  }	

#nav { margin-top: 55px; }
#nav ul { margin: 0; }
#nav ul li { list-style: none; margin: 0; margin-bottom: 9px; line-height: 40px;   }
#nav li a, #nav li a:visited,#nav li a:link { 
display: block;
text-align: center; 
line-height: 40px;
background-image: none;
/*background-color: #944c10; 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* must be first for IE8 */ 
/* filter:alpha(opacity=50); 
-moz-opacity: .5;
opacity: .8; */
}
#nav li a:hover { background-image: url(/images/css/nav-bg-over.png);
background-repeat:repeat; }

#nav li a img { 
filter:alpha(opacity=100); 
opacity: 1 !important; 
-moz-opacity: 1.0; vertical-align: middle; margin-top: 10px; }


#footer { height: 40px; text-indent: 20px;  }

.copyright { font-size: 0.8em; line-height: 40px; float: left;}
.footer-logo { line-height: 40px; float: right; }
.footer-logo img { margin-top: 7px; margin-right: 20px; }

.content { 
padding: 15px 24px 15px 24px;
}
.content p { padding: 0px; margin: 0; margin-bottom: 2em; text-align: justify; }


.content img { border: 4px solid #cfc8c5; margin-bottom: 15px; }

.content ul { margin-bottom: 2em; }

.content a:link, .content a:visited, #footer a:link, #footer a:visited { color: #b35896; text-decoration: none; }
.content a:hover, #footer a:hover { color: #cb67aa; text-decoration: underline; }
.content h2, .content h3, .content h4, .content h5 { margin-bottom: 0.8em; }

.black-bg { 
background-image: url(/images/css/000000_020.png);
background-repeat:repeat; 
_background-image: none; /* dont show backgrounds for ie6 */
/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/css/000000_020.png'); */ 
}

.white-bg { 
background-image: url(/images/css/FFFFFF_006.png);
background-repeat:repeat; 
_background-image: none; /* dont show backgrounds for ie6 */
/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/css/000000_020.png'); */
}

.back-to-top { font-size: 0.7em; text-decoration: underline;   }

a.back-to-top, a:link.back-to-top { text-decoration:  underline !important; }

#content-top {  margin-bottom: 45px; }
#content-bottom { }

.cat_button{ background-color:  #592f0b; border: 0px; padding: 0 25px; font-family: Garamond, Adobe Garamond Pro, Times New Roman; color: #fff; font-size: 0.9em; height: 25px; cursor: pointer;   } 

/* Typography resets for normal text, semantic text, and headings */

h2 { }

body {
	font-size: 76%;
	font-style: normal;
	line-height: 1.2;
	font-family: Garamond, Adobe Garamond Pro, Times New Roman;
	font-size: 18px /* 1.2em */;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: .5em 0 .3em 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

address, abbr, acronym {
	font-style: normal;
}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

acronym {
	text-transform: uppercase;
}

pre, kbd, code, samp, tt, var {
	font-family: monospace;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

del {
	text-decoration: line-through;
}

/* get forms to show up correctly */

form {
	margin: 1em 0;
	padding: 0;
	font-size: 16px; 
}

form label {
	cursor: pointer;
	margin: 0;
	padding: .3em;
}

fieldset {
	border: none;
}

select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/* Miscellaneous oddities and fixes */

a img {
	border: none;
}

hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}

iframe {
	border-width: 0;
}

:focus {
	outline: 0;
}

/* Common classes */

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/* .sIFR-hasFlash h1 {
	visibility: hidden;
}*/

.sIFR-hasFlash h2 {
	visibility: hidden;
	/* letter-spacing: -9px; */
	font-size: 25px;
	border-bottom:1px solid #795949;
} 

.sIFR-hasFlash h3 {
	visibility: hidden;
	/* letter-spacing: 0px; */
	font-size: 22px;
	 
}

/* .sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
} */

/*
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
} */

