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

body {
	background:url(../images/body.jpg) top repeat-x #C8E9F8;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00567F;
	line-height: 18px;
}

a:link, a:visited {
	color: #00567F;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clear {
clear:both;
}

* {
margin:0;
padding:0;
outline:none;
}

#container {
width:860px;
margin:0 auto;
}




/* ======= NAVIGATION STYLES ======= */

#wrapNavigation {
	float: left;
	width: 100%;
	margin: 16px 0px 0px 0px;
}

#navigation {
	margin: auto;
	width: 653px;
	float: left;
}

#navigation ul {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	width: auto;
	font-size: 16px;
	font-weight: normal;	/*border-left: 1px solid #3f403d;*/
}

#navigation ul li {
	float: left;
	width: 120px;
	height: 49px;
	display: inline;
	padding: 0px;
	text-align: left;	/*border-right: 1px solid #3f403d;*/
}

#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	height: 20px; /* 20 + 30 (padding) = 50 */
	padding: 10px 0 20px 16px;
	color: #008fbf;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:active {
	display: block;
	/*background-color: #dcf2fc;*/
	text-decoration: none;
	color: #1e8320;
}

body.home li#ho a, body.about li#ab a, body.why li#wh a, body.resources li#re a, body.contact li#co a {
	background-color: #d1e7bf;
	color: #1e8320;
}

/* ======= NAVIGATION2 STYLES ======= */

#navigation2 {
	background: url(../images/vert_line.gif) top left repeat-y;
	margin: auto;
	width: 207px;
	float: left;
}

#navigation2 ul {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	width: auto;
	font-size: 16px;
	font-weight: normal;	/*border-left: 1px solid #3f403d;*/
}

#navigation2 ul li {
	float: left;
	width: 207px;
	height: 49px;
	display: inline;
	padding: 0px;
	text-align: left;	/*border-right: 1px solid #3f403d;*/
}

#navigation2 ul li a:link, #navigation2 ul li a:visited {
	background: url(../images/vert_line.gif) top left repeat-y;
	display: block;
	height: 20px; /* 20 + 30 (padding) = 50 */
	padding: 10px 0 20px 16px;
	color: #008fbf;
	text-decoration: none;
	background-color: #dcf2fc;
}

#navigation2 ul li a:hover, #navigation2 ul li a:active {
	background: url(../images/vert_line.gif) top left repeat-y;
	display: block;
	background-color: #dcf2fc;
	text-decoration: none;
	color: #1e8320;
}

body.services li#se a {
	background: url(../images/vert_line.gif) top left repeat-y;
	background-color: #d1e7bf;
	color: #1e8320;
}





/* ======= TOP STYLES ======= */


#top {
height:100px;
position:relative;
padding-top:15px;
margin-top:30px;
}

#top h2 {
	position:absolute;
	top:45px;
	right:15px;
	color:#00567F;
	font-weight:normal;
	font-size:20px;
	font-style:italic;
}

#top img {
border:none;
}

#top h1 span {
display:none;
}






/* ======= CONTENT STYLES ======= */

#content {
	width:860px;
	float:left;
}

#content .col p strong {
color:#003B58;
font:14px;
font-weight:normal;
display:block;
margin:10px 0;
}

#content .col p a {
	color:#003B58;
}

#content .colinside p strong {
color:#003B58;
font:14px;
font-weight:normal;
display:block;
margin:10px 0;
}

#content .colinside p a {
	color:#003B58;
}

#content .col2 p strong {
	color:#003B58;
	font:14px;
	font-weight:normal;
	display:block;
	margin:10px 0;
}

#content .col2 p a {
	color:#003B58;
}

#content .colfull p strong {
	color:#003B58;
	font:14px;
	font-weight:normal;
	display:block;
	margin:10px 0;
}

#content .colfull p a {
	color:#003B58;
}

#content .callout p strong {
	color:#003B58;
	font:14px;
	font-weight:normal;
	display:block;
	margin:10px 0;
}

#content .callout p a {
	color:#003B58;
}


#content p strong {
color:#003B58;
font:14px;
font-weight:bold;
display:block;
margin:10px 0;
}

#content p {
	color:#003B58;
	line-height:18px;
	margin:0px 15px 15px 0;
	font-size:14px;
}

#content li {
	font-size:12px;
}

#content h2 {
font:20px;
letter-spacing:-1px;
color: #305893;
border-bottom:1px solid #B9D5E1;
}

