/*
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: 1em;
}
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;
    border-top:10px solid #002947;
    font: .9em/1.3em Baskerville, "Times New Roman", Times, serif;
	color: #6f6f6f;
}

td {
    vertical-align:top;
}

a {
    color:#000;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}


#wrap {
    background: url(img/header-tile.gif) 0 0 repeat-x;
}
.wrapper {
    width: 960px;
    margin: 0px auto;
}
#header {
	background: url(img/header-bg.jpg) 50% 0% no-repeat;
    height:100px;
	border-bottom:2px solid #002947;
}
#primary {
	background:#c1bd9f url(img/primary-tile.gif) 0% 100% repeat-x;
	padding:20px 0 38px 0;
	/* 18px for shadow */
}
#secondary {
    border-top:1px solid #fff;
    border-bottom:1px solid #F0F0F0;
    background:#FAFAFA;
}
#container {
}
#primary-footer {
    clear:both;
	background:#f0f0f0;
	border-top:1px solid #dddddd;
	padding:30px 0;
    font-size:.9em;
}
#secondary-footer {
	clear:both;
	background:#d9d9d9;
	border-top:1px solid #b3b3b3;
	text-align: center;
	padding:20px 0;
	font-size:.9em;
	color:#002947;
}


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

#branding {
	float:left;
    width:217px;
}

#topbar {
	float:right;
	width:500px;
	height:40px;
}
    #headerbox {
        float:left;
        width:380px;
        height:40px;
        margin-right:20px;
        background:#002947;
        color:#e0e5e9;
        font-size:1em;
        line-height:1.2em;

    	-moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -khtml-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
    	-moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -khtml-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
    }

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

/* =Navigation
-------------------------------------------------------------- */
#navBarWrapper {
    float:right;
	clear:right;
    width:685px;
	height:60px;
	z-index: 4;
	position: relative;
}
#navBar {
	margin-top:10px;
	height:50px;
}
#navBar .navDropDown {
	display: block;
	float: left;
}
#navBar .navDropDown .navBarButtons{
    display: block;
    float: left;
    height:35px;
    padding-top:15px;
    width:165px;
    text-align:center;
    font-size:1.4em;
    text-decoration:none;
    color:#d4d4d4;
}
#navBar .hovering .navBarButtons{
    color:#d4d4d4;
    background:#002947;

	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
#navBar .navDropDown .active {
    color:#666666;
}
#navBar .navDropDown .dropdown {
	display: none;
	width: 960px;
	top: 60px;
	position: absolute;
}

/* Wrapper */
#pddWrapper,
#dddWrapper,
#addWrapper {
	width: 960px;
	background: #002947;

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#addWrapper {
    width:165px;
}


#pddWrapper ul,
#dddWrapper ul,
#addWrapper ul {
	margin:0;
	padding:0;
    list-style:none;
}

#pddWrapper ul li,
#dddWrapper ul li,
#addWrapper ul li {
    margin:0;
    padding:0;
    list-style:none;
    font-size:.95em;
}

#pddWrapper ul li a,
#dddWrapper ul li a,
#addWrapper ul li a{
    font-size:.95em;
	color: #dad6cc;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#pddWrapper ul li a:hover,
#dddWrapper ul li a:hover,
#addWrapper ul li a:hover { color: #bdccd4;}

/* Products */
#productsDropDown {margin-left:-275px;}

#productsDropDown #pddWrapper {
    width: 920px;
	padding:20px 20px 0;
	text-align:left;
}
    #productsDropDown #pddWrapper .pc-column {
        float:left;
        width:184px;
    }
    #productsDropDown #pddWrapper .pc-column-69 {
        width:368px;
    }
    #productsDropDown #pddWrapper .pc-container {
        clear:both;
        width:184px;
        margin: 0 0 15px 0px;
    }
    #productsDropDown #pddWrapper .pc-container-69 {
        width:384px;
        margin: 0 0 15px 0px;
    }
    #productsDropDown #pddWrapper ul {
        width: 184px;
        list-style-type: none;
    }
    #productsDropDown #pddWrapper .pc-header {
        font-size:1.2em;
        text-transform:uppercase;
    	margin-bottom:5px;
    	padding: 0;
    }
    #productsDropDown #pddWrapper .pc-header a {
        color:#fff;
        text-decoration:none;
    }

/* Divisions */
#divisionsDropDown {margin-left: -440px;}

#divisionsDropDown #dddWrapper {
    width: 940px;
	padding:20px 0 0 20px;
	text-align:left;
}
    #divisionsDropDown #dddWrapper .dd-column {
        float:left;
        width:450px;
        padding-right:20px;
    }
    #divisionsDropDown #dddWrapper .dd-container {
        clear:both;
        width:460px;
        margin: 0 0 15px 0px;
    }
    #divisionsDropDown #dddWrapper .dd-header {
        font-size:1.2em;
        text-transform:uppercase;
    	margin-bottom:5px;
    	padding: 0;
        color:#fff;
    }
    #divisionsDropDown #dddWrapper .dd-header a {
        color:#fff;
        text-decoration:none;
    }
    #divisionsDropDown #dddWrapper .dd-desc {
        color:#DAD6CC;
        text-decoration:none;
    }

/* About */
#aboutDropDown {margin-left: -20px;}

#aboutDropDown #addWrapper {
	padding:20px 20px;
	text-align:left;
}


