/*
Theme Name: Corporate
Theme URI: http://bassadvertising.com
Description: A modified version of the Shape Theme http://themeshapes.com/
Author: Patrick Heeney
Author URI: http://bassadvertising.com
Version: 0.1.2
Tags: threaded-comments, microformats
*/

/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* --------------------------------------------------------------

   Rebuild the default browser styles

   Based on work by Blueprint CSS
   http://code.google.com/p/blueprintcss/

-------------------------------------------------------------- */

body {
  background: #fff;
}
body, input, textarea {
	color: #111;
	font: 12px Arial,sans-serif;
	line-height: 1.5;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
hr {
  background-color: #999;
  border:0;
  height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

p {
	padding-bottom: 1.5em;
}
ul {
	padding: 0 0 1.5em 2.5em;
}
ol {
	padding: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	padding-bottom:0;
}
dl	{
	padding:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	padding-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--;
}
p, ul, ol, dd, pre {
    margin-bottom:--em;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */

/* Images
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* --------------------------------------------------------------

   Theme Styles

-------------------------------------------------------------- */

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/

body {
    background:#fff url(img/header_tile.gif) 0 0 repeat-x;
	color: #605f5f;
	margin: 0;
    font: .85em Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    color:#605f5f;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}


.wrapper {
    width: 960px;
    margin: 0px auto;
}
#header {
    height:152px;
	position:relative;
    background:url(img/header_bg.jpg) 50% 0% no-repeat;
}
#primary {
    border-top:1px solid #fff;
    padding:10px 0 40px 0;
    background:#eeeeee url(img/slider_bg_bottom.gif) no-repeat bottom;
}
#secondary {
    border-top:1px solid #fff;
    border-bottom:1px solid #F0F0F0;
    background:#FAFAFA;
}
#container {
}
#footer {
    clear:both;
    background:#F3F3F3;
    border-top:1px solid #E7E7E7;
}
#foot-info {
    clear:both;
    background:#F9F9F9;
    border-top:1px solid #E8E8E8;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	float:left;
    width:452px;
    padding-top:40px;
}

#logo a {
    display: block;
    width:452px;
    height:74px;
    text-indent:-9999px;
    background:url(img/logo.gif) 0 0 no-repeat;
}


/* =Menu
-------------------------------------------------------------- */
#navigation {
    float:right;
    width:508px;
    padding-top:60px;
}
#navigation .menu {
    float:right;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
    float:left;
    margin-left:10px;
}
#navigation ul li a {
	color: #e7e7e7;
	font-size: .9em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
    background: url(img/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#navigation ul li a:hover {
    color: #fff;
	background: #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


#sub_navigation {
}
#sub_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub_navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sub_navigation ul li a {
	font-size: .9em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
    border-bottom:1px solid #a3a3a3;
}
#sub_navigation ul li a:hover,
#sub_navigation ul li.current_page_item a {
	background: #F3F3F3;
}


/* =Content
-------------------------------------------------------------- */
#secondary .wrapper {
    padding:20px 0;
}
.secondary-left {
    float:left;
    width:320px;
}
.secondary-middle {
    float:left;
    width:320px;
    text-align:right;
}
.secondary-right {
    float:left;
    width:320px;
    text-align:right;
}
#container .wrapper {
    padding:20px 0;
}
.container-left {
    float:left;
    width:600px;
    padding-right:20px;
}
.container-right {
    float:left;
    width:340px;
}
#container h1,
#container h2 {
    color:#2b2b2b;
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:4px;
}
.container-header {
    float:left;
    width:350px;
    height:45px;
    padding-top:5px;
}
.container-more {
    float:right;
    width:250px;
    height:50px;
}
.container-more img {
    padding:4px;
    border:1px solid #e3e3e3;
}
.container-right img {
    padding:4px;
    border:1px solid #e3e3e3;
}
.content-left {
    float:left;
    width:220px;
    padding-right:20px;
}
.content-right {
    float:left;
    width:720px;
}
.container-title {
    margin-bottom:10px;
    border-bottom:1px solid #a3a3a3;
}
.block-286 {
    padding-top:10px;
}


