/**************************************************************************************************/
/**************************************************************************************************/
/*   INDEX                                                                                        */
/*   1. General Statements, Fonts                                                                 */
/*   2. Structure                                                                                 */
/*   3. Common Elements (through the site)                                                        */
/*   4. Header                                                                                    */
/*   5. Header Sliders (Become a member, Member Login...)                                         */
/*   6. Main navigation                                                                           */
/*   7. Footer                                                                                    */
/*   8. Sidebar                                                                                   */
/*   9. Page Elements: Home                                                                       */
/*   10. Page Elements: Small Wind                                                                */
/*   11. Page Elements: Events                                                                    */
/*   12. Tooltip                                                                                  */
/*                                                                                                */
/**************************************************************************************************/
/**************************************************************************************************/



/**************************************************************************************************/
/* General statements */
/**************************************************************************************************/

/*body {
  text-align: center;
  background: url(../images/bg.jpg) center top repeat-x; 
}*/
.clear { clear: both; }
.wrapper {
  width: 981px;
  margin: 0 auto;
  text-align: left;
}
p, a, li, h1, h4, h5, h6, input, label, button, textarea, #tiptip_content {
  font: 12px/18px Helvetica, Arial, sans-serif;
  color: #333;
  text-decoration: none;
}
span {
  font: 13px/21px Helvetica, Arial, sans-serif;
  color: #343434;
  text-decoration: none;
}

a {
	color:#00F;
}
/*
h3{
	border-bottom:1px solid #ADC7E2;
	float:left;
	height:26px;
	width:100%;
	margin-bottom:0;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #039;
}*/

h4 {	
	font-size: 18px; line-height: 26px; font-weight: bold;
}

h5 {
	font-size: 16px; line-height: 24px;
}

.red_asterisk {
	color: #ff0000;
	font-size: 14px;
}

#defaultCountdown { width: 240px; height: 35px; }

/**************************************************************************************************/
/* Structure */
/**************************************************************************************************/

#header {
  float: left;
  position: relative;
  width: 960px;
}
#main {
  float: left;
  width: 100%;
}
#footer {
  float: left;
  width: 100%;
  background: url(../images/footer_bg.jpg) center top repeat-x;
  margin: 49px 0 0;  
}

/**************************************************************************************************/
/* Common Elements */
/**************************************************************************************************/

#main .wide_content {
  float: left;
  text-align: left;	
  width: 953px;
  padding: 0 0 0 14px;
}
#main .wide_content .content p {
  font-size: 13px; line-height: 20px;
}
#main .wide_content .wide_top { 
  float: left;
  width: 953px;
  height: 16px;
  /*background: url(../images/main_wide_top.png) 1px 0 no-repeat; */
}
#main .wide_content .wide_bot { 
  float: left;
  width: 953px;
  height: 16px;
  background: url(../images/main_wide_bot.png) 1px 0 no-repeat; 
}
#main .wide_content .content {
  float: left;
  width: 891px;
  padding: 30px 16px 16px 46px;
  background: url(../images/main_wide_bg.png) repeat-y; 
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; line-height: 20px;*/
}
#main .wide_content .content .content_block { float: left; }
#main .wide_content .content .two { width: 420px; margin-right: 21px; }
#main .wide_content .content .three { width: 274px; margin-right: 20px; }
#main .wide_content .content h3 {
  float: left;
  width: 100%;
  height: 26px;
  text-indent: -9999px;
  border-bottom: 1px solid #adc7e2; 
}
.content a.action {
  float: left;
  height: 18px;
  background: url(../images/arrow_green.png) no-repeat;
  text-transform: uppercase;
  color: 3343434;
  font-size: 14px;
  text-indent: 30px; 
}
.content a.action:hover { text-decoration: underline; }
#main .normal_content {
  float: right;
  width: 635px;
  margin: 0 14px 0 0;
}
#main .normal_content .normal_top { 
  float: left;
  width: 635px;
  height: 16px;
  background: url(../images/main_normal_top.png) 1px 0 no-repeat; 
}
#main .normal_content .normal_bot { 
  float: left;
  width: 635px;
  height: 16px;
  background: url(../images/main_normal_bot.png) 1px 0 no-repeat; 
}
#main .normal_content .content {
  float: left;
  text-align: left;
  width: 571px;
  padding: 16px 32px 32px;
  background: url(../images/main_normal_bg.png) repeat-y; 
}
#main .normal_content .content p {
  font-size: 13px; line-height: 20px;
}
#main .normal_content .content a {
  font-size: 13px; line-height: 20px;
}
#main .normal_content .content h2 {
  float: left;
  text-align: left;
  width: 100%;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 22px; color: #09C; font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #aab9d2;
  margin-bottom: 10px;
  /* text-indent: -9999px; */
}
#main .normal_content .content h3 {
  float: left;
  width: 100%;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 18px; color: #09C; font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #aab9d2;
  margin-top: 20px;
  margin-bottom: 10px;
  /* text-indent: -9999px; */
}
.content img.alignleft {
  border: 1px solid #fff;
  float: left;
  margin: 7px 9px 0 2px;
}

.red_text {
	color: #ff0000;
	font-size: 13px;
}




/**************************************************************************************************/
/* Events Highlight Area on Homepage */
/**************************************************************************************************/

.events_highlight_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.events_highlight_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	color: #06C;
}

.events_highlight_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}



/**************************************************************************************************/
/* Full Width Page Design 2012 */
/**************************************************************************************************/


div.content_fullwidth_cont { 
	background:url("../images/main_wide_bg.png") repeat-y scroll 0 0 transparent; 
	float:left;
	padding: 24px 0 0 46px;
	width:920px;
	margin:auto;
	text-align:left;
	/*font: 13px/21px Helvetica, Arial, sans-serif;*/
}

.content_fullwidth_inset {
	width: 861px; padding-bottom: 30px;
}

.content_fullwidth_inset .leftcolumn {
	float: left; width: 267px; margin-right: 30px;
}

.content_fullwidth_inset .middlecolumn {
	float: left; width: 267px; margin-right: 30px;
}

.content_fullwidth_inset .rightcolumn {
	float: left; width: 267px;
}

