/* @override http://test.whitecapinstitute.com/wp-content/themes/wci/css/wci.css */

html, body {
  margin: 0;
  padding: 0;
  font: 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

/* @group BACKGROUND COLORS/HEIGHTS */

#htmlbg {
  position: absolute;
  z-index: -25;
  width: 100%;
  top: 86px;
}

.bgnav {
  background-color: #6495d2;
  width: 100%;
  height: 32px;
}

.bgshowcase {
  background-color: #0f3367;
  width: 100%;
  border-bottom: 3px solid #bec4c2;
}

.bgorange {
  width: 100%;
  height: 51px;
  background-color: gray;
  border-bottom: 1px solid #ccc;
}

.videos .bgorange {
  height: 30px;
}

.testimonials .bgorange {
  height: 130px;
}

/* SHOWCASE HEIGHT */

.index .bgshowcase {
  height: 277px;
}

.inside .bgshowcase {
  height: 15px;
}

.testimonials .bgshowcase {
  height: 423px;
  background-color: black;
}

.community .bgshowcase {
  height: 314px;
}

/* ORANGE HEIGHT FROM TOP */

.index #orange {
  position: absolute;
  left: 50%;
  width: 1024px;
  height: 51px;
  margin-left: -512px;
  top: 399px;
}

.inside #orange {
  position: absolute;
  left: 50%;
  width: 1024px;
  height: 51px;
  margin-left: -512px;
  top: 134px;
}

.community #orange {
  position: absolute;
  left: 50%;
  width: 1024px;
  height: 51px;
  margin-left: -512px;
  top: 434px;
}

.testimonials #orange {
  position: absolute;
  left: 50%;
  width: 1024px;
  margin-left: -512px;
  top: 543px;
  height: 110px;
}

/* INSIDE CONTENT HEIGHT FROM TOP */

.index #content {
  width: 100%;
  position: absolute;
  top: 450px;
}

.inside #content {
  width: 100%;
  position: absolute;
  top: 188px;
}

.community #content {
  width: 100%;
  position: absolute;
  top: 487px;
}

/*.inside #showcase {
  background-image: url(../images/showcase-inside.jpg);
  width: 1024px;
  height: 100px;
  position: absolute;
  top: 118px;
  left: 50%;
  margin-left: -512px;
}*/

p.page-overlay {


/* Fallback for IE */
  color: #27548b;
/* The awesome opacity that makes the big text look cool */
  color: rgba(255,255,255,0.05);
  display: none;
  width: 1024px;
  height: 100px;
  overflow: hidden;
  font: italic 130px/130px Georgia, "Times New Roman", Times, serif;
  text-indent: 10px;
}

/* @group VIDEO SHOWCASE */

.videos #showcase {
  width: 1024px;
  position: absolute;
  top: 121px;
  left: 50%;
  margin-left: -512px;
  height: 490px;
}

/* @end */

/* @group HOME SHOWCASE */

.index #showcase {
  background-image: url(../images/showcase-home.jpg);
  width: 1024px;
  height: 280px;
  position: absolute;
  top: 118px;
  left: 50%;
  margin-left: -512px;
}

.cta {
  height: 200px;
  position: absolute;
}

.index #showcase .cta p {
  color: white;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  top: 15px;
}

.index #showcase .cta p b {
  position: relative;
  top: -5px;
  font-size: 20px;
}

.cta-silver {
  width: 210px;
  height: 40px;
  display: block;
  color: #464646;
  text-decoration: none;
  padding-left: 10px;
  padding-top: 7px;
  font: italic 12px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: lowercase;
  background: url(../images/button-gray-220px.png) 0 0;
  margin-bottom: 15px;
}

.cta-silver:hover {
  background-position: 0 -47px;
  color: #0f3367;
}

.cta-silver span {
  display: block;
  font: bold 15px/20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 10px;
}

.index .panel img {
  margin-left: 3px;
  width: 1018px;
}

#p1 .cta {
  left: 786px;
  top: 210px;
}

#p2 .cta {
  top: 205px;
  left: 420px;
}

#p3 .cta {
  top: 190px;
  left: 600px;
}