/* =Content - Event List
-------------------------------------------------------------- */
/* List */
.event_list {
}
.event_list .event_wrapper {
    padding:10px 0;
    border-bottom:1px solid #e3e3e3;
}
.event_list .event_picture {
    float:left;
    clear:left;
    width:150px;
}
.event_list .event_content {
    float:left;
    width:390px;
}
.event_list .event_name {
    font-weight:bold;
    padding-bottom:15px;
}
.event_list .event_time {
    padding-bottom:10px;
}
.event_list .event_link {
}

/* Homepage */
.event_homepage {
    border-top:1px solid #e3e3e3;
}
.event_homepage .event_wrapper {
    padding:10px 0;
    border-bottom:1px solid #e3e3e3;
}
.event_homepage .event_name {
    font-weight:bold;
    padding-bottom:10px;
}
.event_homepage .event_content {
    float:left;
}
.event_homepage .event_picture {
    float:left;
    width:160px;
}
.event_homepage .event_picture img {
    padding:4px;
    border:1px solid #e3e3e3;
}
.event_homepage .event_time {
    padding-bottom:10px;
}
.event_homepage .event_link {
}

/* Games */
.event_games_image {
    padding-bottom:10px;
}
.event_games_header {
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:1px solid #e3e3e3;
}
.event_games {
    padding-bottom:10px;
    border-bottom:1px solid #e3e3e3;
}
.event_games .event_wrapper {
    padding:5px 0;
}
.event_games .event_time {
    float:left;
    width:50px;
}
.event_games .event_name {
    float:left;
    width:270px;
}

/* View */
.event_page {
}
.event_page .event_picture {
    padding-bottom:15px;
}
.event_page .event_picture img {
    padding:4px;
    border:1px solid #e3e3e3;
}
.event_page .event_name {
    font-weight:bold;
    padding-bottom:15px;
}
.event_page .event_time {
    padding-bottom:15px;
}
.event_page .event_content {
}


/* =Content - Search & Offers
-------------------------------------------------------------- */
#searchbox {
    width:280px;
}
#searchbox fieldset {
    background:url(img/search_bg.gif) 0 0 no-repeat;
    height:29px;
}
#searchbox fieldset input {
    float:left;
    background:transparent;
    outline: none;
    margin:0;
    padding:0.3em 0px 0.3em 0.3em;
    width:220px;
    border:none;
    color:#fff;
}
#searchbox fieldset button {
    float:right;
    background:url(img/search_button.gif) 50% 50% no-repeat;
    text-indent:-999px;
    width:27px;
    height:29px;
    border:none;
    cursor:pointer;
}
.secondary-middle img,
.secondary-right img {
    padding:4px;
    border:1px solid #e3e3e3;
}


/* =Footer
-------------------------------------------------------------- */
#footer .wrapper,
#foot-info .wrapper {
    padding:20px 0;
}

.footmenu {
    float: left;
    padding: 0;
    width: 960px;
    list-style: none;
}
.footmenu li {
    float: left;
    width: 320px;
}
.footmenu li span {
    color:#2b2b2b;
    font-size:1.4em;
}
.footmenu ul {
    list-style: none;
    padding: 0;
    margin-top:10px;
}
.footmenu ul li {
    padding-bottom:2px;
}
.footmenu .partners {
    width:240px;
}
.footmenu .contact {
    width:360px;
    padding-right:20px;
}
.footmenu .logo {
    width:340px;
}
.footmenu .logo a {
    display:block;
    text-indent:-9999px;
    height:100px;
    width:320px;
    background:url(img/footer-logo.gif) 50% 50% no-repeat;
}

