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

	Folder:	Theme323
	Name:	Generic 2
	Cat:	Generic

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



/*------------------------------------
	GENERAL
------------------------------------*/
body {
	color: #6b6b6b;
	font-family: verdana, arial, sans-serif; 
	background: transparent url(../images/glossymetal.jpg) repeat scroll left top;
/*	background: url(../images/bluetile.jpg); */
	}
* {margin:0; padding:0;} 

body, h1, h2, h3, h4, h5, h6 {
	font: 11px/1.5 "Lucida Grande", lucida, verdana, arial, "Trebuchet MS", helvetica, sans-serif;

}
p, td p{
	font-size: 105%;
	margin: 0 0 10px;
}
ul li {
	font-size: 105%;
	margin: 0;
}
.sf_outer_wrapper{
	background: transparent url(../images/bannerbar.gif) center top  no-repeat; 
	width: 720px;
	margin: auto;
	position: relative;
	height: auto;
	padding-bottom:95px;
	z-index:1;
}
.sf_wrapper{
	margin-top: 95px;
	width: 720px;
/*	border: 1px solid #E5E5E5;  */
	position: relative;
	float: left;
	background:black;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}
.sf_wrapper-other{
	width: 720px;
	border: solid 4px white;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}



/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width: 720px;
	height: 161px;
}

.sf_main_header{
	background: url(../images/logo.gif) no-repeat;  
	width:720px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 161px;
	overflow:hidden;
	color: #f9c819;
	padding-top: 5px;
}
.sf_sub_header{
	position: relative;
	width: 720px;
	float: left;
	padding: 0 0 0 20px;
	height: auto; 
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}
/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
/*	background: url(../images/nav_bg.gif) no-repeat; */
	height: auto !important; 
	height: 10px;
	position: relative;
	width: auto;
	padding-left: 75px;
}
.sf_navigation ul{
	list-style-type: none;
	padding: 0px;
/*	height: auto !important; */
	margin: 0;	
	height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	float: left;
	width: auto !important;
	width: 5px;
	color: grey;
	white-space:nowrap;
}
.sf_navigation ul li a{
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	display: block;
	font-size:10px;
	color: grey;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.sf_navigation_top{
display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	margin-left: 3px;
	background: white;
}
#Nav1, 
#Nav1 ul { /* all lists */
	list-style:none;
	width:100%;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:130px;
	height:auto;
	margin:-4px 0 0 4px;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	background:none;
}
#Nav1 li ul li a{
	background:#f2f2f2;
	height:auto;
	margin:0 0 3px 0;
	width:120px;
	padding:5px;
	line-height:normal;
	white-space:normal;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#ffffff;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

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

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_pagetitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 20px 10px;
	clear: both;
	padding-top: 10px;
}

.sf_content{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px;
	margin-bottom: 20px;
}

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





/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin: 0px 10px 5px;
	padding-top: 7px;
	color: #666;
	text-align:right;
	clear: both;
}

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






/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}

.sf_banner a{
	color:#000;
}
.sf_banner a:visited{
	color:#000;
}
.sf_banner a:hover{
	color:#000;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
