/* CSS STRUCTURE */

/* body, html */ 
/* 	{ /* 
/*     margin:0; */
 /*    padding:0; */
/* 	min-width:785px; */ 
/* 	height:100%; this is the key to left column height! */
 /*    } */
	
#top_wrap /* wraps entire page */
	{
    margin:0 auto;
    width:785px;
	border-right: 1px solid #ececec; 
	border-bottom: 1px solid #ececec; 
	border-left: 1px solid #ececec; 
    }
	
#banner_wrap /* wraps top banner image */
	{
	width:785px;
	clear: both;
	height:100px;
	}

#navigation_wrap /* wraps top navigation bar */
	{
	margin:0px; 
	padding:0px;
	height: 25px; /*Height of top section*/
	clear: both;
	}
	
#main_wrapper  /* wraps #main_content */
	{
	float: left;
	width: 100%;
	background: #faf2be; /* same as sidebar color so sidebar column appears to stretch full height of page */
	}
	
#main_content /* wraps right text box */
	{
    background:#faf2be;
	float:right;
    width:285px;
	height:317px; /*height of flash minus top and bottom padding*/
	margin-left: 147px; /*Set left margin to LeftColumnWidth*/
	padding: 10px;
	position:relative;
	}
	
#main_text /* wraps right text */
	{
	position:absolute;
	width:285px;
	text-align: center; 
	top:50%; /*needed to center text vertically*/
	margin-top:-145px; /*needed to center text vertically*/
	line-height: 28px; /*needed to center text vertically*/
    }
	
#sidebar /* wraps flash */
	{
    background-color: #FAF2BE;
	float:left;
    width:480px;
	margin-left: -785px; /*Set left margin to -(MainContainerWidth)*/
	height:337px;
    }
	
#links_row  /* wraps three column content area */
	{
    margin:0 auto;
    width:765px;
	height:100%;
	padding:5px 10px 5px 10px; 
	border-top: 1px solid #9c9785; 
	background-color: #D1CAB0; 
    clear:both;
    }
	
#footer  /* wraps footer */
	{
    margin:0 auto;
    width:773px;
    clear:both;
	padding: 6px;
	background-color: #9c9785; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #faf2be; 
	text-decoration: none;
	text-align: center;
    }

/* GLOBAL STYLES */

