/********************** GENERIC **********************/

BODY				{
						background-image: url(../images/bg.png);
						background-repeat: repeat-x;
						background-position: top center;
						background-color: #171717;
						margin-top: 10px;
						margin-bottom: 10px;
					}

A					{ 
						color: #ac1929;
						font-weight: normal;
						text-decoration: none;
					}

A:hover				{ 
						color: #000000;
						font-weight: normal;
						text-decoration: none;
					}
					
UL LI				{
						list-style-type: square;
						margin-bottom: 15px;
					}		

UL UL LI			{
						list-style-type: circle;
					}	
					
					
										
					
/********************** HEADER **********************/

TD.header			{
						font-family: arial narrow;
						font-size: 11px;
						font-weight: bold;
						line-height: 11px;
						color: #aaaaaa;
						text-align: center;
					}

TD.header_large		{
						font-family: arial narrow;
						font-size: 12px;
						font-weight: bold;
						line-height: 11px;
						color: #111111;
						text-align: center;
					}
										
A.header			{ 
						color: #aaaaaa;
						font-weight: bold;
						text-decoration: none;
					}

A.header:hover		{ 
						color: #ffffff;
						font-weight: bold;
						text-decoration: none;
					}	



					
/********************** MENU TOP **********************/

TD.menu_top_off	{
						font-family: arial narrow;
						font-size: 11px;
						font-weight: bold;
						line-height: 11px;
						color: #111111;
						padding-top: 11px;
						padding-bottom: 10px;
						padding-left: 17px;
						padding-right: 17px;
						cursor: pointer;
						text-align: center;
						background-image: url(../images/menu_top_bg.png);
						background-repeat: repeat;
					}	

TD.menu_top_on		{
						font-family: arial narrow;
						font-size: 11px;
						font-weight: bold;
						line-height: 11px;
						color: #eeeeee;
						padding-top: 11px;
						padding-bottom: 10px;
						padding-left: 17px;
						padding-right: 17px;
						cursor: pointer;
						text-align: center;
						background-image: url(../images/menu_top_bg.png);
						background-repeat: repeat;
					}	

TD.menu_top			{
						font-family: arial narrow;
						font-size: 12px;
						font-weight: bold;
						line-height: 11px;
						color: #ffffff;
						padding-top: 11px;
						padding-bottom: 10px;
						padding-left: 17px;
						padding-right: 17px;
						text-align: center;
						background-image: url(../images/menu_top_bg.png);
						background-repeat: repeat;
					}	
										
TD.menu_top_divider	{
						background-image: url(../images/menu_top_divider.png);
						background-repeat: repeat;
					}					




/********************** MENU LEFT **********************/

TD.menu_left_box	{
						border-right: #000000 2px solid; 
					}	

TD.menu_left_title	{
						font-family: arial narrow;
						font-size: 13px;
						font-weight: bold;
						color: #eeeeee;
						padding-bottom: 10px;
					}	

TD.menu_left_title_black	{
						font-family: arial narrow;
						font-size: 13px;
						font-weight: bold;
						color: #333333;
						background-color: #ffffff;
						padding-top: 20px;
						padding-left: 20px;
					}	
										
TD.menu_left_off	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						color: #000000;
						padding-left: 8px;
						padding-top: 6px;
						padding-bottom: 6px;
						cursor: pointer;
						background-image: url(../images/menu_left_bg_off.png);
						background-repeat: repeat;
					}	

TD.menu_left_on		{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						color: #ffffff;
						padding-left: 8px;
						padding-top: 6px;
						padding-bottom: 6px;
						cursor: pointer;
						background-image: url(../images/menu_left_bg_on.png);
						background-repeat: repeat;
					}	

TD.menu_left_divider{
						background-image: url(../images/menu_left_divider.png);
						background-repeat: repeat;
						padding-top: 1px;
					}						

															
TD.submenu_left_off	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						color: #000000;
						padding-left: 16px;
						padding-top: 3px;
						padding-bottom: 3px;
						cursor: pointer;
						background-image: url(../images/menu_left_sub_bg_off.png);
						background-repeat: repeat;
					}	

TD.submenu_left_on	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						color: #ffffff;
						padding-left: 16px;
						padding-top: 3px;
						padding-bottom: 3px;
						cursor: pointer;
						background-image: url(../images/menu_left_sub_bg_on.png);
						background-repeat: repeat;
					}	



/********************** CONTENT **********************/

H1					{
						font-family: arial narrow;
						font-size: 22px;
						font-weight: normal;
						line-height: 24px;
						color: #111111;
					}	
					
