/* CSS Document */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #F1F1F1 url(../images/sb-bg-strip126.jpg) repeat-x left top;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: #404040; /* Theme charcoal font color */
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #002d92; /* Theme blue color */
	text-decoration: underline;
}

a:hover {
	color: #0d52f3; /* Electric Blue */
}

fieldset {
	margin: 0;
	padding:0;
	border: 1px solid #484848;
	background: url(../images/fieldset-fade.jpg) #ffffff repeat-x left bottom;
}

legend {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

td, th {
	text-align: left;
	vertical-align: top;
}

img {
	border: 0;
}

div#MainContainerWrapper {
	background: #101010 url(../images/sb-graybar76.jpg) no-repeat center top;
}

#MainContainer2, #FooterContainer2 {
	width: 980px;   /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#ContentContainer2 {
	float: left;
	width: 980px;
}

div#TopWrapper {
	background: #002d92 url(../images/sb-homepage-bg.jpg) no-repeat center top;
	height: 60px;
}

div#HeaderTop {
	height: 60px;
	width: 980px;
	margin: 0 auto; /*Center container on page*/
}

div#HeaderLogo {
	float: left;
}

div#HeaderTopLinks {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	color: #F6F6F6;
}

#TopLogo {
	width: 281px;
	height: 40px;
	/*background: transparent url(../images/sb-logo.png) no-repeat left top;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sb-logo.png', sizingMethod='scale');*/
}

#ContentHeader2 {
	font-size: 18px;
	vertical-align: top;
	height: 27px;
	font-style: italic;
	letter-spacing: 1px;
	font-family: 'Titillium Web', sans-serif;
	vertical-align: top;
}

#DynamicContent {
	padding: 20px 0 0 0;
}

/* For browsers that support it, let's do a nice shadow */
div#HeaderShadow {
	position:absolute;
	top:126px;
	left:0;
	height:1px;
	width: 100%;
	background-color: #303030;
	z-index: -99;
	-moz-box-shadow:    0px 4px 6px 3px #303030;
	-webkit-box-shadow: 0px 4px 6px 3px #303030;
	box-shadow:         0px 4px 6px 3px #303030;
}

#MainFooter2 {
	clear: both;
	margin-top: 10px;
	padding: 8px 0 0 0;
	font-size: 11px;
}

div#FooterShadow {
	height: 1px;
	background-color: #A0A0A0;
	margin: 0 0 8px 0;
	-moz-box-shadow:    0px 2px 2px 2px #C0C0C0;
	-webkit-box-shadow: 0px 2px 2px 2px #C0C0C0;
	box-shadow:         0px 2px 2px 2px #C0C0C0;
}



a.PagePrevLink:link, a.PageNextLink:link, a.PagePrevLink:visited, a.PageNextLink:visited, a.PagePrevLink:active, a.PageNextLink:active  {
	font-weight: bold;
	color: #2761ad;
	text-decoration: none;
	font-size: 20px;
}

a.PagePrevLink:hover, a.PageNextLink:hover {
	color: #87afe5;
}

a.ActionLink:link, a.ActionLink:visited, a.ActionLink:active  {
	font-size: 11px;
}

a.ActionLinkMed:link, a.ActionLinkMed:visited, a.ActionLinkMed:active  {
	font-size: 15px;
}

a.ActionLinkLarge:link, a.ActionLinkLarge:visited, a.ActionLinkLarge:active  {
	font-size: 18px;
}

a.AgentWebLink1:link, a.AgentWebLink1:visited, a.AgentWebLink1:active  {
	font-weight: normal;
	color: #002d92;
	text-decoration: none;
}

a.AgentWebLink1:hover {
	color: #0000FF;
}

.TopHeading {
	color: #FFFFCC;
	font-size: 9pt;
	font-weight: bold;
}

.PageHeading, .PageHeading2 {
	font-weight: normal;
	text-decoration: none;
	color: #262626;     /* Theme dark charcoal page title color */
	margin-bottom: 8px;
	font-style: italic;
	letter-spacing: 1px;
}

.PageHeading {
	font-size: 24px;
}

.PageHeading2 {
	font-size: 20px;
}


.ContentPadding {
	padding: 0 8px 8px 8px;
}

.ContentPaddingAll {
	padding: 8px 8px 8px 8px;
}

.ContentPaddingLargeAll {
	padding: 10px 20px 20px 20px;
}

.TableHeadings {
	background-color: #D7DFE1;
}

.TableHeadings th {
	/* border-bottom: 1px solid #303030; */
	color: #505050;
}

.FieldLabel {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}

.FieldLabelTop {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 8px;
}

.FormInputSmall, .FormInputLogin, .FormInputSelect {
	background-color: #FEFEFE;
	color: #303030;
	border: 1px solid #404080;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}

.FormInputLoginSmall {
	color: #393939;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #808080;
	padding: 4px;
    background: #FFFFFF url(../images/bg-fade.jpg) repeat-x left bottom;
}

.FormInputText {
	background-color: #FEFEFE;
	color: #404040;
	border: 1px solid #404040;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.FormInputButton {
	color: #002d92;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	visibility: visible;
}





.PricingTable th, .PricingTable td {
	border-bottom: 1px solid #4f6f87;
}

/* First Step in the sign up process */
.PlanSelectTable td {
	text-align: center;
}

.PlanSelectTable th.PlanHeading {
	/* background-color: #86b436; */
	width: 100px;
	height: 60px;
	background: url(../images/web2-green.png) no-repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow:hidden;
}

.PlanSelectTable div.PlanHeadingText {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
}

.PlanSelectTable div.PlanHeadingTextSmall {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
}

ul.PlanFeatureList {
	margin:0;
	padding-top:0;
	list-style-image: url(../images/checkmark-xsmall.jpg);
}

.PlanFeature {
	margin-bottom: 10px;
	font-size: 12px;
}

.PlanFeatureTitle {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	letter-spacing: 1px;
}

.PlanFeatureDesc {
	font-size: 12px;
	color: #555555;
	font-weight: normal;
}

ul.PlanFeatureDescList {
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
}

.IDXSearchTitle { border: 1px solid #D0D0D0; background-color: #A0A0A0; color: #F6F6F6; padding: 3px; margin: 10px 0 0 0; font-size: 18px; font-style: normal; }