@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}

#header {
	background-image: url(images/SonaM_logo200.jpg);
	height: 200px;
	width: 968px;
}
#subheader {
	background-image: url(images/header_line.jpg);
	height: 3px;
	width: 968px;
}
	

#main_text {
	background-color: #FFFFFF;
	width: 300px;
	line-height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	
}
#main_text h3 {
	font-size: 120%;
	color: #00b4e1;
	margin:0 auto;
	margin-bottom: 10px;
}
#main_text h4 {
	font-size: 100%;
	margin:0 auto;
}
#main_text p{
	font-size: 90%;
	margin:0 auto;
}

img { 
border: none; 
} 

#column_container {
	float: left;
	width: 968px;
}
#left_column {
	width: 200px;
	
}

#left_Nav {
	width: 200px;
	background-color: #6f6f6f;
	position: absolute;
	top: 211px
}
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.left_NavVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 200px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.left_NavActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.left_NavVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.left_NavVertical a
{
	display: block;
	cursor: pointer;
	background-color: #6f6f6f;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.left_NavVertical a:hover, ul.left_NavVertical a:focus
{
	background-color: #dc5100;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.left_NavVertical a.left_NavItemHover, ul.left_NavVertical a.left_NavItemSubmenuHover, ul.left_NavVertical a.left_NavSubmenuVisible
{
	background-color: #dc5100;
	color: #FFF;
}
#leftCol_ads {
	position: absolute;
	top: 465px;
}
#center_column {
	width: 542px;
	min-height: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-right: solid;
	border-right-color: #db5220;
	border-right-width: 3px;
	border-left: solid;
	border-left-color: #db5220;
	border-left-width: 3px;
	
	
}
.content_text {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 auto;
	color: #000000;
	font-weight: normal;
}
.content_header1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0 auto;
	color: #000000;
	font-weight: normal;
}

.content_header2 {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin:0 auto;
	color: #f1030c;
	font-weight: normal;
}
#right_column {
	width: 200px;
	background-color: #acabab;
}

#rightCol_ads {
	position: absolute;
	top: 213px;
	
}
#block_ads {
	
	width: 200px;
	background-color: #acabab;
}
#block_ads2 {
	
	width: 200px;
	background-color: #6f6f6f;
}
#banner_ads {
     width: 968px;
	 height: 200px;
	 background-color: #acabab;
	 background-image:url(images/rotator/acs_bannerAd_1.gif)
}	 
#banner_top {
	background-image: url(images/header_line.jpg);
	height: 3px;
	width: 968px;
}
#footer {
	width: 968px;
	text-align: center;
	
}
.footer_text {
	font-size: 10px;
	margin:0 auto;
	color: #db5200;
	line-height: 20px;
	padding-top: 8px;
}
#footer_top {
	background-image: url(images/header_line.jpg);
	height: 3px;
	width: 968px;
}
#footer2 {
	width: 968px;
	text-align: center;
	position: absolute;
	top: 600px;
	
}
.footer2_text {
	font-size: 9px;
	margin:0 auto;
	color: #db5200;
}
#footer2_top {
	background-image: url(images/header_line.jpg);
	height: 3px;
	width: 968px;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#feature {
	width: 528px;
	height: 140px;
}

#feature2 {
	width: 528px;
	height: 400px;
}

#feature3 {
	width: 528px;
	height: 140px;
}
#email {
	background-image: url(images/bg_email.gif);
	width: 600px;
	height: 800px;
	margin: auto;
}
#emailTextBox {
	width: 550px;
	height: 470px;
	margin: 10px 10px 10px 20px;
	position: absolute;
	top: 300px;
	text-align: center;
}
.emailTextBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
