
a img {border:none;}
a:active, a:focus {outline: 0;}


/* CONTENT BOX INSIDE TABS */


.main-photo{
padding: 8px;
}


div.description{
	padding: 5px 5px 5px 0;
	font:12px Tahoma, Arial, Helvetica, sans-serif; 
	line-height:1.3em;
	min-height: 200px;
}


div.description p{
padding: 0 0 10px 0;
}

div.description td {
padding: 4px;
}



/* TAB STUFF */


#tabcontainer {
	position:relative;
	margin: 10px auto 0px auto;
}


#tabmain {
	font-family:Verdana;
	color:#333;
	font-size:11px;

}

#tabcontrols {
	position:relative;
	margin: 0px auto 0px auto;
	background-color: #002b64;
}

#tabwindow_previous{
margin-left:6px; 
float:left;
color: white;
padding:0;
}

#tabwindow_next{
margin-right:0px; 
float:right;
color: white;
padding:0;
}

#tabwindow_select{display:none;}


/*  Tab text and spacing */

#tabmain li{
	color:#333;
	/*font-size:11px;*/
	/*line-height:29px;*/  /*  pushed tab words down to center of tab box */
	font-weight:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0px;
}

#tabmain ul.plainlist
{
	margin: 0;
}

#tabmain ul.plainlist li
{
	text-transform: none;
	line-height: normal;
}

#tabwindow { display:block; }

#tabwindow ul a.active,
#tabwindow ul li a:hover {
	border:1px solid #333;
	
}	
		
		
.tabcontent {
	background-color:#fff;
	border-right: 1px solid #002b64;
	border-left: 1px solid #002b64;
	border-bottom: 1px solid #002b64;
	width: 626px;   /*  width minus 20 (10 per side padding below)  */
	padding: 10px;
	background-image:url('../img/bg/tab-bottom-fade.jpg');
	background-repeat:repeat-x;	 
	background-position:bottom;
}

.tabcontent a {
	line-height:18px;
	font-weight:normal;
	

}

	
		
.tabcontent ul
{
	margin-left: 30px;
}

/*  Tab text links?   */

#tabmain a, #tabmain a:link {
	text-decoration:underline;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;

}






/* Tabs
--------------------*/


#tabmain ul.subsection_tabs {
	list-style:none;
	margin:0 0 0 0;
	padding:0;   /*  pushes tabs over fully left */
	border-bottom:1px solid #002b64;
	clear:both;
	height:30px;
}

#tabmain ul.subsection_tabs li.tab {
	display:block;
	float:left;
	margin-right:4px;
	text-align:center;
}

#tabmain ul.subsection_tabs li.tab a {
	display:block;
	float:left;
	height:30px;
	padding:0 6px 0 6px;
	background-color:#002b64;
	color:#fff;
}


#tabmain ul.subsection_tabs li.tab a:hover {
	background-color:#da160d;
	color: #fff;
}

#tabmain ul.subsection_tabs li.tab a.active {
	background-color:#fff;
	border-top: 1px solid #002b64;
	border-right: 1px solid #002b64;
	border-left: 1px solid #002b64;
	color: #da160d;
}