* {
	margin: 0;
	padding: 0;
	}
body {
	overflow: -moz-scrollbars-vertical;
	background: #3977ae;
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
	}
a {
	color: #2d374f;
	text-decoration: underline;
	}
a:hover {
	color: #db002d;
	text-decoration: underline;
	}
p {
	width: auto;
	margin: 0 0 0.5em 0;
	text-align: justify;
	}
p.intro { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	text-align: justify;
	}
.quote {
	margin: 0;
	}
h1, h1 a, h1 a:hover {
	display: block;
	width: 240px;
	height: 72px;
	color: #7e6b60;
	font-size: 1.8em;
	margin: 0;
	}
h2 { 
	color: #7e6b60;
	font-size: 1.5em;
	font-weight: bold;
	}
h3 {
	margin: 0 223px 0.6em 0;
	color: #db002d;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em
	}
h4 {
	margin: 1.5em 0 0.5em 0; 
	color: #89a532;
	font-size: 1em;
	font-weight: bold;
	}
h4 span {
	font-weight: normal;
	}
h5 { 
	margin: 0.1em 0 0.5em 0; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	color: #069;
	font-size: 1em;
	font-weight: bold;
	}
em {
	color: #db002d;
	font-style: normal;
	}
img {
	border: 0;
	}
img.logo {
	margin: 16px 16px 0 0;
	}
form {
	margin: 2em 0 0 0;
	}
input, select, textarea {
	width: 20em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #b9c9d5;
	color: #7e6b60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: transparent;
	}
textarea  {
	height: 10em;
	}
.clear {
	clear: both;
	}
.radiobutton, .checkbox {
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0;
	}
.table {
	clear: both;
	width: auto;
	margin: 0 0 8px 0;
	border-collapse: collapse;
	}
.table th, .label {
	padding: 3px 16px 0 2px;
	border-bottom: 1px solid #e9eef2;
	font-size: 0.85em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
.table td {
	overflow: visible;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px solid #e9eef2;
	color: #333366;
	vertical-align: top;
	white-space: nowrap;
	}
.table td.noBorders {
	border: none;
	}
.form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #db002d;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	}
.form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 2px 1px 2px;
	color: #db002d;
	border: 1px solid #cacfdb;
	background: transparent;
	width: 242px;
	height: 60px;
	}
.form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #db002d;
	border: 1px solid #cacfdb;
	width: 250px;
	}
.form .radiobutton {
	width: auto;
	border: 0;
	}
.form input.textButton a {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 4px 0 0 1px;
	padding: 3px 14px 5px 12px;
	font-size: 1em;
	text-align: center;
	border: 0;
	color: #fff;
	background: url(../images/bg_button.png) no-repeat bottom right;
	}
#containerBox {
	position: relative;
	margin: 0 auto 0 auto;
	min-width: 876px;
	max-width: 1206px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1222 ? "1206px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 891 ? "876px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;
	}
#containerBox.home {
	max-width: 1020px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1042 ? "1020px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 891 ? "876px" : "100%")); /* min-width + max-width fix for IE */
	}
#pageBox {
	position: relative;
	padding: 8px	;
	background: url(../images/bg_content.gif) no-repeat bottom right #fff;
	}
#headerBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 74px;
	border-top: 1px solid #036;
	}
#headerBox .tl {
	background: url(../images/corner_header_tl.gif) left top no-repeat;
	}
#headerBox .tr {
	background: url(../images/corner_header_tr.gif) right top no-repeat;
	}
#logo span, #payoff span, #title span, #breadcrumb span {
	position: absolute;
	left: -10000px;
	visibility: visible;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 74px;
	border-left: 1px solid #036;
	background: url(../images/logo_bsg.gif) no-repeat;
	visibility: visible;
	}
#payoff {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 74px;
	border-right: 1px solid #036;
	background: url(../images/payoff_hotitem.gif) no-repeat;
	visibility: visible;
	}