#content p.first {
font-size:18px;
font-style:italic;
line-height:22px;
padding:20px 45px 20px 0px;
}

p.first small {
display:block;
font-style:normal;
font-size:13px;
margin-top:20px;
}




/* ======= SIDEBAR STYLES ======= */

#sidebar {
	background: url(../images/vert_line.gif) top left repeat-y;
	margin:0px 0 0 0px;
	width: 207px;
	float: right;
	height: 300px;
}

#sidebar h2 {
font:22px;
color:#6C8BA6;
font-weight:bold;
}


ul.sponsors li {
list-style:none;
margin:10px 0
}

ul.sponsors li img {
background:#fff;
border:1px solid #ccc;
}

p.date {

}


/* ======= COLUMN STYLES ======= */

.col img {
border:1px solid #ccc;
background:#fff;
margin:5px 0;

}

.colinside img {
border:1px solid #ccc;
background:#fff;
margin:5px 0;

}

.col2 img {
	border:1px solid #ccc;
	background:#fff;
	margin:5px 5px 5px 5px;
	float: right;
}

.colfull img {
	background:#fff;
	/*margin:5px 0;*/
}



.sponsor {
margin:20px 0 40px;
}

.sponsor img {
background:#fff;
border:1px solid #ccc;
float:left;
}

#content .sponsor h3 {
margin-left:200px;
font:14px;
text-transform:uppercase;
letter-spacing:1px;
color:#305893;
}

#content .sponsor p {
margin-left:200px;
font-size:15px;
line-height:20px;
}

/*  This is the old linkable stuff
ul.courses {
	margin:18px 0 25px 18px;
}

ul.courses li {
list-style:none;
margin-bottom:7px;
}

*/

ul.courses {
	/*	margin:18px 0 25px 18px;*/
	list-style-position: outside;
	line-height: 16px;
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 12px;
	padding-top: 0px;
	margin-right: 0px;
	list-style-type: disc;
}

ul.courses li {
/*list-style:none;
margin-bottom:7px;*/
	margin-top: 6px;
	margin-left: 12px;
	padding-top: 0px;
	margin-bottom: 4px;
	clear: none;
}

ul.courses a {
	padding-left:15px;
	/*background:url(../images/courses_a.gif) no-repeat;*/
	background:url(../images/courses_green.gif) no-repeat;
	background-position:0 3px;
	font-size:13px;
	color:#007DA6;
	text-decoration:none;
}

ul.courses a:hover {
	/*background-position:0 3px;*/
	background:url(../images/courses_red.gif) no-repeat;
	background-position:0 3px;
	color:#1e8320;
}







#nav {
float:right;
margin-bottom:50px;
}

#nav li {
float:left;
list-style:none;
margin-left:30px;
}

#nav li a {
font:22px;
color:#129FED;
font-weight:bold;
text-decoration:none;
}

#nav li a:hover {
color:#EB6884;
}




/* ======= INTRO STYLES ======= */

#intro {
	height:285px;
	width:653px;
	clear:right;
	background:url(../images/intro3.png) no-repeat;
	font:12px;
	color:#DCEEFA;
	float: left;
	margin: 0px 0 0px 0px;
	background-color: #F9FDFE;
}

a.booking {
width:160px;
height:36px;
display:block;
text-indent:-9999px;
background:url(../images/buttons/booking_form.png) no-repeat;
}

#intro p {
	line-height:30px;
	font-size:18px;
	color:#FFF;
}

#intro .quote {
font:14px;
margin: 0 0 0 150px;
}

#intro div {
	padding:38px 40px 40px 50px;
}

#intro h2 {
font:24px;
color:#fff;
margin-bottom:15px;
}

#intro h3 {
	color:#fff;
	margin-bottom:0px;
	line-height: 42px;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 2px;
}

#intro a {
color:#CFEFFD;
}










#cols {
	padding:20px 20px 25px 20px;
	float: left;
	width: 613px;
	background-color: #F9FDFE;
	min-height: 350px;
}

.col {
	width:180px;
	float:left;
	padding-right:10px;
}

.col h3 {
	font-size:16px;
	font-weight:bold;
	color:#c11627;
}

#content .col p {
	font-size:12px;
	color:#00567F;
	margin:10px 5px 10px 0;
}

.col p strong {
margin-bottom:5px;
display:block;
}

.col p a {
color:#5A7B99;
}

