/* *** SodiumHalogen.com *** */

/* ----------main elements-------------- */
* { padding: 0; margin: 0; }
img, img a:hover {
	border: 0px; 
	background: none;
	}
body {  
	padding: 0; 
	margin: 0 auto 0 auto; 
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: #444444;
	background: #f1eee9 url("images/homeBg.jpg") repeat-x center top; 
	}
address {
	margin: 0 10px 0 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	}
li {
	margin-left: 40px;
	}	
	
iframe {
	width: 568px;
	margin-left: -4px;
	}
	
/* ----------typography-------------- */	
h1, h2, h3, h4, h5, h6, p { 
	margin: 0; padding: 0; 
	}
h1 { 
	font: bold 18px/23px Verdana, Arial, Helvetica, sans-serif; 
	color: #444444;
	padding-bottom: 5px;
	}
h2 {
	font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif; 
	color: #444444;
	padding-bottom: 5px;
	}
h3 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #444444;
	}	
p { 
	margin: 0 0 15px 0; 
	}
	
/* ----------links-------------- */
a {
	color: #996121; 
	font-weight: bold; 
	text-decoration: none;
	}
a:visited a:active {
	color: #996121; 
	font-weight: bold; 
	text-decoration: none;
	}
a:hover {
	background: #f1eee9; 
	font-weight: bold; 
	text-decoration: none;
	}
	
/* ---------- flash -------------- */	
#flashContainer { 
	background: #fff; width: 462px; height: 543px;}
#f0, #f1, #f2, #f3, #f4  { 
	background: #fff; width: 260px; height: 22px;}
#flashTop {
	padding: 26px 0 10px 0;
	}
#flashPic {
	width: 260px;
	heightL 200px;
	}	
 
/* ----------container to center the layout-------------- */
#center {
	margin: 0 auto;
	width: 760px;
	overflow: hidden;
	}
#container { 
	float: left;
	width: 760px; 
	padding: 0px;
	}

/* --------------left content------------- */
#left {	
	float: left; 
	width: 150px; 
	}

/* --------------right content------------- */
#right { 
	float: left; 
	width: 600px;
	padding-left: 10px; 
	}
#rightMain {
	background: #ffffff;
	border: 1px solid #dddee0;
	width: 563px;
	padding: 10px 10px 10px 15px;
	}
#right1 {
	float: left;
	width: 263px;
	padding-right: 20px;
	}
#right2 {
	float: left;
	width: 280px;
	}
#results {
	background: #535250;
	width: 280px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#results p {
	margin: 0 10px 10px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
#right ul {
	padding-bottom: 10px;
	}			
/* ----#right columns ---- */
.columnLeft {
	float: left;
	width: 280px;
	}
.columnRight {
	float: right;
	width: 260px;
	margin: 0 0 10px 5px;
	padding: 5px;
	background: #535350
	}
.columnRight2 {
	float: right;
	width: 260px;
	padding: 5px;
	}
/* ----end of #right columns ---- */	
.testimonial {;	}
.title {
	margin: 0 0 10px -5px;
	}
.white , .white a:link, .white a:visited{
	margin: 0 10px 10px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	}
.white a:hover{
	margin: 0 10px 10px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	background: #3F3F3F;
	}
.caption {
	margin: 5px 10px 10px 10px;
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	}		
.floatRight {
	float: right;
	margin: 5px 10px 10px 10px;
	padding: 10px 10px 0px 10px;
	background: #f1eee9; 
	}	


/* ----------------- clear the floats--------------------- */
.clearFloat { 
	clear: both; 
	display: table;
	}
.hr { 
	border-top: 1px dotted #d8dcdf; 
	margin: 20px 0px 10px 0px;
	clear: both; 
	}
	
/* ----------------- Q and A Hide --------------------- */
.hide { display: none; }
#qList { margin-top: 10px; }
#questionLi li { 
	margin-bottom: 8px; 
	margin-left: 20px;
	}	

/* ----------nav-------------- */
#navSub {
	background: #ffffff;
	border: 1px solid #dddee0;
	margin-top: 5px;
	padding: 0 0 5px 0;
	}
#nav {
	height: 36px;
	margin-left: 12px;
	overflow: hidden;
	}
#navSub1 {
	height: 90px;
	width: 148px;
	overflow: hidden;
	}
#nav ul, #navSub1 ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	}
#nav ul li, #navSub1 ul li { 
	float: left; 
	display: inline; 
	margin: 0; 
	}
#nav span, #navSub1 span { 
	display: none; 
	}
#nav a:hover {
	background-position: 0 -36px;
	}
#navSub1 a:hover {
	background-position: -148px 0;
	}	
#home a {
	display:block;
	width: 91px;
	height: 36px;
	background: url(images/bHome.jpg) no-repeat;
	}
#about a {
	display:block;
	width: 95px;
	height: 36px;
	background: url(images/bAbout.jpg) no-repeat;
	}
#resources a {
	display:block;
	width: 127px;
	height: 36px;
	background: url(images/bResources.jpg) no-repeat;
	}
#success a {
	display:block;
	width: 168px;
	height: 36px;
	background: url(images/bSuccess.jpg) no-repeat;
	}
#contact a {
	display:block;
	width: 95px;
	height: 119px;
	background: url(images/bContact.jpg) no-repeat;
	}
/* --------------sub nav------------- */
#faq a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bFaq.gif) no-repeat;
	}
#benefits a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bBenefits.gif) no-repeat;
	}
#articles a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bArticles.gif) no-repeat;
	}
#aboutSub a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bAbout.gif) no-repeat;
	}
#mission a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bAboutMission.gif) no-repeat;
	}
#aboutAlex a {
	display:block;
	width: 148px;
	height: 30px;
	background: url(images/bAboutAlex.gif) no-repeat;
	}

/* ----------------- Footer --------------------- */
#footer { 
	width: 760px; 
	clear: both; 
	padding-top: 5px; 
	margin: 0px 0 10px 175px; 
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: left;
	}
#footer span {
	margin-left: 105px; 
	padding: 0;
	}
#footer a { 
	color: #535250; 
	text-decoration: none; 
	}
#footer a:hover { 
	color: #fff; 
	background: #535250;
	}
#footer ul {
	list-style: none;
	}
#footer li {
	display: inline; 
	margin: 0;
	}