#login {
	position: absolute;
	right: 0;
	padding: 0 8px 0 8px;	
	color: #afc9df;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}
#login a {
	height: 1.6em;
	margin: 0 0 0 8px;
	padding: 0 0 1px 16px;
	color: #069;
	background: url(../images/li_login.gif) left -256px no-repeat;
	vertical-align: middle;
	text-decoration: none;
	}
#login a:hover {
	color: #069;
	background: url(../images/li_login.gif) left 0 no-repeat;
	text-decoration: none;
	}
#menuBox {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 0 0 0.3em 0;
	height: auto;
	border-bottom: 1px solid #fff; 
	background: url(../images/divider_horizontal_bottom.gif) repeat-x bottom left #036;
	}
#header {
	width: 100%;
	margin: 0 0 15px 0;	
	}
#title h3 {
	margin: 0 223px 0 0;	
	}
.home h3 {
	width: 173px;
	height: 25px;
	background: url(../images/title_bsg.gif) no-repeat;
	}
#breadcrumb {
	float: right;
	width: 200px;
	margin: 3px 0 0 0;
	color: #3977ae;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	}
#breadcrumb a {
	padding: 0 6px 0 0;
	background: url(../images/breadcrumb_arrow.gif) no-repeat right center;
	white-space: nowrap;
	}
#contentBox {
	overflow: hidden;
	position: relative;
	width: 100%;
	}
#content {
	position: relative;
	margin: 0 223px 0 223px;
	padding: 18px 0 16px 0;
	background: #fff;
 	}
#text {
	margin: 0 223px 0 0;
	}
#text.wide {
	margin: 0;
	}
#text ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#text ul {
	list-style: square url(../images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#text li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
#text ul li ul {
	list-style: square url(../images/li2.gif) outside;
	}
#text li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}
#services {
	position: relative;
	width: 100%;
	margin: 24px 0 24px 0;
	}
#services .service {
	position: relative;
	float: left;
	width: 172px;
	height: 96px;
	margin: 0 8px 8px 0;
	}
#services .service a {
	display: block;
	margin : 0;
	padding: 8px 12px 8px 12px;
	width: 148px;
	height: 80px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	text-decoration: none;
	}
#services .green {
	background: url(../images/service_green.jpg) no-repeat;
	}
#services .blue {
	background: url(../images/service_blue.jpg) no-repeat;
	}
#services .red {
	margin: 0;
	background: url(../images/service_red.jpg) no-repeat;
	}
a.pageEnd span {
	position: absolute;
	left: -999em;
	visibility: visible;
	}
a.pageEnd {
	height: 1.6em;
	padding: 0 0 2px 16px;
	color: #069;
	background: url(../images/li_end.gif) left -256px no-repeat;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
	}
a.pageEnd:hover {
	background: url(../images/li_end.gif) left 0 no-repeat;
	text-decoration: none;
	}
#sideInfo {
	overflow: hidden;
	position: relative;
	float: right;
	width: 200px;
	margin: 0 0 0 24px;
	}
#sideInfo .picture {
	margin: 4px 0 1em 0;
	}
#sideInfo .description {
	margin: 0; 
	color: #6f8a13;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}
#sideInfo .quote {
	margin: 0 0 1em 0; 
	color: #db002d;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 1.15em;
	}
#sideInfo .text {
	margin: 0 0 1em 0; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	color: #069;
	font-size: 0.9em;
	font-weight: normal;
	}
#sideInfo .subjects {
	margin: 0 0 1em 0; 
	color: #069;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	}
#sideInfo .subjects ul {
	list-style: none;
	width: auto;
	padding: 0 0 0 0;
	background: #fff;
	}
#sideInfo .subjects li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.2em 0.4em 0.6em 12px;
	margin: 0;
	border: 0;
	background: url(../images/li_subject.gif) left -256px no-repeat;
	text-decoration: none;
	}
