/* -------------------------------------------------------------- 
   
		=Main styles
   
-------------------------------------------------------------- */


body {
	color:#666666;
	background-color:#123123;
	font-family:garfield, verdana, arial, helvetica, sans-serif;
  font-size:14px;  
	margin-top:0;	
}

.sf_outer_wrapper {
	width:960px;
	margin:0 auto;
}

.sf_extra1 {
}

.sf_wrapper {
	background-color:#FFFFFF;
}


/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	background-color:#ffffff;
	background-position:50% 0%;
	background-repeat:no-repeat;
	
	/* Min-height fast hack */
	min-height:50px;
	height:auto !important;
	height:50px;
	/* End min-height fast hack */	
}

.sf_header_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_extra2 {
	background-position:4px 3px;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:5px;
	margin:20px 20px 0 20px;
	width:221px;
}

.sf_extra2 span {
	background-position:0% 0%;
	background-repeat:no-repeat;
	display:block;
	height:5px;
	width:221px;		
}

.sf_main_header {
	display:inline;
	font-family:Georgia, "lucida bright", "times new roman", serif;
	font-size:5px;
	float:left;
	height:6px;
	margin-top:100px;	
	overflow:hidden;
	width:600px;	
}

.sf_main_header div{
  font-size:15px;
	height:20px;
	overflow:hidden;
}

.sf_extra3 {

}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Header
--------------------------*/


/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation {	
	border-top:10px solid #CCCCCC;
	display:inline;	
	float:right;  
	margin-right:50px;
	margin-top:18px;
	width:160px; 
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation div {

}

.sf_navigation ul {
	margin:18px 0px 0px 10px;
	padding:0px;	
}

.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {
	margin-bottom:5px;
	list-style-type:none;
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {
	background-position:0 0;
	background-repeat:no-repeat;  
	color:#666666;
	font-weight:500;
	padding-left:20px;  
	text-decoration:none;
	display:block;
	width:145px;
}

.sf_navigation ul li a:visited {

}

.sf_navigation ul li a:hover{

}
/*------------------------------------
	Flyout - right 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 { /* all list items */
	float:left;
	min-height:1%;
	height:auto !important;
	height:1%;
}
#Nav1 li ul { 
	position:absolute;
	left: -999em;
	margin:-25px 0 0 -155px;
	padding:0px;
	width:160px;
	background:#4c4c4c;
	z-index:1000;
}
#Nav1 li ul li {
	margin:0;
	padding:0px;
	width:160px;;
}
#Nav1 li ul li a {
	display: block;
	padding:10px;
	width:140px;
	background:#f1f1f1;
	position:relative;
}
#Nav1 li ul li a:hover {
	background:#ffffff;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { 
	left: auto;
}

/*--------------------------------
		End Navigation
---------------------------------*/


.sf_extra5 {
	border-top:10px solid #CCCCCC;	
	margin-left:60px;
	margin-top:18px;
	width:675px;
}


/*--------------------------------
		Page Title
---------------------------------*/

.sf_pagetitle {
	background-color:#ffffff;  
  background-position: 0% 50%;
  background-repeat: no-repeat;
	color:#666666;    		
	font-family: toon town industrial, calibri, arial, helvetica, sans-serif;
	font-size:28px;
	font-weight:600;
	margin:10px 0px 5px 110px;
	padding-left:31px;	
	width:522px;
}

.sf_pagetitle div {
	font-size:28px;
}

.sf_pagetitle p {
	margin:0;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

/*--------------------------
		Content
--------------------------*/

.sf_content {
	margin-left:70px;
	display:inline;	
	float:left;
	width:675px;
}

.sf_content div {

}

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

.sf_content img {
	
}

/*--------------------------
		End Content
--------------------------*/



/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	border-top:10px #CCCCCC solid;
	clear:both;
	margin:44px 0px 0px 68px;
  padding-bottom:50px;
	padding-top:10px;
	text-align:center;
	width:835px;
}

.sf_footer div{
	
}

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/