#p4 .cta {
  left: 370px;
  top: 130px;
}

#p5 .cta {
  top: 190px;
  left: 425px;
}

#p6 .cta {
  top: 175px;
  left: 35px;
}

/* @end */

/* @end */

/* @group ORANGE */

#orange ul {
  width: 1024px;
}

#orange ul li {
  display: block;
  float: left;
  color: white;
  text-align: center;
  padding-top: 8px;
  position: relative;
}

#orange ul li:first-child {
  line-height: 51px;
  font-size: 22px;
  margin-right: 15px;
  text-align: left;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

a.gray-noarrow {
  width: 198px;
  height: 34px;
  display: block;
  color: white;
  line-height: 34px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  right: 0;
  margin-left: 20px;
  background: url(../images/button-gray-198px-no-arrow.png) 0 0;
  top: 2px;
}

a.gray-noarrow:hover {
  background-position: 0 -34px;
  color: #0f3367;
}

/* @end */

h1, h2, h3, h5 {
  color: #0f3367;
  margin-bottom: 10px;
  text-indent: -3px;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

h4 {
  font-weight: normal;
  font-style: normal;
}

h4 {
  text-align: center;
  text-transform: lowercase;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bbb;
  letter-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-bottom: 15px;
}

/* SPECIFIES THE WIDTH OF THE WHITE BG SO THE LINE WORKS */

.inside.page-course h4, body.inside.scholarship h4 {
  width: 400px;
}

.h4line {
  border-top: 1px solid #e6e6e6;
  position: relative;
  top: -23px;
  z-index: -1;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}

p, ol, ul, dl {
  margin-bottom: 10px;
  font-size: 13px;
  color: #464646;
  line-height: 18px;
}

ol, ul, dl {
}

li.nobull {
  list-style-type: none;
}

#main p, #main ul, #main ol {
  text-align: justify;
}

#main a:link, #main a:visited, #main-full a:link, #main-full a:visited {
  color: #0f3367;
}

#main a:hover, #main-full a:hover {
  color: black;
}

/*a:active {
  position: relative;
  top: 1px;
}*/

.clear {
  clear: both;
}

#header {
  width: 1024px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
}

a#logo {
  background-image: url(../images/wci-logo.jpg);
  width: 381px;
  height: 57px;
  text-indent: -9000px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

#header p {
  display: block;
  position: absolute;
  text-align: center;
  width: 160px;
  right: 10px;
  top: 15px;
  font-weight: bold;
  line-height: 20px;
}

#header p span {
  color: #f8931d;
  font-size: 22px;
}

#header p a:link, #header p a:visited {
  color: #464646;
  text-decoration: none;
}

#header p a:hover {
  color: #0f3367;
  text-decoration: underline;
}

ul.nav {
  position: absolute;
  width: 1024px;
  height: 32px;
  top: 86px;
  margin-left: 0;
}

ul.nav li {
  float: left;
  display: block;
  width: 145px;
  border-right: 1px solid #92b9e9;
}

ul.nav li:first-child {
  border-left: 1pt solid #92b9e9;
}

ul.nav li a {
  display: block;
  float: left;
  color: white;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 2px;
}

ul.nav li a:hover {
  background-color: #0f3367;
}

#wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/wrap-border.png) repeat-y 695px;
  padding-bottom: 25px;
}

#wrap.fullwide {
  background-image: none;
}

#main {
  width: 660px;
  float: left;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

#main-full {
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 15px;
}

#aside {
  width: 309px;
  float: right;
  padding-left: 15px;
  padding-top: 19px;
}

.ad {
  width: 290px;
  margin-bottom: 25px;
}

#main h1+img {
  border: 2px solid #ccc;
  position: relative;
  left: -2px;
	margin-bottom: 10px;
}

body.inside.scholarship #main h1+img {
	border-style: none;
	padding-bottom: 15px;
}

body.inside.scholarship h1 {
	display: none;
}

body.inside.scholarship #main {
	background: url(../images/scholarship-bg.png) no-repeat 13px 160px;
}