.headers_spacer {
	margin-bottom: 25px;
}

.content_spacer {
	margin-top: 20px;
}

#homepage_headlines {
	/*background-image: url(http://www.offshorewindexpo.org/images/_dotted.png);
	background-repeat: no-repeat;*/
	width: 861px; 
}

#homepage_headlines .homepage_headlines_cont {
	float: left; width: 267px; padding-top: 26px; margin-right: 30px; 
	/*font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: ##134B6B; line-height: 22px;*/
}

#homepage_headlines .homepage_updates_cont {
	float: left; width: 267px; padding-top: 26px; margin-right: 30px; 
	/*font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: ##134B6B; line-height: 22px;*/
}

/*#homepage_headlines .homepage_updates_cont h3 {
  float: left;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 28px; color: #09C;
  padding-bottom: 5px;
  border-bottom: 1px solid #aab9d2;
  margin-top: 20px;
  margin-bottom: 10px;
}*/

.red_header {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #990000;
}

.headline_date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 23px;
	color: #999;
}

.homepage_headlines_icon {
	width: 70px;
	float: left;
	margin-right: 10px;
}
.homepage_headlines_head {
	float: right;
	width: 175px;
}
.homepage_headlines_headline {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
}
.homepage_headlines_body {
	padding: 0 0 0 0;
	margin: 8px 0 30px 0;
	color: #333;
}
.homepage_news_body {
	padding: 0 0 0 0;
	margin: 0 0 12px 0;
	color: #ff0000;
}
.homepage_video_player {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}
.homepage_video_caption {
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	font-size: 10px;
	color: #666;
	line-height: 18px;
}

.homepage_sponsorbar_divider {
	background-image:url(../images/_dotted_single.png); background-repeat: no-repeat; height: 1px;


}

#homepage_sponsorbar {
}

#homepage_sponsorbar .homepage_sponsorbar_cont {
	float: left; width: 860px; padding-top: 26px; padding-bottom: 25px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont .one_row_width {
	width: 861px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont .one_row_width .single_width {
	width: 420px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont .sponsors_left {
	float:left; width: 420px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont .sponsors_right {
	float:right; width: 420px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont p {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999; padding-bottom: 5px;
}

#homepage_sponsorbar .homepage_sponsorbar_cont .single_row_sponsors_nopad {
	width: 861px; 
}

#homepage_sponsorbar .homepage_sponsorbar_cont .single_row_sponsors {
	width: 861px; padding-top: 20px;
}


/**************************************************************************************************/
/* IMPORTED FROM AWEA-STYLES.CSS */
/**************************************************************************************************/

.blue_headline {
  float: left;
  width: 100%;
  height: 26px;
  color: #adc7e2;
  border-bottom: 1px solid #adc7e2;
  }
  
.redtext {color: red;}
.obliquetext {font-style:oblique;}

ul.divqlinks {
  float: left;
  width: 100%;
  font-size: 13px;
  list-style-position:inside;
  list-style:none;  
}
ul.divqlinks li {
  font-size: 13px;
  padding: 4px 0 3px 5px;
}
ul.divqlinks li a {
  font-size: 13px;
  color: #47aa42;
}


ol.decimalol li {
  font-size: 13px;
  line-height: 20px;
  list-style: inside;
  list-style-type: decimal;
  padding-left: 10px;
} 

ol.decimalol li ol li {
  font-size: 13px;
  line-height: 20px;
  list-style:inside;
  list-style-type: lower-alpha;
  padding-left: 20px;
} 

ul.regularul li {
  font-size: 13px;
  line-height: 20px;
  list-style: inside;
  list-style-type: disc;
  padding-left: 10px;
} 

ul.regularul li ul li {
  font-size: 13px;
  line-height: 20px;
  list-style:inside;
  list-style-type: circle;
  padding-left: 20px;
} 


/*.divqlinks cfm {background: url(../images/icon_globe.png) 15px 0 no-repeat; }*/

ul.divqlinks li.pdfli {
	background: url(../images/icon_pdf.png) 15px 0 no-repeat;
	font-size: 13px;
	padding: 4px 0 3px 41px;	 
}

ul.divqlinks li.pdfli a {
  font-size: 13px;
  color: #47aa42;
}

ul.divqlinks li.pdfli a:hover {
  background: #47aa42;
  color: #fff;
}

ul.divqlinks li.htmlli {
	background: url(../images/icon_globe.png) 15px 0 no-repeat;
	font-size: 13px;
	padding: 4px 0 3px 41px;	 
}

ul.divqlinks li.htmlli a {
  font-size: 13px;
  color: #47aa42;
}

ul.divqlinks li.htmlli a:hover {
  background: #47aa42;
  color: #fff;
}

ul li.pdfli { 
	background: url(../images/icon_pdf.png) 15px 0 no-repeat;
	font-size: 13px;
	padding: 4px 0 3px 41px;	 
}

ul li.htmlli { 
	background: url(../images/icon_globe.png) 15px 0 no-repeat;
	font-size: 13px;
	padding: 4px 0 3px 41px;	 
} 
ul li.pdfli a {
  font-size: 13px;
  color: #47aa42;
}
ul li.pdfli a:hover {
  background: #47aa42;
  color: #fff;
}
ul li.htmlli a {
  font-size: 13px;
  color: #47aa42;
}
ul li.htmlli a:hover {
  background: #47aa42;
  color: #fff;
}

ul.topicsul{
	float:left;
	display:block;
	margin-top:10px;
	list-style: none;
	padding-bottom: 20px;
}

ul.topicsul li{
	background:url("../images/icon_star.png") no-repeat scroll 6px 0 transparent;
	padding:2px 0 5px 5px;
	float:left;
	width:270px;
	font: 13px/21px Helvetica, Arial, sans-serif;
	/*margin-left: 30px;*/
}

ul.topicsul li p{
	margin-left:30px;
	margin-top: 0;
	font: 13px/21px Helvetica, Arial, sans-serif;
}

ul.fulltopicsul {
	list-style: none;
}

ul.fulltopicsul p {font-style: oblique;}

ul.fulltopicsul li {
    background: url("../images/icon_star.png") no-repeat scroll 6px 0 transparent;
    float: left;
    padding: 2px 0 5px 5px;
    width: 100%;
}
ul.fulltopicsul li p {
    font-size: 13px;
    font-style: oblique;
    margin-left: 30px;
    margin-top: 0;
}


/**************************************************************************************************/
/* Header */
/**************************************************************************************************/

/* Logo */

#header h1 {
  float: left;
  margin: 8px 0 0 20px;
}
#header h1 a {
  float: left;
  width: 600px;
  height: 123px;
  background: url(../images/logo_offshore_FARM.png) no-repeat; 
  text-indent: -9999px; 
}
#header h1 a:hover { background-position: 0 -123px; }

