html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
a{ text-decoration:none; color:#fe0000;}
a:hover { outline: none; text-decoration:underline; }
ul, ol { margin-left: 2em; 
	list-style: none;margin-bottom:20px;}
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
a:link { -webkit-tap-highlight-color: #fe0000; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.invisible { visibility: hidden; }
.center{text-align:center;}
.bold{font-weight:bold;}
.no-bold{font-weight:normal !important;}
.left{float:left;}
.right{float:right;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
.font11{font-size:11px;}
.font12{font-size:12px;}
.margin-right-80{margin-right:80px;}


body{	
	font-family: arial, sans-serif;
	font-size:16px;
	background:#fff;
}
header{
	margin:23px 0 10px;
	height:342px;
	background: #000;
}
.logo{
	padding:23px 0 0 0;
	margin:0 auto;
	width:1013px;
	height:295px;
}
#topNavigation{
	background: #000;
	height:28px;	
	margin-bottom:10px;
}
.top-nav{
	width:1024px;
	margin:0 auto;	
}
.top-nav li{
	float: left;
    position: relative;	
	margin-right:30px;
}
.top-nav li a{
	color:#fff;
	text-transform:uppercase;
	line-height:28px;	
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.top-nav li ul {
	position: absolute;
	left: -999em;
}
.top-nav li:hover ul, 
.top-nav li.sfhover ul {
	left: auto;
	margin:9px 0 0 0;
	top:18px;
}
.top-nav li a:hover, 
.top-nav li a.selected{
	color:#f00;
	font-weight:bold;
}
.top-nav li ul li{
	margin-right:0;
}
.top-nav li.last{
	float:right;
	margin-right:0;
}
.top-nav li ul {
background-color:#000;
width:100px;
padding:6px 12px 12px;
}
.top-nav li ul.courses {
width:250px;
}
.top-nav li ul li{
clear:left;
display:block;
}
.top-nav li ul li a{
clear:left;
text-transform:none;
font-size:12px;
display:block;
border-bottom:3px solid #000;
}
.top-nav li ul li a:hover{
border-bottom:3px solid #f00;
color:#fff;
}
h1{
	color:#fff;
	background:#ff0000;	
	font-size:20px;
	text-transform:uppercase;	
	height:28px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:24px;
}
h1 div{
	margin:0 auto;
	width:1024px;
}
h2{
	color: #fe0000;	
	font-size:20px;
	font-weight:bold;
	margin-bottom:24px;
}
.main{
	width:1024px;
	margin:0 auto;
}
.left-column{
	width:580px;	
}
.left-column p{
	padding-bottom:20px;
}
.left-boxes{
	margin-top:10px;	
}
.left-boxes img{
	margin-right:10px;
	width:206px;
	height:206px;
}
.grey-bg{
	background-color:#d2d3d5;	
	font-size:12px;
	font-weight:bold;
}
.left-boxes .grey-bg{
	width:330px;
	height:172px;
	padding:17px;
}
.left-boxes .grey-bg a{
	display:block;
	font-size:18px;
	text-transform:uppercase;
	padding:3px 0;
}
.right-column{
	width:400px;
	font-size:12px;
	font-weight:bold;
}
.side-links{
	border-top:12px solid black;	
	border-bottom:12px solid black;
	padding:40px 0;
}
.side-links ul{
	margin:20px 0;
}
.side-links a{
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}
.right-boxes{
	margin-top:10px;	
}
.right-boxes img{
	width:100px;
	height:100x;
}
.right-boxes .grey-bg{
	width:270px;
	height:70px;
	padding:15px;
}
.right-boxes h3{
	color:#808285;	
	text-transform:uppercase;
	font-size:16px;
}
.bottom-section{
	margin-top:40px;
}
footer{
	background: #000;
	height:28px;	
	margin:40px 0;	
	color:#fff;
	text-transform:uppercase;
	line-height:28px;	
	font-size:13px;
	font-weight:bold;
}
footer div{
	margin:0 auto;
	width:1024px;
}
footer span{
	letter-spacing:1px;	
}
#contactForm{
width:535px;
clear:both;
margin-bottom:20px;
}
#contactForm fieldset{
clear:both;
width:100%;
}
#contactForm label{
float:left;
font-weight:bold;
clear:both;
width:140px;
}
#contactForm input{
float:left;
margin-bottom:5px;
}
#contactForm .comments{
margin-top:15px;
float:left;
}
#contactForm textarea{
margin-top:15px;
float:right;
height:250px;
padding:0;
width:390px;
overflow-x:hidden;
overflow-y:scroll;
}
#contactForm #send{
float:right;
margin-top:10px;
cursor:pointer;
}
.schedule {
	width:99%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
	}
.schedule  tr.odd td{
	background:#f7fbff
	}
.schedule tr.odd .column1	{
	background:#f4f9fe;
	}	
.schedule .column1{
	background:#f9fcfe;
	font-weight:bold;
	color:#66a3d3;
	white-space:nowrap;
	padding:0.3em 0.5em;
	}
.schedule td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:14px 10px;
	text-align:center;
	}				
.schedule th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
.schedule thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#f50000;
	}
.schedule tr td:hover {
	background-color:#DFE7EC;
}
table.logo-links td{
    text-align:center; 
    padding:15px 5px;   
}