.blue-box {
	background-color: #6495d2;
	width: 460px;
	border: 2px solid #ccc;
	padding: 10px 15px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#main .blue-box p {
	color: white;
	font: italic bold 13px/21px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0;
}

/* CSS3 background Gradient & border radius */

.blue-box {
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(95,141,196)), to(rgb(140,180,228)));
background: -moz-linear-gradient(100% 100% 90deg, #8cb4e4, #5f8dc4);*/
	text-shadow: #464646 0 1px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#footer {
  height: 57px;
  background: url(../images/footer-bg.png) repeat-x;
}

#footer-wrap {
  width: 1024px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;
}

#footer-wrap p {
  color: silver;
  line-height: 57px;
  margin-bottom: 0;
}

#footer-wrap p.fleft {
  line-height: 57px;
  float: left;
  font-size: 11px;
}

#footer-wrap p.fright {
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
}

#footer a:link, #footer a:visited {
  color: silver;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
  color: white;
}

.text-full, .text-image {
  clear: both;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.text-full ul, .text-full ol {
  margin-left: 25px;
  font-style: italic;
}

/* SAME LAYOUT AS TEXT-FULL, JUST NO BORDER ON BOTTOM
   GOOD FOR THE BOTTOM TEXT WINDOW, OR WHEN YOU HAVE A
   DIFFERENT SEPARATOR IN MIND, IE GUIDED-RESIDENCY */

.text-fullnb {
  clear: both;
  margin-bottom: 15px;
}

.text-full img {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  border: 2px solid #ccc;
}

.text-image {
  padding-bottom: 10px;
}

.text-image img {
  border: 2px solid #ccc;
  float: left;
  margin-right: 15px;
}

.player {
  width: 400px;
  height: 225px;
  display: block;
  float: left;
}

.player img {
  opacity: 0.85;
}

.player img:hover {
  opacity: 1;
}

img.photo-left {
  float: left;
  margin-right: 15px;
  border: 2px solid #ccc;
}

img.photo-right {
  float: right;
  margin-left: 15px;
  border: 2px solid #ccc;
}

/* @group TEMP, DELETE WHEN SITE FINISHED */

.inside.schedule .text-full img {
  margin-left: -25px;
}



/* @end */

.inside.about .text-image {
  margin-top: 35px;
}

/* @group CODA SLIDER */

/*
  jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
  Copyright (c) 2009 Niall Doherty
  This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

.index .coda-slider-wrapper {
  padding: 0;
}

.index .coda-slider {
  height: 280px;
}

.index .coda-slider-no-js .coda-slider {
  height: 200px;
  overflow: auto !important;
  padding-right: 20px
}

.index .coda-slider, .index .coda-slider .panel {
  width: 1024px;
  height: 280px;
}

.index .coda-slider-wrapper.arrows .coda-slider, .index .coda-slider-wrapper.arrows .coda-slider .panel {
  width: 1024px;
  height: 280px;
}

.index .coda-slider-wrapper.arrows .coda-slider {
  margin: 0;
}

.index .coda-nav-right a {
  width: 25px;
  height: 125px;
  position: absolute;
  top: 75px;
  right: -23px;
  display: block;
  background: #1b4a82 url(../images/coda-right.png) no-repeat 0 center;
}

.index .coda-nav-right a:hover {
  background-position: -25px center;
}

.index .coda-nav-left a {
  width: 25px;
  height: 125px;
  position: absolute;
  top: 75px;
  left: -23px;
  display: block;
  background: #1a4682 url(../images/coda-left.png) no-repeat 0 center;
}

.index .coda-nav-left a:hover {
  background-position: -25px center;
}

.index .coda-nav ul li a.current {
  background: #39c
}

.index .coda-slider .panel-wrapper {
  
}

.index .coda-slider p.loading {
  
}

.index .coda-nav ul {
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden
}

.index .coda-nav ul li {
  display: inline
}

.index .coda-nav ul li a {
  background: #000;
  color: #fff;
  display: block;
  float: left;
  margin-right: 1px;
  padding: 3px 6px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 15000px;
  height: 15000px;
}

.index .coda-slider-wrapper {
  clear: both;
  overflow: hidden
  /* WAS SET TO AUTO BUT I HAD A SCROLL BAR */
}

