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

.sf_outer_wrapper {
    width: 900px;
	_width: 905px;
    margin: auto;
    margin-top: 20px;
}

.sf_wrapper {
    width: 880px;
    margin-left: 20px;
}

a {
    color: #000000;
}
a:hover {
    color: #999999;
}
a:visited {
    color: #000000;
}

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

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    height: 196px;
    width: 500px;
    float: Right;
    margin-right: 70px !important;
    margin-right: 70px;
}
/* left side of header */
.sf_extra4 {
    float: right;
    height:196px;
    width:250px;
    background-color: #ffffff;
	background-image: url(images/waamsite__11.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


.sf_main_header p, .sf_sub_header p { margin: 0; padding: 0; 
}
.sf_main_header {
    text-align: left;
    font-weight: bold;
	font-size: 3.6em;
	font-family:Arial, Helvetica, sans-serif;
	color: #052146;
    padding-top:  .6em;
    padding-bottom: .1em;
    margin-bottom: .15em;
       border-bottom: 1px dotted #ccc; 
    height: 50px;
    position: relative;
  
}

.sf_sub_header {
    text-align: left;
        font-size: 6.6em;
	font-family:Arial, Helvetica, sans-serif;
	color: #052146;
     height: 50px;
   
	color: #000;
}


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


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

.sf_navigation {
	height: auto !important;
	height: 38px;
	min-height: 38px;
    clear: both;
    margin: 0 20px 0 0;
	border-top: 2px solid #fc7a30;
}

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

.sf_navigation ul {
    margin: 0 0 0 0;
	padding-bottom: 3px;
    padding-left: 15px;
	list-style-type: none;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.sf_navigation ul:after {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .sf_navigation ul:after{height: 1%;}
.sf_navigation ul:after{display: block;}
/* End hide from IE-mac */

.sf_navigation ul li {
    white-space: nowrap;
    width: auto !important;
    width: 5px;
    float: left;
    margin: 0 0 0 0px;
    background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 55%;
	
}

.sf_navigation ul li a {
    padding: 5px 15px 3px 15px;
    margin: 0;
    text-decoration: none;
    display: block;
    font-weight: normal; 
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
