@charset "utf-8";
/* CSS Document */

img, div, a, ul, li {
	behavior: url(/styles/iepngfix.htc)
}

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/**************************************************************
	STANDARD HTML TAGS
**************************************************************/

body {
	background: #A6ACD5;
	color: #FFFFFF;
}

p a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
}

p a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px dashed;
}

img a {
	border: 0;
}

ul, ol {
	list-style: none;
}

hr {
	width: 100%;
	border: 0px;
	color: #DADDF2;
	background-color: #DADDF2;
	height: 3px;
	margin-bottom: 20px;
}

em {
	font-style: italic;
}



/**************************************************************
	WRAPPERS AND BLOCKS
**************************************************************/

#navigation-wrapper {
	height: 75px;
	width: 100%;
	display: block;
	position: relative;
	background: #2C3673 url(/images/navigation-bg.jpg) top center no-repeat;
}

#navigation-block {
	margin-left: auto;
	margin-right: auto;
	height: 75px;
	width: 960px;
	display: block;
	position: relative;
}

#banner-home-wrapper {
	height: 225px;
	width: 100%;
	display: block;
	position: relative;
	background: #36418B url(/images/banner-home-bg.jpg) top center no-repeat;
}

#banner-home-block {
	margin-left: auto;
	margin-right: auto;
	height: 225px;
	width: 960px;
	display: block;
	position: relative;
}

#banner-wrapper {
	height: 100px;
	width: 100%;
	display: block;
	position: relative;
	background: #36418B url(/images/banner-bg.jpg) top center no-repeat;
}

#banner-block {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 960px;
	display: block;
	position: relative;
}

#content-wrapper {
	height: 100%;
	width: 100%;
	background: transparent url(/images/content-bg.jpg) top center repeat-x;
}

#content-block {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 960px;
	display: block;
	position: relative;
}

#body-wrapper {
	height: 55px;
	width: 100%;
	background: transparent url(/images/body-bg.jpg) bottom center repeat-x;
}

#footer-wrapper {
	height: 350px;
	width: 100%;
	display: block;
	position: relative;
	background: #0C103F url(/images/footer-bg-1.jpg) top center no-repeat;
}

#footer-block {
	margin-left: auto;
	margin-right: auto;
	height: 350px;
	width: 960px;
	display: block;
	position: relative;
}


/**************************************************************
	LOGO AND NAVIGATION
**************************************************************/

#logo {
	margin: 0;
	padding: 0;
	float: left;
	height: 75px;
	width: 300px;
	display: block;
	position: relative;
	bottom: 0px;
}

#navigation {
	margin: 0;
	padding: 0;
	float: right;
	height: 75px;
	width: 600px;
	display: inline;
	position: relative;
	
}

#navigation ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	margin: 0px;
	padding: 0px;
	height: 75px;
	display: inline;
}

#navigation ul li a {
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 100%;
	display: inline-block;
	position: relative;
}

#navigation ul li a span {
	display: none;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li#navigation-home {
	height: 75px;
	width: 83px;
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#navigation ul li#navigation-home a {
	height: 75px;
	width: 83px;
	background-image: url(/images/navigation-home.png);
	background-position: 0px 0px;
	text-decoration: none;
}

div#navigation ul li#navigation-home a:hover {
	background-position: 0px 75px;
}


div#navigation ul li#navigation-about {
	width: 85px;
	display: inline;
	margin: 0px;
	padding: 0px
}

div#navigation ul li#navigation-about a {
	background-image: url(/images/navigation-about.png);
	background-position: 0px 0px;
	text-decoration: none;
}

div#navigation ul li#navigation-about a:hover {
	background-position: 0px 75px;
}

#navigation ul li#navigation-corporate {
	width: 100px;
	display: inline;
	margin: 0px;
	padding: 0px
}

#navigation ul li#navigation-corporate a {
	background-image: url(/images/navigation-corporate.png);
	background-position: 0px 0px;
	text-decoration: none;
}

#navigation ul li#navigation-corporate a:hover {
	background-position: 0px 75px;
}

#navigation ul li#navigation-personal {
	width: 100px;
	display: inline;
	margin: 0px;
	padding: 0px
}

#navigation ul li#navigation-personal a {
	background-image: url(/images/navigation-personal.png);
	background-position: 0px 0px;
	text-decoration: none;
}

#navigation ul li#navigation-personal a:hover {
	background-position: 0px 75px;
}

#navigation ul li#navigation-blog {
	width: 72px;
	display: inline;
	margin: 0px;
	padding: 0px
}

#navigation ul li#navigation-blog a {
	background-image: url(/images/navigation-blog.png);
	background-position: 0px 0px;
	text-decoration: none;
}

#navigation ul li#navigation-blog a:hover {
	background-position: 0px 75px;
}

#navigation ul li#navigation-contact {
	width: 96px;
	display: inline;
	margin: 0px;
	padding: 0px
}