.index .coda-slider {
  float: left;
  overflow: hidden;
  position: relative;
  height: 280px;
  display: block;
}

.index .coda-slider .panel {
  display: block;
  float: left;
  position: relative;
}

.index .coda-slider .panel-container {
  position: relative;
  height: 280px;
}

.index .coda-nav-left, .coda-nav-right {
  float: left
}

.index .coda-nav-left a, .coda-nav-right a {
  display: block;
  text-align: center;
  text-decoration: none
}

a:focus {
  outline: none;
}

/* @end */

/* @group VIDEO */

.video {
  height: 260px;
}

.video img {
  float: left;
	border: 2px solid #ccc;
}

.video h2, .video p {
  float: right;
  width: 245px;
}

.video h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* @end */

#main a.learn-square {
  width: 164px;
  height: 34px;
  display: block;
  background-image: url(../images/button-learn-square.png);
  color: white;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 10px;
}

#main a.learn-square:hover {
  background-position: 0 -34px;
}

#main .text-image a.learn-square {
  position: relative;
  left: -190px;
  float: right;
}

#main .course a.learn-square {
  position: relative;
  left: 160px;
}

.inside.about #main a.learn-square {
  position: relative;
  left: 0;
}

/* @group SCHOLARSHIP FORM FORMATTING */

#frm_form_21_container {
	overflow:hidden;
	position:relative;
	height: auto;
	margin: 0 auto 20px;
	color: #464646;
	font-size: 15px;
	line-height: 20px;
	width: 550px;
}

#frm_form_21_container h2 {
	margin-top: 20px;
}

select#item_meta304 {
	width: 515px;
	margin-left: 25px;
	border: 1px solid #dcdcdc;
	width:94%;	
	padding:4px;
	font-size: 13px;
	margin-top: 10px;
}

select#item_meta299 {
	border: 1px solid #dcdcdc;	
	padding:4px;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#frm_form_fields fieldset {
	border-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

#frm_form_21_container input, #frm_form_21_container textarea {
	background-color: #f7f7f7;
	border: 1px solid #dcdcdc;
	padding: 5px;
	color: black;
	font-size: 13px;
	margin-bottom: 10px;
	width: 390px;
}

#frm_field_318_container textarea[name="item_meta[318]"],
#frm_field_319_container input[name="item_meta[319]"],
#frm_field_320_container input[name="item_meta[320]"],
#frm_field_321_container textarea[name="item_meta[321]"],
#frm_field_322_container textarea[name="item_meta[322]"],
#frm_field_323_container textarea[name="item_meta[323]"],
#frm_field_324_container textarea[name="item_meta[324]"] {
	margin-left: 55px;
	margin-top: 10px;
}

#frm_form_21_container label {
	font-size:16px;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
	float: left;
	display: block;
	clear: both;
	width: 100px;
}

.text-fullnb #frm_field_304_container label.frm_pos_top,
.text-fullnb #frm_field_318_container label.frm_pos_top,
.text-fullnb #frm_field_319_container label.frm_pos_top,
.text-fullnb #frm_field_320_container label.frm_pos_top,
.text-fullnb #frm_field_321_container label.frm_pos_top,
.text-fullnb #frm_field_322_container label.frm_pos_top,
.text-fullnb #frm_field_323_container label.frm_pos_top,
.text-fullnb #frm_field_324_container label.frm_pos_top {
	font-size:16px;
	text-align: left;
	margin-right: 10px;
	padding-top: 5px;
	float: left;
	display: block;
	clear: both;
	width: 100%;
}

#frm_form_21_container input[type="submit"] {
	width: 164px;
	height: 34px;
	display: block;
	background-image: url(../images/button-learn-square.png);
	color: white;
	line-height: 34px;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 10px;
	text-align: left;
	float: right;
	position: relative;
	margin-top: 15px;
	border-style: none;
	padding: 0;
	right: 55px;
}

#frm_form_21_container input[type="submit"]:hover {
	background-position: 0 -34px;
	cursor: pointer;
}



/* @end */

/* @group FAQ and CONTACT FORMATTING */