body
	{
	margin-top: 0px;
	background-color: #83b5db;
	background-image: url(images/BG_gradient.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}
	
p
	{
	margin-right: 10px;
	/* line-height: 135%; */
	}
	
p.indent
	{
	margin-left: 30px;
	margin-right: 10px;
	/* line-height: 135%; */
	}
	
UL {
	list-style-position: inside;
	}
	
#indent
	{	
	text-indent: -1.2em;
	}
	
.frame /* WRAPS GRAY LINE AROUND MAIN WINDOW */
	{
	position:relative;
	border-right: 1px solid #ececec; 
	border-bottom: 1px solid #ececec; 
	border-left: 1px solid #ececec; 
	width: 785px; 
	margin:0 auto;
	}
	
.overlay /* controls positioning of search box */
{
   position:absolute;
   width: 300px;
   height: 30px;
    top:70px;
    left:485px;
    right:0;
    bottom:0;
	z-index:0;
}
	
img.sub_top /* USED FOR TOP LEFT-SIDE PHOTOS ON SUB PAGES */
	{
	margin: 0 10px 10px 0; 
	float: left;
	border: 0;
	}
	
img.sub_right /* USED FOR TOP RIGHT-SIDE PHOTOS ON SUB PAGES */

	{
	margin: 0 0 10px 10px; 
	float: right;
	border: 0;
	}
	
A, A:visited /* PRIMARY LINKS STYLE */
	{
	color: #369;
	text-decoration: underline;
	font-weight: normal;
	}

A:hover, A:active /* PRIMARY LINKS STYLE */
	{
	color: #cc3333;
	text-decoration: none;
	font-weight: normal;
	}
	
.border_bottom /* PLACES A BORDER UNDER A TEXT BLOCK */
	{
	border-bottom: 1px solid #9c9785;
	padding: 4px 0px 4px 0px;
	}
	
.top_banner /* PLACES LIGHT GRAY LINE UNDER BANNER PHOTO */
	{
	padding-bottom: 0px; 
	border-bottom: 1px solid #ececec;
	}
	
.copyright /* CONTROLS COPYRIGHT FOOTER TABLE CELL */
	{
	padding: 6px;
	background-color: #408ec7;
	background-image: url(images/copyright_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 9px */
	font-weight: normal;
	text-align: center; 
	color: #ececec; 
	text-decoration: none;
	border-top: 1px solid #3c3c3c; /* was  #9c9785*/
	}
	
A:link.copyright_box, A:visited.copyright_box /* CONTROLS COPYRIGHT FOOTER LINKS */
	{
	font-size: 9px;
	font-weight: normal;
	color: #ececec;
	text-decoration: none;
	}

A:hover.copyright_box, A:active.copyright_box /* CONTROLS COPYRIGHT FOOTER LINKS */
	{
	font-size: 9px;
	color: #ececec;
	text-decoration: underline;
	}
	
.underline /* BASIC UNDERLINE STYLE */
	{
	text-decoration: underline;	
	}
	
.basic_bold /* BASIC BOLD STYLE */
	{
	font-weight: bold;
	}
	
.blue_bold
	{
	font-weight: bold;
	color: #0072b8;
	}
	
.table_cell_border
	{
	border: 1px solid #000000;
	border-collapse: collapse;
	}
	
/* HOME PAGE STYLES */

.home_text  /* CONTROLS MAIN TEXT BLOCK ON HOME TABLE CELL */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
	}
	

A:link.casestudy, A:visited.casestudy /* CONTROLS CASE STUDY LINKS */
	{
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
	}

A:hover.casestudy, A:active.casestudy /* CONTROLS CASE STUDY LINKS */
	{
	font-size: 12px;
	color: #faf2be;
	text-decoration: none;
	}

.home_box1 /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA */
	{
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63;
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 248px; 
	}
	
.home_box2 /* CONTROLS LEFT BORDER AND PADDING FOR HOME TABLE CELLS CONTENT AREAS*/
	{
	border-left: 1px solid #ececec;
	padding: 6px 10px 6px 6px;
	width: 248px;
	}
	
.home_box3 /* CONTROLS SECOND LEVEL CELL HEADERS IN MAIN HOME PAGE AREA */
	{
	border-bottom: 1px solid #ececec; /* eeeeaa */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63;
	font-weight: bold;
	padding: 0;
	width: 248px; 
	}
	
	
.home_box1a /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA -- FOR WIDER COLUMN */
	{
	border-bottom: 1px solid #ececec;  /* WAS FFFFFF */
	border-left: 1px solid #ececec;  /* WAS FFFFFF */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63;   /* WAS 006ea4 */ 
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 500px; 
	}
	
.home_box1b /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA  -- FOR WIDER COLUMN */
	{
	border-bottom: 1px solid #ececec;  /* WAS FFFFFF */
	border-left: 1px solid #ececec; /* WAS FFFFFF */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63; /* WAS 006ea4 */
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 280px; 
	}
	
.homeslider_box1a /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA -- FOR WIDER COLUMN */
	{
	border-bottom: 1px solid #ececec;  /* WAS FFFFFF */
	border-left: 1px solid #ececec;  /* WAS FFFFFF */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;   /* WAS 006ea4 */ 
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 500px; 
	}
	
.homeslider_box1b /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA  -- FOR WIDER COLUMN */
	{
	border-bottom: 1px solid #ececec;  /* WAS FFFFFF */
	border-left: 1px solid #ececec; /* WAS FFFFFF */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b; /* WAS 006ea4 */
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 280px; 
	}	
	
.homeslider_box3 /* CONTROLS SECOND LEVEL CELL HEADERS IN MAIN HOME PAGE AREA */
	{
	border-bottom: 1px solid #ececec; /* eeeeaa */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: bold;
	padding: 0;
	width: 248px; 
	}
	
.div_bottom_border_homeslider /* USED ON HOME PAGE ONLY */
	{
	border-bottom: 1px solid #ececec;
	}

.home_box2a /* CONTROLS LEFT BORDER AND PADDING FOR HOME TABLE CELLS CONTENT AREAS  -- TO ACCOMMODATE WIDER LEFT COLUMN */
	{
	border-left: 1px solid #ececec;  /* WAS FFFFFF */
	padding: 6px 10px 6px 6px;
	width: 500px;
	}
.home_box2b /* CONTROLS LEFT BORDER AND PADDING FOR HOME TABLE CELLS CONTENT AREAS  -- TO ACCOMMODATE WIDER LEFT COLUMN */
	{
	border-left: 1px solid #ececec;  /* WAS FFFFFF */
	padding: 6px 10px 6px 6px;
	width: 280px;
	}
	
.home_ALL_div /* CONTROLS WRAPPER FOR 'ALL...' LINKS UNDER RELEASES AND CASE STUDIES */
	{
	padding: 6px 0px 0px 0px;
	text-align: right;
	}
	
	
A:link.link_box2, A:visited.link_box2 /* CONTROLS HOME PAGE LINKS */
	{
	color: #323232;  /* was 656565 */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	display: block;
	}

A:hover.link_box2, A:active.link_box2 /* CONTROLS HOME PAGE LINKS */
	{
	color: #faf2be; /* previously 000000 */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #9C9785 ;  /* previously d1cab0 */ 
	padding: 8px 5px 8px 10px;
	display: block;
	}
	
A:link.link_box2_homeslider, A:visited.link_box2_homeslider /* CONTROLS HOME PAGE LINKS */
	{
	color: #323232;  
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	display: block;
	z-index:9999;
	}

A:hover.link_box2_homeslider, A:active.link_box2_homeslider /* CONTROLS HOME PAGE LINKS */
	{
	color: #323232; 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #9cccf1;  /* previously d1cab0 */ 
	padding: 8px 5px 8px 10px;
	display: block;
	z-index:9999;
	}
	
.div_bottom_border_home /* USED ON HOME PAGE ONLY */
	{
	border-bottom: 1px solid #9C9785;
	}

	
/* SUB PAGE STYLES */

.main_content_area /* CONTROLS MAIN CONTENT TD CELL ON ALL SUBPAGES, EXCEPT NEWS RELEASES */
	{
	padding: 10px; 
	background-color: #f6f3f3; /* f9f4d1*/
	}
	
.header_page /* MAIN PAGE HEADER AT TOP OF ALL SUBPAGES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0072b8;  /* changed from #cc3333 */ 
	font-weight: BOLD;
	border-bottom: 1px solid #0072b8;
	padding-bottom: 4px;
	}
	
