@import url("/stylesheets/forms.css");
/* =============================================================================
 STYLES APPLIED TO THE BODY  
 =============================================================================*/
body {
 margin: 0; 
 padding: 0; 
 text-align: center; 
 background: #fff url(/images/backgrounds/body_bg.gif) repeat-x 0 0;
 }

/*==============================================================================
 PAGE LAYOUT 
===============================================================================*/   
/****** outer layout (borders) ***** */
#main_wrapper {
  margin: 0px auto;
  text-align: left;
  clear: both;
  width: 885px;
   font: 72% Verdana,Arial, sans-serif; 
   color: #000;
  line-height: 150%;
  background: transparent;
  /*background: #eee;*/
}

#main_wrapper {width:890px;  voice-family: "\"}\""; voice-family:inherit; width: 885px;}
html>body #main_wrapper{width: 885px; }

#primary_content_wrapper {
 margin: 10px 0px 0px 0;
 padding: 0px 10px 0px 0;
 float: left;
 width: 600px; /* 610 - 10px margin for right */
 background: #fff url(/images/backgrounds/dot_v.gif) repeat-y right top;
}
#primary_content_wrapper .line {
 height: 6px;
 background: url(/images/backgrounds/green.gif) repeat-x 0 0; /* IE6 */
}

#secondary_content_wrapper {
 margin: 10px 0 0px 0;
 padding: 10px 0 0px 0;
 border-top: 6px solid #AEC8E3;
 float: right;
 width: 263px;
 line-height: 140%;
 background: #fff;
}

/************************************************************/
/**              Header                                     */
/************************************************************/

 #header {
 margin: 20px 0 15px 0;
 background: #fff;
 border-bottom: 1px solid #fff; /*NS */
}

#header #logo {
 float: left;
 margin-right: 0px;
}

/*search form on home page */
#header form {
 margin: 0;
}

#header #search_box {
 float: right;
 margin-top: 15px;
 background: #888 url(/images/backgrounds/search_bg.jpg) repeat-x; 
 border: 1px solid #A5ACB2;
 padding: 8px 8px 5px 8px;
}

#header #search_box .search_txt_box {
 margin: 0px 5px 0px 0;
 padding: 2px 2px 2px 3px;
 font-size: 12px;
}

#header #search_box input {vertical-align: middle;}

#searchResults ul.disc {margin-top: 15px; list-style: disc;}
#searchResults ul.disc li {padding-bottom: 10px;}
#searchResults .query {color: #990000; font-weight: bold; font-style: oblique;}

#utilities {
width: 100%;
 font-size: 12px;
 padding: 0 0px 0 0;
 background: #006699;
 margin: 0;
 }

#utilities ul {
  margin: 20px 0 0 0;
  text-align: right;
   color: #fff;
  /*list-style: none;*/
}

#utilities ul li { 
  display: inline;
}

#utilities ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none; 
  background: url(/images/navs/utilities_divider.gif) no-repeat 100% 50%;
  padding: 0px 14px 0 9px; 
  font-weight: normal;
}

#utilities ul li.last a {
 background: none;
 padding-right: 0;
}

#utilities ul li a:hover, #header  #utilities ul li.current a {
 color: #B3B3F0;
}

#utilities ul li.current a {
 color: #B3B3F0;
 font-weight: bold;
}

#billboard {
 margin: 10px 0;
 }

/******************************************************************************
*                            NAVIGATION                                                                     
******************************************************************************/

#main_nav {
 font-size: 11px;
 margin: 0;
 width: 100%;
 border-top: 1px solid #A5ACB2;
 background: url(/images/navs/global_nav_bg.jpg) repeat-x 0 0;
 margin-bottom: 3px;
 float: left;
 clear: both;
 text-align: left;
 color: #006699;
 z-index: 99;
}

#main_nav {width:100%;  voice-family: "\"}\""; voice-family:inherit; width: 100%}
html>body #main_nav{width: 100%; }

#main_nav ul {
  margin: 0;
   list-style:none;
   padding: 0px;
  color: #006699;
  z-index: 99;
}

#main_nav ul a {
  display: block;
   color: #006699;
   margin: 0;
   background: #F0F1F2 url(/images/navs/global_nav_bg.jpg) repeat-x 0 0;
   z-index: 99;
 }

