/* Redefinitions */
body {
	margin: 0; padding: 0;
	font-family: verdana,sans-serif;
}

/* Primary Containers */
#main_container {
	width: 700px;
	margin: 6px auto 12px;
	border: 1px solid #6C9287;
}
.teaching { background: url(../images/components/teaching.jpg) bottom right no-repeat; }
#page_content_container {
	float: right;
	width: 498px;
	clear: none;
	/*padding-bottom: 125px;*/
}
#copyright {
	clear: both;
	border-top: 1px solid #6C9287;
	font-size: 0.75em;
	text-align: center;
	padding: 3px;
	color: #010504;
	background: #91bcc3;
	font-weight: bold;
}

#bottom { clear: both; }

/* Titles and headings */
h1 {
	margin: 0; padding: 0;
	height: 100px;
	background: #91bcc3;
	color: #010504;
	overflow: hidden;
	border-bottom: 1px solid #6C9287;
}
h1 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/components/banner.jpg) top left no-repeat;
}
h2 {
	margin: 5px 15px 10px 0;
	padding-bottom: 2px;
	font-family: arial;
	color: #093A4B;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
h3 {
	font-family: arial;
	color: #093A4B;
	font-size: 16px;
	padding: 1px 0;
	margin: 10px 0 5px;
}

/* Navigation */
div#navigation_container {
	float: left;
	font-weight: bold;
	width: 200px;
	font-size: 12px;
	font-family: helvetica,verdana,sans-serif;
}
#navigation_items {
	width: 170px;
	margin: 0 auto 12px;
	border: 1px solid #6C9287;
	border-top: none;
}
#navigation_items a {
	display: block;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	/*border-bottom: 1px solid #093A4B;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	color: #010504;
	background: #d4e9ee;
}
#navigation_items a.sublink {
	font-size: 10px;
	padding-left: 15px;
}
#navigation_items a:hover {
	/*background: #093A4B;
	color: #d4e9ee;*/
	background: #91bcc3;
	/*background: url(../images/components/navigation_gradient.png) top right repeat-y;*/
	color: #000;
}

/* Page content. */
#page_content {
	margin-right: 5px;
	font-size: 14px;
}
#page_content p { margin-top: 0; }

/* Reusable Elements */
div.clear { clear: both; }

/* Page-specific */
#home_gallery {
	text-align: center;
	letter-spacing: 12px;
}