/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}


/**********************************960*****************************/

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Myriad Pro', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

li {
	margin-left: 10px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 15px;
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 960px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

/*
*****************************************
*********** Style sheet starts here ******
*****************************************
*/

/*
*****************************************
* =universal
*****************************************
*/

body {
	background: url(../images/bg.jpg) #0b3a89 no-repeat top center;
}

@font-face { 
  font-family: Myriad Pro; 
  src: url('../fonts/MyriadPro-Regular.otf'); 
} 

@font-face { 
  font-family: MyriadProSemiit; 
  src: url('../fonts/MYRIADPRO-SEMIBOLDIT.OTF'); 
} 

@font-face { 
  font-family: MyriadProSemi; 
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF'); 
} 

@font-face { 
  font-family: NuevaStdBC; 
  src: url('../fonts/NuevaStd-BoldCond.otf'); 
} 

@font-face { 
  font-family: MyriadProit; 
  src: url('../fonts/MYRIADPRO-CONDIT.OTF'); 
}


.container_12 {
	background-color: #ffffff;
	padding:0 1px;
	font-family: 'Myriad Pro', Helvetica,"MS Trebuchet", sans-serif;
	font-size: 14px;
	color: #000;
}

p, a {
  font-size: 14px;
}

p{
	margin-bottom: 0;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

a, li {
	color: #ffffff;
}

ul {
	list-style: none;
  margin-bottom: 0;
}

li {
	display: inline;
}

/*
*****************************************
* =header
*****************************************
*/
header {
	background: #231f20;
	height: 52px;
  border-bottom: 1px solid white;
}

.left {
  float: left;
  margin: 0 30px;
}

.left a{
  text-decoration: none;
  font-size: 16px;
  }


.left span {
  color: #85269c;
  margin-right: 3px;
  margin-left: 3px;
}

nav, .left {
	line-height: 34px;
  font-family: 'MyriadProSemi', Arial, sans-serif;
}

.top_contact {
  font-style: italic;
}

nav {
  text-align: right;
}

nav li {
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav li {
  margin-left: 0;
}

nav li span {
  color: #1c95db;
  padding: 0 20px;
}

.lower {
  text-transform: lowercase;
  color: #fff;
  padding: 0;
}

.blue {
  color: #1c95db;
  font-size: 16px;
  padding: 0 10px 0 0;
}

nav li a{
  text-decoration: none;
}


nav li a:hover, nav li a:active, .active, .left a:hover{
	color: #1eb9f9;
}

.header-border {
  line-height: 24px;
  margin: auto;
  width: 30%;
}


/*
*****************************************
* =myslider
*****************************************
*/

/*.bg {
  position: absolute;
  top: 44px;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  z-index:4;
}*/


#banner {
   position: relative;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.banner_li {
	float: left;
	position: absolute;
	bottom: 20px;
	left: 21px;
}

.banner_li a {
  font-size: 16px;
}


.bg {
position: absolute;
bottom: 20px;
left: 10px;
z-index: 4;
}

.enroll {
position: absolute;
bottom: 4px;
right: 350px;
}

.enroll p {
color: white;
font-size: 18px;
text-align: center;
}

.enroll p span {
color: #1f9eef;
font-size: 18px;
text-align: center;
font-style: italic;
}

.bg2 {

  position: absolute;
  left:37%;
  z-index:1;
  top: -25px;
}

.bg p{
  width: 350px;
font-size: 19px;
text-align: center;
color: white;
font-family: 'MyriadProSemi', Arial, sans-serif;
font-weight: bold;
}

.bg p strong {
  color: black;
  font-style: italic;
  font-family: 'MyriadProSemiboldit', Arial, sans-serif;
}


.text {
  width: 345px;
  padding-top: 10px;
  font-size: 17px;
  font-family: 'MyriadProSemi', Arial, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.text strong {
  color: #000;
}
/*
#banner {
	position: relative;
  border-top: 10px solid #BDD73C;
  height: 282px;
  background-color: #231f20;
}

.logo {
	position:absolute;
	bottom: -34px;
	right: 20px;
}*/

.logo {
  z-index: 8;
}
.logo img {
	width: 207px; height: 58px;
}

.logo p{
	margin-bottom: 2px;
	text-align: right;
	font-size: 15px;
  margin-top: -5px;
}



.rail {
  position: absolute;
  right:0;
  z-index: 6;
  top: -16px;
}

.logobig {
  position: absolute;
  z-index: 7;
  bottom: -180px;
  right: 0;
}
/*.logobig {
  margin: 0;
  padding-left: 264px;
}*/


/*.logobig {
  text-align: center;
  position: relative;
  z-index: 20;
  top: -50px;
}*/


/*
*****************************************
* =main
*****************************************
*/
#main {
  background: url(../images/main-bg.jpg) no-repeat top left #ffffff;
}

#main {
  position: relative;
	color: #231f20;
  border-top: 1px solid #fff;
  font-size: 16px;
  font-family: 'MyriadProSemi', Arial, sans-serif;
  padding-bottom: 15px;
  z-index: 1;

}

.width {
font-family: 'MyriadProSemi';
text-align: left;
margin-bottom: 20px;
}

.width h3 {
  color: #042d6c;
  font-family: "Trebuchet MS";
  font-size: 23px;
  margin-top:20px;
  margin-bottom: 5px;
  
}

.width .black {
  color: black;
  font-family: "MyriadProSemi";
  font-size: 23px;
}

.width .blue1 {
  color: #042F6E;
  text-align: center;
  font-size: 13.64px;
  padding-top: 5px;
  padding-right: 40px;
}

.width .blue1 a {
  color: #042F6E;
  text-align: center;
  font-size: 13.64px;
  padding-top: 5px;
  padding-right: 5px;
}

.width .brochure {
margin-top: 180px;
}

.width h2 {
  font-size: 20px;
}
.width h3 span {
color: #19869f;
font-size: 22px;
}

.width p {
  color: black;
  text-align: left;
  padding-top: 20px; 
  font-size: 16.64px;
}

.grid_6 {
font-family:'MyriadProSemi';
font-size: 16.64px;
color: black;
text-align: left;

}

.grid_6 h3 {
  color: #411b50;
  font-family: Trebuchet MS;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid_6 .black {
  color: black;
  font-size: 20px;
}

.grid_6 h3 span {
color: #19869f;
font-size: 22px;
}

.grid_6 span {
  color: #0b3875;
  font-size: 16.64px;
}

.grid_6 p {
  color: black;
  text-align: left;
  padding-left: 0px; 
  font-size: 16.64px;
}

.grid_6 ul {
  list-style: disc;
  list-style-position: inside;
}


.grid_6 li {
  display: list-item;
  color: #000;
  font-family:'MyriadProSemi';
  font-size: 16.64px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.grid_6 ul span {
  color: #231f20;
}


.para {
 color: #043170;
  clear: both;
  
  text-align: right;
   font-style: italic;
   margin-right: 10px;
   
}


.para p span {
  text-transform: uppercase;
  font-size: 18px;
}
.width ul {
  list-style: disc;
  list-style-position: inside;
}


.width li {
  display: list-item;
  color: #000;
  margin-bottom: 5px;
  margin-left: 0px;
}

.width ul span {
  color: #231f20;
}

.underline {
  text-decoration: underline;
  color: #64771b !important;
}

.right {
	float: right;
  padding-right: 5px;
}

.right p {
	padding-top: 10px;
	font-size: 16px;
	font-family:'MyriadProSemi';
}

.right .span1 {
 color: #461553;
 font-size: 25px;
}

.right .span2 {
 color: #093674;
 font-size: 23px;
}

.right a {
  color: #492964;
  font-size: 20px;
}

.right .twic p {
  padding-top: 15px;
}

.para p {
  font-size: 15px;
  font-family: 'MyriadProSemi', Arial, sans-serif;
  font-weight: bold;
  }

.black {
  color: black;
}

.black ul


/*
*****************************************
* =footer
*****************************************
*/	

footer {
  position: relative;
  border-bottom: 1px solid #fff;
}

.secondary {
  clear: both;
  text-align: center;
  font-style: italic;
  background: white;
  margin: 0;
  border-top: 1px solid #fff;
}


.secondary li {padding: 0;}
.secondary li span {
  padding:0 10px;
}

.secondary .black1 {
  color: black;
font-style: normal;
}

.secondary li a{
  color: black;
  font-size: 13px;
}

.secondary li a:hover {
  color: black;

}


.subfooter {
  background: #231f20;
  height: 60px;
  color: white;
  margin: 0;
  border-top: 1px solid #fff;
}

.social ul {
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 40px;
}
.social li {
  margin:0;
  margin-top: 15px;
}

.social li a{
  display: block;
  height: 40px;
  width: 40px;
}

.copyright {
  text-align: center;
  margin-left: 45px;
}

.copyright p{
  color: white;
	font-size: 12px;
  padding-top: 30px;
}

.copyright span {
  background: url(../images/dot.jpg) no-repeat;
  color: #231f20;
  padding: 0px 7px 0px 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.logofooter {
  text-align: right;
  margin-top: 5px;
  margin-left: 25px;
}

.logofooter img {
	width: 131px; height: 33px;
}

.logofooter p{
  font-size: 12px;
  line-height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.logofooter p, .logofooter img{
margin-right: 30px;
}

.facebook {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/facebook.jpg) no-repeat;
}

.twitter {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/twitter.jpg) no-repeat;
}

.youtube {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/youtube.jpg) no-repeat;
}
.yt_text {
	color: #6C1E81;
	font-weight: bold;
}

a.youtube_links:link {
	color: #6D207E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.youtube_links:active {
	color: #4E78E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.youtube_links:visited {
	color: #6D207E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.youtube_links:hover {
	color: #3E77F8;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