.caption
	{
	font-style: italic;
	font-family: "Times New Roman",Georgia,Serif;
	margin-top: 3px;
	}
	
.caption_right
	{
	text-align:right;
	font-style: italic;
	font-family: "Times New Roman",Georgia,Serif;
	margin-top: 3px;
	}

.header_section /* LEFT NAV HEAD BAR ON NEWS RELEASES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;  /* was #faf2be */
	font-weight: BOLD;
	padding-left: 6px;
	background-color: #7e7e7e;  /* was #9c9785 */
	/* border-top: 14px solid #d4d49b; */
	}
	
.subhead
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0072b8; 
	font-weight: BOLD;
	padding-bottom: 2px;
	}

.subhead2_botPad0
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0072b8; 
	font-weight: BOLD;
	padding-bottom:0px;
	}
	
.left_nav_column /* LEFT NAV COLUMN ON ALL SUBPAGES  */
	{
	background-color: #cccccc;   /* was #d1cab0 */
	padding-top: 15px;
	border-right: 1px solid #3c3c3c; /* was #877f63 */
	height:100%;
	}
	
.left_nav_table /* LEFT NAV TABLE - INSIDE LEFT NAME COLUMN - ON ALL SUBPAGES */
	{
	background-color: #cccccc;   /* was #d1cab0 */
	padding-top: 10px;
	height:100%;
	}
	
