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

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse: separate;
	border-spacing: 0; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:1px;
	background-color:#fff;
}
	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #0973ba 1px; }

a:link { 
	color:#c82102; 
	text-decoration: none; }

a:hover { 
	color:#fff; }

a:visited, 
a:active { 
	color:#c82102; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	color: #fff;  }

#bcrumb_hold a:link { 
	color:#fff;  }

#bcrumb_hold a:hover { 
	color:#fff;  }

#bcrumb_hold a:visited, 
a:active { 
	color:#fff;  }
	
#bcrumb_hold a:visited:hover, 
a:active:hover { 
	color:#fff;   }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
h1, h2.fakeh1 {
	color:#E1E1DB; 
	font-size:140%;
	font-family:"Arial", Georgia, Times, serif;
	padding: 10px 0 5px 10px;
	margin-top:0px;
	font-weight:bold;
	width: auto;
	float: left;
	border: 0;
}
h2 {
	color:#E1E1DB;
	font-size:105%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:2px;
	margin-bottom:8px;
	border-bottom:solid #c82102 1px;
	width:243px;
	}
h3 {
	font-size:95%;
	font-weight:normal;
	padding-top:0px;
	margin-bottom:0px;
	font-family:"Arial", Georgia, Times, serif;
	}
.h2_double {
	width:506px;
}
label {
	font-size:85%;
	font-weight:bold;
}
input {
	margin-top:2px; }

textarea {
	margin-top:2px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:20px;
	font-size:85%;
	color:#E1E1DB; }
.td1 {
width:90%;
}
.td2 {
width:10%;
}
em {
	font-style:italic;
}
ol {
	font-size: 80%;
	margin-left: 30px;
}
ol li {
	padding-bottom: 5px;
}
	
/* ********************************************************************************************* */

body {
	font-family:Arial, Verdana, sans-serif;
	height:100%;
	background-color: #d3d3c2;
	text-align:left;
	margin:0px;
	color:#E1E1DB;
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
	
/* ********************************************************************************************* */

p {
	line-height:165%;
	padding-bottom:6px;
	font-size:85%;
	color:#E1E1DB;
}
/* Breadcrumbs ********************************************************************************************* */	

ol#crumbs {
	display:inline;
	margin:0 0 0px 0px;
	font-size:70%;
	float:left; }

ol#crumbs li {
	display: inline;
	padding:3px 0 0 0px;
	float:left; }

ul#foot {
	display:inline;
	margin:0 0 0px 0px;
	font-size:70%;
	float:left; }

ul#foot li {
	display: inline;
	padding:0 0 0 0px;
	float:left; }

/* ********************************************************************************************* */
	
.alert_box {
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	float:left;
	border:dotted #0973ba 2px;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
}

/* **** Nav**** */

ul#nav_toggle {
display:inline;
float:left;
list-style-type:disc;
margin:0px;
overflow:hidden;
padding:0px;
padding-top:9px;
}
ul#nav_toggle li {
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt 1px 0pt 0pt;
padding:0pt;
}
ul#nav_toggle a {
float:left;
height:0px !important;
margin:0pt 0pt 2px;
overflow:hidden;
padding:23px 0pt 0pt;
}
li#nav_home a {
background:transparent url(images/nav_home.png) no-repeat scroll left top;
width:53px;
}
li#nav_home a:hover {
background:transparent url(images/nav_home_hover.png) no-repeat scroll left top;
}
li#nav_about a {
background:transparent url(images/nav_about.png) no-repeat scroll left top;
width:107px;
}
li#nav_about a:hover {
background:transparent url(images/nav_about_hover.png) no-repeat scroll left top;
}
li#nav_instructors a {
background:transparent url(images/nav_instructors.png) no-repeat scroll left top;
width:82px;
}
li#nav_instructors a:hover {
background:transparent url(images/nav_instructors_hover.png) no-repeat scroll left top;
}
li#nav_news a {
background:transparent url(images/nav_news.png) no-repeat scroll left top;
width:86px;
}
li#nav_news a:hover {
background:transparent url(images/nav_news_hover.png) no-repeat scroll left top;
}
li#nav_blog a {
background:transparent url(images/nav_blog.png) no-repeat scroll left top;
width:43px;
}
li#nav_blog a:hover {
background:transparent url(images/nav_blog_hover.png) no-repeat scroll left top;
}
li#nav_galleries a {
background:transparent url(images/nav_galleries.png) no-repeat scroll left top;
width:104px;
}
li#nav_galleries a:hover {
background:transparent url(images/nav_galleries_hover.png) no-repeat scroll left top;
}
li#nav_downloads a {
background:transparent url(images/nav_downloads.png) no-repeat scroll left top;
width:85px;
}
li#nav_downloads a:hover {
background:transparent url(images/nav_downloads_hover.png) no-repeat scroll left top;
}
li#nav_shop a {
background:transparent url(images/nav_shop.png) no-repeat scroll left top;
width:49px;
}
li#nav_shop a:hover {
background:transparent url(images/nav_shop_hover.png) no-repeat scroll left top;
}
li#nav_links a {
background:transparent url(images/nav_links.png) no-repeat scroll left top;
width:50px;
}
li#nav_links a:hover {
background:transparent url(images/nav_links_hover.png) no-repeat scroll left top;
}
li#nav_contact a {
background:transparent url(images/nav_contact.png) no-repeat scroll left top;
width:59px;
}
li#nav_contact a:hover {
background:transparent url(images/nav_contact_hover.png) no-repeat scroll left top;
}
#soc-med {
	position: absolute;
	z-index: 1000;
	margin-top: 198px;
	margin-left: 825px;
}
#soc-med img {
	float: left;
	padding-left: 5px;
}
ul#toggle {
display:inline;
float:left;
list-style-type:disc;
margin:0px;
overflow:hidden;
padding:0px;
padding-top:4px;
}
ul#toggle li {
display:block;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt 1px 0pt 0pt;
padding:0pt;
}
ul#toggle a {
float:left;
height:0px !important;
margin:0pt 0pt 2px;
overflow:hidden;
padding:148px 0pt 0pt;
}
li#benefits_ld a {
background:transparent url(images/benefits_ld.png) no-repeat scroll left top;
width:242px;
padding-right:20px;
}
li#benefits_ld a:hover {
background:transparent url(images/benefits_ld_hover.png) no-repeat scroll left top;
}
li#benefits_mwc a {
background:transparent url(images/benefits_mwc.png) no-repeat scroll left top;
width:242px;
}
li#benefits_mwc a:hover {
background:transparent url(images/benefits_mwc_hover.png) no-repeat scroll left top;
}
#image_preload {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	z-index:1;
}
#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}
#header {
	position:relative;
	height:224px;
	width:950px;
	float:left;
	clear:both;
	background-image:url(images/header.png);
}
#bcrumb {
	clear:both;
	width:900px;
	background-image:url(images/bcrumb.png);
	height:33px;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-bottom:4px;
	padding-right:0px;
}
#bcrumb_hold {
float:left; font-size:100%; color:#fff; font-style:italic; padding-left:8px; padding-top:10px;
}
#content {
	position:relative;
	width:950px;
	float:left;
	clear:both;
	background-image:url(images/bg_body_repeat.png);
	background-repeat:repeat-y;
}
#footer {
	position:relative;
	height:85px;
	width:950px;
	background-image:url(images/footer.png);
	float:left;
	clear:both;
}
#footer_text {
	position:relative;
	float:right;
	padding-right:63px;
	padding-top:37px;
}
#content_holder {
	width:844px;
	padding-left:54px;
	padding-right:54px;
	float:left;
	padding-top:14px;
}
.double-column {
	width:545px;
	float:left;
}
.single-column {
	width:275px;
	float:right;
}
.single-column-image {
	width:275px;
	float:right;
	padding-top:31px;
}
.box_double {
	position:relative;
	float:left;
	width:545px;
	background-image:url(images/box_double_column_bg.png);
	background-repeat:repeat-y;
}
.box_double_top {
	position:relative;
	float:left;
	width:545px;
	background-image:url(images/box_double_column_top.png);
	background-repeat:no-repeat;
}
.box_double_content {
	position:relative;
	float:left;
	width:545px;
	background-image:url(images/box_double_column_bg.png);
	background-repeat:repeat-y;
	padding-left:9px;
	padding-right:9px;
}
.box_double_bottom {
	position:relative;
	float:left;
	width:545px;
}
.double_content_wrap {
	padding-right:290px;
}
.box_single {
	position:relative;
	float:right;
	width:275px;
	background-image:url(images/box_single_column_bg.png);
	background-repeat:repeat-y;
	margin-top:31px;
}
.box_single_top {
	position:relative;
	float:left;
	width:275px;
	background-image:url(images/box_single_column_top.png);
	background-repeat:no-repeat;
}
.box_single_content {
	position:relative;
	float:left;
	width:275px;
	background-image:url(images/box_single_column_bg.png);
	background-repeat:repeat-y;
}
.box_single_bottom {
	position:relative;
	float:left;
	width:275px;
}
#nav_hold {
	z-index:5;
	position:absolute;
	top:192px;
	left:63px;
	width:800px;
}
.current_page {
	color:#c82102;
	font-weight:bold;
}
#dragons {
	position:absolute;
	right:45px;
	top:0px;
	width:236px;
	height:243px;
	z-index:4;
}
.content_hold_nohead {
	float:left;
	padding-top:10px;
}
.ackn_logo {
	float:left;
	padding-top:2px;
	padding-right:2px;
}
.logo_row {
float:left;
width:200px;
padding-right:6px;
}
.block {
	position:relative;
}
.contract_image {
	border:none;
}
.story-image {
	margin-left:10px;
	border: 1px solid #fff;
}
.news-images {
	width:160px;
	float:right;
}
.list_items {
	list-style-type:disc;
	padding-left:15px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:85%;
	line-height:150%;
	padding-bottom:5px;
}
.img_float_right {
float:right; margin-left:10px; margin-bottom:10px; border:solid #fff 1px;
}
.float_right {
float:right; margin-left:10px; margin-bottom:10px;
}
#news-ticker li {
	list-style:none;
	padding-left:150px;
	margin:0px;
	text-indent:0px;
	padding-top:21px;
	font-weight:bold;
	font-size:13px;
	padding-right:20px;
}
.start-stop {
	font-size:13px;
	font-weight:bold;
	padding-left:150px;
}
#news-ticker li a:hover {
	color:#c82102; 
}
ul#curriculum {
	width: 270px; 
	padding: 20px;
	float: left;
	list-style: disc;
}
ul#curriculum li {
	padding: 5px;
}
#message {
	margin-top: 20px;
	border-top: 1px solid #C82102;
	padding: 20px;
}
#message p {
	color: #C82102;
	font-style: italic;
}
/* --------------- slideshow ------------------ */

#slideshow {
 	width: 545px;
 	height: 167px;
 	margin-bottom: 15px;
}
ul#slider {
 	height: 167px;
  	float: left;
}
ul#slider li {
 	float: left;
 	list-style: none outside none;
 	overflow: hidden;
}
#slider1 {
margin:0;
padding:0;
} 