/* Search & Social Links */

#header_actions {
  float: right;
  width: 300px;
  margin: 82px 0 0;
  padding: 0 0 0 0;
}
#header_connect { 
  float: right;
  padding: 3px 12px 0 10px; 
}
#header_connect p {
  float: left;
  width: 94px;
  height: 9px;
  margin: 10px 7px 0 0;
  text-indent: -9999px;
  background: url(../images/header_connect.png) no-repeat;  
}
#header_connect ul { float: left; }
#header_connect ul li { 
  float: left;
  margin: 0 1px 0 0; 
}
#header_connect ul li a {
  width: 26px;
  height: 26px;
  float: left;
  text-indent: -9999px;
  background: url(../images/header_connect_icons.png) no-repeat;  
}
#header_connect ul li.tw a { background-position: 0 0; }
#header_connect ul li.fl a { background-position: -26px 0; }
#header_connect ul li.fb a { background-position: -52px 0; }
#header_connect ul li.yt a { background-position: -78px 0; }
#header_actions form { float: right; }
#header_actions form input.text {
  float: left;
  font-size: 14px;
  color: #0651a4;
  height: 14px;
  width: 126px;
  border: 0;
  margin: 0;
  padding: 7px 7px 8px;
  background: #fff;
}
#header_actions form button {
  float: left;
  height: 29px;
  width: 38px;
  background: url(../images/header_search_submit.png) no-repeat;
  text-indent: -9999px; 
  border: 0;
  cursor: pointer;  
}


/**************************************************************************************************/
/* Header Sliders */
/**************************************************************************************************/

/* Common elements */

/*.slider_content {
}

.slider_wrapper {
  float: right;
  position: relative;
  width: 450px;
  height: 10px;
  z-index: 1; 
}
.header_slider {
  position: absolute;
  height: 92px;
  top: -58px;
}
.header_slider .slider_content {
  float: left;
  width: 100%;
  height: 58px;
}
.header_slider a.slider_toggle {
  float: right;
  height: 33px;
  background: url(http://www.offshorewindexpo.org/ui/awea/images/header_registernow.jpg) no-repeat;
  text-indent: -9999px;   
  cursor: pointer;
}
.header_slider ul { float: left; }
.header_slider ul li { float: left; }
.header_slider ul li a { 
  float: left;
  font-weight: bold;
  color: #50ae4e;
  font-size: 10px;
  padding-top: 35px;
}
.header_slider ul li a:hover { text-decoration: underline; }*/

/* Become a member */

/*#become_member_slider { 
  width: 480px;
  right: 166px;
  z-index: 3;
}
#become_member_slider .slider_content {
  background: url(../images/slider_become_bg.png) no-repeat; 
}
#become_member_slider a.slider_toggle {
  width: 159px; 
  background-position: 0 0;   
}
#become_member_slider a.slider_toggle:hover { background-position: 0 -33px; }
#become_member_slider ul li a { padding-left: 17px; } */


/* Member Login */

/*#member_login_slider { 
  width: 431px;
  right: 29px;
  z-index: 2;
}
#member_login_slider .slider_content { background: url(../images/slider_login_bg.png) no-repeat; }
#member_login_slider a.slider_toggle {
  width: 133px; 
  background-position: 0 0;   
}
#member_login_slider a.slider_toggle:hover { background-position: -159px -33px; }
#member_login_slider form {
  float: left;
  padding: 0 0 0 14px;
}
#member_login_slider form input.text {
  float: left;
  width: 147px;
  height: 11px;
  background: url(../images/slider_login_input.png) no-repeat;
  border: 0;
  padding: 6px 5px 5px;
  margin: 8px 11px 0 0; 
}
#member_login_slider form button {
  float: left;
  width: 70px;
  height: 30px;
  background: url(../images/slider_login_submit.jpg) no-repeat;
  border: 0;
  margin: 4px 0 0 1px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;   
}
#member_login_slider form button.over { background-position: 0 -30px; }
#member_login_slider form a {
  float: right;
  font-weight: bold;
  color: #50ae4e;
  font-size: 10px;
  padding: 0 17px 0 0;
}
#member_login_slider form a:hover { text-decoration: underline; }*/


#register_now_slider
{
  display: block;
  width: 131px;
  height: 33px;
  background: url("../images/slider_registernow.png") no-repeat 0 0;

}

#register_now_slider:hover
{ 
  background-position: 0 -33px;
}

#register_now_slider span
{
  position: absolute;
  top: -999em;
}


/* Username */

p#logged_username {
  position: absolute;
  right: 185px;
  top: -58px;
  z-index: 4;
  font-weight: bold;
  color: #2687ba;
  line-height: 30px;
  padding-top: 62px;
}
p#logged_username a {
  font-weight: bold;
  color: #47aa42;
  text-transform: uppercase;
}
p#logged_username a:hover {
  background: #47aa42;
  color: #fff;
}

/**************************************************************************************************/
/* Main Navigation */
/**************************************************************************************************/

#nav {
  float: left;
  position: relative;
  width: 921px;
  height: 40px;
  padding: 4px;
  margin: 3px 0 0 26px;
  background: url(../images/nav_bg.png) no-repeat; 
  z-index: 400;
}
#nav li {
  float: left;
  height: 40px;
  background: url(../images/nav_li_bg_green.png) repeat-x;
  border-right: 1px solid #5c7f9d; 
}
#nav li.last { border: 0; }
#nav li.over { background-position: 0 -40px !important; }
/*#nav li#nav_01 { background-position: 0 -80px; }*/
#nav li.active { background-position: 0 -40px !important; } /* Modified */

