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

body {
	background-color: #CECECE;
	margin: 0;
	padding: 0;
}
html { 
	font: 100%/1.3 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;	
	color: #434343;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. */
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: #2A78AF;
	text-decoration: none;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #1E5279;
}
h1 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 24px; 
/*	font-size: 1.5em; */
	color: #5a2881;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 20px; 
/*	font-size: 1.25em; */
	color: #c07318;	
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 20px;	
}

h3 {
	font-size: 16px; 
/*	font-size: 1em; */
	color: #c07318;
	font-weight: 400;
}
h4 {
	font-size: 14px; 
/*	font-size: .875em; */
	color: #434343;
	font-weight: 700;
}
p, td, li {
	font-size:13px;
}
img { border: none;}
hr { border-width: thin; border-color: #DEDEDE; border-style: dotted; margin:12px 0; }
.container {
	position: relative;
	width: 1024px; 	
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}
.toggleMenu {
    display:  none;
    background-color: #666;
    padding: 10px 15px;
    color: #fff;
}
ul.nav {height: 36px; }
.nav {
    list-style: none;
     *zoom: 1;
     background-color: #211F3E;
	 background-image: url(../images/bg_topnav.jpg);
	 background-repeat: repeat-x;
	 padding-left: 20px;
	 border-bottom: solid 1px #7A798B;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 200px;
}
.nav a {
    padding: 11px 25px 9px 5px;
    color: #c1c1c1;
	text-transform: uppercase;
}
.nav a:hover { color: #fea100; }
.nav li {
    position: relative;
	font-size: 12px;
}
.nav > li {
    float: left;
/*    border-top: 1px solid #104336; */
}
.nav > li > .parent {
/*    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right; */
}
.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
	background-color: #27254B;
	position: relative;
	z-index:100;
	border-top: 1px solid #C1C1C1;
	padding: 6px 10px;
	margin: 0;
	-moz-opacity: .95;
	opacity: .95;
	-webkit-opacity: .95;
}
.nav li li li a {
	background-color: #39366D;
	z-index:200;
	border-top: 1px solid #C1C1C1;
	padding: 6px 10px;
}

header { padding: 25px 40px; }
.headerPoweredBy { float:right; padding-top: 15px; }
.headerIcons { float:right; }
.topIcon { float:right; margin-left:25px; }

.separator { width: 1024px; height: 12px; background-image: url(../images/bg_horizontal_separator.jpg); background-repeat: no-repeat; }

#mural {
	position: relative;
	width: 1024px;
	margin: 0;
	padding: 0;
}
#slider{
	width: 1024px;
	margin: 0;
	padding: 0;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li { 
	width: 1024px;
	height: 422px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn { 
	display: block;
	width:35px;
	height:35px;
	position:absolute;
	left: 0px;
	top: 150px;
	}	
#nextBtn { 
	left: 989px;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:35px;
	height:35px;
	background: url(../images/btn_forward.jpg) no-repeat 0 0;	
	}	
#nextBtn a { 
	background:url(../images/btn_back.jpg) no-repeat 0 0;	
	}
