/*

  Main Stylesheet

*/

body {
	font: 12px Helvetica, Arial, Helvetica Neue, sans-serif;
	color: #303030;
	background: white url(../../../../img/bg-main-02.jpg) repeat-x 0 170px;
}
p, li {
	line-height: 1.45em;
}
a {
	color: #007ead;
}
a:hover {
	text-decoration: none;
}
p a:visited {
	color: #2B67AF;
}
em { font-style: oblique; }
.image1 {
	float: left;
	margin: 0 20px 20px 0;
}
abbr {
  border-bottom: 1px dashed #007ead;
  cursor: help;
}
.clear {
	clear: left;
}
.mainCol p,
.mainCol li {
	font-size: 1.15em;
	margin-bottom: 10px;
}
.mainCol .articleList li,
ul.list-1 li {
	padding-left: 25px;
	background: url(../../../../img/li-bullet.gif) no-repeat 2px 2px;
}
.hide { display: none; }

/* Headings */

h1,h2,h3,h4,h5 { font-family: Georgia, Times, Times New Roman, serif; }

.mainCol h2 {
	font-size: 4.3em;
	margin: 0 0 20px;
	font-weight: normal;
	line-height: 1em;
}
.mainCol h2 em {
	font-weight: 700;
	color: #007ead;
	font-style: oblique;
	font-size: .9em;
}
.mainCol h3 {
	font-size: 3em;
	margin-bottom: 10px;
}
.mainCol h4 {
	font-size: 2.5em;
	margin-bottom: 10px;
}
.mainCol h5 {
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: normal;
}

/* end Headings */

/* Layout */

#wrapper {
	width: 940px;
	margin: 18px auto -120px;
	*margin-bottom: 0;
}

#headerWrap {
	width: 100%;
	background: transparent url(../../../../img/bg-header-top.png) repeat-x;
	border-bottom: 1px solid white;
}
#header {
	height: 170px;
	width: 940px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background: url(../../../../img/bg-header-right.gif) no-repeat right top;
}
#header h1 {
	width: 501px;
	height: 75px;
	position: absolute;
	top: 0;
}
#header h1 a {
}
#headline {
	position: absolute;
	top: 30px;
	color: #606060;
	letter-spacing:-0.02em;
}
#slogan {
	position: absolute;
	top: 26px;
	right: 184px;
	font-size: 1.15;
	font-style: italic;
	visibility: hidden;
}
#headContact {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 3px;
	border: 1px dotted #007ead;
	display: none;
}
#searchBar {
	position: absolute;
	right: 12px;
	bottom: 10px;
	background: transparent url(../../../../img/search-box.png) no-repeat right top;
	width: 264px;
	height: 28px;
}
#searchBar input#s {
	background: transparent;
	border: none;
	width: 182px;
	padding: 7px 0 0;
	font-size: 1.2em;
	margin: 0 25px 0 12px;
	color: #2F5A5F;
}
#searchBar button {
	background: transparent;
	border: none;
	cursor: pointer;
	text-indent: -4000px;
	width: 40px;
	padding: 0;
}
#reset {
	position: absolute;
	top: 7px;
	right: 44px;
	width: 20px !important;
}

/* Navigation */

#nav {
	overflow: hidden;
	padding-top: 125px;
}
#nav ul {
	font: 1.4em Cambria, Georgia, Times, Times New Roman, serif;
	font-weight: 700;
	overflow: hidden;
}
#nav ul li {
	float: left;
/*	height: 44px;*/
}
#nav ul li a {
	display: block;
	color: #3f484a;
	height: 24px;
	padding: 10px 20px;
	background: url(../../../../img/bg-nav.png) no-repeat;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li.current_page_item a,
#nav ul li.current_page_parent a {
	background: url(../../../../img/bg-nav-active.png) no-repeat;
	text-decoration: underline;
}
#nav ul li a#last {
	border-right: 1px #e1f4f7 solid;
}
/* end Navigation */

/* WP Overrides */

.entry {
	position: relative;
}

/* end WP Overrides */

#content {
	overflow: hidden;
}