#main_nav ul li {
  /*display: inline;*/
   color: #006699;
   float: left; /* otherwise there are gaps between each nav item */
   padding: 0px;
   margin: 0px;
   padding-right: 1px; /* so that the divider can be displayed */
  background: url(/images/navs/global_nav_divider.gif) no-repeat 100% 50%;
  z-index: 99;
}

#main_nav ul li a{
 /*display: inline;  remove this otherwide the dropdown menus will be shifted to the right of the nav on IE*/
  margin: 0px 0 0 0;
  color: #006699;
   text-decoration: none;
   padding: 6px 8px 7px 11px;
   font-weight: bold;
 }
  
#main_nav ul a:hover {
 background: #FBF5E0 url(/images/navs/global_nav_bg_over.jpg) repeat-x 0 0;
}

#main_nav ul li.last {
 background: none;
}

#main_nav ul li.last a:hover {
 padding-right: 11px;
}

#main_nav ul li.current a {
 background: url(/images/navs/global_nav_bg_over.jpg) repeat-x 0 0;
}

#main_nav ul li.current a:hover {
 background: url(/images/navs/global_nav_bg_over.jpg) repeat-x 0 0;
}

#main_nav ul li.current ul li a {
 background: #FBF5E0;
 bakcground-image: none;
}

/*************** Dropdown Menu *************/
/******************************************/

#main_nav ul li ul{ 
  display: block;
   position: absolute;
   left: -999em;
   width: 220px;
   /*border-bottom: 1px dotted #D9B031;*/
  border-bottom: 1px dotted #fff;
   z-index: 100;
   overflow: hidden;
   margin: 0px 0px 0px 0px;
   padding: 0;
   float: none;
   filter:alpha(opacity=95);
   opacity: .95;
   -moz-opacity:.95;
}

#main_nav ul li ul li {
   float: none;
      display: block;
      padding: 0;
   margin: 0!important;
}

#main_nav ul li:hover ul, #main_nav li.sfhover ul { /* lists nested under hovered list items */
   left: auto;
   padding: 0px;
}

#main_nav ul li ul li {
   background: none;
   padding: 0;
   margin: 0;
   /*width: 100%;remove it so that it won't have a gap between each list item on IE 7 */
   display: inline; /* add this so that it won't have a gap between each list item on IE 6 */
}

#main_nav ul li ul li a {
  font-weight: bold;
  background: #8BAF67;
  padding: 6px 10px 6px 10px;
  border-top: 1px dotted #fff;
  color: #fff;
  margin-bottom: 0!important;
  display: block;
  background-image: none; /* so that the background image will not display on Safari */
  line-height: 120%;
}

#main_nav ul li ul a:hover {
 color: #003333;
 background: #E8C65B;
 /*background: #ECDAA4;*/
 background-image: none; /* so that the background image will not display on Safari */
}

#main_nav ul li.current ul li a {
background: #8BAF67;
}

#main_nav ul li.current ul li a:hover {
 background: #E8C65B;
 background-image: none;
}

/*************** Sub Navigation ***********/
/******************************************/
#sub {
 background: #ACC7E2 url(/images/navs/sub_nav_bg.jpg) repeat-x 0 0;
 border-top: 1px solid #A5ACB2;
 margin: 25px 0 20px 0;
}

#sub h1.title {
 color: #fff;
 margin: 0px;
 padding: 10px 15px;
 font-size: 1.2em;
}

#sub ul {
 list-style: none;
 background: #AEC8E3;
 border-bottom: 1px dotted #fff;
 margin: 0px;
 padding: 0;
}

#sub ul li {
  display: inline; /* so that IE 6 display properly on each list item */
}

#sub ul li a {
 display: block;
 background: #AEC8E3 url(/images/navs/sub_off.gif) no-repeat 15px 50%;
 padding: 5px 3px 5px 30px;
 border-top: 1px dotted #fff;
 color: #474C43;
 font-weight: normal;
 margin-left: 0;
 text-decoration: none;
}

#sub ul li ul {
 margin: 0;
 padding: 0;
}

#sub ul li a:hover, #sub ul li.current a {
 background: #ECDAA4 url(/images/navs/sub_on.gif) no-repeat 15px 50%;
 color: #474C43;
}

#sub ul li.current a {
 font-weight: bold;
}