dl.faq dt {
  display: block;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: #6495d2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  line-height: 25px;
  text-indent: 10px;
  text-transform: capitalize;
}

dl.faq dd {
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 35px 20px 5px;
  top: -25px;
  z-index: -1;
}

dl.faq dd ul {
  margin-left: 25px;
  font-style: italic;
}

.inside.contact .text-full {
  border-bottom-style: none;
}

/*.inside.contact fieldset {
  float: left;
  background-color: #ebebeb;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  padding: 35px 20px 5px;
  width: 370px;
  border: 1px none #ccc;
}*/

fieldset legend {
  display: block;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: #6495d2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  line-height: 25px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
}

.inside.contact fieldset legend {
  width: 410px;
  text-indent: 10px;
}

.inside.contact fieldset label {
  text-align: right;
  display: block;
  float: left;
  width: 70px;
  margin-right: 5px;
  font-style: italic;
  padding-top: 4px;
}

.inside.contact fieldset input, .inside.contact fieldset textarea {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 13px;
}

.inside.contact fieldset input {
  width: 280px;
}

.inside.contact fieldset input[name="telephone"] {
  width: 120px;
}

.inside.contact fieldset textarea {
  width: 355px;
}

.inside.contact fieldset input[type="submit"] {
  display: block;
  background-image: url(../images/button-orange.png);
  width: 128px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-left: 240px;
  border-width: 0;
  background-color: transparent;
}

.inside.contact fieldset input[type="submit"]:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

#main fieldset p.sub {
  font-size: 10px;
  text-align: right;
}

.inside.contact dl {
  float: right;
  width: 240px;
}

.inside.contact dt {
  font-weight: bold;
  font-style: italic;
  color: white;
  background-color: #6495d2;
  font-size: 12px;
  line-height: 25px;
  text-indent: 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.inside.contact dd {
  padding-left: 15px;
  padding-top: 5px;
  margin-bottom: 15px;
  background-color: #ebebeb;
  border-style: none;
  padding-bottom: 5px;
}

/* @end */

/* @group TABS */

.courses-tabs {
  width: 660px;
}

#tabs-nav {
  width: 660px;
  height: 63px;
  position: relative;
  z-index: 50;
}

#tabs-nav ul li {
  width: 163px;
  height: 63px;
  float: left;
  display: block;
  margin-right: 2px;
}

#main #tabs-nav ul li a {
  width: 163px;
  height: 63px;
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  text-align: center;
  background: url(../images/tabs-courses-gir.png) 0 0;
  text-transform: uppercase;
  line-height: 5px;
  font-size: 11px;
}

#main #tabs-nav ul li a b {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

#main #tabs-nav ul li a:hover {
  background-position: 0 -63px;
}

#main #tabs-nav ul li a:active {
  position: relative;
  top: 0;
}

#main #tabs-nav ul li a.current {
  background-position: 0 -126px;
}

/* PANES */

.inside.page-course #panes {
  width: 628px;
  background: url(../images/tabs-courses-bg-grad.png) repeat-x;
  position: relative;
  top: -10px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 5;
  min-height: 800px;
}

.inside.page-course #panes div.window {
  display: none;
  position: absolute;
  width: 628px;
}

.inside.page-course.single #panes div.window {
  display: inline;
}

.inside.page-course.single #panes {
  margin-top: 18px;
}

/* FORMATTING */

.inside.page-course #panes h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
}

.inside.page-course #panes h3 {
  font-style: italic;
  color: #f6931c;
  font-size: 15px;
  text-transform: uppercase;
}

.inside.page-course #panes h3 span {
  text-transform: capitalize;
  font-size: 11px;
}

.inside.page-course #panes img {
  border: 2px solid #bec4c2;
  margin-bottom: 8px;
}

.pane-left {
  width: 290px;
  float: left;
}

.pane-left p {
  text-indent: 15px;
}

#main .pane-left p.purpose {
  text-indent: 0;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  color: #f6931c;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 1px;
}

#main .pane-right p.quote {
  font-style: italic;
  padding: 5px 10px

;
  /*-w

ebkit-box-shadow: 0px 0px 7px #676767;*/

