/* some classes were edited to change width / font-size */

@charset "utf-8";
/* CSS Document */

.tabStrip ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.tabStrip li {
	margin: 0 -1px 0 0;
	list-style-type: none;
	float: left;
	/*width:210px;*/
}
.tabStripHome ul {
	margin: 40px 0 0 0px;
	padding: 0;
	list-style-type: none;
	width:1000px;
}
.tabStripHome li {
	margin: 0 -1px 0 0;
	list-style-type: none;
	float: left;
	/*width:250px;*/
	width:200px;
}

/***
BOF Additions
***/

.tabStripHome li:last-child{
	width:201px;
}

.tabStripHome li a {
    text-decoration: none;
}

.tabStripHome li a:hover {
    background-color: #ebf2f8; 
}
.nfo_text {
    float: left;
    width: 100px;
    }
    
.nfo_hometext {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 300px;
    }

.nfo{
    float: left;
    margin-left: 275px;
    width: 300px;
} 

#content_area .nfo ul {
    margin-top: -15px;
    margin-left: 10px;
    }
    
#content_area p.nfo_link {
    margin: 12px 5px 0 -5px ;
    }
    
.nfo_img {
float: right; 
margin-top: -35px; 
margin-right: 20px;
}    

.nfo h5 {
padding-left: 0;
margin-left:-10px;
}

.nfo h2 {
color: #666;
line-height: 1.2em;
font-size: 1.3em;
}
/***
EOF Additions
***/



.tabLink {
	display: block;
	text-decoration: none;
	padding: 5px 1em 5px 1em;
	background: #f6f6f6;
	border: #dadada solid;
	border-width: 1px 1px 1px 1px;
	font-family: Cambria, "Times New Roman", Times, Georgia, serif;
	font-weight: lighter;
	/*font-size: 1.4em;*/
	
	font-size:1.15em;
}
.tabLink:hover {
		color: #333;
}


a.tabLinkActive{
		color: #333;
}
a.tabLink{
		color: #666;
}

 li.tabTail {
	font-family: Cambria, "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em; border-bottom: solid 1px #dadada;
	padding: 6px 1em 5px 1em;
/*	width: 60px;	*/
}
.tabLinkActive {
	display: block;
	text-decoration: none;
	padding: 5px 1em 5px 1em;
	background: #fff;
	border: #dadada solid;
	border-width: 1px 1px 0 1px;
	color: #000;
	font-family: Cambria, "Times New Roman", Times, Georgia, serif;
	font-weight: lighter;
	/*font-size: 1.4em;*/
	
	font-size:1.2em;
}
.tabContent {
	display: none;
}
.tabContentActive {
	display: block;
	clear: both;
	background: #fff;
	/*border: #c0c0c0 solid;
	border-width: 0 1px 1px 1px;*/
	padding: 10px;
	width:800px;
	margin-top: 20px
}
.tabContentActiveHome {
	display: block;
	clear: both;
	background: #fff;
	/*border: #c0c0c0 solid;
	border-width: 0 1px 1px 1px;*/
	width:1000px;
	margin-top: 20px
}

/*#tab_hd ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
}*/