#nav li a {
  float: left;
  position: relative;
  height: 40px;
  background: url(../images/nav_li_a_bg_OW_new.png) no-repeat; 
  text-indent: -9999px; 
}
#nav li#nav_01 a { width: 200px; background-position: 15px 14px; }
#nav li#nav_02 a { width: 134px; background-position: -190px 14px; }
#nav li#nav_03 a { width: 207px; background-position: -322px 14px; }
#nav li#nav_04 a { width: 217px; background-position: -533px 14px; }
#nav li#nav_05 a { width: 158px; background-position: -752px 14px; }

#nav li a span.active_arrow {
  position: absolute;
  width: 19px;
  height: 8px;
  background: url(../images/nav_li_span_blue.png) no-repeat;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

/* Submenu */

#nav .subnav {
  position: absolute;
  width: 921px;
  height: 138px;
  padding: 10px 4px 4px;
  top: 44px;
  left: -9999px;
  z-index: 500;  
}
#nav .subnav span.arrow {
  position: absolute;
  width: 19px;
  height: 9px;
  background: url(../images/subnav_arrow_blue.png) no-repeat;
  top: 2px;  
}
#nav .subnav_content {
  float: left;
  width: 913px;
  padding: 0 0 0 6px;
  height: 136px;
  background: #236B9C;
  border: 1px solid #fff; 
}

/* Block Links */

#nav .subnav_content .subnav_block {
  float: left;
  width: 221px !important;
  height: 83px;
  background: url(../images/subnav_block_blue.png) no-repeat;
  background-position: 0 0 !important; 
  text-indent: 0;   
  padding: 7px 0 0 9px;
  margin: 21px 0 0 14px;
}
#nav .subnav_content .subnav_block img {
  float: left;
  display: block;
  border: 1px solid #f8fcf9;
  margin-right: 9px;
}
#nav .subnav_content .subnav_block span {
  float: left;
  width: 162px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
#nav .subnav_content .subnav_block span.title {
  height: 42px;
  text-indent: -9999px; 
  margin: 4px 0 8px;
}

/* About WINDPOWER */
#nav .subnav_content #subnav_eventschedule span.title { background: url(../images/subnav_event_schedule.png) no-repeat; }
#nav .subnav_content #subnav_aboutawea span.title { background: url(../images/subnav_about_awea.png) no-repeat; }
/* Exhibition & Sponsorship */
#nav .subnav_content #subnav_becomesponsor span.title { background: url(../images/subnav_becomesponsor.png) no-repeat; }
#nav .subnav_content #subnav_becomeexhibit span.title { background: url(../images/subnav_becomeexhibitor.png) no-repeat; }
/* Registration & Hotel Information */
#nav .subnav_content #subnav_registernow span.title { background: url(../images/subnav_registernow.png) no-repeat; }
#nav .subnav_content #subnav_bookaroom span.title { background: url(../images/subnav_bookahotelnow.png) no-repeat; }
#nav .subnav_content #subnav_hotelinformation span.title { background: url(../images/subnav_hotelinformation.png) no-repeat; }
/* Program Information & Schedules */
#nav .subnav_content #subnav_scheduleataglance span.title { background: url(../images/subnav_scheduleataglance.png) no-repeat; }
#nav .subnav_content #subnav_generalsessions span.title { background: url(../images/subnav_generalsessions.png) no-repeat; }
/* Networking/AWEA Hub */
#nav .subnav_content #subnav_networkingevents span.title { background: url(../images/subnav_networkingevents.png) no-repeat; }
#nav .subnav_content #subnav_networkingopps span.title { background: url(../images/subnav_networkingopps.png) no-repeat; }
/* Special Events */
#nav .subnav_content #subnav_golftournament span.title { background: url(../images/subnav_golftournament.png) no-repeat; } 
#nav .subnav_content #subnav_openingconcert span.title { background: url(../images/subnav_openingconcert.png) no-repeat; } 
#nav .subnav_content #subnav_foundationfundraiser span.title { background: url(../images/subnav_foundationfundraiser.png) no-repeat; } 
/* Special Events */

/* Right list */

#nav .subnav_content ul {
  float: left;
  height: 128px;
  padding: 8px 0 0 2px;
  background: url(../images/subnav_divider_blue.png) no-repeat; 
  margin: 0 0 0 31px;
  width: 392px;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;
}
#nav .subnav_content ul li {
  float: left;
  height: 24px;
  margin: 3px 0 3px 23px;
  border: 0;
  width: 166px;
  background: none;
}
#nav .subnav_content ul li.over { background-position: 0 0 !important; }
#nav .subnav_content ul li a {
  float: left;
  padding: 0 0 0 9px;     
  background: url(../images/subnav_ul_li_blue.png) 0 -100px no-repeat;
  background-position: 0 -100px !important; 
  width: auto !important;
  text-indent: 0; 
  height: 24px;  
}
#nav .subnav_content ul li a:hover { background-position: 0 0 !important; }
#nav .subnav_content ul li a span {
  float: left;
  padding: 0 9px 0 0;
  height: 24px;
  background: url(../images/subnav_ul_li_a_blue.png) right -100px no-repeat;
  font-size: 14px;
  line-height: 24px;
  color: #fff;  
  cursor: pointer;
}
#nav .subnav_content ul li a:hover span { background-position: right top; }
  

/**************************************************************************************************/
/* Footer */
/**************************************************************************************************/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 17px; color:#343434;
	text-decoration: none;
}

#footer .wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 17px; color:#343434;
	text-decoration: none;
  min-height: 222px;
  height: auto !important;
  height: 222px;
  background: url(../images/footer_logo.png) center 95px no-repeat;
  padding: 22px 0 0;   
  text-align: center;
}
#footer p#footer_nav a {
  color: #fff;
	font-size: 11px;
  text-transform: uppercase;
  padding: 0 16px;
} 
#footer p#footer_nav a:hover { text-decoration: underline; }
#footer_disclaimer {
  float: left;
  width: 100%;
  padding: 28px 0 0;
}
#footer_disclaimer p { color: #fff; }
#footer_disclaimer p a { 
  color: #fff;
  text-decoration: underline; 
}
#footer_disclaimer p a:hover { text-decoration: none; }
  

