@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	font-family: Times, "Times New Roman";
	color:#fff;


}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
.CallMe {
display: block;
z-index:50;
position:fixed;
top:0;
background-color:#00F;
color:#fff;
}
.mobilebanner {
display: block;


}
.mobilemenu {
/* display: block;
z-index:50;
position:fixed;
top:20px; */
background-color:#333;
}
.MobileMenuPanel {
}
.MobileMenuHolder {
}
.MobileMenuItem {
	height:35px;
text-indent:10px;
background-image:url(../Images/mobilemenubg.png);
background-size:cover;
padding-top:15px;
}
.Menu {
display: block;
}
#NavHolder {
}
#NavSystem {
}
.MenuItem {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 10px;
	background-color:#999999;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 1.5em;
}
.TopBanner {
}
.HoursofOps {
}
.FocusBarHolder {
	/* z-index:50;
	position:fixed;
	bottom:0; */
}
.FocusBar {
}
.External1 {
background-color:#005c2c;
border-radius: 12px 12px 0 0;
position:relative;
width: 25%;
height:50px;
text-align:center;
}
.External2 {
background-color:#3a5496;
border-radius: 12px 12px 0 0;
position:relative;
width: 25%;
height:50px;
clear: right;
margin-left:0;
text-align:center;
}
.External3 {
background-color:#4099ff;
border-radius: 12px 12px 0 0;
position:relative;
width: 25%;
height:50px;
clear: right;
margin-left: 0;
text-align:center;
} 
.External4 {
background-color:#007bb6;
border-radius:  12px 12px 0 0;
position:relative;
width: 25%;
height:50px;
clear: right;
margin-left: 0%;
text-align:center;
}

.MiddleBanner {
width: 100%;
clear: both;
margin-left: 0;
margin-top:0px;
background-image:url(../Images/mobilemiddlebannerbg.jpg);
}

.BottomBanner {
	background-image:url(../Images/mobilebottombannerbg.jpg);
	border-top:1px;
	border-top-style:solid;
	border-top-color: #fff;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color: #fff;
}
.Footer {height:375px; 
}
.FooterTopRow {

	padding:0 0 20px 0;
}
.Footer_LC {
width: 100%;
}
.Footer_CC {
width: 100%;
clear: both;
margin-left: 0;
}
.Footer_RC {
width: 100%;
clear: both;
margin-left: 0;
}
.BoxHolder1 {
width: 95%;
margin-left:2%;
padding:0 0 20px 0;

}
.BoxHolder2 {
width: 95%;
margin-left:2%;
padding:0 0 20px 0;

}
.BoxHolder3 {
width: 95%;
margin-left:2%;
padding:0 0 20px 0;

}

.innerboxcontent {
max-width:100%;
text-align:justify;
	}
	
.innerboxheader {
font-weight:bold;
padding: 0 0 5px 0px;
background-image:url(../Images/innerboxheaderbg.png);!important
}
.BottomBannerContentHolder {
width: 95%;
margin-left:2%;
padding:0 0 20px 0;
text-align:justify;
}
.Middleparagraph {
width: 95%;
margin-left:2%;
padding:0 0 20px 0;
text-align:justify;
}

.Middleparagraph img{
padding:10px 0 10px 0px;}
.bottomnav {
}
.bottomnavlistitem {
}
.FooterOuterColumn {
}
.QuickConnectHolder {
display: block;
z-index:50;
position:fixed;
bottom:0;
background-color:#333;
color:#fff;
width:100%;
height:50px;
}
.QC1 {
width: 25%;
margin-left: 0;
}
.QC2 {
width: 25%;
margin-left: 0%;
clear: none;
}
.QC3 {
width: 25%;
margin-left: 0%;
clear: none;
}
.QC4 {
width: 25%;
margin-left: 0%;
clear: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
.mobilebanner {
display: block;
}
.mobilemenu {
display: block;
}
.MobileMenuPanel {
}
.MobileMenuHolder {
}
.MobileMenuItem {
}
.Menu {
display: block;
}

#NavHolder {
	background-color:#333;
	opacity:0.8;
}

#NavSystem {
	width:640px;
	Margin-left:0%;
}