/*-w

ebkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;*/
  background-color: #fafafa;
  border: 1px solid silver;
}

#main .pane-right p.quote b {
  display: block;
  text-align: right;
}

.pane-right {
  float: right;
  width: 315px;
  margin-top: -30px;
}

#main .pane-left ul {
  font-style: italic;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}

.pane-left ul li {
  margin-bottom: 3px;
  padding-left: 5px;
}

#main .pane-right a.learn-square {
  margin-left: 150px;
  margin-top: 35px;
}

.pane-right dl {
  margin-left: 5px;
}

.pane-right dt {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #0f3367;
}

.pane-right dd {
  text-indent: 10px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.pane-right dd strike {
  color: gray;
}

/* @end */

/* @group VIDEOS */

ul.video-thumbs {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

ul.video-thumbs li {
  display: block;
  float: left;
  margin-right: 50px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ccc;
}

.video-desc img {
  border-style: none;
}

.video img {
	float: left;
	border: 2px solid #ccc;
}

ul.video-thumbs li:hover img {
  -webkit-box-shadow: 0px 0px 7px #676767;
}

ul.video-thumbs li:hover p a b {
  color: #27548b;
}

.video-desc {
  width: 250px;
}

#main .video-desc p a {
  text-decoration: none;
  color: #464646;
  display: block;
  padding: 5px 10px;
  text-align: left;
}

#main .video-desc a:hover {
  text-decoration: none;
}

.video-desc p a b {
  font-size: 15px;
  text-transform: uppercase;
  color: #f6931c;
}

/* @end */

/*

@group COURSES */

.course {
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  height: 225px;
  margin-bottom: 15px;
}

/*.course:hover {
  -webkit-box-shadow: 0px 0px 7px #676767;
  background-color: white;
}

.course:hover span {
  background-color: #f7941d;
}*/

.course span {
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #6495d2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 21px;
  letter-spacing: 3px;
}

.course img {
  border: 2px solid #ccc;
  position: absolute;
  top: 40px;
  left: 360px;
	height: 166px;
}

.course p {
  width: 325px;
  padding-left: 20px;
}

.course h3 {
  width: 325px;
  padding-left: 15px;
  margin-top: 15px;
}

a.pdf-large {
  display: block;
  background: #f7f7f7 url(../images/icon-pdf-large.png) no-repeat 5px 4px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #c0c0c0;
  width: 200px;
  left: 10px;
  position: relative;
	font-size: 14px;
	padding-left: 45px;
}

a.pdf-large:hover {
  background-color: #ebebeb;
}

.whitecap-track {
	background-image: url(../images/whitecap-track.png);
	width: 660px;
	height: 65px;
	margin-bottom: 10px;
}

.whitecap-track a {
	display: block;
	float: left;
	height: 60px;
	text-indent: -90000px;
}

.whitecap-track a[href="#c3"] {
	width: 110px;
}

.whitecap-track a[href="#c1"] {
	width: 142px;
}

.whitecap-track a[href="#c2"] {
	width: 140px;
}

.whitecap-track a[href="#c4"] {
	width: 130px;
}

.whitecap-track a[href="#c5"] {
	width: 138px;
}

/* @end */

/* @group ASIDE FORMATTING */

h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdcdc;
  text-indent: 0;
  padding-bottom: 3px;
}

.widget {
  margin-bottom: 20px;
}

.widget p strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #f7f7f7;
  padding: 2px 10px;
}

.widget a[rel="external"] {
  padding-right: 20px;
  background: url(../images/icon-external.png) no-repeat right 1px;
}

.widget a[href$=".pdf"] {
  padding-right: 20px;
  background: url(../images/icon-pdf.png) no-repeat right 1px;
}

.widget p a:link, .widget p a:visited, .widget ul a:link, .widget ul a:visited, .widget dl a:link, .widget dl a:visited {
  color: #4c77b2;
}

.widget p a:hover, .widget ul a:hover, .widget dl a:hover {
  color: black;
}

.widget dt {
  font-weight: bold;
}

.widget dd {
  padding-left: 5px;
  margin-bottom: 10px;
}

