/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 770px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
	background-color: #4A2911;
	color: #E2D3A7;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;


}

h3,h4,h5,h6
{
color: #857C18;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h3 img
{
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #E2D3A7;
}

img.signature {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: none;
color: #E7A614;
}

a:hover
{
text-decoration: underline;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:170px;
	background-color: #E2D3A7;
}

#header img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header_inner
{
position: relative;
width: 950px;
height:170px;
/* height:122px; */
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
top: 1.1em;

}

#headerPhoto
{
	position: absolute;
	top: 0.6em;
	right: 3em;

}


/* Menu */

#menu
{
position: absolute;
/* right: 0em; */
margin: 0 auto;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.4em 1.0em 1.4em;
	border: 1px solid #827D36;
	color: #E2D3A7;
	font-weight: bold;
	font-size: 0.9em;
	 text-transform: uppercase;
text-decoration: none;
	background-color: #827D36;
	background-image: url(../assets/layout/bg_tab_unselected.gif);
	background-repeat: repeat-x;
}

#menu li a:first-letter

{
/*	font-size: 1.3em;*/
}

#menu li a:hover
{
	background-image: url(../assets/layout/bg_tab_unselected_hover.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
	color: #E2D3A7;
}

#menu li a.active
{
	color: #E2D3A7;
	border: solid 1px #4F2608;
	background-color: #4A2911;
	background-image: url(../assets/layout/bg_tab_selected.gif);
	background-repeat: repeat-x;
}

#menu li a.active:hover
{
	background-image: url(../assets/layout/bg_tab_selected_hover.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
	color: #E2D3A7;
}




/* Main */

#main
{
	background-color: #4A2911;
}

#main_inner p
{
	margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 2em;
		background-image: url(../assets/layout/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#main_inner h3
{
border-bottom: solid 1px #E2D3A7;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
	font-size: 1.2em;
	padding-bottom: 0.175em;
	margin-bottom: .5em;
	margin-top: 0.95em;
	color: #999933;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('../assets/images_red/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('../assets/images_red/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: solid 1px #E2D3A7;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;

	background-color: #4A2911;
}

/* Search */

input.button
{
background: #CA2F2F url('../assets/images_red/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;

	}
	
	#primaryContent_columnless img.noborder
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	font-size: 1.2em;
	}

#columnA_columnless ul {

	margin-left: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.7em;
}



table.dataTable {
	border-collapse: collapse;

/*	border: 1px solid #333333; */

}

table.dataTable td {

/*	border: 1px solid #333333; */
	padding: 6px;
	vertical-align: top;
}

td.dataLabelLeft {
	font-weight: bold;
	background-color: #F0F0F0;
}

td.dataLabelTop {
	font-weight: bold;
	background-color: #F0F0F0;
	
}

td.dataHeader {
	font-weight: bold;
	background-color: #69652C;
	font-size: 1em;
	background-image: url(../assets/layout/bg_table_header.gif);
	background-repeat: repeat-x;
}

td.dataHeaderSub {
	font-weight: bold;
	background-color: #827D36;
}

.plain {
	font-weight:normal
}

td.dataFooter {
	background-color: #CCCCCC;
}


td.dataRow1 {
	background-color: #827D36;

}

td.dataRow1 p.description{
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.4;
	padding-top: 0.4em;
	color: #E2D3A7;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


td.dataRow1 ul.description{
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.4;
	padding-top: 0em;
	color: #E2D3A7;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#subDrop {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;


}



#Layer1 {
	position:absolute;
	margin-left:0px;
	margin-right:auto;
	margin-top:18px;
	padding:10px;
	background-color: #4A2911;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 2;
	text-align: left;
	display: inline;
	border: 1px solid #E2D3A7;	
	/*filter:alpha(opacity=75);
	opacity: 0.7;
	-moz-opacity:0.7;*/

}


#Layer1 a:link, #Layer1 a:visited, #Layer1 a:active {
	color: #E7A614;
	text-decoration: none;
	

}

#Layer1 a:hover {
	color: #E7A614;
	text-decoration: underline;	

}

#errorMsg{
	border: 1px solid #CC0000;
	background-color: #FFCCFF;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
	padding: 10px;

}


blockquote.monthlySpecial {
	text-align: center;
	font-weight: bold;
	width: 70%;
	margin-right: auto;
	background-color: #E2D3A7;
	margin-left: auto;
	color: #4A2911;
	padding: 15px;
	border: 1px solid #827D36;

}

blockquote.monthlySpecial img { 
	border:none;
}



blockquote.special {
	text-align: center;
	width: 80%;
	margin-right: auto;
	background-color: #69652C;
	margin-left: auto;
	color: #E2D3A7;
	padding: 15px;
	margin-bottom: 20px;
	background-image: url(../assets/layout/bg_table_header.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


blockquote.special img { 
	border:none;
}


table.gallery  {
	margin-right: auto;
	margin-left: auto;
}

table.gallery td {
	text-align: center;
	padding: 7px;
}




#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(lb/images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(lb/images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