.MenuItem {
	width: 13.5%;
	clear: none;
	border-bottom: none;
	font-size:.85em;
	font-weight:300;
	text-align: center;
	margin-top: 0px;
	padding-right:2px;
	padding-left:2px;
	padding-top: 12px;
	padding-bottom: 8px;
	Color:#fff;
	background-color:transparent;
	text-align:center;
	text-indent:0px;
}
.MenuItem:hover {
transition: all 0.5s ease;
color:#000000;
background-color:#999999;}  /* mouse over link */
.MenuItem a:active {
	text-decoration:underline;}  /* selected link */

.MenuItem a:hover{
	color:#313131;} 


.TopBanner {
display: block;
height: 375px;
background-image:url(../Images/topbannerholder.jpg);!important
}

.HoursofOps {
	display:block;
	max-width:500px;
	margin-left:10%;
	margin-top:20px;
	color:#ffffff;
}
.FocusBarHolder {
	background-color:#030303;
	z-index:0;
	position:relative;


}
.FocusBar {
height:26px;
width: 90%;
margin-left:10%;

display: block;

}
.External1 {
background-color:#005c2c;
border-radius: 12px 12px 0 0;
position:relative;
bottom:-5px;
width: 20%;
height:20px;
text-align:center;
}
.External2 {
background-color:#3a5496;
border-radius: 12px 12px 0 0;
position:relative;
bottom:-5px;
width: 20%;
height:20px;
clear: none;
margin-left:0;
text-align:center;
}
.External3 {
background-color:#4099ff;
border-radius: 12px 12px 0 0;
position:relative;
bottom:-5px;
width: 20%;
height:20px;
clear: none;
margin-left: 0;
text-align:center;
}
.External4 {
background-color:#007bb6;
border-radius: 12px 12px 0 0;
position:relative;
bottom:-5px;
width: 20%;
height:20px;
clear: none;
margin-left: 0%;
text-align:center;
}
.MiddleBanner {
min-height:370px;
max-height:auto;
background-color:#000;
background-repeat:no-repeat;
background-image:url(../Images/middleimage3.jpg);!important
border-top-color:#999999;
border-top-style:solid;
border-top-width:1px;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
overflow:visible;
}

.BottomBanner {
	display:block;
min-height:433px;
background-image:url(../Images/bottomimage.jpg);!important
background-position:top;
background-color:#000000;
background-repeat:no-repeat;
}
.Footer {
	background-color:#181818;
	border-top:thin;
	border-top-style:solid;
	border-color:#fff;
	height:auto; 
}



.Footer_LC {
width: 30%;
}
.Footer_CC {
width: 20%;
margin-left: 0%;
clear: none;
}
.Footer_RC {
width: 25%;
margin-left: 0%;
clear: none;
}
.FooterOuterColumn {
width: 25%;
margin-left: 0%;
clear: none;
display: block;
}
.FooterTopRow {
	background-color:#111;
	min-height:50px;
}
/* Middle Banner Content reused throughout */

.BoxHolder1 {
width: 48%;
padding:10px 5px 5px 5px;

}
.BoxHolder2 {
width: 48%;
clear: none;
margin-left: 0;
padding-top:10px;
}
.BoxHolder3 {
width: 98%;
padding:17px 0 5px 5px;
}

/* Index page content, .innerboxheader reused on other pages as well */

.innerboxheader {
font-weight:bold;
padding: 0 0 5px 0px;
background-image:url(../Images/innerboxheaderbg.png);!important
}
.innerboxcontent {
font-size:.90em;
max-width:95%;
text-align:left;
position:relative;
text-align:justify;}

.innerboxbottom {
font-size:.80em;
position:relative;
padding: 0 0 0px 0px;
top: 10px;
width:120px;
border:1px solid;
border-color:#fff;
border-radius:25px;
background-color:#333;
text-indent:10px;
height:17px;}
	
.innerboxbottom img {
padding-left:20px;}
	
.innerboxbottom:hover{
background-color:#666666;}

/* Reused throughout */

.BottomBannerContentHolder {
width: 90%;
clear: none;
text-align:justify;
margin:10px 0 0 5px;
}
.Middleparagraph {
	width:90%;
	margin:10px 0 0 10px;
	text-align:justify;
}
.Middleparagraph img {
	padding: 0px 10px 10px 0px ;
	float:left;}

/*  Courses page Content */

.CourseAd1 {
	Width:90%;
	padding: 10px 0 0 20px;
	Clear:none;}
	
.CourseAd1 img {
	height:auto;}
	
.CourseAd2 {
	Width:90%;
	padding: 10px 10px 10px 5px;
	Clear:none;}
	
.CourseAd2 img {
	height:auto;}
	
.CourseAd3 {
	Width:91%;
	padding: 0px 10px 20px 20px;
	Clear:none;}
	
.CourseAd3 img {
	height:auto;}
	
.CourseListing1 {
	padding:0 5px 0 20px;}
.CourseListing2 {}
.CourseListing3 {
	width:90%;
    padding:0 5px 0 20px;}
	
/* Contact Content */
.Contact1 {padding:0 5px 0 20px;}
.Contact2 {padding:0 0 0 50px;}
.Contact3 {padding:0 5px 0 20px;}

.formholder {padding:20px;}
.bottomnav {
display: block;
}
.bottomnavlistitem {
}
.CallMe {
display: block;
}
.QuickConnectHolder {
display: block;
width: 100%;
}
.QC1 {
width: 100%;
margin-left: 0;
}
.QC2 {
width: 100%;
margin-left: 0;
clear: both;
}
.QC3 {
width: 100%;
margin-left: 0;
clear: both;
}
.QC4 {
width: 100%;
margin-left: 0;
clear: both;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout:  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.mobilebanner {
display: block;
}
.mobilemenu {
display: block;
}
.MobileMenuPanel {
}
.MobileMenuHolder {
}
.MobileMenuItem {
}
.Menu {
display: block;
}
#NavHolder {
}
#NavSystem {
}
.MenuItem {
	width: 13%;
	clear: none;
	font-size: .95em;
	Color:#ffffff;
	padding-right:4px;
}

.TopBanner {
}
.HoursofOps {
display: block;
}
.FocusBarHolder {
}
.FocusBar {
	width:80%;
	margin: 0 0 0 13%;
	left:50%;
	height:25px;
	display: block;
}
.External1 {
background-color:#005c2c;
border-radius: 12px 12px 0 0;
height:20px;
position:relative;
bottom:-5px;
width: 20%;
text-align:center;
clear:none;
padding-right:20px;
margin-right:10px;
}
.External2 {
background-color:#3a5496;
border-radius: 12px 12px 0 0;
height:20px;
position:relative;
bottom:-5px;
width: 20%;
text-align:center;
clear:none;
padding-right:10px;
margin-right:10px;
}
.External3 {
background-color:#4099ff;
border-radius: 12px 12px 0 0;
height:20px;
position:relative;
bottom:-5px;
width: 20%;
text-align:center;
clear:none;
padding-right:10px;
margin-right:10px;
}
.External4 {
background-color:#007bb6;
border-radius: 12px 12px 0 0;
height:20px;
position:relative;
bottom:-5px;
width: 20%;
text-align:center;
clear:none;
padding-right:10px;
margin-right:10px;
}

.External1:hover {
	background-color:#333;}
.External2:hover {
	background-color:#333;}
.External3:hover {
	background-color:#333;}
.External4:hover {
	background-color:#333;}

.MiddleBanner {
min-height:263px;
width: 100%;
margin-left: 0%;
clear: none;
}

.BottomBanner {
}
.Footer {padding-top:20px;
	
}
.FooterTopRow {
	width:100%;
	margin-top:10px;
	text-indent:20px;
}
.footerheaders {
	font-size:.90em;
	font-weight:bold;
	padding-bottom:10px;}
.Footer_LC {
width: 32%;
padding-bottom:10px;
padding-left:15px;
}
.Footer_CC {
width: 15%;
clear: none;
margin-left: 0%;
}
.Footer_RC {
width: 25%;
clear: none;
margin-left: 0%;
}
.FooterOuterColumn {
width: 25%;
clear: none;
margin-left: 0%;
display: block;
}

/* Middle Banner Content reused throughout */


.BoxHolder1 {
width: 30%;
display:block;
left:50%;
margin-left:4%;


}
.BoxHolder2 {
width: 30%;
display:block;
margin-left: 0;
clear:none;


}
.BoxHolder3 {
width: 30%;
display:block;
clear:none;
padding-top:10px;

}

.innerboxcontent {
font-size:1.0em;
max-width:95%;
text-align:left;
position:relative;
text-align:justify;
	}
	
.BottomBannerContentHolder {
width: 60%;
clear: none;
margin-left: 30%;
color: #ffffff;
text-align: left;
}
.Middleparagraph {
	width:80%;
	margin:15px 0 0 10%;
	text-align:justify;
}
.Middleparagraph img {
	float:left;
	padding: 0px 10px 10px 0px ;
}


/* Courses Content */

.CourseAd1 {
	Width:90%;
	padding: 20px 10px 5px 10px;
	Clear:none;}
	
.CourseAd1 img {
    height:auto;}
	
.CourseAd2 {
	Width:90%;
	padding: 20px 10px 5px 10px;
	Clear:none;}
	
.CourseAd2 img {
	height:auto;}
	
.CourseAd3 {
	Width:90%;
	padding: 20px 10px 5px 10px;
	Clear:none;}
	
.CourseAd3 img {
	height:auto;}

.CourseListing1 {padding:0 5px 0 10px;}
.CourseListing2 {padding:0 5px 0 10px;}
.CourseListing3 {}

/* Contactus Content */
.Contact1 {}
.Contact2 {padding:0 0 0 70px;}
.Contact3 {}
.bottomnav {
display: block; 
}
.bottomnavlistitem {
}
.CallMe {
display: block;
}
.QuickConnectHolder {
display: block;
width: 100%;
}
.QC1 {
width: 100%;
margin-left: 0;
}
.QC2 {
width: 100%;
margin-left: 0;
clear: both;
}
.QC3 {
width: 100%;
margin-left: 0;
clear: both;
}
.QC4 {
width: 100%;
margin-left: 0;
clear: both;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