#navigation ul li#navigation-contact a {
	background-image: url(/images/navigation-contact.png);
	background-position: 0px 0px;
	text-decoration: none;
}

#navigation ul li#navigation-contact a:hover {
	background-position: 0px 75px;
}


/**************************************************************
	HEADER
**************************************************************/

#header-message {
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 500px;
	display: inline;
}

#header-button {
	margin-top: 75px;
	margin-right: 50px;
	padding: 0px;
	height: 70px;
	width: 250px;
	display: inline;
	float: right;
	background-image: url(/images/header-button.png);
	background-position: 0px 0px;
}

#header-button:hover {
	background-image: url(/images/header-button.png);
	background-position: 0px 70px;
	cursor: pointer;
}

#header-button strong {
	height: 70px;
	width: 250px;
	display: none;
}

#header-title {
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}


/**************************************************************
	CONTENT
**************************************************************/

/*** LAYOUT ***/

#column-66 {
	margin: 20px 0px;
	padding-right: 20px;
	height: 100%;
	width: 620px;
	display: block;
	position: relative;
	float: left;
}

#column-33 {
	margin: 20px 0px;
	padding: 0px 10px;
	height: 100%;
	width: 300px;
	display: block;
	position: relative;
	float: right;
}

/*** MAIN CONTENT ***/

#column-66 h2 {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 32px;
	font-weight: lighter;
	height: 32px;
	color: #245888;
	letter-spacing: -1.0px;
	padding-bottom: 20px;
	vertical-align: text-bottom;
	line-height: 48px;
}

#column-66 h3 {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 24px;
	font-weight: lighter;
	color: #1F2021;
	letter-spacing: -0.5px;
	padding-bottom: 20px;
}

#column-66 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#column-66 p.course-detail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
	padding-bottom: 5px;
}

#column-66 p strong {
	font-weight: bold;
	color: #112233;
}

table#course-details {  
	width: 600px;
	padding: 0;
	display: block;
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}

table#course-details caption {
	margin: 0 12px;
	padding: 20px 0 5px 0;
	text-align: left;  
}

table#course-details th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px !important;
	padding: 6px 10px;
}

table#course-details thead th {
	color: #FFFFFF;
	background-color: #245888;
}

table#course-details tbody td {
	border-bottom: 1px solid #7C85BF;
	width: 150px;
}

table#course-details tbody td a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
}

table#course-details tbody td a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px dashed;
}

table#course-details tbody tr:hover td {
	background: #DADDF2;
}

#column-66 ul {
	margin: 15px 15px 20px 15px;
	padding: 0px;
}

#column-66 ul.tick li {
	list-style-type: none;
	background: transparent url(/images/bullet-tick.png) top left no-repeat;
	margin: 5px 25px;
}

#column-66 ul.arrow li {
	list-style-type: none;
	background: transparent url(/images/bullet-arrow.png) top left no-repeat;
	margin: 5px 25px;
}

#column-66 ul.star li {
	list-style-type: none;
	background: transparent url(/images/bullet-star.png) top left no-repeat;
	margin: 5px 25px;
}

#column-66 ul li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
	margin-left: 30px;
	display: block;
}

#column-66 ul li span a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
}

#column-66 ul li span a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px dashed;
}

#column-66 ol {
	margin: 15px;
	padding: 0px;
}

#column-66 ol li {
	list-style-type: decimal;
	color: #245888;
	margin: 0px 25px;
}

#column-66 ol li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
}

#column-66 img.float-left {
	padding: 7px;
	border: 3px solid #DADDF2;
	margin: 0px 20px 10px 0px;
}

#column-66 img.float-right {
	padding: 7px;
	border: 3px solid #DADDF2;
	margin: 0px 0px 10px 20px;
}

#column-66 .highlight {
	margin-bottom: 20px;
	padding: 20px;
	height: 100%;
	width: 580px;
	border-top: 3px solid #DADDF2;
	border-bottom: 3px solid #DADDF2;
}

#column-66 .highlight h3 {
	color: #FFFFFF;
	padding-bottom: 10px;
}

#column-66 .highlight img.highlight-image {
	margin-right: 10px;
	padding: 7px;
	border: 3px solid #DADDF2;
}

#column-66 .highlight a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
}

#column-66 .highlight a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px dashed;
}

#column-66 #slides {
	margin: 5px 20px 3px 0px;
	padding: 0px;
	height: 191px;
	width: 276px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

ul#slides li {
	list-style-type: none;
}

#column-66 #slides img {
	padding: 7px;
	border: 3px solid #DADDF2;
}

/* Contact form */
form {
	width: 475px;
}

form label {
	width: 475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #313233;
	float: left;
	position: relative;
}

form .error {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	position: absolute;
	right: 0;
	margin-top: 2px;
}

