/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 776px;
    margin: 40px auto;
    padding: 1px;
}

.sf_wrapper {
    position: relative;
    margin-top: 0px;
	min-height:0px;
	height:auto !important;
	height:0px;
}

a {
    color: #000;
}

a:link {
    color:#0099cb;
    text-decoration:none;
}  
  
a:visited {
    color:#0099cb;
    text-decoration:none;
}

a:hover {
    color:#ff6600;
}  

a:active {
    color:#0099cb;
    text-decoration:none;
}  

/* ------------------------------------
HEADER
------------------------------------ */
.sf_extra10 {
    width: 100%;
    height: 30px;
    clear: both;    
}

.sf_header_wrapper {
    position: relative;
    height: 130px;
    padding: 10px 5px 5px 17px;
}

.sf_main_header {
	text-align: left;
	height: 120px;
	overflow:hidden;
	margin-bottom:0px;
	width: 776px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.sf_sub_header {
	text-align: left;
	height: 0px;
	overflow:hidden;
	width: 715px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top {
    display: none;
}

.sf_navigation {
    clear: both;
    width: 100%;
    height: auto;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
}

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

.sf_navigation ul {
    list-style-type: none;
    padding:0;
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
    padding-left: 3px
}

.sf_navigation ul li a {
	height: 35px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding: 0 17px 0 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    display: block;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;
}

#Nav1 a {	
	display:block;
}

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

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 225px;
	left: -999em;
	z-index: 1000;	
}

#Nav1 li ul li { /* second-level lists */	
	width: 225px;
	background-image: none;
	white-space: normal;	
}

#Nav1 li ul li a { /* second-level lists */	
	width: 225px;
	height: auto;
	background-image: none;
	line-height: normal;
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #ccc;
	background-color: #B0B0B0;
	color: #eee;
}

#Nav1 li ul li a:hover  { /* second-level lists */	
	width: 225px;
	background-image: none;
	color: #330066;	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#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;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	margin-top: 1px;
	clear: both;
	padding: 20px 0 0 30px;
	text-align: left;
	height: auto !important;
	height: 18px;
	min-height: 18px;
	font-family: "Arial Black", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_pagetitle h1 {
	font-size:18px;
        font-color: #00000;
	font-weight:normal;
	margin:0;
}

.sf_content {
    padding: 10px 20px 30px 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	min-height:0px;
	height:auto !important;
	height:0px;
}

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

.sf_content img {
    float:right;
    border:1px solid black;
    margin:0px 0px 10px 10px;

}

/*------------------------------------
FOOTER
------------------------------------*/
.sf_extra7 {
    margin: 1px 0;
    height: 15px;
}

.sf_footer {
	clear: both;
    height: 15px;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 5px 35px 5px;
}

.sf_footer a {
    color: #ccc;
}

.sf_footer a:link {
    color:#ffffff;
    text-decoration:none;
}  
  
.sf_footer a:visited {
    color:#ffffff;
    text-decoration:none;
}

.sf_footer a:hover {
    color:#330066;
}  

.sf_footer a:active {
    color:#ffffff;
    text-decoration:none;
}  

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: 13px;
}

.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;  
} 

body{
	background-color: #CCCAB1;
}


.sf_outer_wrapper {
    background-color: #ffffff;
}

.sf_wrapper {
    position: relative;
    background-color: #330066;
}

.sf_header_wrapper {
    background-color: #FFFFFF;
	margin-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

.sf_extra2 {
}

.sf_extra4 {
  	margin-top: 1px;
	padding-bottom: 1px;
}

.sf_extra10 {
    background-color: #939393;
    color: #fffs;
}

.sf_extra10 span {
    sf_edit:true;
}

.sf_main_header {
    color: #333;
}

.sf_sub_header {
    color: #333;
}

.sf_navigation {
    background-color: #473669;
}

.sf_navigation ul li {
    border-right: 1px solid #fff;
}

.sf_navigation ul li.sf_last_nav_item {
    border-right: 0px;    
}

.sf_navigation ul {    
}

.sf_navigation ul li a {
    color: #ccc;  
}

.sf_navigation ul li a:hover {
    color: #fff;
}

.sf_extra7 {
    background-color: #473669;
}

.sf_footer {
    background-color: #939393;
    color: #ccc;
}

.sf_pagetitle {
    background-color: #ffffff;
    color: #000000;
}

.sf_content {
    background-color: #ffffff;
    color: #000000;
}

/*--------------------------
		DB Now
--------------------------*/

.Data_Central_color1 {
 background-color:#7C60B7;
 color:#ffffff;
}
.Data_Central_color2 {
 background-color:#9F9F9F;
 color:#000000;
}
.Data_Central_color3 {
 background-color:#CFCFCF;
 color:#000000;
}
.Data_Central_color4 {
 background-color:#ffffff;
 color:#000000;
}
.Data_Central_color5 {
 border-color:#ffffff;
}
.Data_Central_color6 {
 background-color:#EFEFEF;
 color:#000000;
}
.Data_Central_color7 {
 background-color:#000000;
 color:#ffffff;
}
/*End DB Now*/