#sub ul li.current ul {
 border: none !important;
}

 #sub ul li.current ul li.current {
  padding: 3px 0 3px 45px; 
 border: none;
 border-top: 1px dotted #fff;
 background: #faebbf;
 background-image: none;
 display: block;
 color: #006699;
 font-weight: normal;
}

#sub ul li.current ul li a {
 border: none;
 border-top: 1px dotted #fff;
 padding: 3px 0 3px 45px; 
 background: #faebbf;
 background-image: none;
 display: block;
 color: #006699;
 font-weight: normal;
}

#sub ul li.current ul li a:hover, #sub ul li.current ul li.current{
 background: #faebbf url(/images/navs/sub_sub_on.gif) no-repeat 35px 50%;
 font-weight: bold;
 border-top: 1px dotted #fff;
}

#sub ul li.current ul li.current a {
padding-left: 0px;
font-weight: bold;
}

#sub ul li.current ul li.current a:hover {background-image: none;}
/******************************************************************************
*                            FOOTER                                                                      
******************************************************************************/
#footer {
 clear: both;
 border-top: 5px solid #C3CBC5;
 margin: 10px 0;
}

#footer #copyright {
 margin: 10px 5px 0 0;
 line-height: 110%;
 color: #697C6D;
 float: right; 
}

#footer ul {
 float: left;
 width: 600px;
 margin: 10px 0px 0 10px;
 padding: 0px;
 background: url(/images/navs/footer_nav_divider.gif) no-repeat 0% 50%;
}

#footer ul {width:600px;  voice-family: "\"}\""; voice-family:inherit; width: 600px;}
html>body #footer ul{width: 600px;}


#footer ul li {
  display: inline;
  color: #006699;
   margin: 0px;
  margin-left: 5px;
  /*padding: 0 6px 0 3px;*/
}

#footer ul li a {
  margin: 0;
  color: #006699;
   list-style-image:none;
  background: url(/images/navs/footer_nav_divider.gif) no-repeat 100% 50%;
  padding: 0 14px 0 7px;
   text-decoration: none;
   font-weight: normal;
}

#footer ul li a:hover {
  color:#9CAC9B;
}
#footer ul li.current a {
 font-weight: bold;
 color:#9CAC9B;
}
/******************************************************************************
*                            CONTENT FORMATTING                                                                      
******************************************************************************/
.clear {clear: both; font-size: .01em; height: .01em;}
.clear_fix {clear: both;}
.divider {color: #D2D5D8; margin: 15px 0; border-bottom: 1px solid #D2D5D8;}

#primary_content_wrapper #content {
 padding: 15px 10px 10px 10px;
}

/*title */
#primary_content_wrapper h1.title {
 background: url(/images/backgrounds/star_small.gif) no-repeat 99% 50%;
 font-size: 1.4em;
 color: #003333;
 border-bottom: 2px solid #99CC66;
 margin: 10px 0;
 padding: 5px 5px 7px 10px;
}

#primary_content_wrapper .sub_title, #primary_content_wrapper h2, .accordion h3 {
 font-size: 1.1em;
 font-weight: bold;
 margin-top: 0;
}

.accordion h3 {margin-top: 1em;}

#primary_content_wrapper .txt_home {
 margin: 0 0px 20px 0;
 padding: 10px 10px 10px 10px;
 border-bottom: 1px solid #D2D5D8;
}

#primary_content_wrapper .txt_home img {
 margin: 0 10px 10px 0;
}

#secondary_content_wrapper .side_bar_img img {
 border: 1px solid #D2D5D8;
 border-bottom: none;
 }

#secondary_content_wrapper .parking_wrapper {
 border: 1px solid #D2D5D8;
 background: #F3EDDB;
 font-size: .92em;
 padding: 5px;
}

#secondary_content_wrapper .parking_wrapper h1.title {
font-size: 1.3em;
border: 1px solid #D2D5D8;
background: #ECDAA4;
color: #060910;
margin: 0px 0 10px 0;
padding: 8px;
}

#secondary_content_wrapper .available_parking {margin-bottom: 15px;}
#secondary_content_wrapper .available_parking h1.title{
background: #ECDAA4 url(/images/icons/p_sign.gif) no-repeat 4px 4px;
padding-left: 40px !important;
}

#secondary_content_wrapper .contact {
 background: #E6EDF3 url(/images/backgrounds/star_big.gif) no-repeat 0 0;
 margin: 15px 0 15px 0;
 color: #6A6F73;
 padding: 10px 5px 5px 5px;
 font-size: .95em;
}

