/**
 * General
 */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background: url(images/bg.jpg) repeat-y center #027ACA;
}
a {
	color: #5571e1;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form span.OrCancel {
	position: relative;
	top: 0.5em;
}
#containercenter,
#container {
	height: 100%;
}
#container {
	background: #fff;
	min-width: 900px;
	width: 900px;
	padding: 0;
	margin: 0;
	border: 2px #000 solid;
	border-top: none;
	border-bottom: none;
}
object#flash-imagescroll {
	outline: none;
	width: 100%;
	height: 200px;
}
/**
 * Header & Navbar
 */
#header {
	
}
#header #navbar {
	height: 30px;
	border-top: 1px #000 solid;
	background: url(images/navbar_bg.jpg) no-repeat center;
	text-align: center;
}
#header a img {
	border: none;
}
#header #navigation {
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	padding: 3px 0 0 0;
	list-style: none;
	margin: 0;
}
#header #navigation li {
	display: inline;
	padding: 5px 15px 0px 15px;
}
#header #navigation a,
#dropdown-parent a,
#dropdown-child a {
	text-decoration: none;
	color: #abccf3;
	outline: none;
}
#header #navigation li a:hover {
	color: #dceafa;
}
#dropdown-parent-wrapper,
#dropdown-child-wrapper {
	position: absolute;
	z-index: 100;
}
#dropdown-parent,
#dropdown-child {
	background: #316dca;
	width: 80px;
	text-align: center;
	padding: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px #075EA5 solid;
	border-top: none;
}
#dropdown-child {
	border: 1px #075EA5 solid;
}

#dropdown-parent ul,
#dropdown-child ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#dropdown-parent li,
#dropdown-child li {
	padding: 3px 0;
	border-bottom: 1px #075EA5 solid;
}
#dropdown-parent li:hover,
#dropdown-child li:hover {
	background: #5d95db;
}
#dropdown-parent .rightarrow {
	padding-top: 5px;
	position: absolute;
	left: 68px;
}
/**
 * Content
 */
div.content {
	text-align: left;
	padding: 0 40px;
}
div.content h1,h3 {
	border: 1px solid #dee3eb;
	background: #e6eff9;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 5px 10px;
	font-weight: 100;
}
div.content .thumb img {
	border: 2px #bac7f3 solid;
}
div.content .thumb img:hover {
	border: 2px solid #869cea;
}
div.content .thumb {
	padding: 8px 7px 0 7px;
}
div.content .left {
	float: left;
}
div.content .right {
	float: right;
}
div.content hr {
	border: none;
	border-top: 1px solid #c5cff5;
	clear: both;
}
div.content h4.styled {
	border-bottom: 1px solid #dee3eb;
	background: #e6eff9;
	margin-bottom: 5px;
	padding: 3px;
	padding-left: 7px;
	font-weight: bold;
}
div.content p {
	margin: 16px 10px;
}
div.content hr.contentsep {
	border-top: 1px dashed #d3e4f5;
}
div.content .roundtop {
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}
div.content .roundtop5 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
div.content .round5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/**
 * News
 */
div.content #news h3 {
	border-bottom: 1px solid #dee3eb;
	margin-bottom: 7px;
}
div.content #news h3 span.credit {
	float: right;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
	padding: 2px;
	border: 1px solid #dee3eb;
	border-bottom: none;
	background-color: #e6eff9;
}
div.content #news div.post div.body {
	padding-left: 20px;
	overflow: auto; /* Scrool bars when its too wide */
}
div.post span.admin img {
	width: 13px;
	height: 13px;
}
	/**
	 * Editing
	 */
	div.post h3 input {
		margin-bottom: 3px;
		margin-left: 5px;
		font-size: 16px;
	}
	div.post div.body textarea {
		width: 99%;
		height: 150px;
	}
/**
 * Instructors
 */
div.content div#instructors div.instructor div.picture {
	float: left;
	text-align: center;
	width: 100px;
	font-size: 11px;
	padding-bottom: 15px;
}
div.content div#instructors div.instructor div.right {
	float: none;
	margin-left: 100px;
	padding-left: 15px;
}
div.content div#instructors div.instructor div.right h5 {
	font-style: italic;
	margin-bottom: 0;
}
/**
 * Facility
 */
div.content div#facility div#pictures {
	text-align: center;
}
div.content div#facility div#quotes {
	padding: 5px;
	background: #e6eff9;
	padding-bottom: 5px;
	border: 1px dashed #869cea;
	margin-bottom: 18px;
}
div.content div#facility div#quotes h4 {
	margin-top: 5px;
}
/**
 * Administration
 */
div.admin label {
	color: #666;
	font-size: 0.75em;
}
div.admin input#Submit {
	font-size: 1.25em;
	padding: 5px;
}
div.admin input.sized {
	font-size: 1.75em;
	width: 100%;
}
	/**
	 * Login
	 */
	div.admin div.login {
		width: 300px;
	}
	/**
	 * News Posting
	 */
	div.admin div.adminpost {
		background: #E1EFFF;
	}
	div.admin div.adminpost a {
		color: #737373;
	}
	div.admin div#admin-newpost {
		padding: 2px 10px;
	}
	div.admin div#admin-newpost textarea {
		width: 100%;
		height: 150px;
	}
/**
 * Footer
 */
#footer {
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
	border-top: 1px solid #dee3eb;
	background: #e6eff9;
	font-size: 10px;
	clear: both;
}
#footer #quicklinks a {
	outline: none;
}
#footer #quicklinks img {
	border: none;
}

#slidercontainer {
	margin-top: 20px;
	width:100%;
	height:200px;
	position:relative;
}