.colinside {
	width:180px;
	float:right;
	padding: 0px 0px 20px 35px;
}

.colinside h3 {
	font-size:16px;
	font-weight:bold;
	color:#c11627;
}

#content .colinside p {
	font-size:12px;
	color:#00567F;
	margin:10px 5px 10px 0;
}

.colinside p strong {
margin-bottom:5px;
display:block;
}

.colinside p a {
color:#5A7B99;
}

.col2 {
	width:390px;
	float:left;
	padding-right:30px;
}


.col2 h1 {
	font-size:20px;
	font-weight:bold;
	color:#c11627;
}

.col2 h4 {
	font-size:18px;
	font-weight:bold;
	color:#00567F;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}

.col2 h3 {
	font-size:16px;
	font-weight:bold;
	color:#c11627;
}

#content .col2 p {
	font-size:12px;
	color:#00567F;
	margin:10px 5px 10px 0;
}

.col2 p strong {
margin-bottom:5px;
display:block;
}

.col2 p a {
color:#5A7B99;
}


.colfull {
	width:610px;
	float:left;
	padding-right:0px;
}


.colfull h1 {
	font-size:20px;
	font-weight:bold;
	color:#c11627;
	line-height: 26px;
}

.colfull h4 {
	font-size:18px;
	font-weight:bold;
	color:#00567F;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}

.colfull h3 {
	font-size:16px;
	font-weight:bold;
	color:#c11627;
}

#content .colfull p {
	font-size:12px;
	color:#00567F;
	margin:10px 5px 10px 0;
}

.colfull p strong {
margin-bottom:5px;
display:block;
}

.colfull p a {
color:#5A7B99;
}



.calloutbox {
	width:610px;
	float:left;
	padding: 0px 0px 0px 0px;
}

.callout {
	/*background: url(../images/yellow_corner.gif) top left no-repeat;*/
	width:575px;
	float:left;
	padding: 10px 10px 10px 10px;
	border: solid #efa51c 2px;
	background-color: #FFFFFF;
}

.callout h3 {
	font-size:16px;
	font-weight:bold;
	color:#c11627;
}

.callout h4 {
	font-size:16px;
	font-weight:bold;
	color:#00567F;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
}

#content .callout p {
	font-size:12px;
	color:#00567F;
	margin:10px 5px 10px 0;
}

.callout p strong {
margin-bottom:5px;
display:block;
}

.callout p a {
color:#5A7B99;
}

.callout_arrow {
	width:11px;
	float:left;
	padding: 10px 0px 0px 0px;
}

#cols ul.nobullets {
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0px;
}



#cols ul {
	list-style-position: outside;
	line-height: 18px;
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	margin-right: 0px;
	list-style-type: disc;
}

#cols li {
	margin-top: 0px;
	margin-left: 0%;
	padding-top: 0px;
	margin-bottom: 4px;
	clear: none;
}


.nofloat img{
	float: none;
	margin: 0px 0px 0px 16px;
	text-align: right;
}

.nofloat2 img{
	float: none;
	margin: 0px 16px 0px 0px;
	text-align: right;
}


.floatright img{
	float: right;
	margin: 34px 0px 20px 20px;
	text-align: right;
}

.floatleft img{
	float: left;
	margin: 0px 8px 0px 0px;
	text-align: left;
}

.right{
	float: right;
	margin: 0px 0px 20px 20px;
	border:1px solid #00567F;
}
.right2{
	float: right;
	margin: 6px 0px 20px 20px;
	border:1px solid #00567F;
}




.footer {
	font-size:13px;
	color:#1e8320;
	padding:20px 0;
	border-top:1px solid #4aa9d0;
	width: 653px;
	float: left;
	margin-top: 0px;
}

.footer a {
color:#7593AD;
font-weight:bold;
text-decoration:none;
}

/* AFC Additions */

.pluslink {
	padding-left:15px;
	background:url(../images/courses_d.gif) no-repeat;
	background-position:0 -52px;
	font-size:14px;
	text-decoration:none;

}


.pluslink a {
color:#6B8BA6;

	
}

.pluslink:hover {
background-position:0 3px;
text-decoration:underline;
}

#scontent a {
color:#5A7B99;
font-size:14px;
}

#scontent p {
line-height:18px;
margin:15px 15px 15px 0;
font-size:14px;
}

/* AFC end */

/* about us */





.letters {
	font-size:14px;
	color:#003B58;
}