#secondary_content_wrapper .contact h1.title {
 margin: 0 5px 10px 15px;
 font-size: 1.1em;
 color: #003333;
}

#secondary_content_wrapper .contact blockquote {
 margin: 10px 0 5px 35px;
}

/* list */
#secondary_content_wrapper .parking_wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}

#secondary_content_wrapper .available_parking ul {
list-style: none;
margin: 0 0 5px 15px;
padding: 0;
}

#secondary_content_wrapper .available_parking ul.parking_links  li {
 padding-left: 12px !important;
 padding-bottom: 3px !important;
 background: url(/images/backgrounds/link_arrow.gif) no-repeat 0 5px !important;
}

#secondary_content_wrapper .available_parking .republic_parking {
 border-top: 1px dotted #a5acb2;
 border-bottom: 1px dotted #a5acb2;
 padding: 15px 0 15px 60px;
 margin: 10px 0;
 background: url(/images/icons/republic_parking_sign.gif) no-repeat 5px 14px;
 line-height: 140%;
 }
 
 #secondary_content_wrapper .available_parking ul.update_list li {
 padding-left: 0px;
 padding-bottom: 7px;
}

#secondary_content_wrapper .available_parking .red a, .red  {color: #993300;}
#secondary_content_wrapper .available_parking .grey a, .grey {color: #003333;}
#secondary_content_wrapper .available_parking .red a:hover, #secondary_content_wrapper .available_parking .grey a:hover {
 color: #95A694;;
}

/* old link list with transportation signs */
#secondary_content_wrapper .parking_wrapper ul li {
 padding-left: 50px;
 padding-bottom: 15px;
}

#secondary_content_wrapper .parking_wrapper ul li.intro {
 background: url(/images/icons/parking_sign.gif) no-repeat 0 0%;
}

#secondary_content_wrapper .parking_wrapper ul li.where {
 background: url(/images/icons/question_mark.gif) no-repeat 5px 50%;
 padding-top: 15px;
}

#secondary_content_wrapper .parking_wrapper ul li.maps {
 background: url(/images/icons/road_map.gif) no-repeat 5px 50%;
 padding-top: 15px;
}

#secondary_content_wrapper .parking_wrapper ul li.transportation {
 background: url(/images/icons/bus.gif) no-repeat 5px 10px;
 padding-top: 15px;
}

#secondary_content_wrapper .parking_wrapper ul li.available_spots {
 background: url(/images/icons/car.gif) no-repeat 5px 10px;
 padding-top: 15px;
}

ul.arrows_1, .agenda_minutes ul.arrows_1 {
 margin: 15px 0 0 15px;
 padding: 0;
 list-style: none;
}

ul.arrows_1 li, .agenda_minutes ul.arrows_1 li {
 list-style: none;
 background: url(/images/backgrounds/link_arrows_square.gif) no-repeat 0 1px;
 padding-left: 20px;
 padding-bottom: 10px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 120%;
}

ul.arrows_2 {
 margin: 5px 0 0 25px;
 padding: 0;
 list-style: none;
}

ul.arrows_2 li {
 list-style: none;
 background: url(/images/backgrounds/link_arrows.gif) no-repeat 0 4px;
 padding-left: 20px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 120%;
}

ul.star {
 margin: 10px 0 15px 15px;
 padding: 0;
 list-style: none;
}

ul.star li {
 list-style: none;
 background: url(/images/backgrounds/list_star.gif) no-repeat 0 4px;
 padding-left: 20px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 170%;
 padding-bottom: 8px;
}

ul.star li ul {
 list-style-type: square;
 margin: 10px 0 5px 0;
 margin-left: 10!important;
 padding: 0!important;
}

ul.star li ul li {
 background: none;
 list-style-type: square;
 padding-left: 0px!important;
 padding-bottom: 5px;
 margin-left: 10px;
}

.agenda_minutes ul {
 margin: 10px 0 15px 15px;
 padding: 0;
 list-style: none;
}
.agenda_minutes ul li{
 list-style: none;
 background: url(/images/backgrounds/list_star.gif) no-repeat 0 4px;
 padding-left: 20px;
 margin-left: 0px;
 text-decoration: none;
 line-height: 170%;
 padding-bottom: 8px;
}

.agenda_minutes .playlist li {padding: 0;}