/**************************************************************************************************/
/* Sidebar */
/**************************************************************************************************/

#sidebar {
  float: left;
  width: 290px;
  padding: 15px 0 0 29px;
}

#sidebar p {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

/* Sidebar main navigation */

#sidebar ul#sidebar_nav {
  float: left;
  border: 1px solid #fff;
  width: 288px;
}
#sidebar ul#sidebar_nav li {
  float: left;
  width: 100%;
  background: url(../images/sidebar_ul_white.png) 0 -31px no-repeat;      
}
#sidebar ul#sidebar_nav li a {
  float: left;
  text-align: left;
  width: 274px;
  height: 31px;
  border-bottom: 1px solid #aed3e6;
  font-size: 14px;
  color: #236B9C;
  line-height: 31px;
  padding-left: 14px;
}
#sidebar ul#sidebar_nav li a:hover { color: #223675; }
#sidebar ul#sidebar_nav li.special { background-position: 0 0; } 
#sidebar ul#sidebar_nav li.special a { color: #236B9C; } 
#sidebar ul#sidebar_nav li.active a { color: #223675; font-weight: bold; } 

#sidebar ul#sidebar_nav li.active li a:hover { color: #ffffff; font-weight: bold; } 
#sidebar ul#sidebar_nav li.active li.sub_active a { color: #ffffff; font-weight: bold; } 



#sidebar ul#sidebar_nav li.active { border-bottom: 1px solid #aed3e6; background: #07b9e4; padding-bottom: 17px; }
#sidebar ul#sidebar_nav li.active a { background: #07b9e4; border: 0; }
#sidebar ul#sidebar_nav li.active ul li { border: 0; background: none; padding: 0; }
#sidebar ul#sidebar_nav li.active ul li a { font-size: 12px; background: #07b9e4 url(../images/sidebar_nav_sub_arrow_close.png) 20px 8px no-repeat; line-height: 23px; padding-left: 35px; width: 253px; height: auto; }
#sidebar ul#sidebar_nav li.active ul li.active a { font-weight: bold; color: #223675; background: #07b9e4 url(../images/sidebar_nav_sub_arrow_open.png) 20px 8px no-repeat; }
#sidebar ul#sidebar_nav li.active ul li.active ul li { padding: 2px 0 5px; }
#sidebar ul#sidebar_nav li.active ul li.active ul li.active a { font-weight: bold; }
#sidebar ul#sidebar_nav li.active ul li.active ul li a { font-size: 11px; font-weight: normal; font-style: italic; background: #07b9e4; line-height: 14px; }
#sidebar ul#sidebar_nav li.active ul li.active ul li a:hover { color: #fff; }

/* Sidebar small banners */

#sidebar_actions { 
  float: left;
  width: 100%;
  padding: 16px 0 36px; 
}
#sidebar_actions li { 
  float: left;
  width: 100%;
  padding: 12px 0 0;   
}
#sidebar_actions li a { 
  float: left;
  width: 100%;
  text-align: center; 
}

/* Sidebar Areas of Interest */

#sidebar_areas {
  float: left;
  text-align: left;
  width: 258px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #9ccae4;
  background: #c7ddef;
}
#sidebar_areas h4 {
  float: left;
  text-align: left;
  /*background: url(../images/h4_areas_of_interest.png) no-repeat;*/
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 20px; color: #06C;
  height: 23px;
  width: 100%;
  border-bottom: 1px solid #89bddd;
  /*text-indent: -9999px; */
}
#sidebar_areas ul {
  float: left;
  width: 245px;
  margin-left: -14px;
  padding: 11px 0 9px 0;
}
#sidebar_areas ul li {
  float: left;
  background: url(../images/icon_star.png) 6px 0 no-repeat;
  padding: 3px 0 12px 31px; 
}

#sidebar_areas ul li.pdf {
  float: left; 
  background: url(../images/icon_pdf.png) 15px 0 no-repeat;
  padding: 3px 0 12px 44px;  }
#sidebar_areas ul li.html {
  float: left;  
  background: url(../images/icon_globe.png) 15px 0 no-repeat;
  padding: 3px 0 12px 44px;  } 
#sidebar_areas ul li.cfm {
  float: left;  
  background: url(../images/icon_globe.png) 15px 0 no-repeat;
  padding: 3px 0 12px 44px;  } 
#sidebar_areas_cfm {
  float: left;  
  background: url(../images/icon_globe.png) 15px 0 no-repeat;
  padding: 3px 0 12px 44px;  } 

#sidebar_areas ul li a {
  float: left;
  color: #47aa42; 
  font-size: 13px;
  line-height: 16px;  
}
#sidebar_areas ul li a:hover {
  background: #47aa42;
  color: #fff; 
}

/* Small Wind Downloads - Quick Links */

#dql {
  float: left;
  width: 100%;
  padding: 54px 0 0;
}
#dql h3 {
  background: url(../images/h3_downloads_quick_links.png) no-repeat; 
  margin: 0 0 10px;
}
#dql ul {
  float: left;
  width: 100%;
}
#dql ul li {
  font-size: 13px;
  padding: 4px 0 3px 41px;
}
#dql ul li a {
  font-size: 13px;
  color: #47aa42;
}
#dql ul li.pdf { background: url(../images/icon_pdf.png) 15px 0 no-repeat; }
#dql ul li.html { background: url(../images/icon_globe.png) 15px 0 no-repeat; } 

#dql ul li a:hover {
  background: #47aa42;
  color: #fff;
}

/**************************************************************************************************/
/* Page Elements - Home */
/**************************************************************************************************/