.div_bottom_border /* USED EXTENSIVELY, MAINLY ON LEFT NAV LINK DIVS */
	{
	border-bottom: 1px solid #ececec;  /* was  #877f63 */
	}

.div_bottom_border_current /* USED EXTENSIVELY, MAINLY ON LEFT NAV LINK DIVS */
	{
	border-bottom: 1px solid #ececec;  /* was  #877f63 */
	background-color: #ececec;
	color: #323232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	display: block;
	}

	
A:link.link_box, A:visited.link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #323232;   
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	display: block;
	}

A:hover.link_box, A:active.link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #323232; /* was  #faf2be */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #9cccf1;  /* was 9c9785 */
	padding: 8px 5px 8px 10px;
	display: block;
	}
	
	
A:link.calendar_link_box, A:visited.calendar_link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #323232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 3px 0px 10px;  /* top right bottom left */
	display: block;
	}

A:hover.calendar_link_box, A:active.calendar_link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #faf2be;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #9c9785;  /* previously 877f63 */
	padding: 8px 3px 0px 10px;
	display: block;
	}
	
	
A:link.bold_link, A:visited.bold_link /* CONTROLS LEFT NAV LINKS */
	{
	color: #006193;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	}

A:hover.bold_link, A:active.bold_link /* CONTROLS LEFT NAV LINKS */
	{
	color: #cc3333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;
	}
	
a.contact_us_rollover /* part of contact us rollover */
	{ 
	display: block;
	width: 137px;
	height: 20px;
	text-decoration: none;
	background: url("images/contact_us.gif");
	margin-left:5px;
	}

a.contact_us_rollover:hover /* part of contact us rollover */
	 { 
	background-position: -137px 0;
	margin-left:5px;
	}

.contact_us_displace /* part of contact us rollover */
	{
	position: absolute;
	left: -5000px;
	}
	
.newsdate /* CONTROLS TABLE HEADER ON NEWS ARCHIVE PAGE AND DATABASE MGT TABLES */
	{
	padding: 2px 0px 2px 6px;
	background-color: #eeeeee;
	}
	
.newstitle /* CONTROLS TABLE HEADER ON NEWS ARCHIVE PAGE AND DATABASE MGT TABLES */
	{
	padding: 6px 0px 6px 6px;
	background-color: #eeeeee;
	}
	
.NewsYearHead

	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6b6b6b;
	font-weight: BOLD;
	padding-bottom: 4px;
	}
	
.right_float 
	{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
	}

.right_float_generic
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 12px 12px;
	background-color: #d4d4d4;
	border-top: 2px solid #408ec7;
	border-bottom: 2px solid #408ec7;
	width: 212px;
	}
	

.right_float_250px
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 12px 12px;
	background-color: #d4d4d4;
	border-top: 2px solid #408ec7;
	border-bottom: 2px solid #408ec7;
	width: 250px;
	}
	
.right_float_250px_plain
	{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: right;
	width: 250px;
	}
	
.right_float_italic  /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 12px 12px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	background-color: #d4d4d4;
	border-top: 3px solid #408ec7;
	border-bottom: 3px solid #408ec7;
	width: 150px;
	font-style: italic;
	}
	
.right_float_border /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERED BOX ON SUB PAGES */
	{
	float: right;
	padding: 6px;
	border: 1px solid #877f63;
	margin: 0px 0px 12px 12px;
	background-color: #fbf0a5;
	width: 150px;
	}
	
.right_float_about_us /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERED BOX ON SUB PAGES */
	{
	float: right;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	font-size:12px;
	background-color: #d4d4d4;
	border-top: 3px solid #408ec7;
	border-bottom: 3px solid #408ec7;
	width: 150px;
	}
	
.right_float_windenergy 
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 12px 12px;
	background-color: #d4d4d4;
	border-top: 3px solid #408ec7;
	border-bottom: 3px solid #408ec7;
	width: 212px;
	text-align: center;
	}
	
.right_float_rebat 
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 15px 15px;
	width: 250px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	font-style: italic;
	}
	
.left_float_250px
	{
	float: left;
	padding: 6px;
	margin: 0px 15px 5px 0px;
	width: 250px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	line-height: 135%;
	font-style: italic;
	}
	
