/* SEO STUFF :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


			#menu_bar h1 {
				width: 130px;
				height: 130px;
				text-indent: -9999px;
				background: url("../images/saasoa_logo.gif") left top no-repeat;
				position:relative;
				display:block;
				float:left;
				top:-13px;
				margin: 0; 
				padding: 0;
			}


/* LAYOUT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

			body, html {
				margin: 0;
				height: 100%;
				background: #eeeeee;
			}

			
			#page_container {
				position: relative;
				min-height: 100%;
				background-image: url("../images/bg_grayship2.jpg");
				background-position: bottom;
				background-repeat: repeat;

			}
			

			
	/* TOP CONTAINER ---------------------------------------------------------------------------- */

			#top_container {
				width: 100%;
				height: 140px;
				background: url("../images/top_center3.gif");
				background-position: top;
				background-repeat: no-repeat;
				text-align: center;
				margin: 0 auto 0 auto; 
				padding: 0;
			}
			
			#executive_login {
				width:850px;
				margin: 0 auto 0 auto; 
				text-align:right;
				display:block;
				padding: 0;
			}
			
			#executive_login_button {
				margin: 0 15px 0 0; 
				padding: 0;
			}

			div.spacer {
				height:40px;
			}

			#spacer2 {
				height:20px;
			}

	/* MAIN CONTAINER --------------------------------------------------------------------------- */

			
			#main_content_holder {
				width: 850px;
				margin: 0 auto -20px auto;
				display: block;
				padding: 0 30px 81px 30px;
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 10pt;
				color: #333;
				position:relative;
			}

	/* BOT CONTAINER ---------------------------------------------------------------------------- */


			#bot_bar {
				width: 100%;
				height: 61px;
				position:absolute; 
				bottom: 0px;
				background-image: url("../images/bot_center.gif");
				background-position: top;
				text-align:center;
			}
			
			#bot_holder {
				position:relative;
				width: 850px;
				margin: 10px auto 0px auto;
			}
			
			#copyright_notice {
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size:8pt;
				color: #FBB56B;
				float:left;
				display:inline;
			}

			#wildweb_notice {
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size:8pt;
				color: #8193BF;
				float:right;
				display:inline;
			}
			
			#wildweb_notice a {
				color: #7082AE;
				text-decoration: none;
			}
			
			#wildweb_notice a:hover {
				color: #b1c3dF;
			}
			
/* MENU SYSTEM :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


			#menu_bar {
				width:850px;
				text-align:left;
				display:block;
				margin: 0 auto 0 auto; 
				padding: 0;
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 10pt;
			}
			
			#menu_bar ul {
				list-style: none;
				display:inline;
				margin: 0;
				padding: 0;
				border: none;
				position:relative;
				top:60px;
				left: 10px;
			}
			
			#menu_bar li {
				margin: 0;
				display: inline;
			}
		
			#menu_bar li a {
				display: inline;
				padding: 0px 0px 6px 0px;
				margin: 0px 5px 0px 5px;
				text-decoration: none;
				width: 100%;
				color: #c6c6dd;
			}
		
			html>body #menu_bar li a {			/* Hack for IE */
				width: auto;
			}
		
			#menu_bar li a:hover {
				color: #fff;
				background-image: url("../images/arrow_menu_selector.gif");
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
			
/* STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


			img {
				border:0;
			}
			
			H2 {
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 12pt;
				font-weight: bold;
				color: #324674;
				display:inline;
			}
			
			P {
				font-family: 'trebuchet ms', trebuchet, arial, sans-serif;
				font-size: 10pt;
				color: #333333;
				display:block;	
			}
			
			img.ship_photo_rhs {
				float: right;
				display:inline;
				padding-left: 20px;
			}
			
			ul.orange {
				list-style-image: url("../images/orange_bullet.gif");
				list-style-type: circle;
				position:relative;
				left: -10px;
			}
			
			ul li a, a.orange {
				text-decoration: none;
				color: #AF7055;
			}
			
			ul li a:hover, a:hover.orange	 {
				text-decoration:underline;
			}
			
			#headings {
				color: #AF7055;
				font-weight:bold;
				width:150px;
				position:absolute;
				top:78px;
			}
			
			#texts {
				position:absolute;
				top:78px;
				left: 150px;
				width: 300px;
				text-align: left;
			}
			
			div.dates {
				font-size:8pt;
				font-style: italic;
				color: #888888;
			}