/*
ul#topics{
	float:left;
	display:block;
	margin-top:10px;
}

#topics li{
	background:url("../images/icon_star.png") no-repeat scroll 6px 0 transparent;
	padding:2px 0 5px 5px;
	float:left;
	width:100%;
}

#topics li p{
	margin-left:30px;
}


ol#topics_numbered{
	float:left;
	display:block;
	margin-top:10px;
}

#topics_numbered ol {
  font-size: 13px;
  line-height: 20px;
  list-style: inside;
  list-style-type: decimal;
  padding-left: 10px;
} 

#topics_numbered ol li ol li {
  font-size: 13px;
  line-height: 20px;
  list-style:inside;
  list-style-type: lower-alpha;
  padding-left: 20px;
} 

#topics_numbered li p{
	margin-left:30px;
}*/


/* Home Banner */

#home_slider_cont {
  float: left;
  position: relative;
  padding: 10px 0 0 30px;
  z-index: 2;
  width:608px;
}
#home_slider_cont #home_slider { z-index: 1; }
#home_slider_cont #home_slider_nav {
  position: absolute;
  z-index: 50;
  right: 11px;
  bottom: 18px;
}
#home_slider_cont #home_slider_nav a {
  float: left;
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #0651a4;
  margin: 0 7px 0 0;
  text-indent: -9999px; 
}
#home_slider_cont #home_slider_nav a:hover, 
#home_slider_cont #home_slider_nav a.activeSlide {
  background: #0651a4;
  border: 1px solid #fff;
}



/* Home Media Sponsors */

#home_sponsors_cont {
  float: left;
  position: relative;
  padding: 10px 0 5px 0;
  z-index: 2;
  width:272px;
}
#home_sponsors_cont #home_sponsors { z-index: 1; }
#home_sponsors_cont #home_sponsors_nav {
  position: absolute;
  z-index: 50;
  right: 11px;
  bottom: -13px;
}
#home_sponsors_cont #home_sponsors_nav a {
  float: left;
  width: 11px;
  height: 11px;
  background: #060;
  border: 1px solid #fff;
  margin: 0 7px 0 0;
  text-indent: -9999px; 
}
#home_sponsors_cont #home_sponsors_nav a:hover, 
#home_sponsors_cont #home_sponsors_nav a.activeSlide {
  background: #fff;
  border: 1px solid #060;
}

#home_sponsors_cont h3{
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C;
	float:left;
	height:26px;
	width:100%;
	 background:url("../images/h3_upcoming_events.png") no-repeat scroll 0 0 transparent; 
	margin-bottom:2px;
}



/* Home Event Partners */

#home_eventpartners_cont {
  float: left;
  position: relative;
  padding: 10px 0 5px 0;
  z-index: 2;
  width:272px;
}
#home_eventpartners_cont #home_eventpartners { z-index: 1; }
#home_eventpartners_cont #home_eventpartners_nav {
  position: absolute;
  z-index: 50;
  right: 11px;
  bottom: -13px;
}
#home_eventpartners_cont #home_eventpartners_nav a {
  float: left;
  width: 11px;
  height: 11px;
  background: #060;
  border: 1px solid #fff;
  margin: 0 7px 0 0;
  text-indent: -9999px; 
}
#home_eventpartners_cont #home_eventpartners_nav a:hover, 
#home_eventpartners_cont #home_eventpartners_nav a.activeSlide {
  background: #fff;
  border: 1px solid #060;
}

#home_eventpartners_cont h3{
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C;
	float:left;
	height:26px;
	/* text-indent:-9999px; */
	width:100%;
	/* background:url("../images/h3_upcoming_events.png") no-repeat scroll 0 0 transparent; */
	margin-bottom:2px;
}




/* Home Video Toggle*/

a#toggle{
	background:url(../images/img_toggle.png);
	display:block;
	text-indent:-9999px;
	margin:auto;
	margin-top:17px;
	height:26px;
	width:921px;
	cursor:pointer;
	}

a#toggle:hover{
	background-position: 0 -26px;
	cursor:pointer;
}

div#video_toggle{
	background:url("../images/main_wide_bg.png") repeat-y scroll 0 0 transparent;
	display:none;
	float:left;
	padding:0px 16px 0px 46px;
	width:891px;
	text-align: center;
}

/****************************************/
/* ABOUT THE WORKSHOP */
/****************************************/

#about_workshop {
	width:566px;
	margin: 0 0px 0px 0px;
}

#about_workshop h3{
	float:left;
	text-indent:-9999px;
	width:100%;
	margin-bottom:2px;
}

#about_workshop p {
	font-size: 13px; line-height: 21px;
}

/****************************************/
/* WORKSHOP  TOPICS*/
/****************************************/
#workshop_topics{
	width:276px;
	margin:38px 0px 0px 0px;
	float:left;
}

#workshop_topics h3{
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C; font-weight: normal;
	float:left;
	height:26px;
	width:100%;
	margin-bottom:2px;
}

#workshop_topics p {
	font-size: 13px; line-height: 21px;
}


#workshop_topics_2 {
	width:276px;
	margin:38px 10px 0px 0px;
	float: right;
}

#workshop_topics_2 h3{
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C; font-weight: normal;
	float:left;
	height:26px;
	width:100%;
	margin-bottom:2px;
}

#workshop_topics_2 p {
	font-size: 13px; line-height: 21px;
}


/* Home Newsroom */

#home_newsroom, #home_events { margin: 38px 0px 0px 0; }
#home_newsroom h3 { 
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C;
	height:26px;
	border-bottom:1px solid #ADC7E2;
	margin-bottom: 10px; }
#home_newsroom ul {
  float: left;
  width: 275px;
  margin: 0 0px 0px 0px;
} 
#home_newsroom ul li {
  float: left;
  width: 275px;
  padding: 6px 0 20px;
}
#home_newsroom ul li .date {
  float: left;
  width: 38px;
  height: 28px;
  padding: 11px 8px 0 0;
  margin: -6px 0 0;
  text-align: center;
  background: url(../images/home_news_date.png) no-repeat; 
}
#home_newsroom ul li .date span { display: block; }
#home_newsroom ul li .date span.month { 
  line-height: 11px;
  font-weight: bold;
  color: #343434;
}
#home_newsroom ul li .date span.day { 
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #0076b3;
}
#home_newsroom ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #18a22f;    
}
#home_newsroom ul li a:hover { 
  background: #47aa42;
  color: #fff; 
}

/* Home Events */