H2					{
						font-family: arial narrow;
						font-size: 13px;
						font-weight: bold;
						color: #000000;
						padding-bottom: 0px;
						margin-bottom: 5px;
					}						
					
TD.content			{
						font-family: arial;
						font-size: 12px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
						padding-top: 20px;
						padding-bottom: 20px;
						padding-left: 20px;
						padding-right: 20px;
						background-color: #dedede;
					}	
					
TD.content_column	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
						padding-top: 20px;
						padding-bottom: 20px;
						padding-left: 20px;
						padding-right: 20px;
						background-color: #dedede;
					}	
										
TD.table_title		{
						font-family: arial narrow;
						font-size: 12px;
						font-weight: bold;
						line-height: 16px;
						color: #111111;
						padding-top: 6px;
						padding-bottom: 6px;
						padding-left: 6px;
						padding-right: 6px;
						background-color: #cecece;
					}
			
TD.table_image		{
						padding-top: 1px;
						padding-bottom: 1px;
						padding-left: 1px;
						padding-right: 1px;
						background-image: url(../images/noimage.png);
						border-left: #cccccc 1px solid; 
						border-top: #cccccc 1px solid; 
						border-bottom: #cccccc 1px solid; 
						background-repeat: no-repeat;
						background-position: center center;
					}	
					
TD.table_image_no_back		{
						padding-top: 1px;
						padding-bottom: 1px;
						padding-left: 1px;
						padding-right: 1px;
						border-left: #cccccc 1px solid; 
						border-top: #cccccc 1px solid; 
						border-bottom: #cccccc 1px solid; 
					}	
										
TD.table_row_light	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
						padding-top: 4px;
						padding-bottom: 4px;
						padding-left: 6px;
						padding-right: 6px;
						border-top: #cccccc 1px solid; 
						background-color: #e3e3e3;
					}										
					
TD.table_row_dark	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
						padding-top: 4px;
						padding-bottom: 4px;
						padding-left: 6px;
						padding-right: 6px;
						border-top: #cccccc 1px solid; 
						background-color: #d9d9d9;
					}	

										
TD.table_affiliates	{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 11px;
						color: #111111;
						padding-top: 15px;
					}	



/********************** NEWS **********************/

TD.news_date		{
						font-family: arial;
						font-size: 10px;
						font-weight: normal;
						color: #555555;
					}
					
TD.news_title		{
						font-family: arial;
						font-size: 12px;
						font-weight: bold;
						color: #111111;
					}
					
TD.news_subtitle		{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
					}
					
TD.news_content		{
						font-family: arial;
						font-size: 11px;
						font-weight: normal;
						line-height: 16px;
						color: #111111;
					}															
					
					
/********************** FOOTER **********************/

td.footer			{
						padding-top: 11px;
						padding-bottom: 11px;
						text-align: center;
						background-image: url(../images/bg_footer.png);
						background-repeat: repeat;
					}	

td.footer_off		{ 
						font-family: arial narrow;
						font-size: 11px;
						font-weight: bold;
						color: #666666;
						line-height: 10px;
						text-decoration: none;
						padding-left: 15px;
						padding-right: 15px;
						cursor: pointer;
					}

td.footer_on		{ 
						font-family: arial narrow;
						font-size: 11px;
						font-weight: bold;
						color: #eeeeee;
						line-height: 10px;
						text-decoration: none;
						padding-left: 15px;
						padding-right: 15px;
						cursor: pointer;
					}




/********************** FORMS **********************/

TD.form				{
						font-family:Tahoma; 
						font-weight: normal;
						font-size:11px;		
						color:#555555;
						line-height:20px;		
						text-align: left;
					}	
									
.inputfield 		{ 
						border-left: #DDDDDD 1px solid; 
						border-right: #DDDDDD 1px solid; 
						border-top: #DDDDDD 1px solid; 
						border-bottom: #DDDDDD 1px solid; 
						font-family: Tahoma;
						font-size: 11px;
						color: #111111;  
						background-color: #FFFFFF 
					}

.inputbutton 		{ 
						border-left: #FFFFFF 0px solid; 
						border-right: #FFFFFF 0px solid; 
						border-top: #FFFFFF 0px solid; 
						border-bottom: #FFFFFF 0px solid; 
						font-family: arial;
						font-size: 11px;
						font-weight: bold;
						color: #333333;
						background-color: #bbbbbb;
					}
					
					
					
					/******************* Map Slider Styling *******************/
#panel {
	background: #ffffff;
	height: 400px;
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #ffffff;
	background: url(../images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.hidden {
	display:none;
}

fieldset{
	border-style:none;
}

.next-link {
		font-size: 11;
}
.prev-link {
		font-size: 11;
}

#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(../images/blank.gif); /* 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; }