.sideCol {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.asideCyan a {
	color: #fff;
	font-weight: 700;
	background: #199FCF url(../../../../img/bg-cyan-noise.jpg);
	padding: 2px 3px;
}
.asideCyan a:hover,
.asideCyan a:visited:hover {
	background: #000;
}
.asideCyan a:visited {
	color: #fff;
	background: #6BA9BF;
}
.asideCyan {
	background: #007ead url(../../../../img/bg-cyan-noise.jpg);
	position: relative;
}
.asideBrown {
	background: #492c22 url(../../../../img/bg-brown-noise.jpg);
}
.aside {
	padding: 14px;
	margin-bottom: 20px;
}
.aside p {
	color: #fff;
	margin-bottom: 10px;
}
.asideBrown p strong {
	background: #7F503F;
	font-size: 1.555em;
	padding: 2px;
	line-height: 1.4em;
}
.asideCyan p.last,
.asideBrown p.last {
	margin-bottom: 0;
}
.aside h3 {
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 10px;
}
.asideBrown h3 {
	color: #98e4f6;
}
.asideNav a {
	outline: none;
}
.asideNav {
	text-align: center;
	margin-bottom: 14px;
	position: relative;
	height: 22px;
}
.readAll {
	color: white;
	font-size: 1.333em;
	font-style: italic;
	letter-spacing: .05em;
	padding-top: 4px;
	line-height: 22px;
}
.cirleArrow {
	width: 22px;
	height: 21px;
	display: block;
	text-indent: -4000px;
	position: absolute;
	top: 0;
}
.cirleArrow.left {
	left: 0;
	background: url(../../../../img/cir-arr-left.png);
}
.cirleArrow.right {
	right: 0;
	background: url(../../../../img/cir-arr-right.png);
}
.cirleArrow.left:active { background: url(../../../../img/cir-arr-left.png) 0 21px; }
.cirleArrow.right:active { background: url(../../../../img/cir-arr-right.png) 0 21px; }
#aboutTop {
	background: url(../../../../img/bg-about.png) no-repeat;
	color: #fff;
	font-size: 1.8em;
	font-style: oblique;
	height: 40px;
	width: 200px;
	position: absolute;
	right: -5px;
	padding: 5px 0 0 15px;
}

/* Testimonials */
.asideWhite {
	background: url(../../../../img/bg-white-noise.png);
	border: 1px solid #B9EAF8;
	overflow: hidden;
	width: 190px;
}
.asideWhite h3 {
	color: #671b09;
	font-size: 2.3em;
}
.asideWhite p,
.asideWhite .readAll {
	color: #5a5a5a;
}
.by {
	text-align: right;
	font-style: oblique;
}
/* end Testimonials */


.mainCol {
	float: left;
	width: 700px;
}
.larry { margin: 35px 0 14px;}
.imgMarginBtm { margin-bottom: 14px; }

.bigBtn {
	width: 400px;
	height: 86px;
	float: left;
	margin:0 20px 10px 0;
}
.bigBtn h4 {
	text-indent: -4000px;
	margin-bottom: 0;
}
.bigBtn p {
	padding: 10px 0 0 62px;
}
.bigBtn p a {
	color: #fff;
	text-decoration: none;
}
#freeAssm {
	background: url(../../../../img/btn-get-assm.png) no-repeat;
	cursor: pointer;
	clear: left;
}
#freeAssm:hover { background: url(../../../../img/btn-get-assm.png) 0 -86px no-repeat; }
#freeAssm:active { background: url(../../../../img/btn-get-assm.png) 0 -172px no-repeat; }

#videoLinks {
	width: 280px;
	float: left;
}
#videoLinks li {
	margin-bottom: 0;
}
#videoLinks li a {
	padding-left: 32px;
	background: url(../../../../img/play-icon.gif) no-repeat 0 1px;
	padding-top: 2px;
	text-decoration: none;
}
#videoLinks li a:hover {
	color: #ba4e0c;
}
#videoLinks h4 {
	color: #640a02;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 4px;
	}
.post {
	clear: left;
}

/* Footer */

#footerWrap {
	background: url(../../../../img/bg-cityscape.jpg) repeat-x;
	height: 37px;
	padding: 249px 0 0;
}
#footer {
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #d3d3d3;
}
#footer ul {
	margin: 0 0 0 10px;
}
#footer ul li {
	float: left;
	margin: 12px 190px 12px 0;
}
#footer ul li.last {
	margin-right: 0;
	float: right;
}