#home_events h3 { background: url(../images/h3_upcoming_events.png) no-repeat; }
#home_events ul {
  float: left;
  width: 100%;
  padding: 9px 0 16px;
}
#home_events ul li {
  float: left;
  margin: 0 0 9px;
} 
#home_events ul li a {
  float: left;
  width: 398px;
  background: #daecf5;
  border: 1px solid #aed4e8;
  padding: 3px 10px 5px;
}
#home_events ul li a:hover { background: #acd2e7; }
#home_events ul li a span.date {
  display: block;
  font-size: 10px;
  color: #343434; 
}
#home_events ul li a span.title {
  display: block;
  font-size: 13px;
  color: #18a22f;
}

/* Home Store */

#home_store {
	width:270px;
	padding-top: 30px;
}
#home_store h3 {
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C;
	float:left;
	height:26px;
	width:270px;
	margin-bottom:2px;
}
#home_store .product {
  float: left;
	width:270px;
  position: relative;
  margin: 8px 0 0;
  padding: 0 0 26px;
}
#home_store .product a.product_link {
  float: left;
  margin: 0 45px 0 -6px;
}
#home_store .product a.product_link img {
  float: left;
  display: block;
}
#home_store .product p.price {
  font-size: 25px;
  font-weight: bold;
  color: #18a22f;
  padding: 16px 0 0;
} 
#home_store .product p.price sup {
  font-size: 14px;
  vertical-align: text-top;
  text-align: center;
  width: 135px;
}
#home_store .product a.add_to_cart {
  position: absolute;
  width: 146px;
  height: 44px;
  text-indent: -9999px;
  background: url(../images/add_to_cart.png) no-repeat;
  right: -4px;
  top: 57px;  
}
#home_store .product a.add_to_cart:hover { background-position: 0 -44px; }

#home_store p {
	font-size: 13px; line-height: 21px;
}


#program_chair_2{
	width:270px;
	margin: 0;
	float:right;
}

#program_chair_2 p{
	margin-top:10px;
	font-size: 13px; line-height: 21px;
}

#program_chair_2 h3{
	border-bottom:1px solid #ADC7E2;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 20px; color: #236B9C;
	float:left;
	height:26px;
	width:270px;
	margin-bottom:2px;
}
#program_chair_2 ul {
  float: left;
  width: 275px;
  margin: 0 0px 0px 0px;
} 
#program_chair_2 ul li {
  float: left;
  width: 275px;
  padding: 6px 0 20px;
}
#program_chair_2 ul li .date {
  float: left;
  width: 38px;
  height: 28px;
  padding: 11px 8px 0 0;
  margin: -6px 0 0;
  text-align: center;
  background: url(../images/home_news_date.png) no-repeat; 
}
#program_chair_2 ul li .date span { display: block; }
#program_chair_2 ul li .date span.month { 
  line-height: 11px;
  font-weight: bold;
  color: #343434;
}
#program_chair_2 ul li .date span.day { 
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #0076b3;
}
#program_chair_2 ul li a {
  font-size: 13px;
  line-height: 15px;
  color: #18a22f;    
}
#program_chair_2 ul li a:hover { 
  background: #47aa42;
  color: #fff; 
}
 
/* Home Blog Snapshot */
 
/*#home_blog h3 { background: url(../images/h3_into_the_wind.png) no-repeat; margin-bottom: 12px; }
#home_blog h4 {
  color: #18a22f;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 4px;
}
#home_blog p { padding-bottom: 18px; }
#home_blog a.more {
  float: left;
  width: 158px;
  height: 44px;
  background: url(../images/home_blog_more.png) no-repeat;
  text-indent: -9999px; 
  margin: -14px 0 0 60px;  
}
#home_blog a.more:hover { background-position: 0 -44px; }*/
 
/* Home Links */
 
/*#home_links { margin: -5px 0 0; }
#home_links li {
  float: left;
  position: relative;
  border: 1px solid #acd3e8;
  margin-bottom: 14px;
}
#home_links li a {
  float: left;
  width: 272px;
  height: 73px;
  background: #d7eaf5 url(../images/home_links.png) no-repeat;
  text-indent: -9999px; 
}
#home_links li#home_links_01 a { background-position: 79px 22px; }
#home_links li#home_links_02 a { background-position: 79px -67px;; }
#home_links li#home_links_03 a { background-position: 79px -156px; }
#home_links li a:hover { background-color: #acd2e7; }

#home_links li span { position: absolute; }
#home_links li#home_links_01 span {
  width: 101px;
  height: 87px;
  background: url(../images/home_links_01_span.png) no-repeat;
  top: -14px;
  left: -14px;  
}
#home_links li#home_links_02 span {
  width: 63px;
  height: 87px;
  background: url(../images/home_links_02_span.png) no-repeat;
  top: -14px;
  left: 16px;  
}
#home_links li#home_links_03 span {
  width: 96px;
  height: 74px;
  background: url(../images/home_links_03_span.png) no-repeat;
  top: 9px;
  left: 0px;  
}*/


/**************************************************************************************************/
/* Page Elements - Hotel Descriptions */
/**************************************************************************************************/

#hotel_container {
	width: 100%;
}

#hotel_leftcolumn {
	width: 200px; 
	float: left; 
	padding: 0 20px 20px 0;
}

#hotel_rightcolumn {
	width: 350px;
	float: right;
	padding: 0 0 20px 0;
}

#hotel_amenities {
	font-size: 10px;
}
	

/**************************************************************************************************/
/* Page Elements - Small Wind */
/**************************************************************************************************/

#small_wind {
  float: left;
  width: 100%;
}
#small_wind h2 { 
  background: url(../images/h2_small_wind.png) no-repeat;
  margin: 0 0 11px; 
}
#small_wind p {
  font-size: 13px;
  line-height: 20px; 
} 

/* Small Wind Communications Toolbox */

