@charset "utf-8";
/* CSS Document */

Body{
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-size: 14px;
	background-color: #699CDA;
	_background: url(../bgs/generic/sb-clouds-novisor2.png) top center repeat-x #90B9F2;	
	/* only for IE 6 */
	_behavior: url("/csshover2.htc");
}

.clearBoth
{
	clear: both;
}

.firsthalf{
	width: 100%;
	padding-top: 16px; clear: both; 
	background: url(../bgs/generic/sb-clouds-novisor2.png) top center repeat-x #90B9F2;
	_background: none;
}

h1
{
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	font-family: Helvetica;
	padding: 0px 0px 12px 0px;
}

h2.services
{
	font-size: 22px;
	color: #FFFFFF;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.4px;
	height: 37px;
}

h2.services span
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: -2px 0px 0px 0px;
	display: block;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.2px;	
}
h2 a{
	color: #FFF;
	text-decoration: none
}
h2 a:hover{
	color: #FFF;
	text-decoration: underline
}
h3
{
	color: #FFFFFF;
	font-size: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica;
}

h3.email
{
	color: #fff;
	font-size: 21px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica;
}

#left_container
{
	width: 246px;
	height: 355px;
	float: left;
	background: url(../bgs/generic/green-back.png) no-repeat;
}

#middle_container
{
	width: 246px;
	height: 355px;
	float: left;
	margin-left: 120px;
	background: url(../bgs/generic/blue-back.png) no-repeat;
}

#right_container
{
	width: 246px;
	height: 355px;
	float: right;
	background: url(../bgs/generic/red-back.png) no-repeat;
}

#white_break
{
	width: 980px;
	clear: both;
	height: 1px;
	margin-top: 0px;
	border-bottom: 1px solid #fff;
}

#bottom_back
{
	width: 100%;
	background: url(../bgs/generic/bg-rpt.jpg) repeat-x;
	height: 390px;
}

.services_img
{
	margin-left: 2px;
	margin-top: 8px;
	clear: both;
}

.links_contain
{
	width: 240px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CDCA9D;
	margin-left: 2px;
	clear: both;
	padding: 10px 0px 0px 0px;
	height: 70px;
}

.left_links
{
	float: left;
	width: 140px;
}

.right_links
{
	float: right;
	width: 100px;
}


/* logos */

a.fs-logo{
	background: url(../images/generic/sb-fs-logo.png) top no-repeat;
	width: 240px;
	height: 79px;
	_height: 78px;
	display: block;
	margin: 0 0 0 2px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.fs-logo:hover{
	background: url(../images/generic/sb-fs-logo.png) bottom no-repeat;
	display: block;
}

a.bs-logo{
	background: url(../images/generic/sb-prject-logo.png) top no-repeat;
	width: 240px;
	height: 79px;
	_height: 78px;
	display: block;
	margin: 0 0 0 2px;
	border-top: 1px solid #fff;
	cursor: pointer;
}

a.bs-logo:hover{
	background: url(../images/generic/sb-prject-logo.png) bottom no-repeat;
	display: block;
}


a.maint-logo{
	background: url(../images/generic/sb-maint-logo.png) top no-repeat;
	width: 240px;
	height: 79px;
	_height: 78px;
	display: block;
	margin: 0 0 0 2px;
	border-top: 1px solid #fff;
	cursor: pointer;	
}

a.maint-logo:hover{
	background: url(../images/generic/sb-maint-logo.png) bottom no-repeat;
	display: block;
}




ul.links
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.links li
{
	padding-bottom: 5px;
	list-style: none;
}

.links li a
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/generic/bullet-point.gif) no-repeat 1px 5px;
	padding-left: 8px;
}

.links li a:hover
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/generic/bullet-point-hover.gif) no-repeat 0px 5px;
}

ul.links_two
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.links_two li
{
	padding-bottom: 5px;
	list-style: none;
}

.links_two li a
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/generic/bullet-point.gif) no-repeat 0px 5px;
	padding-left: 8px;
}

.links_two li a:hover
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/generic/bullet-point-hover.gif) no-repeat 0px 5px;
}

.logo_contain
{
	width: 240px;
	margin-left: 2px;
}

.services_logo
{
	margin: 10px 0px 0px 25px;
}

.services_logo_two
{
	margin: 10px 0px 0px 35px;
}

.services_logo_three
{
	margin: 10px 0px 0px 50px;
}

#contact_contain
{
	width: 285px;
	color: #fff;
	font-size: 12px;
	float: left;
	margin-top: 20px;
}

#group_contain
{
	width: 279px;
	float: left;
	margin-top: 20px;
	margin-left: 82px;
}

p
{
	color: #FFFFFF;
	font-size: 13px;
}
ul#contact{
	margin: 0 0 12px 0;
	padding: 0px;
}
#contact li
{
	list-style: none;
	padding-bottom: 0px;
}

#contact li a
{
	background: url(../images/generic/bullet-point-white.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#contact li a:hover
{
	background: url(../images/generic/bullet-point-white-hover.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#group_left
{
	float: left;
}

#group_right
{
	float: left;
	margin-left: 0px;
}

ul#group_first
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#group_first li
{
	list-style: none;
	padding-bottom: 6px;
}

#group_first li a
{
	background: url(../images/generic/bullet-point-white.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#group_first li a:hover
{
	background: url(../images/generic/bullet-point-white-hover.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

ul#group_first_two
{
	margin: 10px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#group_first_two li
{
	list-style: none;
	padding-bottom: 6px;
}

#group_first_two li a
{
	background: url(../images/generic/bullet-point-white.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#group_first_two li a:hover
{
	background: url(../images/generic/bullet-point-white-hover.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

.emailsignup
{
	background: url(../images/generic/sign-up-back.png) no-repeat;
	float: left;
	height: 36px;
	border: 0px;
	width: 209px;
	font-size: 16px;
	padding-left: 4px;
	padding-top: 8px;
	display: block;
	margin-bottom: 5px;
	margin-top: 6px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#signupbutton
{
float: left;
padding-top: 10px;
}
