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

* {
	margin:0;
	padding:0;
	color: #000000;
	font-style: normal;
}
img {
	border: 0;
}
a {
	color: #1d6aa5;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #1d6aa5;
}
h1, h2, h3, h4, h5,h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
	color: #000000;
}
h1, h2 {
	font-weight: normal;
	line-height: normal;
	color: #333;
}	
ul { margin-left: 15px; }
ol { margin-left: 35px; }

ul { 
	list-style-type: none;
}
ul li {
	margin-left: 0;
	padding-left: 15px;
	background: transparent url(../images/blue_arrow.png) 0px 0px no-repeat;
	color: #000000;
}
ol li {
	padding: 0px;
	margin: 0 0 2px 0;
	background: none;
}
h1, h1 .contentheading {
	font-size: 2.1em;
}
div.componentheading, .componentheading {
	font-size: 1.65em!important;
	font-weight: bold!important;
}
div.componentheading, #contact-name {
	font-size:2.1em;
	margin: 0.5em 0;
}
h2, h2 .contentheading {
	font-size:1.8em;
}
h3, h3 .contentheading {
	font-size:1.65em;
}
h1 {
	font-size:2.1em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.60em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.0em;
}
h6 {
	font-size:.85em;
}
li, dd {
	margin-left:1em;
}
fieldset {
	padding:.5em;
}
html {
	height:100%;
}
body {
	font-size: 78%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left; /*center hack*/
	color: #000;
	line-height: 1.3;
	background: #fff;
}
.clearfix:after {
	content: "."; 
    display: block; 
    height: 0!important;
    clear: both; 
    visibility: hidden;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0.1;
	height: 0px!important;
}
#page-wrapper {
	width:100%;
	background: #fff;
}
.header-inner, .nav-inner, .intro-inner-home, .intro-inner, .shadow-inner, .content-inner-home, .content-inner, .special-inner, .bottom-inner, .foot-inner {
	width: 920px;
	margin: 0 auto;
	text-align:left;
	position: relative;
}
/* Header */
#header {
	clear: both;
}
.header-inner {
	height: 106px;
	background: none;
	position: relative;
}	
.header-inner h1 {
	float: left;
	margin: 10px 0 5px 15px;
	padding: 0;
}
.tagline {
	position: absolute;
	left: 116px;
	top: 82px;
	font-weight: normal;
	line-height: normal;
	color: #666;
	font-size: 1.0em;
	width: 359px;
}
.top-links {
	position: absolute;
	top: 10px;
	right: 10px;
}
.top-links div {
	padding: 5px 10px 5px 15px;
}	
.top-links a {
	color: #fff;
	text-decoration: none;
}
.top-links a:hover {
	text-decoration: underline;
}
.top-links #form-login .button {
	background: transparent url(../images/signup_btn.html) top left no-repeat;
	padding-left: 30px;
	width: 100px!important;
	height: 23px;
	color: #fff;
	font-size: 100%; 
	font-weight: bold;
	border: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75px;
}
/* Navigation */
.navigation {
	clear: both;
	background: #006586;
	height: 39px;
}
.nav-inner {
	z-index:998;
	background: #006586;
	height: 39px!important;
}	
.nav-inner ul {
	margin: 0;
	padding: 0;
	height: 39px!important;
}
.nav-inner ul li {
	float: left;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 39px;
	position: relative;
	z-index:999;
	background-color: #006586;
}
.nav-inner ul li a {
	color: #fff;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 1.9;
	padding: 7px 20px;
}
.nav-inner ul li a:hover {
	background: #39a0e6;
	color: #fff;
}
.nav-inner ul li.active {
	background: #EE00F4;
	color: #EE00F4;
	background-color: #EE00F4;
}
.nav-inner ul li.active a {
	color: #fff;
}
.nav-inner ul li ul {
	display: none;
}
.nav-inner ul li ul li {
	float: none;
	background: #006586;
	display: block;
	min-height: 1%;
	height: auto!important;
	height: 1%;
	z-index: 1000;
}
.nav-inner ul li ul li a {
	color: #fff;
	padding: 5px 10px;
	background-color: #006586;
	margin: 0;
	font-size: 1.0em;
	border-bottom: 1px solid #fff;
	display: block;
}
.nav-inner ul li ul li a:hover {
	background-color: #39a0e6;
}
.nav-inner ul li:hover ul, .nav-inner ul li.over ul {
	position: absolute;
	width: 190px;
	left: 0;
	top: 36px;
	display: block;
	margin: 0;
	padding: 0;
}
.intro {
	clear: both;
	background: none;
	background: #EE00F4;
}
.intro-inner-home {
	display: block;
	clear: both;
	position: relative;
	background: url(../images/intro_home_bk.jpg) right top no-repeat;
	min-height: 230px;
	height: 301px!important;
	height: 230px
}