.agenda_minutes ul li ul{
 list-style-type: square;
 margin: 10px 0 5px 0;
 margin-left: 10!important;
 paddng: 0!important;
}

.agenda_minutes ul li ul li {
 background: none;
 list-style-type: square;
 padding-left: 0px!important;
 padding-bottom: 5px;
 margin-left: 10px;
}
/*breadcrumbs */
#breadcrumbs {
 font-size: .90em;
 margin: 10px 0 20px 0;
 padding: 5px 5px 5px 0px;
 background: url(/images/backgrounds/dot_h.gif) repeat-x 0 100%;
}

#breadcrumbs a {
 padding: 0 10px;
 font-weight: normal;
}

/*Agendas & Minutes box */
#secondary_content_wrapper .agendas {
 margin-bottom: 20px;
 background: #F3EDDB;
 border: 1px solid #C0C5C9;
 padding: 10px;
}

#secondary_content_wrapper .agendas h1.title {
 margin: 5px 5px 5px 15px;
 font-size: 1.1em;
 color: #003333;
 background: url(/images/icons/letters.gif) no-repeat 0 50%;
 padding: 5px 0px 10px 35px;
}

/*
#secondary_content_wrapper .agendas .txt {
 padding: 5px 5px 12px 5px;
 font-size: 1em;
}
*/

/* Quote box */
#secondary_content_wrapper .quote {
 padding: 10px 10px 15px 10px;
 background: #F0F3F4 url(/images/backgrounds/quote_bg.jpg) repeat-x 0 0;
 border-top: 1px solid #A5ACB2;
 /* border-bottom: 1px solid #A5ACB2; */
 color: #697C6D;
}

#secondary_content_wrapper .quote img {
 float: left;
 margin: 0px 10px 10px 0px;
 border: 1px solid #AFCF8E;
 display: block;
}

#secondary_content_wrapper .quote .quoter {
 text-align: right;
 font-weight: bold;
}

#secondary_content_wrapper .quote h1.title {
 font-size: 1.1em;
 margin: 0px;
 padding: 0 10px 10px 10px;
 color: #003333;
}

#secondary_content_wrapper .default {
 margin-bottom: 20px;
 background: #F3EDDB;
 border: 1px solid #C0C5C9;
 padding: 10px;
}

#secondary_content_wrapper .default h1.title {
 margin: 5px 5px 5px 15px;
 font-size: 1.1em;
 color: #003333;
 background: url(/images/icons/notes.gif) no-repeat 0 50%;
 padding: 5px 0px 10px 35px;
}