.left_float_200px
	{
	float: left;
	padding: 6px;
	margin: 0px 15px 15px 0px;
	width: 200px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	line-height: 135%;
	font-style: italic;
	}

.left_float_rebat 
	{
	float: left;
	padding: 6px;
	margin: 0px 15px 15px 0px;
	width: 250px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	font-style: italic;
	}

.windwise_head
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a3b23b; 
	font-weight: BOLD;
	padding-bottom: 4px;
	}
	
.NR_Image_float1  /* AVAILABLE TO CONTROL LEFT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	float: left;
	padding: 0px 6px 6px 0px;
	margin: 0px 10px 12px 0px;
	width: 166px;
	font-family:"Times New Roman", serif;
	font-style: italic;
	}
	
.NR_Caption  /* AVAILABLE TO CONTROL LEFT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	border-bottom: 1px solid #877f63;
	font-size: 11px;
	padding: 6px;
	width: 100%;
	display:block;
	}
	


.news_head_bold /* CONTROLS HEADLINES ON NEWS RELEASES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	


/* training video login styles */

	#BotTrapYes  /*  hides hidden form textarea to redirect bots on action page */
	{display: none;}
	
	.botton /* styles form submit button */
	{
	background-color: #6f95c0;
	padding: 3px;
	border: 0px;
	color: #FFFFFF;
	}
	
	.botton_hover /* styles form submit button */
	{
	background-color: #889079;
	padding: 3px;
	border: 0px;
	color: #FFFFFF;
	}

	.required
	{
	font-weight: bold;
	font-size: 14px;
	color: red;
	}
	
/* wind pages styles */

/* this style is specific to wind pages per Gainsville request on spacing between section heads and text */
p.windhead 
{
margin-bottom: 0px;
line-height: 100%;
font-size: 14px;
font-weight: bold;
}

p.windsubhead 
	{
	margin-bottom: 2px;
	line-height: 100%;
	font-weight: bold;
	}

p.windtext 
	{
	margin-top: 0px;
	/* line-height: 135%; */
	}
p.windlist 
	{
	margin-bottom: 2px;
	line-height: 135%;
	margin-top: 0px;
	}

UL.windindent 
	{
	text-indent: -1.3em;
	margin-top: 0px;
	/* line-height: 135%; */
	}
UL.windindent2
	{
	margin-top: 0px;
	line-height: 135%;
	}

.mylist_item
	{
    list-style-type: disc;
    list-style-position: inside;
    padding-right: 15px;
    text-indent: -1em;
	}

/* Rebat Top Links styles*/

A:link.rebat, A:visited.rebat /* PRIMARY LINKS STYLE */
	{
	color: #535353;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	}

A:hover.rebat, A:active.rebat /* PRIMARY LINKS STYLE */
	{
	color: #cc3333;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	}

p.rebat_page_head 
	{
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #0072b8;
	}

.rebat_float_right /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERED BOX */
	{
	float: right;
	padding: 5px;
	border: 1px solid #877f63;
	margin: 0px 0px 12px 12px;
	background-color: #ede6cb;
	width: 150px;
	clear: right;
	}
	
LI.rebat_float_list
	{
	text-indent: -3em;
	}
	
p.rebat_question
	{
	margin-bottom: 2px;
	line-height: 135%;
	margin-top: 15px;
	font-weight: bold;
	}

p.rebat_answer
	{
	margin-bottom: 2px;
	line-height: 135%;
	margin-top: 0px;	
	}

.rebat_about_head
{
	padding: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006193;
	font-weight: bold;
}

	
A:link.wind, A:visited.wind /* PRIMARY LINKS STYLE */
	{
	color: #323232;
	text-decoration: underline;
	font-weight: normal;
	}

A:hover.wind, A:active.wind /* PRIMARY LINKS STYLE */
	{
	color: #cc3333;
	text-decoration: none;
	font-weight: normal;
	}
	
li.indent
{
    list-style-position: inside;
    text-indent: -1.5em;
	margin-left:0px; 
	padding-left: 0px;
}