.footinfomenu {
    float: left;
    padding: 0;
    margin: 0;
    width: 960px;
    list-style: none;
}
.footinfomenu li {
    float: left;
    width: 320px;
    height:32px;
    line-height:32px;
    font-size:.9em;
}
.footinfomenu .copy {
    width:360px;
}
.footinfomenu .social {
    width:240px;
    padding-right:20px;
}
.footinfomenu .built {
    width:340px;
    text-align:center;
}
.footinfomenu .icons {
    float:right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footinfomenu .icons li {
    display: inline;
    float: left;
    width: 32px;
    height: 32px;
    margin-right:10px;
    background:url(img/social-icons.gif);
}
.footinfomenu .icons li.facebook {
    background-position:0 0;
}
.footinfomenu .icons li.youtube {
    background-position:-64px 0;
}
.footinfomenu .icons li.twitter {
    background-position:-32px 0;
}
.footinfomenu .icons li.rss {
    background-position:-96px 0;
}
.footinfomenu .icons li.xpromo {
    background-position:-128px 0;
}
.footinfomenu .icons li a {
    display:block;
    width: 32px;
    height: 30px;
    text-indent:-9999px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}


/* =Colorbox Core
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* =Colorbox Style
-------------------------------------------------------------- */
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(img/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(img/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(img/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(img/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(img/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(img/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(img/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(img/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:30px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(img/colorbox/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
------------------------------------
forms.css v1.3.3
Gravity Forms Front End Form Styles
http://www.gravityforms.com

a rocketgenius project
http://www.rocketgenius.com
------------------------------------
*/

.gform_wrapper{ overflow:hidden;  margin-bottom:10px;  max-width:600px}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3{font-weight:normal; border:none; outline:none; background:none}
.gform_wrapper:focus{ outline:none}
.gform_wrapper form{ text-align:left}
.gform_wrapper input{ outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  padding:2px 0 2px 0;  letter-spacing:normal}
.gform_wrapper textarea{ outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal;  padding:2px 0 2px 0;  resize:none; /* doesn't validate but added for Safari field resizing */}
.gform_wrapper ul{ margin:0;  list-style-type:none}
html >body .entry ul, .gform_wrapper ul{text-indent:0px}
.gform_wrapper li, .gform_wrapper form li{ list-style-type:none!important; overflow:hidden}
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {margin-bottom:14px}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:""; /* for safari */}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:none; # /* for other browsers  */}
.gform_wrapper ul.gform_fields{ padding:0px;  margin:0px}
.gform_wrapper select{ font-size:11px;  font-family:verdana,sans-serif;  padding:3px 0 3px 0;  letter-spacing:normal}
.gform_wrapper .inline{ display:inline!important}
.gform_wrapper .gform_heading{ width:98%;  padding-bottom:12px;  margin-bottom:18px}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:70px;  float:left}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {margin-right:12px}
.gform_wrapper .gfield_time_ampm select{ width:60px!important}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:70%!important}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:50px;  float:left}
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:85%!important}
.gform_wrapper .field_hover{ border:1px dashed #2175A9!important;  cursor:pointer}
.gform_wrapper .field_selected{ background-color:#DFEFFF;  border:1px solid #C2D7EF!important}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last{ width:50%;  float:left}
.gform_wrapper .ginput_complex{overflow:hidden}
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input{ width:90%!important}
.gform_wrapper .field_name_last input{ width:93%!important}
.gform_wrapper .datepicker{ width:100px!important}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right{ width:48%;  float:left;}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right { width:50%}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input { width:90%!important}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input { width:100%!important}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select{ width:92%!important}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction { display:block;  margin:3px 0 8px 0; font-size:10px; letter-spacing: 1px}
.gform_wrapper .ginput_complex .name_prefix{ float:left;  width:30px!important;  margin-right:14px}
.gform_wrapper .ginput_complex .name_suffix{ float:left;  width:30px!important}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last{ float:left;  width:100px;  margin-right:8px}
.gform_wrapper .top_label .gfield_label{ margin:10px 0 4px 0;  font-weight:bold; display:-moz-inline-stack; display:inline-block; line-height:130%; clear:both}
.gform_wrapper .left_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold}
.gform_wrapper .right_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold;  text-align:right}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio{ margin-left:32%}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small{ width:25%}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{ width:50%}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{ width:92%}
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small{ width:15%}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium{ width:35%}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea{ width:59%}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex{ width:64%;  float:left}
.gform_wrapper h2.gsection_title{ margin:0!important;  padding:0!important;  letter-spacing:normal!important}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{ font-weight:bold;  font-size:16px;  font-family:Helvetica,sans-serif}
.gform_wrapper h3.gform_title{ letter-spacing:normal!important;  margin:10px 0 6px 0}
.gform_wrapper span.gform_description{font-weight:normal}
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title{ width:98%}
.gform_wrapper .gsection{ border-bottom:1px dotted #ccc!important;  padding:0 0 8px 0;  margin:8px 0 16px 0}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{ padding:5px 0;  margin:0}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{ padding:3px 0 0 0!important;}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label{ margin-left:6px;  display:inline}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description,.gform_wrapper .instruction { font-size:10px; line-height:150%; clear:both; font-family:verdana,sans-serif; letter-spacing:normal}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description{padding:4px 0 8px 0}
.gform_wrapper .gfield_description  {padding: 10px 0 8px 0; font-style: italic}
.gfield_date_year+.gfield_description {padding:0 0 8px 0}
.gform_wrapper .gsection_description {font-style: italic}
.ginput_complex + .gfield_description {padding-top:0!important}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction{ margin-left:29%;  padding-left:15px}
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description{ margin-left:0;  padding-left:0;  padding-top:4px;  line-height:150%}
.gform_wrapper .gfield_required{ color:#790000;  margin-left:4px}
.gform_wrapper textarea.small{ height:80px}
.gform_wrapper textarea.medium{ height:150px}
.gform_wrapper textarea.large{ height:250px}
.gform_wrapper .gfield_error{ background-color:#FFDFDF!important;  margin-top:4px!important;  margin-bottom:6px;  padding:6px 6px 4px 6px!important; border:1px dotted #C89797}
.gform_wrapper .top_label .gfield_error .ginput_container {max-width:99%}
.gform_wrapper .top_label .gfield_error{ width:92%}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea{ width:100%}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea { width:66%}
.gform_wrapper .gfield_error .gfield_label{ color:#790000}
.gform_wrapper .validation_error{ color:#790000;  font-weight:bold;  font-size:14px;  line-height:150%;  font-family:Helvetica,sans-serif; margin-bottom:16px}
.gform_wrapper .validation_message{ color:#790000!important;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal}
.gform_wrapper .gform_footer{ padding:16px 0 10px 0;  margin:16px 0 0 0}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { padding:16px 0 10px 31%}
.gform_wrapper input.button{ font-size:100%;  color:#222}
.gform_wrapper input.button:hover{ color:#000}
#gforms_confirmation_message{background-color:#fffac6; border:1px solid #feda70; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}

/* added for v1.3 ------------------------------------------------------------------------- */
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full { min-height:43px; display:block; overflow:hidden}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {margin-bottom:4px; line-height: 130%!important} /* improve spacing and prevent descenders from getting cut off in IE */

/* a few IE7 specific hacks ------------------------------------------------------------------------- */
.gform_wrapper .gfield_time_hour{*width:80px}
.gform_wrapper .gfield_time_minute{*width:70px}
.gform_wrapper .gfield_time_ampm{*padding-top:2px}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input{*margin-left:-10px}
.gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label { *margin:3px 0 5px 0}
.gform_footer input.button {*padding:3px}
ul.top_label .clear-multi {overflow:hidden; clear:both}

/* IE8 & IE7 hacks because IE still sux  ------------------------------------------------------------------------- */
.gform_wrapper .ginput_complex .ginput_left select, .gform_wrapper .ginput_complex .ginput_right select { padding: 2px 0 2px 0\9 }

/* tame those pesky hidden fields --------------------------------------------------------------------*/
.gform_wrapper input[type="hidden"], .gform_wrapper input.gform_hidden {display:none}
.ginput_full br, .ginput_left br, .ginput_right br {display:none;}

/* fix captcha alignment for IE8 --------------------------------------------------------------------*/
.gform_wrapper .left_label #recaptcha_area, #recaptcha_table, .gform_wrapper .right_label #recaptcha_area, #recaptcha_table {margin-left:32%;}


/* =Essentials
-------------------------------------------------------------- */

.skip-link {
	height:0;
	width:0;
	left:-19000px;
	overflow:hidden;
	position:absolute;
}
.clear {
    clear:both;
}