/* Parking Data - Main Content Area */
.data_box {margin: 20px 0px 10px 35px; display: block; text-align: left;  font-weight: bold; border: 1px solid #bac1de; background: #eef5fb; width: 450px; padding: 5px 5px 15px 5px;}
.data_box table {font-weight: bold; font-size: 100%;}
.data_box td {padding-top: 10px; font-size: 1.1em;}
.data_box thead {font-size: 1.2em;}
.data_box .header {border-bottom: 1px dotted #afb8da; padding: 3px 0 5px 0 !important; margin-bottom: 15px !important;}
.data_box .footer {font-style: italic; font-size: 0.9em; color: #666;}
.data_box .row_black, .data_box .row_black a {color: #183443;}
.data_box .row_green, .data_box .row_green a {color: #5e932b;}

/* Parking Data - Sidebar */
ul {list-style: none;margin: 0 0 0 15px;padding: 0;}
ul.update_list li {padding-left: 0px; padding-bottom: 7px; font-weight: bold;}
.red  {color: #993300;}
.grey {color: #003333;}


/* link */
a {
 color: #006699;
 text-decoration: none;
 font-weight: bold;
 }

 a:hover {
 color: #95A694;
}

/* FCK Editor */

.star_shaped_list {
background: url(/images/backgrounds/list_star.gif) no-repeat 0 1px;
padding-left: 18px;
}

/*sitemap */
ul.sitemap {list-style: disc;}
ul.sitemap li {padding-bottom: 10px;}

ul.sitemap ul {list-style: circle;}
ul.sitemap ul li {padding-bottom: 6px;}

/* print */
.header_print {
 display: none;
}

.msg {font-style: italic; color: #990000;}

/* FAQ accordion */
.open, .close {cursor: pointer;}
.open span {width: 15px; padding-right: 15px; background: url(/images/icons/box-open.png) no-repeat right;}
.close span {width: 15px; padding-right: 15px; background: url(/images/icons/box-close.png) no-repeat right;}
 
/* video player */
#player {display: block; width: 425px; height: 298px; background: #333; text-align: center; margin: 0 auto;}
#player img {margin-top: 129px; cursor: pointer;}
.playlist a {display: block; margin: 0.5em 2em;}

/* featured projects */
.cycle {height: 340px; width: 580px; overflow: hidden;}
#featured .animate {overflow: hidden; height: 340px;}
#featured .animate img {max-width: 340px; float: left; margin-right: 10px}
#featured .animate .featText {width: 230px; float: right;}

.quote form * {z-index: 1;}

/* Calendar */

.calendar {border: 1px solid #bac1de; background: #2f7fb; width: 100%; border-collapse: collapse; }
.calendar .monthName  th{padding: 5px; text-align: center; border: 2px solid #fff; background: #006599; color: #fff;}
.calendar .monthName a {padding: 0 10px; color: #f6c964;}
.calendar .dayName th{background: #def5c4; color: #005f97; border: 2px solid #fff; padding: 3px 5px; text-align: center;}
.calendar td {vertical-align: top; font-size: .95em; width: 14%;text-align: center; padding: 5px; border: 2px solid #fff;  background: #d3e2ee;}
.calendar td.otherMonth {text-align: right; background: #ebecec; color: #b0b3b6;}
.calendar .day {height: 60px;}
.calendar .cal_day {text-align: right;}
.calendar .specialDay {background: #b9d4e9 url(/images/backgrounds/calendar_star.gif) no-repeat 100% 0%;}
.calendar .specialDay .cal_day {color: #aa0404; font-weight: bold; font-size: .90em;}
.calendar .specialDay .cal_title, .calendar .specialDay a {font-weight: normal!important; color: #01293c; text-align: left; line-height: 100%; margin: 5px 0 10px 0;}
.hover_detail .eventTitle {padding: 5px; font-weight: bold;background: #f6c964;}

table.calendar td a {display: block;}
table.calendar td:hover, table.calendar td.iehover {z-index: 99;}
td.specialDay .hover_detail {position: absolute; display: none; width: 12em; z-index: 99; text-align: left; background: #faf2dd; border: 1px solid #474c65; filter: alpha(opacity=95); opacity: 0.95; -moz-opacity: 0.95; word-wrap: break-word; overflow: hidden;}
td.specialDay:hover .hover_detail, td.iehover .hover_detail {display: block;}
td.specialDay .hover_detail p {margin: 0.3em .3em .8em .3em!important; line-height: 110%; }

/* Event Details */

.eventDetails {}
.eventDetails .eventTitle {font-weight: bold; font-size: 1.3em; margin-bottom: 12px;}
.eventDetails .eventDate, .eventDetails .eventTime, .eventDetails .eventLocation, .eventDetails .eventCost{font-weight: bold;color: #202029; }

.eventDesc {margin-left: 15px;}

/* Forms format */
form fieldset {border: 1px solid #62879a; background: #eef4f9; padding: 0 10px 10px 10px; margin-bottom: 10px;}
form legend {font-size: 1em; color:#fff; color: #fff; background: #006599; padding: 4px 10px;  font-weight: bold; letter-spacing: 1px; border: 1px solid #def5c4; }     
.submitBtn, input[type="submit"] {color:#000; font-size: 1.1em; font-weight: bold;  padding: 2px 5px;}
form-field label {line-height: 110%; font-size: .90em;}
form label {color: #333;}
form textarea {font-family: verdana,arial,sans-serif; font-size: 1em;}

/*
fieldset fieldset label, .TextAreaWidget label, .TextFieldWidget label {font-weight: normal!important;}
.validated_form .RadioButtonListWidget label, .validated_form .RadioButtonListWidget label, .validated_form .CheckBoxListWidget label {float:none; width:auto; display:block; line-height:120%; padding:4px 0pt 4px 10px; }
*/

.form-field {margin-bottom: 15px; overflow: hidden;display: block;}

form .tellUsWhy label, form .howContactYou label {padding-bottom: 5px; text-align: left; display: block; width: auto;}
form .howContactYou #how_contact_you, form .tellUsWhy textarea {margin-left: 190px;}
