/* Main Site Styles */
html, body, header, section, nav, footer, h1, h5, h6, p, table {
	margin: 0;
	padding: 0;	
}

body {
	background: #e5e4b4;
}

a:link, a:visited {
	color: #00f;
}

a:hover {
	color: #f00;
}

header {
	width: 918px;
	height: 333px;
	margin: 0 auto;
	padding-left: 10px;
	position: relative;
}

header h1, header h6 {
	color: #fff;	
}

header h1 {
	font-size: 4.5em;
/*	text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;*/
}

header h6 {
	font-size: 1.2em;
/*	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}
header .footer {
	position: absolute;
	bottom: 0;
	text-align: right;
	color: #fff;
	width: 98%;
	line-height: 1.5em;
}

footer, article {
	width: 920px;
	margin: 0 auto;
}

nav {
    height: 2em;
	padding: 0;
	font-size: 1em;
}

nav ul, nav li {
	margin: 0 3px 0 3px;
	padding: 0;
	list-style: none;
	float: left;
}

nav li:first-child {
	margin-left: 0;
}

nav ul {
	padding-left: 25px;
	height: 2em;
}

nav li a:link, nav li a:visited {
	display: block;
	line-height: 2em;
	padding: 0 .6em;
	color: #fff;
	background: #050;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 1.1em;
}

nav li a:hover, .active {
	background: #289101;
	height: 2em;
}

footer {
	background: #fff;
	width: 928px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto 20px auto;
	border: 1px solid #000;
	text-align: center;
}

section {
	float: left;
	width: 45%;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

aside {
	float: right;
}

aside p {
	font-size: 1.1em;
}

aside img {
	border: 1px solid #000;
	margin-bottom: 8px;
}

aside h2 {
	padding: 20px 20px 0 20px;
	font-size: 2em;
}

article {
	overflow: hidden;
	/*background: rgb(219,126,64);*/
}

section, aside {
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

table {
	width: 100%;
}

hr {
	color: #000;
	background-color: #000;
	height: 2px;
	width: 96%
}

h2 {
	margin: 0;
}

h5 {
	font-weight: 400;
}

p {
	padding: 5px;
}

label {
	font-weight: 700;
}

/* Custom Styles */
#main {
	background: #d1c698;
	width: 964px;
	margin: -10px auto 0 auto;
	padding-top: 20px;
	font-family: Arial;
	min-height: 100%;
}

#Main {
	font-size: 1em;
}

#About p, #About blockquote {
	font-size: .9em;
}

#Content {
	width: 916px;
	padding: 5px;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.award {
	color: #00f;
}

.aside {
	padding: 0 20px;
}

.courses {
	font-size: .85em;
}

.plan {
	float: left;
	height: 420px;
	width: 400px;
	margin: 25px;
}

.gallery_image {
	float: left;
	margin: 10px 20px;
	width: 240px;
	height: 180px;
	text-align: center;
}

#Design p {
	font-size: .8em;
}

#NewsCol1, #NewsCol2 {
	float: left;
	width: 450px;
}

#NewsCol2 {
	margin-left: 10px;
}

.NewsTiltLeft, .NewsTiltRight {
	margin: 20px auto 30px;
	width: 85%;
	background: #eee;
	font-weight: 700;
	text-align: center;
	border: 2px solid #f00;
}

/*
.NewsTiltRight {
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}

.NewsTiltLeft {
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}
*/

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
