@import url("reset.css");
@import url("typography.css");
@import url("forms.css");

ul.navigation {
	display: inline;
	float: left;
	margin: 0px;
}

ul.navigation li {
	display: inline;
	float: left;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	color: rgb(0,20,37);
}

#header-wrap {
	height: 60px;
	background-color: rgb(26,26,26);
}

#banner-wrap {
	position: relative;
	border-top: solid 1px rgb(255,255,255);
	background-color: rgb(194,218,228);
}

#sub-content-wrap {
	clear:both;
	margin-top: 32px;
	background:url("../images/sub_background.jpg") repeat-x top left;
}

#footer-wrap {
	clear:both;
	border-top: solid 1px rgb(220,220,220);
}

.wrap {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 {
	width:250px;
	height:60px;
	overflow: hidden;
	color: rgb(255,255,255);
}

#header h1#logo span {
	position:absolute;
	width:250px;
	height:60px;
	background: url("../images/logo.jpg") no-repeat top left;
}

/* Banner */

#banner img {
	position: absolute;
	left: 5px;
	bottom: -22px;
}

#banner blockquote {
	width: 500px;
	padding: 20px 30px 20px 200px;
}

#banner {
	min-height: 150px;
	_height: 150px;
	margin-bottom: 20px;
	background: url("../images/banner/banner.jpg") no-repeat bottom left;
}

#academy-quote {
	color: rgb(255,255,255);
}

/* Content */

#content {
	display: table;
}

div.column {
	display: inline;
	float: left;
	width: 262px;
	margin: 8px 8px 0px 0px;
	padding-bottom: 8px;
}

div.first-column {
	clear: both;
	margin-left: 8px;
}

div.column p {
	margin: 8px;
}

div.column h1,
div.column h2,
div.column h3 {
	padding: 2px 8px;
	margin: 0px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
}

div.column h1 {
	font-size: 1.5em;
}

div.two-column {
	width: 530px;
}

/* Sub content */

div#sub-content {
	display: table;
	margin-top: 8px;
}

dl.news {
	display: block;
	margin-top: 16px;
	margin-left: 8px;
}

dl.news dt {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(80,80,80); 
	text-transform: lowercase;
}

dl.news dd {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

form#email-form {
	margin-left: 16px;
}

/* Footer */

#footer {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(80,80,80);
}

#footer ul {
	margin-left: 4px;
}


#footer ul li {
	margin: 4px;
	font-size: 0.7em;
	color: rgb(80,80,80);
	text-transform: lowercase;
}

#footer ul li a {
	display: block;
	color: rgb(80,80,80);
	text-decoration: none;
}

#footer ul li a:hover {
	color: rgb(10,55,93);
	text-decoration: underline;
}


#footer dl.address {
	float: right;
	width: 480px;
	margin-top: 4px;
	font-size: 0.7em;
}

#footer dl.address dt,
#footer dl.address dd {
	float: left;
	margin: 0px;
}

#footer dl.address dt {
	clear: both;
	width: 150px;
}

#footer dl.address dd {
	width: 330px;
}

#footer p.copy {
	float: left;
}

#footer p {
	font-size: 0.7em;
	margin: 4px 8px;
}

/* Breadcrumb */

ul.breadcrumb {
	width:100%;
	color: rgb(80,80,80);
	font-family: Arial, Helvetica, sans-serif;
}

ul.breadcrumb span,
ul.breadcrumb a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(80,80,80);
	margin-left: 8px;
	text-transform: lowercase;
}

ul.breadcrumb a {
	padding-right: 10px;
	background: url("../images/arrow.gif") no-repeat center right;
}

ul.breadcrumb ul {
	float: left;
	margin: 0px;
}