/* Contact and Other Forms */

.phoneNum {
	font-size: 1.6em;
	margin-left: 47px;
	padding: 2px 0 0 38px;
	background: url(../../../../img/icon-phone.gif) no-repeat;
	height: 22px;
	display: block;
}
.cform,
.mmf-form {
	overflow: hidden;
	background: #9ae4f6 url(../../../../img/bg-form.png) repeat-x;
	padding: 30px 40px 30px 40px;
	border: 1px #8fb6b8 solid;
	margin-bottom: 20px;
}
.cform input,
.cform textarea {
	border: 1px #8fb6b8 solid;
	background: white;
	padding: 4px;
}
.cf-ol {
	margin-top: 30px;
}
.cf-ol:first-child {
	margin-top: 10px;
}
.cf-ol li {
	list-style: none;
}
.cf-ol label {
	float: left;
	width: 83px;
	text-align: right;
	padding-right: 8px;
}
.cf-ol li input.single {
	width: 278px;
	margin-right: 8px;
	background: #fff url(../../../../img/bg-form-field.png) repeat-x bottom left;
}
.cf-ol li textarea.area {
	width: 516px;
	height: 176px;
}
.mmf-form-control-wrap textarea {
	width: 516px;
	height: 90px;
}
.cf-sb {
	margin-left: 91px;
	margin-bottom: 0 !important;
}
.cf_hidden { display: none; }
span.reqtxt,
span.emailreqtxt {
	font-size: .85em;
	color: #752f18;
}
.sendbutton, #sendbutton {
	background: url(../../../../img/btn-form.png);
	color: #f5fcfe;
	font: 17px Georgia, Times, Times New Roman, serif;
	width: 138px;
	height: 35px;
	cursor: pointer;
	border: none;
	float: left;
}
#sendbutton:active {
	padding-top: 2px;
}
.cf_info {
/*
	position: absolute;
	top: 17px;
	left: 126px;
*/
	color: #ca2b0b;
}
#validation {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	font-size: 16px;
}
.mmf-response-output {
	padding: 10px;
	font-size: 16px;
	display: none;
}
#formResponse p {
	padding-left: 144px;
}
#formResponse p#yes { background: url(../../../../img/alert.png) no-repeat 88px 0; }
#formResponse p#no { background: url(../../../../img/ok.png) no-repeat 88px 0; }

/* end Forms */

/* Video Pages */

.videoColsWrap {
	
}
.videoCol1,
.videoCol2 {
	float: left;
	width: 340px;
}
.videoCol1 {
	margin-right: 20px;
}
#videoRSS {
	display: none;
	width: 282px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	background: url(../../../../img/btn-rss-long.png);
	line-height: 30px;
	color: #363636;
	text-decoration: none;
	font-size: 14px;
}

.videoFeatured {
	border: 2px solid #8fb6b8;
	padding: 20px;
	background: #ddf7f5;
}
.videoFeatured h3 {
	font-size: 22px;
	color: #9f3817;
}
.videoFeatured h3.blue {
	color: #166a9a;
}
.videoFeatured h4 {
	font: 14px Helvetica, Arial, Helvetica Neue, sans-serif;
	font-weight: 700;
}
.videoClipWrap {
	overflow: hidden;
	margin-bottom: 20px;
}
.videoCatBtn {
	display: block;
	width: 340px;
	height: 63px;
	color: #c2e5ec;
	font: 30px Cambria, Georgia, Times, Times New Roman, serif;
	text-align: center;
	margin-bottom: 20px;
	line-height: 60px;
}
#catCompetitions { background: url(../../../../img/btn-video-sienna.png); }
#catTraining { background: url(../../../../img/btn-video-cyan.png); }
.bigLink { font-size: 16px; font-weight: 700; }

/* -- */