.intro-inner-home a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #EE00F4;
}
.intro-inner {
	display: block;
	clear: both;
	position: relative;
	background: url(../images/intro_bk.jpg) no-repeat;
	height: 72px
}
.intro-inner-home .inner {
	padding: 5px 320px 10px 15px;
	color: #FFFFFF;
}
.intro-inner .inner {
	padding: 5px 15px 10px 15px;
}
.intro h1 {
	color: #fff;
	font-weight: bold;
}
.intro p {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
}
.intro p.small {
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}
.intro h3 {
	color: #fff;
}
.intro-buttons {
	position: absolute;
	bottom: 15px;
	right: 20px;
	text-align: center;
	width: 221px;
}
.intro-buttons a {
	color: #0084c1;
	font-weight: bold;
}
.shadow {
	clear: both;
}				
/* Content */
#content {
	clear:both;
	text-align: center;
}
.content-inner-home {
	text-align: left;
	width: 920px;
	background: transparent url(../images/content_home_bk.png) repeat-y;
	
}
.content-inner {
	text-align: left;
	width: 920px;
	background: none;
}
.main-column-home {
	float: left;
	width: 438px;
	padding: 0px;
}
.main-column622 {
	float: left;
	width: 622px;
	padding: 0;
	margin-right: 20px;
}
.main-column920 {
	float: left;
	width: 920px;
	padding: 0;
}
.main-column .inner, .main-column622 .inner, .main-column920 .inner {
	padding: 10px 0 15px 15px;
}
.welcome {
	padding: 10px 15px 10px 20px;
	margin-bottom: 15px;
	color: #000000;
}

.welcome a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.services {
	background: #EE00F4 url(../images/serivces_home_bk.png) top left no-repeat;
	width: 438px;
	background-color: #EE00F4;
}
.services .inner {
	padding: 15px 10px 0 15px;
}

.services a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

.services-thumbs {
	padding: 0;
	margin: 0;
}
.services-thumbs li {
	list-style-type: none;
	background: none;
	padding-left: 0;
	display: block;
	float: left;
	width: 199px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.services-thumbs li img {
	border: 4px solid #fff;
	margin-bottom: 3px;
}		
.services .services-bottom {
	background: #EE00F4 url(../images/serivces_home_bottom_bk.png) bottom left no-repeat;
	width: 438px;
	height: 12px;
	display: block;
	background-color: #EE00F4;
}
.right-column {
	float: left;
	width: 278px;
	padding: 0;
	background: transparent url(../images/sidebar_bk.png) 0px 10px no-repeat;
}
.right-column-home {
	float: left;
	width: 482px;
	padding: 0;
	background: transparent url(../images/blue_bk.png) no-repeat;
}
.right-column-home .inner {
	padding: 10px 25px 10px 0px;
}
.right-column .inner {
	padding: 10px 15px 10px 20px;	
}  
.service-list, .group-training, .why-chek p, .why-chek h4 {
	margin-bottom: 20px;
	padding-left: 18px;
}
.service-list {
	background: transparent url(../images/blue_separator.png) bottom center no-repeat;
	padding-bottom: 50px;
	margin-bottom: 5px;
}	
.service-list h3, .group-training h3 {
	color: #0c75bf;
}
.service-list h3 span {
	color: #EE00F4;
} 

.service-list h3 span a {
	color: #EE00F4;
	text-decoration: none;
}

.service-list ul {
}
.service-list ul ul li {
	background: transparent url(../images/small_blue_arrow.png) 0px 50% no-repeat;
	padding-left: 10px;
}
.why-chek {
	margin-bottom: 10px;
}
.sidebar-module {
	margin-bottom: 15px;
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 10px;
}
.sidebar-module h3 {
	padding: 5px;
	color: #006957!important;
}
.sidebar-module ul ul li {
	background: transparent url(../images/small_blue_arrow2.png) 0px 50% no-repeat;
	padding-left: 10px;
}
/*			
.menu-split {
	margin: 10px 0 0 0;
	padding: 1px 0 0 0;
	width: 180px;
	border-top: 5px solid #222;
}
.menu-split li {
	background: #005F40;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
	list-style-type: none;
	margin-left: 0;
}
.menu-split li a {
	color: #fff;
	text-decoration: none;
}
.menu-split li a:hover {
	color: #fff;
	text-decoration: underline;
}*/		
/* Footer */		
#footer {
	clear: both;
	background: #2377b7;
	min-height: 292px;
	height: auto!important;
	height: 292px;
	border-top: 1px solid #175e94;
}
.foot-inner {
	color: #fff;
	background:	#2377b7 url(../images/footer_bk.jpg) bottom left no-repeat;
	min-height: 312px;
	height: auto!important;
	height: 292px;
	padding: 10px 0 15px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 267px;
	height: auto!important;
	height: 267px; 
}
.foot-col {
	float: left;
	display: block;
	padding: 0 15px;
	width: 309px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 276px;
	color: #FFFFFF;
}
.foot-col h3 {
	color: #fff;
}

