@charset "utf-8";
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background: #5A6573;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484443;
	line-height: 18px;
}
 #container {
	width: 1029px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
 	width: 100%;
 	background: #FFFFFF;
 	float: left;
	 
}

#top {
	height: 135px;
	width: 100%;
	float: left;
}

#nav {
	height: 51px;
	width: 100%;
	float: left;
}

#homesplash {
	height: 204px;
	width: 100%;
	float: left;
	background-image: url(images/sunbelt-securities_03.jpg);
}

#subBanner {
	height: 127px;
	width: 100%;
	float: left;
}

#splashtext { 
	width: 365px; 
	float: right; 
	margin-right: 110px; 
	margin-top: 40px; 
	color: #FFFFFF; 
	font-size: 15px; 
	line-height: 20px

	}

 #mainContent {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

 #advContent {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/sunbelt-securities_06.jpg);
	background-repeat: no-repeat;
}


#subpageContent {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/content-bg.jpg);

}

#subpageContent h1 {
	font-size: 16px;
 }
 
#subpageContent h2 {
	font-size: 14px;
	margin: 0px 0px 5px;
  }

#homeleftcol {
	width: 810px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

#advleftcol {
	width: 310px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

#advrightcol {
	width: 480px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

#homerightcol {
	width: 380px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
}

#mainContent h1 {
	font-size: 16px;
 }
 
#mainContent h2 {
	font-size: 14px;
	margin: 0px 0px 5px;
  }
 
#subMainCol {
	width: 850px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
} 
  
.firstpara {
	margin-top:0px
}
  
  
 #footer {
	width: 100%;
	float: left;
	background-color: #DDDDDD;
	background-image: url(images/sunbelt-securities_05.jpg);
	background-repeat: no-repeat;
	height: 171px;
	position: relative;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#contact {
	position:absolute;
	width:596px;
	height:76px;
	z-index:1;
	left: 45px;
	top: 13px;
}
#logos {
	position:absolute;
	width:395px;
	height:77px;
	z-index:2;
	left: 634px;
	top: 13px;
}

#bottomnav {
	position:absolute;
	width:800px;
	height:60px;
	z-index:2;
	left: 45px;
	top: 108px;
	font-size: 11px;
	color: #5a6573;
	text-transform:uppercase;
}

#bottomnav a {
	text-decoration: none;
	font-weight: bold;
	color: #5a6573;
}

#bookmark {
	position:absolute;
	width:148px;
	height:26px;
	z-index:2;
	left: 860px;
	top: 108px;
}

.copyright {
	color: #adadae;
}

#menubar {
	width: 100%;
	height: 22px;
	float: left;
	background-image: url(menuback.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
}

#menubar a:link { font-size: 16px; font-weight: 400; color: #fff; text-decoration: none; margin-right: 40px; position: relative; top: 3px; } 
#menubar a:visited { font-size: 16px; font-weight: 400; color: #fff; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }
#menubar a:hover { font-size: 16px; font-weight: 400; color: #000; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }
#menubar a:active { font-size: 16px; font-weight: 400; color: #fff; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }

#menubar #curmenu a:link { font-size: 16px; font-weight: 400; color: #000; text-decoration: none; margin-right: 40px; position: relative; top: 3px; } 
#menubar #curmenu a:visited { font-size: 16px; font-weight: 400; color: #000; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }
#menubar #curmenu a:hover { font-size: 16px; font-weight: 400; color: #000; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }
#menubar #curmenu a:active { font-size: 16px; font-weight: 400; color: #000; text-decoration: none; margin-right: 40px; position: relative; top: 3px; }