.letters2 {
	font-size:14px;
	color:#00567F;
	font-weight: bold;
}
.letters3 {
	/*font-size:14px;*/
	color:#00567F;
	font-weight: bold;
	font-style: italic;	
}
.letters4 {
	/*font-size:14px;*/
	color:#00567F;
	font-weight: bold;
}


ul.about {
margin:0 0 0 20px;
}

ul.about li {
padding-left:5px;
font-size:12px/24px;
color:#7A97B0;
text-decoration:none;
list-style:disc;

}

.mugshot {

width:184px;
float:right;
border:1px solid #CCC;
margin:45px 0 10px 10px;



}


/* about us end*/





/* ======= FORM STYLES ======= */

#content form {
	/*position: relative;*/
	float: left;
}

#content form p.disclaim {
	/*position:relative;*/
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	/*left:250px;
	top:40px;*/
	width:200px;
	float: right;
}

#content form dl dt {
	font-size: 12px;
        font-weight: bold;
       margin-top: 1.5em;
}

#content form dl {
	font-size: 12px;
}

form input.test { /* to hide test field on forms to prevent spam - may want to text indent it into oblivion - think i read that some browsers choke on display none*/
	display: none;
}

form dd {
	margin-bottom: 1em;
}

form input, form select, form textarea {
	background-color: #F0F0F0;
	color: #3f403d;
	border: 1px solid #c5cfc4;
	font: normal 12px "courier new", verdana, arial, helvetica, sans-serif;
	padding: 2px;
}

form input:focus, form textarea:focus {
	background-color: #fff;
}

form input.button, form input[type="button"], form input[type="submit"]  {
	padding: 1px 3px;
	background-color: #00567F;
	font: bold italic 12px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	border: none;
	color: #fff;
}
  
form input.button:hover, form input[type="button"]:hover, form input[type="submit"]:hover {
	background-color: #1c1f16;
}



/*contact form
form {
	width:590px;
	padding:10px;
	float:left;
	margin:10px 0;
	font-size:12px;
	background:#FFFFFF;
	bordeR:1px solid #d2e2eb;
}

#content p.form {
margin-right:440px;
font-size:12px;
padding-top:20px; 
}

form label {
float:left;
clear:left;
margin:5px 0;
font-weight:bold;
color:#7A97B0;
}

form input {
	float:left;
	clear:right;
	width:200px;
	margin:5px 0;
}

form select {
float:right;
clear:right;
width:200px;
margin:5px 0;
}

form textarea {
float:right;
clear:right;
width:200px;
height:100px;
margin:5px 0;
}


/*end form*/




/* horiz lines and breaks stuff  */

#line {
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #9ed3eb;
	margin: 0px 0px 0px 0px;
	width: 860px;
	float: left;
	/*border-top:  1px solid #9ed3eb;*/
}

#contentline {
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #4aa9d0;
	margin: 10px 0px 20px 0px;
	width: 610px;
	float: left;
}

#contentline2 {
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #4aa9d0;
	margin: 20px 0px 20px 0px;
	width: 610px;
	float: left;
}



.spacer {
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.spacer2 {
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}


/* testimonials */
.testimonial {
}
.testimonial_text {
	font-style: italic;
}
.testimonial_client {
	font-weight: 900;
	text-align: left;
	width: 320px;
	float:right;
	margin-right: 4px;
	margin-top: 4px;
}

.testimonial_client2 {
	font-weight: 900;
	text-align: left;
	width: 530px;
	float:right;
	margin-right: 4px;
	margin-top: 4px;
}

#featuredtestimonial {
	position:absolute;
	top: 80px;
	left: 360px;
	font-size: 16px;
	color: #FFF;
	width: 500px;
}
.testimonial_port_image {
	float:left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 40px;
}
.testimonial_port_detail {
}

.cleaner {
	clear: both;
}


.lcbox {
	width: 390px;
}

.lcbox2 {
	width: 610px;
}

.lcbox .header{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 6px;
	margin-left: 4px;
}


.lctop {
	background: url(../images/lc_top.png) no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.lcquote {
	background: url(../images/lc_quote.png) bottom left no-repeat;
	padding: 0px 10px 25px 10px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 20px;
}

.lctop2 {
	background: url(../images/lc_top2.gif) no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.lcquote2 {
	background: url(../images/lc_quote2.gif) bottom left no-repeat;
	padding: 0px 10px 25px 10px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 18px;
}