#small_wind #swct {
  float: left;
  width: 100%;
  padding: 26px 0 0;
}
#small_wind #swct h3 {
  background: url(../images/h3_swct.png) no-repeat; 
  margin: 0 0 13px;
}
#small_wind #swct p { line-height: 18px; }
#small_wind #swct p span {
  font-size: 16px;
  color: #47aa42;
}
#small_wind #swct ul {
  float: left;
  width: 100%;
  padding: 21px 0 58px;
}
#small_wind #swct ul li { 
  float: left;
  padding: 0 89px 0 2px; 
}
#small_wind #swct ul li.last { padding-right: 0; }
#small_wind #swct ul li a { 
  float: left;
  text-align: center; 
}
#small_wind #swct ul li a img { margin: 0 0 4px; }
#small_wind #swct ul li a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
#small_wind #swct ul li a:hover span {
  background: #47aa42;
  color: #fff;
}




/**************************************************************************************************/
/* Page Elements - Events */
/**************************************************************************************************/

/* Sidebar 2009 Sponsors */ 

#sponsors_2009 {
  float: left;
  width: 100%;
  padding: 72px 0 0;
}
#sponsors_2009 h4 {
  float: left;
  background: url(../images/h3_2009_sponsors.png) no-repeat;
  height: 22px;
  width: 100%;
  border-bottom: 1px solid #89bddd;
  text-indent: -9999px; 
  margin: 0 0 23px;
}
ul#sponsors_list {
  float: left;
  width: 100%;
  position: relative;
}
ul#sponsors_list li { 
  position: absolute;
  z-index: 1; 
}
ul#sponsors_list li#sp_tpi { top: 0px; left: 0px; }
ul#sponsors_list li#sp_suz { top: 21px; left: 174px; }
ul#sponsors_list li#sp_enx { top: 88px; left: 2px; }
ul#sponsors_list li#sp_ves { top: 76px; left: 136px; }
ul#sponsors_list li#sp_dic { top: 174px; left: 0px; }
ul#sponsors_list li#sp_mit { top: 165px; left: 158px; }
ul#sponsors_list li#sp_cha { top: 228px; left: 0px; }
ul#sponsors_list li#sp_gam { top: 217px; left: 162px; }
ul#sponsors_list li#sp_bpe { top: 289px; left: 0px; }
ul#sponsors_list li#sp_win { top: 294px; left: 142px; }
ul#sponsors_list li#sp_rew { top: 350px; left: -6px; }
ul#sponsors_list li#sp_ene { top: 383px; left: 166px; }

/*ul#sponsors_list li a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -ms-interpolation-mode: bicubic;  
}*/

ul#sponsors_list li a:hover img { padding: 20px; }

/* Events */

#events {
  float: left;
  width: 100%;
}
#events h2 { 
  background: url(../images/h2_events.png) no-repeat;
  margin: 0 0 12px; 
}
#events p { font-size: 13px; }

/* Events Workshops, Conferences & Exhibitions */

#events #wce {
  float: left;
  width: 100%;
  padding: 33px 0 0;
}
#events #wce h3 {
  background: url(../images/h3_wce.png) no-repeat; 
  margin: 0 0 7px;
  border: 0;
}
#events #wce ul {
  float: left;
  width: 543px;
  border: 1px solid #b3d6ea;
  margin: 0 21px 12px 5px;
}
#events #wce ul li {
  float: left;
  width: 543px;
  background: #fff;
}
#events #wce ul li.odd { background: #dfedf6; }
#events #wce ul li a {
  float: left;
  height: 32px;  
  padding: 10px 20px;
  width: 503px;
}
#events #wce ul li.odd a { height: 37px; }
#events #wce ul li a:hover { background: #acd2e7; }
#events #wce ul li a span { display: block; }
#events #wce ul li a span.date { font-size: 10px; }
#events #wce ul li a span.title { 
  font-size: 13px;
  color: #47aa42; 
}
#events #wce a.past_events {
  float: left;
  width: 168px;
  height: 44px;
  background: url(../images/past_events.png) no-repeat;
  text-indent: -9999px;  
  margin: -2px 30px 0 0; 
} 
#events #wce a.past_events:hover { background-position: 0 -44px; }

#events #wce p, #events #wce p a {
  font-size: 12px;
  font-style: italic;
}
#events #wce p a { color: #47aa42; }
#events #wce p a:hover { 
  background: #47aa42;
  color: #fff; 
}

/* Events AWEA Calendar */

#events #awea_calendar {
  float: left;
  width: 100%;
  padding: 49px 0 0;
}
#events #awea_calendar h3 {
  background: url(../images/h3_awea_calendar.png) no-repeat; 
  margin: 0 0 7px;
}

#events #awea_calendar ol {
  float: left;
  width: 100%;
}
#events #awea_calendar ol li {
  float: left;
  width: 100%;
  padding: 5px 0 0;
}
#events #awea_calendar ol li p.month {
  float: left;
  width: 39px;
  height: 26px;
  background: url(../images/icon_calendar.png) no-repeat;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0 0;
  margin: 2px 0 0; 
}
#events #awea_calendar ol li ul {
  float: right;
  width: 521px;
}
#events #awea_calendar ol li ul li {
  float: left;
  width: 100%;
  padding: 0 0 13px;
}
#events #awea_calendar ol li ul li p.date { font-size: 10px; }
#events #awea_calendar ol li ul li a {
  font-size: 13px;
  color: #47aa42;
  line-height: 25px;  
}
#events #awea_calendar ol li ul li a:hover {
  background: #47aa42;
  color: #fff;
}
#events #awea_calendar ol li ul li p { font-size: 11px; }
#events #awea_calendar_links {
  float: left;
  padding: 0 0 0 49px;
  margin: -5px 0 0;
}
#events #awea_calendar_links a {
  float: left;
  height: 44px;
  background: url(../images/awea_calendar_links.png) no-repeat;
  text-indent: -9999px;   
}
#events #awea_calendar_links a.link_01 { width: 209px; background-position: 0 0; }
#events #awea_calendar_links a.link_02 { width: 254px; background-position: -209px 0; }
#events #awea_calendar_links a.link_01:hover { background-position: 0 -44px; }
#events #awea_calendar_links a.link_02:hover { background-position: -209px -44px; }


/**************************************************************************************************/
/* General statements */
/**************************************************************************************************/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
  display: block;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Flicr #/
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width: 490px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px; float: left;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}



/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}