#sideInfo li a:hover {
	color: #db002d;
	background: url(../images/li_subject.gif) left 0 no-repeat;
	}
#text .description {
	margin: 0 0 0.5em 0; 
	color: #9299ac;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 0.9em;
	}
#footer {
	margin: 2px 0 0 0;
	padding: 0 8px 0 8px;	
	color: #afc9df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	}
#footer a {
	color: #afc9df;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
#copyright {
	overflow: auto;
	position: relative;
	float: left;
	}
#disclaimer {
	position: relative;
	float: right;
	}
#disclaimer a {
	height: 1.6em;
	margin: 0 0 0 8px;
	padding: 0 0 1px 16px;
	color: #b0c9df;
	background: url(../images/li_disclaimer.gif) left -256px no-repeat;
	vertical-align: middle;
	}
#disclaimer a:hover {
	color: #b0c9df;
	background: url(../images/li_disclaimer.gif) left 0 no-repeat;
	}
	
/* QUICKMENU */

#quickBox {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	}
#quickBoxDivider {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 198px;
	width: 2px;
	height: 999em;
	margin: 0 0 16px 0;
	background: url(../images/divider_vertical_right.gif) repeat-y;
	}
#quickBox .divider {
	z-index: 1000;
	overflow: hidden;
	width: 200px;
	height: 2px;
	}
#quickBox .top {
	background: url(../images/divider_horizontal_top.gif) repeat-x top left; 
	}
#quickBox .bottom {
	background: url(../images/divider_horizontal_bottom.gif) repeat-x top left;
	}
.quick {
	overflow: hidden;
	width: 200px;	
	color: #2d374f;
	border-bottom: 1px solid #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	text-decoration: none;
	}
.quick div.header {
	margin: 0 0 4px 0;
	}
.quick h5 {
	margin: 4px 0 0 5px;
	}
.quick h5 a {
	display: block;
	height: 1.7em;
	margin-right: 12px;
	padding: 0 24px 0 8px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	vertical-align: middle;
	text-decoration: none;
	}
.quick h5 a:hover {
	color: #fff;
	text-decoration: none;
	}
.quick ul {
	list-style: none;
	margin: 4px 7px 4px 5px;
	padding: 0;
	background: #fff;
	}
.quick li {
	line-height: 1.15em;
	padding: 0 0 0 3px;
	}
.quick li.start {
	padding-top: 2px;
	}
.quick li.end {
	padding-bottom: 2px;
	}
.quick li a {
	display: block;
	width: 144px;
	padding: 0 0 2px 16px;
	color: #2D374F;	
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	text-decoration: none;
	}
.quick li a:hover {
	color: #db002d;
	text-decoration: none;
	}
.sphere {
	width: 200px;
	height: auto;
	color: #2d374f;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.25em;
	text-decoration: none;
	background: #3977ae;
	}
.sphere div#picture1 {
	height: 999em;
	padding: 8px;
	background: url(../images/balloons.jpg) no-repeat top left;
	color: #fff;	
	font-size: 1em;
	line-height: 1.7em;
	}
.green {
	background: #89a532;
	}
.green div.header {
	background: url(../images/boxheader_gn_start.gif) no-repeat 5px top;
	}	
.green h5 {
	background: url(../images/boxheader_gn_end.gif) no-repeat 0 bottom;
	}
.green h5 a {
	background: url(../images/boxheader_gn_close.gif) no-repeat right;
	}
.green h5 a:hover {
	background: url(../images/boxheader_gn_close_mo.gif) no-repeat right;
	}
.green div.open h5 a {
	background: url(../images/boxheader_gn_open.gif) no-repeat right;
	}
.green div.open h5 a:hover {
	background: url(../images/boxheader_gn_open_mo.gif) no-repeat right;
	}
.green li.start {
	background: url(../images/corners_gn_top.gif) top left no-repeat;
	}