.videoList dt,
.videoList dd {
	float: left;
}
.videoList dt {
	margin: 0 20px 0 0;
	width: 400px;
	height: 358px;
}
.videoList dd {
	margin: 0 0 20px;
	width: 250px;
	background: #9ae4f6 url(../../../../img/bg-form.png) repeat-x left 50%;
	padding: 15px;
	min-height: 286px;
}
.videoList h3 {
	font: 22px Helvetica, Arial, Helvetica Neue, sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

/* end Video Pages */

/* Assessment Pages */

.assessList dt,
.assessList dd {
	float: left;
}
.assessList dt {
	margin: 0 20px 0 0;
	width: 240px;
}
.assessList dd {
	width: 439px;
	margin-bottom: 20px;
}
.assessList h3 {
	color: #007ead;
	font: 22px Helvetica, Arial, Helvetica Neue, sans-serif;
	font-weight: 700;
}
p#disclaimer {
	font-size: 12px;
	float: left;
}
.mmf-form p {
	position: relative;
	padding-left: 100px;
	margin-bottom: 18px;
	display: block;
}
.mmf-form-control-wrap {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #53D5EC;
	padding: 2px 5px;
}
.mmf-list-item {
	padding-right: 5px;
}
table.examResults {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 16px;
}
.examResults th,
.examResults td {
	padding: 4px;
	text-align: center;
}
.examResults th {
	border-bottom: 1px dotted #1D565F;
	background: #86E0EF;
}
.examResults tr:nth-child(even) {
	background: #CBF7F6;
}
tr.odd th {
	background: #FD99A5;
}


/* end Assessment Pages */

.post-edit-link {
	display: block;
	padding: 6px;
	background: #95D7EF;
	width: 110px;
	margin-top: 20px;
	font-size: 16px;
}
.hentry {
	font-size: 14px;
}

/* Search page */
.searchResults h4 {
	font-size: 2em;
	font-weight: normal;
}
.searchResults small {
	font-size: .45em;
	color: #5B5B5B;
	margin-bottom: 6px;
}
.searchExcerpt {
	font-size: 1em !important;
}
/* end Search page */

/* Image Slider */

#slider {
	display: none;
   width: 700px; /* important to be same as image width */
   height: 466px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-bottom: 10px;
}

#sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   bottom: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   padding: 10px 13px;
	font-size: 15px;
   width: 674px;
   background-color: #01394e;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 5px;
}
.sliderImage span em {
	font: 22px Cambria, Georgia, Times, Times New Roman, serif;
	clear: left;
	font-style: italic;
	font-weight: 700;
}
.clear { clear: both; }
#fallbackImage { margin-bottom: 20px; } 

/* end Image Slider */

/* Services and Rates */

.priceWrap {
  overflow: hidden;
  *margin-top: 20px;
  _margin-top: 0px;
}
.priceWrap h4 {
  font-weight: normal;
  font-size: 1.6em;
  background: #E7CDFA;
  background: rgba(175, 89, 239, .3);
  padding: 8px 4px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
h4.head1 { background: #F7DAD0; background: rgba(223, 109, 69, .25); }
h4.head2 { background: #BFF7FE; background: rgba(128, 239, 253, .5); }
h4.head3 { background: #C1F8CB; background: rgba(132, 242, 151, .5) }
h4.head4 { background: #F8CECA; background: rgba(141, 144, 140, .35) }

.blockHalf, .blockFull, .blockThird {
  background: white;
  border: 1px solid #0077A6;
  float: left;
  padding: 10px;
  text-align: center;
/*
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
*/
}

.blockHalf {
  border-bottom: none;
  height: 100px;
  width: 329px;
}
.blockHalf.left {
  border-right: 0;
  border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}
.blockHalf.right {
  border-left: 0;
  border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}
.blockFull {
  border-top: none;
  margin-bottom: 20px;
  *width: 678px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.blockThird {
  margin: 0 20px 0 0;
  min-height: 220px;
  width: 28%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.blockThird.last {
  margin: 0;
}
.mainCol .pricing {
  font: 1.6em Helvetica, Arial, sans-serif;
}
.pricing strong {
  color: #003C5E;
}
.priceWrap .description {
  font-size: 1.1em;
  line-height: 1.2em;
}
.pricing em {
  font: .85em Georgia, Times, Times New Roman, serif;
  font-style: italic;
}
.blockHalf .pricing small {
  line-height: 2em;
}

/* end Services and Rates */

