/*********************************************************
**********************************************************

	Folder:	Theme210
	Name:	Starfish
	Cat:	Outdoors & Nature

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:0;
}

.sf_outer_wrapper{
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 750px;

}
.sf_wrapper{
	width: 692px;
	margin: 0 auto;
}
a, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	margin: 0px 22px 30px 22px;
}
.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header{
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}
.sf_sub_header{
	display: none;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}


/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top, .sf_subnavigation, .sf_subnavigation2{
	display: none;
}
.sf_navigation{
	float: left;
	margin-bottom: 15px;
	margin-left: 22px !important;
	margin-left: 10px;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	display: inline;
}
.sf_navigation ul li.sf_last_nav_item{
}

.sf_navigation ul li a{
	width: 315px;
	height:27px;
	padding: 7px 0 0 15px;
	margin-bottom: 3px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.sf_navigation ul li a:hover{
	background-position: 0 -34px;
}


/*--[ right image ]--*/
.sf_extra4{
	float: right;
	width: 308px;
	height: 244px;
	margin-bottom: 15px;
	margin-right: 22px !important;
	margin-right: 10px;
	border: 1px solid;
}

/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
#Nav1 li ul {  
	position:absolute;
	left: -999em;
	margin: -28px 0px 0px 275px;
	z-index:1000;
}

#Nav1 li a {
	display : block;
	font-weight : bold;
	text-decoration : none;
}

#Nav1 li a:hover {
	background-position: 0 -34px;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	left: auto;
}
/*------------------------------------
	PAGE TITLE
------------------------------------*/

.sf_extra5{/*--[ top of title ]--*/
	height: 12px;
	clear: both;
}
.sf_extra6{/*--[ bottom of title ]--*/
	height: 12px;
	margin-bottom: 10px;
}

.sf_pagetitle{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 22px;
	
}

/*------------------------------------
	CONTENT
------------------------------------*/

.sf_content{
	margin-left: 22px;
	margin-right: 22px;
}
.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	margin-top: 100px;
	padding: 20px 0;
	font-size: 10px;
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
	color: #000000;
	clear: both;
}

/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 10px;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
table.thin {
	border: 1px #880f12 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;}
table.thin td {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #880f12 solid;
	border-bottom: 1px #880f12 solid;
}
table.thin tr.shiftgrey td {
	background-color: #c3c3c3;
}
.medium {  
	font-size: 16px; 
	font-weight: bold
	color: #000000; 
	text-decoration: none 
}
.tiny {  
	font-size: 7px; 
	color: #000000; 
	text-decoration: none 
}

a {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #ccc;
}
a:active, a:focus{
	color: #666666;
}