html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image: url("../images/body_bg.jpg");
	background-color: #f3f3f3;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* layout divs */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	height:800px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

div#footer{
	width: 100%;
	height: 35px;
	background: #f3f3f3;
	color: #666666;
	height: 120px;
	padding-top: 20px;
	z-index:1;
	text-align: center;
	background-repeat: repeat-x;
	z-index: 10000;
}
#footer_text{
	color: #333333;
	text-align: center;
	padding: 8px 0 0 0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	z-index: 10000;
}
#footer_width_restrictor{
	width: 720px;
	text-align: center;
	padding: 0 0 0 0;
	align: center;
	margin: 0 auto;
	z-index: 10000;
}

#text_column {
	width: 480px;
	top: 309px;
	left: 256px;
	margin-bottom: 5px;
	position: absolute;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
} 

#home_text_column {
	width: 757px;
	top: 305px;
	left: 240px;
	margin-bottom: 5px;
	position: absolute;
	height: 27px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
} 


#teasers_column {
	position: absolute;
	width: 220px;
	left: 505px;
	height: 249px;
	top: 10px;
}

#contact_column {
	position: absolute;
	margin-left: 0px;
	width: 220px;
	height: 324px;
	background-color: #969696;
	top: 290px;
	padding-top: 14px;
	z-index:2;
	left: 9px;
}


div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	z-index: 1;
}

div#banner {
	margin-left:0px;
	margin-top: 0px;
	position:absolute;
	width:1033;
	left: -20px;
	top:0; /* stick to top */
	font-size: 9pt;
	color: #666666;
	z-index: 0;
	height: 100%;
	background-color: #FFFFFF;
}

div#bg_extender {
	margin-left:0px;
	margin-top: 0px;
	position:absolute;
	width:1034px;
	left: 0px;
	top:290px; /* stick to top */
	font-size: 9pt;
	color: #666666;
	z-index: 0;
	height: 513px;
	background-color: #FFFFFF;
}

div#nav {
	position: absolute;
	width: 462px;
	height: 37px;
	top: 0px;
	left: 270px;
	z-index: 200;
}

#title_text {
	position: absolute;
	width: 638px;
	height: 100px;
	top: 31px;
	z-index: 10;
	left: 270px;
}  

div#big_teaser_1 {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 14px;
	z-index: 700;
	padding: 0;
	left: 18px;
}

div#big_teaser_2 {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 14px;
	z-index: 700;
	padding: 0;
	left: 271px;
}

div#big_teaser_3 {
	position: absolute;
	width: 220px;
	height: 200px;
	min-height:200px;
	top: 14px;
	z-index: 700;
	padding: 0;
	left: 521px;
}

div#big_teaser_4 {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 254px;
	z-index: 700;
	padding: 0;
	left: 18px;
}

div#big_teaser_5 {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 254px;
	z-index: 700;
	padding: 0;
	left: 271px;
}

div#big_teaser_6 {
	position: absolute;
	width: 220px;
	height: 200px;
	top: 274px;
	z-index: 700;
	padding: 0;
	left: 521px;
}

.banners {
	position: absolute;
	top:0px;
	left:0px;
	height: 291px;
}

/* text styles */
p {
	margin-top: -3px;
	line-height: 1.4em;
}

.teasers_box_yellow p {
	padding:10px 10px 10px 10px;
	background-color: #bed232;
}

.teasers_box_green p {
	padding:10px 10px 10px 10px;
	background-color: #64a03c;
}

.teasers_box_turquoise p {
	padding:10px 10px 10px 10px;
	background-color: #00c8fa;
}

.contact_box p {
	padding:10px 10px 10px 10px;
}

.contact_box h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 10px;
	line-height: 16px;
	height: 16px;
	font-weight: bold;
}

.contact_box {
	position: absolute;
	top: 28px;
	left: 0px;
	z-index:10;
}

.contact_box .contact_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 10px;
}

.contact_blue_box {
	position: relative;
	background-color: #00537f;
	width: 220px;
	height: 50px;
	min-height: 50px;
	margin-top: -5px;
	padding: 4px 0px 4px 0px;
	z-index: 20;
}


.contact_blue_box p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 10px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
}

.big_teaser_green {
	position: relative;
	background-color: #008c32;
	height: 30px;
	min-height: 30px;
	width: 220px;
	margin-top: -2;
	padding: 2px 0px 2px 0px;
}

.big_teaser_green p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 10px;
	line-height: 12px;
	font-weight: bold;
	padding:10px 10px 0px 10px;
}
/* header titles */
h1 {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	color: #ffffff;
	line-height: 1;
	height: 1;
	min-height: 1;
	max-height: 1;
	font-weight: bold;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	color: #ffffff;
	line-height: 1.2;
	height: 1.2;
	min-height: 1.2;
	max-height: 1.2;
}
/* main text titles */
h3 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #00537f;
	line-height: 1;
	height: 1;
	font-weight: bold;
}

hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
	text-align: left;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	color: #00537f;
	line-height: 1;
	height: 1;
}

#text_column ul {
	list-style-image: url("../images/sirius_bullet.gif");
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	list-style-type: square;
}
#text_column li {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-style: normal;
	line-height: 1.4em;
}

#text_column .not_bold {
	font-weight: normal;
	font-size: 9pt;
	color:#000000;
}


/* links */
a {
	color: #00537f;
	text-decoration: underline;
}

a:hover{
	color: #00c8fa;
	text-decoration: underline;	
}

a:active {
	color: #00c8fa;
	text-decoration: underline;
}

.contact_text a {
	color:ffffff;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

.contact_text a:visited{
	color:ffffff;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

.contact_text a:active {
	color:ffffff;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

.contact_text a:hover {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

.make_white_text {
	color:#FFFFFF;
	}
/* turquoise link_style */	
.teasers_box_turquoise a {
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_turquoise a:visited{
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_turquoise a:active {
	color:#ffffff;
	text-decoration: underline;
}

.teasers_box_turquoise a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
/* yellow link_style */	
.teasers_box_yellow a {
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_yellow a:visited{
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_yellow a:active {
	color:#ffffff;
	text-decoration: underline;
}

.teasers_box_yellow a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* green link_style */	
.teasers_box_green a {
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_green a:visited{
	color:#ffffff;
	text-decoration: none;
}

.teasers_box_green a:active {
	color:#ffffff;
	text-decoration: underline;
}

.teasers_box_green a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* MORE INFO ROLLOVER BUTTONS */

.more_info_button {
	border: 0;
	border-style: none;
	position:absolute;
	z-index:6;
	left: 0px;
	top: 190px;
	}
  
a.more_info_button {
	display: block;
	width: 96px;
	height: 27px;
	background: url(../images/more_info_button.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}    
 a:hover.more_info_button {  
     background-position: 0 -27px;  
 }  
   
 a:active.more_info_button {  
     background-position: 0 -27px;  
 } 
 
 /* MORE INFO HOME ROLLOVER BUTTONS */

.more_info_button_home {
	border: 0;
	border-style: none;
	position:absolute;
	z-index:6;
	left: 0px;
	top: 280px;
	}
  
a.more_info_button_home {
	display: block;
	width: 96px;
	height: 27px;
	background: url(../images/more_info_button.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}    
 a:hover.more_info_button_home {  
     background-position: 0 -27px;  
 }  
   
 a:active.more_info_button_home {  
     background-position: 0 -27px;  
 }   