form input, form textarea, form select {
	width: 470px;
	margin: 5px 0 20px 0px;
	padding: 7px 4px;
	font-family: Calibri, Arial;
	font-size: 19px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

form textarea {
	height: 150px;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #3C8EBD;
}

input:focus, input:active, 
textarea:focus, textarea:active,
select:focus, select:active {
	border: 1px solid #14435e;
}

fieldset {
	border: 0px;
}


/*** SIDE CONTENT ***/

#column-33 h2 {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 32px;
	font-weight: lighter;
	height: 32px;
	color: #245888;
	letter-spacing: -1.0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#column-33 h3 {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 24px;
	font-weight: lighter;
	color: #1F2021;
	letter-spacing: -1.5px;
}

#column-33 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
	margin-top: 15px;
	padding-bottom: 15px;
}

#column-33 img.link-image {
	padding-right: 10px;
}

/* Testimonials */
.testimonial-name {
	font-style: italic;
}

#testimonial-link a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #313233;
	line-height: 160%; 
	letter-spacing: 0.3px;
	margin-top: 15px;
	margin-bottom: 30px;
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
}

#testimonial-link a:hover {
	border-bottom: #000000 1px dashed;
}

/* Calendar */
ul#calendar {
	width: 300px;
	padding-bottom: 20px;
	float: left; 
	overflow: hidden;
}

ul#calendar li.course {
	display: block;
	background: url(/images/pin.png) no-repeat top left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

ul#calendar li.new-course {
	display: block;
	background: url(/images/new.png) no-repeat top left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

ul#calendar li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.1px;
	text-decoration: underline;
	color: #000000;
/*	border-bottom: #000000 1px solid; */
	margin-left: 35px; 
	font-weight: bold;
	display: block;
}

ul#calendar li a:hover {
	text-decoration: none;
}

ul#calendar li div {
	font-family: Verdana;
	font-size: 11px;
	color: #343536;
	line-height: 140%;
	margin-left: 35px; 
	padding-top: 5px;
}

/* Coaches corner */
ul.coaches-corner {
	width: 280px;
	margin-left: 20px;
	padding-bottom: 20px;
	float: left; 
	overflow: hidden;
}

ul.coaches-corner li {
	display: block;
	background: url(/images/bullet-arrow.png) no-repeat top left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

ul.coaches-corner li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.1px;
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 1px solid;
	margin-left: 35px; 
	font-weight: bold;
}

ul.coaches-corner li a:hover {
	border-bottom: #000000 1px dashed;
}


/**************************************************************
	FORMS
**************************************************************/

/*** NEWSLETTER ***/
#newsletter form {
	width: 210px;
}

#newsletter form label {
	width: 208px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #313233;
	float: left;
	position: relative;
}

#newsletter form .error {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	position: absolute;
	right: 0;
	margin: 2px 0px 0px 0px;
}

#newsletter form input{
	width: 210px;
	margin: 5px 0 20px 0px;
	padding: 7px 4px;
	font-family: Calibri, Arial;
	font-size: 19px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#newsletter input:hover, textarea:hover {
	border: 1px solid #3C8EBD;
}

#newsletter input:focus, #newsletter input:active {
	border: 1px solid #14435E;
}

#newsletter fieldset {
	border: 0px;
}

/*** CONTACT ***/
#contact form {
	width: 475px;
}

#contact form label {
	width: 475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	position: relative;
}

#contact form .error {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	position: absolute;
	right: 0;
	margin: 2px 0px 0px 0px;
}

#contact form input, form textarea {
	width: 470px;
	margin: 5px 0 20px 0px;
	padding: 7px 4px;
	font-family: Calibri, Arial;
	font-size: 19px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#contact form textarea {
	height: 150px;
}

#contact input:hover, #contact textarea:hover {
	border: 1px solid #3C8EBD;
}

#contact input:focus, #contact input:active, 
#contact textarea:focus, #contact textarea:active {
	border: 1px solid #14435E;
}

#contact fieldset {
	border: 0px;
}


/**************************************************************
	FOOTER
**************************************************************/

.footer-box {
	margin-top: 20px;
	padding-right: 20px;
	height: 300px; /* 185px */
	width: 300px;
	display: block;
	position: relative;
	float: left;
}

.footer-box h2 {
	font-family: Calibri, Verdana, Tahoma;
	font-size: 32px;
	font-weight: lighter;
	height: 32px;
	color: #FFFFFF;
	letter-spacing: -1.0px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.footer-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	color: #DADADA;
	line-height: 150%; 
	letter-spacing: 0.3px;
	padding-bottom: 15px;
}

.footer-box p img {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

.footer-box p a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}

.footer-box p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px dashed;
}

.footer-box div img {
	padding: 0px 8px;
}

#design p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 15px;
}

#design p a {
	color: #FFFFFF; 
	text-decoration: none;
	border-bottom: #FFFFFF 1px solid;
}

#design p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px dashed;
}


/**************************************************************
	MISCELLANEOUS
**************************************************************/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.no-border {
	border: 0;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}
