/*///////////////////// 

Begin HTML tag styles 

////////////////////*/

body
{
	background:#444645;
	font: 11px verdana;
	color: #2e2e2e;
	margin:0px;
}

td
{
	font: 11px verdana;
	color: #2E2E2E;
}

form
{ 
	margin:0px;
}

select
{ 
	margin:0px;
	font: 11px verdana;
	color: #2E2E2E;
}

input 
{
	margin:0px;
	font: 11px verdana;
	color: #2E2E2E;
}

textarea 
{
	margin:0px;
	font: 11px verdana;
	color: #2E2E2E; 
}

h1
{ 
	font: 22px arial;
	color: #C15818;
}

h2
{ 
	font: 16px arial;
	color: #C15818;
}

h3
{ 
	font-size: 14px;
	font-weight:bold;
	color: #2e2e2e;
}

h4
{ 
	font-size: 10px;
	font-weight:normal;
}

p
{
	line-height:16px;
	margin:0px 0px 18px 0px;
	padding:0px;
}

a
{
	background:transparent;
  	text-decoration:none;
  	color:#BA632F;
}

a:hover
{
  	color:#E8A47B;
}



/*///////////////////// 

End HTML tag styles 

////////////////////*/





/*///////////////////// 

Begin structure tag styles 

////////////////////*/

#banner
{
	position:absolute;
	top:0px;
	left:0px;
}

#header
{
	background:#696d67;
	height:80px;
}

#container
{
	width:880px;
	padding-left:80px;
}

#logo
{
	float:right;
	padding-top:24px;
}

#nav
{
	padding-top:58px;
	text-align:left;
	font-size:10px;
}

#nav a
{
	background:transparent;
	padding:0px 9px 0px 9px;
  	text-decoration:none;
  	color:#fff;
}

#nav a:hover
{
  	color:#ababab;
  	text-decoration:none;
}

#nav a.on_page
{
  	color:#FA8A46;
  	text-decoration:none;
}

#nav a:hover.on_page
{
  	color:#FA8A46;
  	text-decoration:none;
}

#subsection_nav
{
	background:#342E2A;
	font:10px verdana;
	color:#fff;
	height:22px;
}

#subsection_nav a
{
	background:transparent;
	padding:0px 9px 0px 9px;
  	text-decoration:none;
  	color:#FA8A46;
}

#subsection_nav a:hover
{
  	color:#F7DDCD;
  	text-decoration:none;
}

#subsection_nav a.on_page
{
  	color:#E1E1E1;
  	text-decoration:none;
}

#subsection_nav a:hover.on_page
{
  	color:#E1E1E1;
  	text-decoration:none;
}

#body_content
{
	background:#333 url(../gfx/body_content_gradient.jpg) bottom left repeat-x;
	padding:15px 0px 15px 0px;
	margin-bottom:-2px; /* incorrect value for IE/Win */
}

html>body #body_content 
{
	/* correct value for browsers that don't suffer from IE Win's bugs */
	margin-bottom:0px;
}

#white_bg_content
{
	background:#fff;
	padding:10px 30px 30px 30px;
	margin-bottom:12px;
}

#section_title
{
	padding-bottom:20px;
}

#section_content
{
	line-height:18px;
}

#inset_image
{
	float:right;
	padding:0px 0px 16px 20px;
}









/* home page content */

#home_page_header_item
{
	padding-bottom:16px;
	text-align:left;
}

#home_page_item
{
	padding-bottom:12px;
	text-align:left;
	line-height:16px;
}






/* set up the admin content */


#admin_nav
{
	background: #e6e5e5;
	padding-bottom:10px;
}

#admin_nav #nav_title
{
	font-size:12px;
	font-weight:bold;
}

#admin_nav #nav_options
{
	background:#fff;
	margin-left:20px;
	margin-right:16px;
	padding:4px;
}

#admin_field_setup
{
	width:90%;
	margin-bottom:30px;
}

#admin_field
{
	background:#f2f2f2;
	padding:6px;
	text-align:left;
	font-weight:bold;
	margin:30px 0px 10px 0px;
}

#admin_field.alert
{ 
	color: #DB0000;
}


/* end setting up the admin content */










#copyright
{
	color:#ccc;
	font-size:9px;
	line-height:16px;
	text-align:center;
	padding-top:20px;
}





/* end id structure/styles */






/* begin class styles */


.sub
{
	font-size:10px;
}

.gray_sub
{
	font-size:10px;
	color:#999;
}

.small
{
	font-size:9px;
}

.alert
{ 
	background: #DB0000;
	padding:6px;
	color:#fff;
	font-weight:bold;
}

.alert_text
{ 
	color:#DB0000;
	font-weight:bold;
}

.aok
{ 
	background: #1C6C1E;
	padding:6px;
	color:#fff;
	font-weight:bold;
}

.aok_text
{ 
	color:#1C6C1E;
	font-weight:bold;
}

.sub_alert
{ 
	font-size:10px;
	color: #DB0000;
}

.title_24
{ 
	font: 24px arial;
	color: #C15818;
}

.title_22
{ 
	font: 22px arial;
	color: #C15818;
}

.title_20
{ 
	font: 20px arial;
	color: #C15818;
}

.title_16
{ 
	font: 16px arial;
	color: #C15818;
}

.title_14
{ 
	font-size: 14px;
	font-weight:bold;
	color: #2e2e2e;
}

/* added for lightbox effect */

#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: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#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; }


/* end class styles */

.title {
	color: #BA632F;
	font-size: 16px;
	text-align: left;
}