.foot-col a {
	color: #fff;
	text-decoration: none;
}
.newsletter-text {
	background-color: #8ab2d0;
	border: 1px solid #093455;
	padding: 3px;
}
.newsletter-button {
	background: #003258;
	color: #fff;
	padding: 2px 5px;
	border: none;
	cursor: pointer;
}	
.social {
	padding: 0;
	margin: 0!important;
}
.social li img {
	display: block;
	float: left;
}		
.social li {
	list-style-type: none;
	padding: 0!important;
	margin: 0 0 20px 0;
	clear: both;
	display: block;
}
.copyright {
	float: left;
	display: block;
	width: 72%;
	padding: 10px 0 5px 0;
	margin: 0;
}
.nuadesign {
	padding: 10px 0 5px 0;
	margin: 0;
	width: 24%;
	float: right;
	text-align: right!important;
}
.nuadesign a {
	text-decoration: none;
	color: #555;
}
.bottom {
	clear: both;
	background-color: #093455;
	color: #b7cdde;
	height: 40px;
	border-top: 1px solid #fff;
}
.bottom a {
	color: #b7cdde;
}
#pathway {
	color: #333;
	margin: 5px 0px 5px 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dfdfdf;
}
.pathway img { 
	margin: 0 3px;
}	
/* Messages  */
.error {
	color:#3d6611;
}
.messages {
	width:100%;
	overflow:hidden;
}
.error-msg, .success-msg, .notice-msg, .note-msg {
	min-height:23px !important;
	margin-bottom:1em !important;
	border-style:solid !important;
	border-width:1px !important;
	background-repeat:no-repeat !important;
	background-position:10px 10px !important;
	padding:8px 8px 8px 32px !important;
	font-size:.95em !important;
	font-weight:bold !important;
}
.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom:.2em;
}
.error-msg {
	border-color:#446423;
	color:#3d6611;
	background-color:#eff5ea;
	background-image:url(../images/success_msg_icon.gif);
}
.error-msg dl {
	padding: 0;
	margin: 0;
}
.error-msg dt {
	font-size: 1.5em;
}	 		
/* Pagination */
.pagination {
	margin: 10px 0;
	padding: 0;
}
.pagination li {
	display: inline;
	margin-right: 5px;
	padding: 0;
}
/* Forms */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}				
.inputbox {
	padding: 1px 3px;
	border: 1px solid #dcdcdc;
	background-color: #f7f7f7;
	color: #444;
}
input.inputbox {
	height: 20px;
}	
.inputbox:hover, .inputbox:focus, .txt:hover, .txt:focus {
	border: 1px solid #006586;
	background: #ecf6ff;
}
form label {
	margin-bottom: 0;
	}
.required {
	color: #bd0000;
}
.contact-button, .button {
	background: #ff7800 url(../images/button_bk.png) repeat-x;
	border: 1px solid #ce6100;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
	font-size: 1.25em;
	cursor: pointer;
}
.image-left {
	margin: 0 7px 5px 0;
	float: left;
}
.image-right {
	margin: 0 0 5px 7px;
	float: right;
}
.image-left-border {
	margin: 0 7px 5px 0;
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.image-right-border {
	margin: 0 0 5px 7px;
	float: right;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.image-border {
	margin: 0 7px 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.service-items {
	display: block;
	width: 598px;
	margin: 10px 0;
}
.service-items .service-item-top {
	background: transparent url(../images/yellow_top_left.png) top left no-repeat;
	height: 11px;
}
.service-items .service-item-top .right-top {
	background: transparent url(../images/yellow_top_right.png) top right no-repeat;
	height: 11px;
}
.service-items .service-item-bottom {
	background: transparent url(../images/yellow_bottom_left.png) top left no-repeat;
	height: 11px;
}
.service-items .service-item-bottom .right-bottom {
	background: transparent url(../images/yellow_bottom_right.png) top right no-repeat;
	height: 11px;
}		
.service-items .service-item-body {
	background: #EE00F4;
	border-left: 1px solid #EE00F4;
	border-right: 1px solid #EE00F4;
	padding: 5px 10px;
}
.service-item-body .service-image {
	display: block;
	float: left;
	width: 200px;
}	
.service-item-body .service-image img {
	border: 4px solid #fff;
}
.service-item-body .service-desc {
	display: block;
	float: left;
	width: 376px;
}
.service-item-body .service-desc h4 {
	padding-top: 0;
	margin-top: 0;
}
.go-to-top {
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: 0px;
	right: 25px;
	background: transparent url(../images/go_to_top_bk.png) no-repeat;
	width: 78px;
	height: 34px;
}
.go-to-top a {
	color: #fff;
	padding-top: 8px;
	padding-left: 35px;
	display: block;
	text-decoration: none;
}
.leading {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
}
.contact-col {
	width: 50%;
	float: left;
	margin-right: 5px;
	display: block;
	background: transparent url(../images/red_phone.png) top right no-repeat;
}
.map-col {
	width: 48%;
	float: left;
	display: block;
}
p.directions img {
	float: left;
	margin-right: 10px;
}
ul.faq-contents {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #efefef;
}	
div.faq {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	display: block;
}					
#more-info-contact{
	clear: both;
	padding: 10px 115px 10px 15px;
	border-top: 2px solid #c3e6ff;
	border-bottom: 2px solid #c3e6ff;
	background: #e6f4fe url(../images/mary_picture.png) 98% 100% no-repeat;
	margin: 10px 0;
}