.widget p.icon {
  padding-left: 60px;
  margin-left: 15px;
}

.widget #schedule.icon {
  background: url(../images/icon-calendar.png) no-repeat left top;
}

.widget #airport.icon {
  background: url(../images/icon-airport.png) no-repeat left top;
}

.widget #community.icon {
  background: url(../images/icon-community.png) no-repeat left top;
}

.widget #pace.icon {
  background: url(../images/icon-PACE.png) no-repeat left top;
  font-size: 11px;
  font-style: italic;
  padding-left: 85px;
  margin-left: 5px;
}

.widget ul {
  margin-left: 25px;
}

.widget .orange {
  display: block;
  background-image: url(../images/button-orange.png);
  width: 128px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  left: 170px;
  top: -7px;
}

.widget .orange:hover {
  background-position: 0 -26px;
  cursor: pointer;
}

.widget .orange:active {
  top: -6px;
}

.widget form input, .widget form textarea {
  background-color: #f7f7f7;
  border: 1px solid #dcdcdc;
  padding: 5px;
  color: #959595;
  width: 270px;
  font: 13px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.widget form input:focus, .widget form textarea:focus {
  background-color: white;
  color: black;
}

.widget form {
  padding-left: 15px;
  padding-top: 10px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.widget form input[type="submit"] {
  padding: 0;
  border-style: none;
  margin-left: -15px;
  margin-top: 20px;
}

/* Jim Added */
.widget p.generic {
  margin-left: 15px;
}

.widget p.generic img {
  margin-right: 10px;
  float: left
}

.widget p.pace {
  font-size: 11px;
  font-style: italic;
  padding-left: 85px;
  margin-left: 5px;
}

/*.widget .frm_forms{background:#0b3468; padding:0 15px 25px 15px;}*/
.widget .with_frm_style label{color:#0f3367; font-size:10pt;}
.widget .with_frm_style .form-field input[type="text"],
.widget .with_frm_style .form-field input[type="file"],
.widget .with_frm_style .form-field select,
.widget .with_frm_style .form-field textarea{
  background-color: #f7f7f7;
  border: 1px solid #dcdcdc;
  padding: 5px;
  color: #959595;
  font-size: 13px;
  width: 270px;
}

.widget .with_frm_style .submit input[type="submit"]{
  display: block;
  background-image: url(../images/button-orange.png);
  width: 128px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: none;
  padding: 0;
  margin-left: 155px;
}

.inside.contact .contact_form {
  float: left;
  background-color: #ebebeb;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  padding: 35px 5px 5px;
  width: 400px;
  border: 1px none #ccc;
}

.inside.contact .contact_form .legend {
  display: block;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 15px;
  background-color: #6495d2;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  line-height: 25px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  text-indent: 10px;
}

.inside .with_frm_style label{font-size:10pt;}
.inside.contact .with_frm_style .form-field input[type="text"],
.inside.contact .with_frm_style .form-field input[type="file"],
.inside.contact .with_frm_style .form-field select,
.inside.contact .with_frm_style .form-field textarea{
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 5px;
  color: #959595;
  font-size: 13px;
  width: 300px;
}

.inside.contact .submit input[type="submit"]{
  display: block;
  background-image: url(../images/button-orange.png);
  width: 128px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: none;
  padding: 0;
  margin-top: 10px;
  margin-left: 260px;
}

.inside.contact p.sub {
  font-size: 10px;
  margin-left: 257px;
}

#main .product_form p select {
  margin-left: 30px;
}

.wpsc_description p.purpose {
  color: #0f3367;
  margin-bottom: 10px;
  text-indent: -3px;
  font-weight: bold;
}

#header ul.nav li span {
	color: #ffa4ac;
}

.inside.transaction-results div.text-fullnb {
	font-size: 13px;
	color: #464646;
}

.inside.sitemap ul.child-pages {
	margin-bottom: 0px;
}

.inside.sitemap ul.parent-pages li, .inside.sitemap ol.posts li {
	margin-left: 30px;
}

.inside.sitemap ul.child-pages li {
	margin-left: 60px;
}

/* @end */