/* Other */
.left {
	float:left;
}

/* =Content
-------------------------------------------------------------- */
.container-title {
    color:#2b2b2b;
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:4px;
    border-bottom:1px solid #A9A9A9;
    margin-bottom:10px;
}


.breadcrumb {
    padding-bottom:6px;
    margin-bottom:10px;
    border-bottom:1px solid #a3a3a3;
}
.breadcrumb a {
    color:#6F6F6F;
    text-decoration:none;
}
.breadcrumb a:hover {
    text-decoration:underline;
}
.breadcrumb span {
    color:#000;
}

#primary h1 {
    color:#000;
    font-size:1.6em;
    line-height:1.2em;
    padding-bottom:5px;
}
.primary-left {
	float:left;
	width:455px;
	padding-right:20px;
}
.primary-right {
	float:right;
	width:485px;
    text-align:right;
}
.primary-right a {
    color:#6F6F6F;
    text-decoration:none;
}
.primary-right a.current-pc {
    color:#000;
}
.primary-title {
	font-size:1.8em;
	color: #000;
	padding-bottom:5px;
}
.primary-flash-container  {
    border:2px solid #000000;
    display:block;
    height:170px;
    width:480px;
}

#container {
    padding:10px 0;
}
#container h1,
#container h2 {
    color:#2b2b2b;
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:4px;
}

#container-home {
    padding:10px 0;
}
#container-home h1,
#container-home h2 {
    color:#2b2b2b;
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:4px;
    border-bottom:1px solid #A9A9A9;
    margin-bottom:10px;
}

#container-home td {
    padding-bottom:10px;
}

#container-home .divisions td {
    padding-right:15px;
    padding-bottom:20px;
}
#container-home .divisions img {
    padding:4px;
    border:1px solid #e3e3e3;
    margin-bottom:5px;
}

#container-home .brands td {
    vertical-align:middle;
}


.pc-product-table {
    width:100%;
}
.pc-product-table thead td,
.pc-product-table tfoot td {
    color:#000;
    font-weight:bold;
    text-align:left;
}
.pc-product-table tfoot td {
    border-bottom:none;
}
.pc-product-table td {
    padding:2px 0;
    border-bottom:1px solid #a3a3a3;
}
.pc-product-table .pc-odd td {
    background:#eee;
}

.entry-meta {
    padding-bottom:10px;
}


/* =Content - Search
-------------------------------------------------------------- */
#searchbox {
    float:left;
    width:270px;
    height:35px;
}
#searchbox fieldset {
    height:30px;
    padding-top:5px;
}
#searchbox fieldset label {
    float:left;
    width:60px;
    text-align:center;
    font-size:.9em;
    padding-top:4px;
}
#searchbox fieldset input {
    float:left;
    background:#1C5987;
    outline: none;
    margin:0;
    padding:0.2em 0px 0.2em 0.2em;
    width:170px;
    border:1px solid #D9D9D9;
    color:#fff;
}
#searchbox fieldset button {
    float:left;
    background:url(img/search_button.gif) 50% 50% no-repeat;
    text-indent:-9999px;
    width:30px;
    height:24px;
    border:none;
    cursor:pointer;
}

#loginbox {
    float:right;
    width:79px;
    height:40px;
    border-left:1px solid #15486e;
    text-align:center;
    text-transform:uppercase;
}
#loginbox a {
    display:block;
    width:80px;
    height:30px;
    text-align:center;
    font-size:.9em;
    padding-top:10px;
    color:#e0e5e9;
    text-decoration:none;
}
#appguide {
    float:left;
    width:100px;
    height:40px;
    text-transform:uppercase;
}
#appguide a {
    display:block;
    width:100px;
    height:36px;
    background:#002947;
    color:#e0e5e9;
    text-align:center;
    text-decoration:none;
    font-size:.9em;
    line-height:1.2em;
    padding-top:4px;

	-moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}


/* =Footer
-------------------------------------------------------------- */
.footmenu {
    float: left;
    padding: 0;
    width: 209px;
    min-height:200px;
    border-left:1px solid #D9D9D9;
    padding-left:30px;
}
.footmenu ul {
    list-style: none;
    padding: 0;
    margin-top:10px;
}
footmenu li {
    min-height:100%;
    padding:0 0 0 2px;
    border:none;
}
.footmenu span {
    font-size:1.2em;
    font-weight:bold;
}
#primary-footer .logo a {
    display:block;
    text-indent:-9999px;
    height:43px;
    width:151px;
    background:url(img/footer-logo.gif) 0 0 no-repeat;
    margin-top:10px;
}
#primary-footer .built {
    clear:both;
    padding-top:20px;
    font-size:.9em;
}
#primary-footer a{
    color: #007AC3;
    text-decoration:none;
}
#primary-footer a:hover{
    text-decoration:underline;
}


/* =TinyMCE
    pull classes from tinymce.css
-------------------------------------------------------------- */
.theme_black {
    color: #000000;
}

.theme_blue {
    color: #336699;
}


/* =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%;}

/*-- styles to move descriptions above fields --*/
li#field_1_8, li#field_1_9 {position:relative;}
li#field_1_8 .ginput_container, li#field_1_9 .ginput_container {margin-top:35px;}
li#field_1_8 .gfield_description, li#field_1_9 .gfield_description {position:absolute; top:30px;}


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

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

