/* CSS Document *//************************************************	LAYOUT RESET************************************************/body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }table { border-collapse:collapse; border-spacing:0; }img, img a { border:0; text-decoration:none; }address, caption, cite, code, dfn, strong, th, var { font-style:normal; font-weight:normal; }ol, ul { list-style:none; }caption, th { text-align:left; }h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }q:before, q:after { content:''; }abbr, acronym { border:0; }/***********************************************	GLOBAL STYLES***********************************************/html { padding: 0; margin: 0; list-style: none; min-height: 100%; background:url(/assets/img/bkgd_gradient.png) repeat-x; background-color:#ffffff; }body { margin: 0; font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif; text-align: center; min-width: 1024px; min-height: 100%; color:#000000; }form { margin: 0; padding: 0; }fieldset { background:rgba(136, 186, 219, 0.2) }h1 { font-size: 1.7em; color: #252525; padding: 6px 1px 6px 2px; font-weight:normal; text-shadow: 0.1em 0.1em 0.1em #ccc; }h2 { font-size: 1.4em; color: #252525; padding: 6px 1px 6px 2px; font-weight:normal; text-shadow: 0.1em 0.1em 0.1em #ccc; }h3 { font-size: 1.3em; color: #252525; padding: 6px 1px 6px 2px; font-weight:normal; text-shadow: 0.1em 0.1em 0.1em #ccc; }h4 { font-size: 1.2em; color: #252525; padding: 6px 1px 6px 2px; font-weight:normal; text-shadow: 0.1em 0.1em 0.1em #ccc; }h5 { margin: 5em; font-size: 1.3em; float: right; text-align:right; color: #ffffff; text-transform: capitalize; text-shadow: 0.1em 0.1em 0.1em #9e9e9e; }h6 { color:#FF0000; font-size: 1em; padding: 6px 1px 6px 2px; font-variant: small-caps; font-weight:normal; }p { font-size: .9em; margin: 7px 15px 10px 6px; line-height: 20px; }strong { font-weight:bold; }dl { padding:5px 5px 5px 20px; text-shadow: 0.1em 0.1em 0.2em #9e9e9e; } /* DEFINITION LIST */dt { font-weight:bold; text-shadow: 0.1em 0.1em 0.2em #9e9e9e; } /* DEFINITION TERM */dd { padding:0 0 7px 0; text-shadow: 0.1em 0.1em 0.2em #9e9e9e; } /*DEFINITION DESCRIPTION */textarea { margin:5px 5px; }.clear { clear:both; height:0; }.padding5 { padding:5px; }ul { list-style: disc; margin: 0 0 2px 15px; }li { list-style: disc; margin: 0 0 4px 25px; }ol { margin: 0 0 2px 15px; }ol li { list-style:upper-roman; margin: 0 0 4px 25px; }a:link { color: #0095da; text-decoration: underline; }a:visited { color: #37819d; text-decoration: underline; }a:hover { text-decoration: none; color: #fff200; }/***********************************************//* Layout Divs                                 *//***********************************************/#header { padding: 0; width: 100%; max-width: 1280px; height: 145px; margin:0 auto; color: #FFFFFF; }#header h6 { padding:0 0 0 10px; font-size: 1.4em; }#header h6 a { text-decoration:none; color:#FFFFFF; }#header p { padding-top:0; }#header h4 { padding-bottom:0; }#wrapper { margin-left:auto; margin-right:auto; padding: 10px; width: 1024px; height: auto; text-align: left; font-size: 1em; background: #FFFFFF; -webkit-box-shadow: 0.1em 0.1em 0.5em #121212; -moz-box-shadow: 0.1em 0.1em 0.5em #121212; box-shadow: 0.1em 0.1em 0.5em #121212; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; }#wrapper #content .graybox { display: block; float: left; height: 100px; width: 200px; border: thin solid #CCCCCC; margin: 10px 10px 10px 20px; -webkit-box-shadow: 0.1em 0.2em 0.3em #9e9e9e; -moz-box-shadow: 0.1em 0.2em 0.3em #9e9e9e; box-shadow: 0.1em 0.2em 0.3em #9e9e9e; -moz-border-radius: 5px; -webkit-border-radius: 5px; }#wrapper #right_col { display: block; float: right; width: 327px; height:auto; margin: 73px 10px 10px 10px; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc;border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; }#wrapper #right_col h4:first-child {border-top: none; }#wrapper #right_col h4 { border-top: 1px solid #cccccc; border-bottom:thin solid #cccccc; width: 99%; background:#f5f5f5; /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);*/-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; text-indent: 10px; }#wrapper #content { padding: 10px; margin: 0px 171px 0px 0px; min-height: 420px; height:auto; width: 654px; }#footer { width: 100%; height: 58px; position: static; padding: 20px 0 10px 0; /*background-image: url(/assets/img/rope.png); background-repeat: no-repeat; background-position: left bottom;*/ }#footer h1 { padding:0; margin:0; }#footer .block { color: #FFFFFF; float: left; height: 150px; width: 25%; padding: 0px 0px; margin: 70px 0px; border-top-style: none; text-align: center; font-size: 1.1em; vertical-align: middle; }#footer .block ul { list-style-type: none; width:256px; }#footer .block li a { display: block; height:85px; }* html .block li a { width: 256px; }#footer .block li a:link, #footer .block li a:visited { color:#ffffff; text-decoration:none; }#footer .block li a:hover { color:#666701; text-decoration:underline; background-image: url(../img/footer-gradient.png); background-repeat: repeat-x; }/*****  CLASSES *****/.contact { float: right; display: block; text-align: right; }.boxL { display:inline-block; padding: 5px 15px 5px 15px; width:auto; margin-right:15px; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #f4f4f4; border-left: 1px solid #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; }.boxL:hover { -webkit-box-shadow: 0.1em 0.1em 0.5em #9e9e9e; -moz-box-shadow: 0.1em 0.1em 0.5em #9e9e9e; box-shadow: 0.1em 0.1em 0.5em #9e9e9e; text-decoration: none; color:#000000 }div.boxL a:link, div.boxL a:visited { text-decoration: none; }.boxR { display:inline-block; padding: 5px 15px 5px 15px; width:auto; margin-right:15px; float: right; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #f4f4f4; border-left: 1px solid #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; }.boxR:hover { -webkit-box-shadow: 0.1em 0.1em 0.5em #9e9e9e; -moz-box-shadow: 0.1em 0.1em 0.5em #9e9e9e; box-shadow: 0.1em 0.1em 0.5em #9e9e9e; text-decoration: none; color:#000000 }div.boxR a:link, div.boxR a:visited { text-decoration: none; }.anyFloatRight { float: right; padding: 5px; margin: 0 20px 10px 0; }.anyFloatLeft { display: inline-block; float: left; margin: 0 30px 10px 0; }.inline { display:inline; }.textTrap { padding-top: 1em; margin: 1em 0em 0em 7em; border-top: 1px solid #000; text-indent:-50px; }.headerTrap { padding: .5em; margin: 1em 0 .5em 1em;  width: 15em; text-align: center; background: #fa6e50; color:#ffffff; text-transform: uppercase; -moz-border-radius: 5px; -webkit-border-radius: 5px; }#wrapper #content p.headerTrap a {color: #fff;}.shadow { -webkit-box-shadow:  0.2em 0.3em 1em #121212; -moz-box-shadow: 0.2em 0.3em 1em #121212; box-shadow: 0.2em 0.3em 1em #121212; margin-bottom: 10px; }/***********************************************//* Fonts - Text                                *//***********************************************/.red { color: #FF0000; }.smallcaps { font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif; font-size: .9em; font-weight: normal; font-variant: small-caps; color: #999999; }.style3 { color: #000066; font-weight: bold; }/**************//* Navigation*//*************/ul#nav { padding:0; margin: 0; }ul#nav li { display:inline; font-variant:small-caps; font-size:1.2em; font-weight:normal; }ul#nav li a { display:block; float:left; padding:0 20px 0 0; line-height:35px; margin-left:-1px; text-decoration:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }#IEroot ul#nav li a {line-height: 27px;}#IEroot ul#nav li a strong {line-height: 27px;}ul#nav li a strong { display:block; float:left; padding:0 0 5px 21px; line-height:35px; color:#0095da; font-weight:normal; }ul#nav li a:hover { background:#0095da; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor:pointer; }ul#nav li a:hover strong { color:#fff200; cursor:pointer; }/************* Form Validation ****************/#memberForm label { display: block; line-height: 1.4em; }#memberForm input { padding: 6px; color: #949494; border: 1px solid #cecece; }#memberForm input.error { background: #f8dbdb; border-color: #e77776; }#memberForm textarea { width: 550px; height: 80px; padding: 6px; color: #adaeae; font-family: Arial, Verdana, Helvetica, sans-serif; font-style: italic; font-size: 12px; border: 1px solid #cecece; }#memberForm textarea.error { background: #f8dbdb; border-color: #e77776; }#memberForm div { margin-bottom: 15px; }#memberForm div span { margin-left: 10px; color: #b1b1b1; font-size: 11px; font-style: italic; }#memberForm div span.error { color: #e46c6e; }#memberForm #send { background: #6f9ff1; color: #fff; font-weight: 700; font-style: normal; border: 0; cursor: pointer; }#memberForm #send:hover { background: #79a7f1; }#error { margin-bottom: 20px; border: 1px solid #efefef; }#error ul { list-style: square; padding: 5px; font-size: 11px; }#error ul li { list-style-position: inside; line-height: 1.6em; }.error { color: #e77776; }#error.valid ul li strong { color: #93d72e; }
