@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2C2C;
	background-image: url(images/world-backgrd.jpg);
	background-attachment: fixed;
	margin: 0; /* we zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 778px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background-image: url(images/sb-header-2.png);
	background-repeat:no-repeat;
	background-position:top left;
	height: 270px;
	margin-top: 20px;
}

.oneColFixCtrHdr #headerhome {
	background-image: url(images/sb-header.png);
	background-repeat:no-repeat;
	background-position:top left;
	height: 270px;
	margin-top: 20px;
}

.oneColFixCtrHdr #toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2D2C2C;
	position:relative;
	left:19px;
	top:230px;
	width:361px;
	margin:0;	
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 25px 20px 20px; /* padding is the space inside the div box and margin is the space outside the div box */
	margin:-20px 0px 0px 0px;
	background-image: url(images/mainbar.png);
}

.oneColFixCtrHdr #mainContent a:link {
	color: #0176BB;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #0176BB;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:active {
	text-decoration: none;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/sb-footer.png);
	height: 151px;
	margin:-20px 0px 0px 0px;
}

.oneColFixCtrHdr #line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 2px;
	width: 740px;
	margin-left: 8px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid a space between divs */
	padding: 10px 0; /* padding on this element will create space, without the margin collapse issue */
}

.oneColFixCtrHdr #sb-logo {
	background-image: url(images/sb-logo.jpg);
	height: 66px;
	width: 313px;
	left: 300px;
	top: 300px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr #offering-header {
	background-image: url(images/offering-header.jpg);
	height: 51px;
	width: 248px;
	left: 299px;
	top: 349px;
}

.oneColFixCtrHdr #txt-box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2D2C2C;
	left: 281px;
	width: 304px;
	top: 424px;
	padding-left: 4px;
}

.oneColFixCtrHdr #container #mainContent #flash {
	height: 236px;
	width: 415px;
	left: 400px;
	top: 0px;
	float: right;
	margin-top: -100px;
}

p {
	margin:10px 0px 10px 0px;
}

h1 {
	font-size:30px;
	margin:20px 0px 0px 0px;
}

h2 {
	color: #1362A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px 0px 15px 0px;
}

h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1362A4;}

h3 a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;}

h4 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;}
h5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}


.benefitlist {
	padding-top:0px;
}
.benefitlist ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
	line-height:14px;
}
.benefitlist ul li {
	margin-left:15px;
}

.benefitpic {
	padding-right:20px;
	padding-left:5px;
}

.benefitsoverview {
	padding-top:0px;
}
.benefitsoverview ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
	line-height:14px;
}
.benefitsoverview ul li {
	margin-left:15px;
}

.benefitsoverview ul ul {
	margin-left:20px;
	list-style-type:disc;}


.benefitpic {
	padding-right:20px;
	padding-left:5px;
}

a.quote:link {
	color: #0173BD;
	background:url(images/bul-arrow.gif) left center no-repeat;
	padding: 0px 0px 0px 30px;
	font-weight:bold;
}
a.quote:visited {
	color: #0173BD;
	background:url(images/bul-arrow.gif) left center no-repeat;
	padding: 0px 0px 0px 30px;
	font-weight:bold;
}
a.quote:hover {
	color: #999999;
	background:url(images/bul-arrow.gif) left center no-repeat;
	padding: 0px 0px 0px 30px;
	font-wieght:bold;
}

.style1 {color: #999999}

.style2 {font-size: 14px}
.style3 {
	color: #1362A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1362A4;
}
.style6 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style7 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#bottom-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2C2C;
	margin-left: 85px;
	width: 619px;
	line-height: 18px;
	height: 55px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* BEGIN anylink styles */
.anylinkcss{
	position: absolute;
	visibility: hidden;
	line-height: 25px;
	z-index: 100;
	background-color: #DEEDF8;
	margin: 4px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #004C78;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	border-top: 1px solid #000000;
}
.anylinkcss a:hover{
	background-color: #000000;
	color: #F7F7F7;}
	
a:link {
	color: #0173BD;
}
a:visited {
	color: #0173BD;
}
a:hover {
	color: #999999;
}
/* END anylink styles */