.green li.end {
	background: url(../images/corners_gn_bottom.gif) bottom left no-repeat;
	}
.green li a {
	color: #6f8a13;
	background: url(../images/li_gn.gif) left -256px no-repeat;
	}
.green li a:hover {
	color: #6f8a13;
	background: url(../images/li_gn.gif) left 0 no-repeat;
	}
.blue {
	background: #3977ae;
	}
.blue div.header {
	background: url(../images/boxheader_bl_start.gif) no-repeat 5px top;
	}	
.blue h5 {
	background: url(../images/boxheader_bl_end.gif) no-repeat 0 bottom;
	}
.blue h5 a {
	background: url(../images/boxheader_bl_close.gif) no-repeat right;
	}
.blue h5 a:hover {
	background: url(../images/boxheader_bl_close_mo.gif) no-repeat right;
	}
.blue div.open h5 a {
	background: url(../images/boxheader_bl_open.gif) no-repeat right;
	}
.blue div.open h5 a:hover {
	background: url(../images/boxheader_bl_open_mo.gif) no-repeat right;
	}
.blue li.start {
	background: url(../images/corners_bl_top.gif) top left no-repeat;
	}
.blue li.end {
	background: url(../images/corners_bl_bottom.gif) bottom left no-repeat;
	}
.blue li a {
	color: #3977ae;
	background: url(../images/li_bl.gif) left -256px no-repeat;
	}
.blue li a:hover {
	color: #3977ae;
	background: url(../images/li_bl.gif) left 0 no-repeat;
	}
.red {
	background: #db002d;
	}
.red div.header {
	background: url(../images/boxheader_rd_start.gif) no-repeat 5px top;
	}	
.red h5 {
	background: url(../images/boxheader_rd_end.gif) no-repeat 0 bottom;
	}
.red h5 a {
	background: url(../images/boxheader_rd_close.gif) no-repeat right;
	}
.red h5 a:hover {
	background: url(../images/boxheader_rd_close_mo.gif) no-repeat right;
	}
.red div.open h5 a {
	background: url(../images/boxheader_rd_open.gif) no-repeat right;
	}
.red div.open h5 a:hover {
	background: url(../images/boxheader_rd_open_mo.gif) no-repeat right;
	}
.red li.start {
	background: url(../images/corners_rd_top.gif) top left no-repeat;
	}
.red li.end {
	background: url(../images/corners_rd_bottom.gif) bottom left no-repeat;
	}
.red li a {
	color: #ae0004;
	background: url(../images/li_rd.gif) left -256px no-repeat #fff;
	}
.red li a:hover {
	color: #ae0004;
	background: url(../images/li_rd.gif) left 0 no-repeat #fff;
	}

/* BANNERS */

#bannerBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	margin: 0 0 0 0;
	}
#bannerBoxDivider {
	overflow: hidden;
	z-index: 1000;
	position: absolute;
	top: 0;
	right: 198px;
	width: 2px;
	height: 999em;
	margin: 0 0 16px 0;
	background: url(../images/divider_vertical_left.gif) repeat-y;
	}
#bannerBox .divider {
	z-index: 1000;
	overflow: hidden;
	width: 200px;
	height: 2px;
	}
#bannerBox .top {
	position: absolute;
	top: 0;
	background: url(../images/divider_horizontal_top.gif) repeat-x top left; 
	}
#bannerBox .bottom {
	position: absolute;
	bottom: 0;
	background: url(../images/divider_horizontal_bottom.gif) repeat-x top left;
	}
.banner {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 132px;
	border-bottom: 1px solid #fff;
	}
.banner div.text a {
	display: block;
	width: auto;
	height: 132px;	
	padding: 10px 8px 8px 10px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 1.65em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 1em;
	}
.banner div.text a span {
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.2em;
	}
.hide {
	display: none;
	}
.important {
	color: #db002d;
	font-weight: bold;
	}