.homebuttons { width: 1024px; height: 190px; margin: 0; padding: 0; background-color: #B9B9B9; }
.homebutton { position: absolute; top: 597px; left: 0; width: 170px; height: 180px; border-left: solid 1px #CCC; border-top: solid 1px #CCC; }
.buttonHealthcare { background-image: url(../images/btn_healthcare.jpg); border-left:none;}
.buttonDental { background-image: url(../images/btn_dental.jpg); left: 170px; }
.buttonMedical { background-image: url(../images/btn_medical_admin.jpg); left: 341px; }
.buttonWelding { background-image: url(../images/btn_welding.jpg); left: 512px; }
.buttonBusiness { background-image: url(../images/btn_business.jpg); left: 683px; }
.buttonProfessionalDevelopment { background-image: url(../images/btn_professional_development.jpg); left: 854px; width: 169px;}

.callouts {
	margin: 0;
	padding: 0;
	height: 405px;
	overflow: hidden;	
}
.ltbluegradient {
	background-color: #E3F4FF; 
	background-image: -ms-linear-gradient(top left, #E3F4FF 0%, #CAD9E3 100%);
	background-image: -moz-linear-gradient(top left, #E3F4FF 0%, #CAD9E3 100%);
	background-image: -o-linear-gradient(top left, #E3F4FF 0%, #CAD9E3 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #E3F4FF), color-stop(1, #CAD9E3));
	background-image: -webkit-linear-gradient(top left, #E3F4FF 0%, #CAD9E3 100%);
	background-image: linear-gradient(to bottom right, #E3F4FF 0%, #CAD9E3 100%);	
}
.ltgoldgradient {
	background-color: #FFF7E3; 
	background-image: -ms-linear-gradient(top left, #FFF7E3 0%, #E3DCCA 100%);
	background-image: -moz-linear-gradient(top left, #FFF7E3 0%, #E3DCCA 100%);
	background-image: -o-linear-gradient(top left, #FFF7E3 0%, #E3DCCA 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFF7E3), color-stop(1, #E3DCCA));
	background-image: -webkit-linear-gradient(top left, #FFF7E3 0%, #E3DCCA 100%);
	background-image: linear-gradient(to bottom right, #FFF7E3 0%, #E3DCCA 100%);	
}
.ltpurplegradient {
	background-color: #F6ECFF; 
	background-image: -ms-linear-gradient(top left, #F6ECFF 0%, #DBD2E3 100%);
	background-image: -moz-linear-gradient(top left, #F6ECFF 0%, #DBD2E3 100%);
	background-image: -o-linear-gradient(top left, #F6ECFF 0%, #DBD2E3 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F6ECFF), color-stop(1, #DBD2E3));
	background-image: -webkit-linear-gradient(top left, #F6ECFF 0%, #DBD2E3 100%);
	background-image: linear-gradient(to bottom right, #F6ECFF 0%, #DBD2E3 100%);	
}
.bluegradient {
	background-color: #0D75BA; 
	background-image: -ms-linear-gradient(top left, #0D75BA 0%, #08446D 100%);
	background-image: -moz-linear-gradient(top left, #0D75BA 0%, #08446D 100%);
	background-image: -o-linear-gradient(top left, #0D75BA 0%, #08446D 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #0D75BA), color-stop(1, #08446D));
	background-image: -webkit-linear-gradient(top left, #0D75BA 0%, #08446D 100%);
	background-image: linear-gradient(to bottom right, #0D75BA 0%, #08446D 100%);	
}
.span_1_of_2 {
	float: left;
	width: 300px;
}
.span_2_of_2 {	
	float: left;
	width: 600px;
}
.disclosure {
	width: 280px;
	height: 400px;
	padding: 15px 10px;
	border-right: solid 1px #FEFEFE;
}
.disclosureHeader {
	width: 278px;
	text-align: center;	
	border-bottom: solid 2px #CCC;
	margin-bottom: 10px;
}
div.disclosureHeader h3 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 22px; 	
	margin-bottom: 0;
	padding-bottom: 2px;
	text-align: center;		
}
.disclosure h4 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 14px; 
	text-align: center;
	color: #242346;
	margin: 0;
	padding: 14px 0 0 0;		
}
.disclosure-button {
    background-color: #226fbe;
    border: 1px double;
	border-color: #ccc;
	width: 200px;
    padding: 2px;
    text-align: center;
	color: #fff;
	font-family: 'Domine', serif;
	font-size: 12px;
    text-decoration: none;
    display: inline-block;
	border-radius: 15px;
	-moz-box-shadow: 0 0 0px #888;
	-webkit-box-shadow: 0 0 0px #888;
	box-shadow: 0 0 0px #888;
}
.disclosure-button:hover {
	background-color: #ccc;
	color: #fff;
	-moz-box-shadow: 0 0 0px #888;
	-webkit-box-shadow: 0 0 0px #888;
	box-shadow: 0 0 0px #888;
	text-shadow: none;
}
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	float: left;
	width: 682px;
/*	width: 66.1%; */
}
.span_1_of_3 {
	float: left;
	width: 341px;
/*	width: 33.3%; */
}
.callout {
	width: 280px;
	height: 400px;
	padding: 15px 30px;
	border-right: solid 1px #FEFEFE;
}
.calloutHeader {
	width: 278px;
	text-align: center;	
	border-bottom: solid 2px #CCC;
	margin-bottom: 10px;
}
div.calloutHeader h3 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 22px; 	
	margin-bottom: 0;
	padding-bottom: 2px;
	text-align: center;		
}
.callout h4 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 14px; 
	color: #242346;
	margin: 0;
	padding: 14px 0 0 0;		
}
.callout h4 a {
	color: #c07318;
}
.callout h4 a:hover {
	color: #242346;	
}
.callout h4 a:hover {
	text-decoration: underline;
}
.callout p {
	padding: 8px 0 0 0;
	color: #646568;
}
.connectIcon {
	float:left;
	width: 52px;
	height: 52px;
	padding: 10px 15px 0 60px;
	margin: 0;	
}
.connectText {
	float:left;
	padding-top: 20px;
	height: 42px;
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 16px; 	
}
.connectText a { color: #292759; }
.connectText a:hover { color: #0E76BC; }
.connectFooter {
	width: 278px;
	text-align: center;	
	margin-top: 10px;
	border-top: solid 2px #CCC;
	padding-top: 10px;
}
.footer {
	background-color: #B9B9B9;
	padding-top:12px;	
	margin: 0 1px 0 0;
	border-bottom: solid 1px #FFF;
} 
.footerLeft {
	background-color: #3D3D3D; 
	height: 240px;
	padding:30px 160px 30px 50px;
}
.footerLeft p { color: #FFF; }
.footerLeft a { color: #3DC9FE; }
.footerLeft a:hover { color: #FFF; }
.footerRight { padding: 30px 50px 0 50px; }
.actionContainer {
	padding: 8px 0 2px 0;
	margin: 0;
	border-bottom: solid 1px #2578AF;	
}
.actionIcon {
	float:left;
	width: 30px;
	height: 20px;
	padding: 0;
	margin: 0;	
}
.actionText {
	float:left;
	padding: 0;
	height: 20px;
	font-size: 14px; 	
}
.actionText a { color: #A7C8DE; }
.actionText a:hover { color: #FFF; }

.mainContent {
	float:left;
	width: 600px;
	margin: 0;
	padding: 30px 41px;	
}
.mainContent ul {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 13px;
}
.mainContent ol {
	list-style-type: decimal;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 13px;
}
.mainContent li {
	padding-left: 10px;
	pading-bottom: 8px;
}
.mainContent td h4 {
	margin-bottom: 0;
	padding-bottom:	2px;
}
.rightCol {
	float: left;
	width: 341px;
	background-color: #B9B9B9;	
}
#socialMediaRoomBanner {
	width: 414px;
	height: 395px;
	background-image: url(../images/bg_SocialMediaRoom_banner.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 217px 315px 0 295px;
}
.socialMediaIcon {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0;
	padding: 0 5px 0 0;	
}
.videoframe { display: none; }
table.bordered { border-top: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC; }
table.bordered td { border-bottom: solid 1px #CCCCCC; border-left: solid 1px #CCCCCC; }
div.list p {
	margin: 0;
	padding: 8px 0 0 0;
}
div.list h4 {margin:0; padding: 16px 0 0 0; }

.nobottompad { margin-bottom: 0;padding-bottom: 0; }
.smtoppad { padding-top: 2px; }
.gold { color: #c07318; }
.purple { color: #5a2881;  }
.testimonialThumbnail { width:200px; height:130px; padding:1px; border:solid 2px #CCC;margin:5px 12px; }
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
    position: absolute;
    left: -999px;
    width: 990px;
}
/* Modal Window */ 
#mask {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background-color:#333;
	  display:none;
	}
#boxes .window {
	  position:absolute;
	  left:0;
	  top:0; 
	  width:656px;
	  height:400px;
	  padding:30px; 
	  background-color: #FFF; 
	  overflow: hidden;
	  display:none;
	  z-index:9999;
	}
	
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}



@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}