html, body
{
	width: 100%;
	min-height: 100%;
	min-width: 960px;
}

body
{
	font-family: 'Grotesk Sys Xlight', Arial, sans-serif;	
	font-weight: 300;
	color: #333;
	background-color: #f7f5f0;
	margin: 0;
}

#wrapper
{
	width: 960px;
	min-width: 960px;
	margin: 80px auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

figure.image-container
{
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;	
}

figure.image-container.left
{
	margin-right: 40px;
}

figure.image-container.right
{
	margin-left: 40px;
}

img
{
	border: 0;
}

header h1, header h2
{
	text-align: center;
	font-weight: 300;
	margin: 0;
}

header
{
	margin-bottom: 40px;
}

header h1
{
	font-size: 36px;
}

header h2
{
	font-size: 14px;
	color: #993333;
}

#main-nav 
{	
	margin-top: 60px;
	padding: 16px 0;
}

nav ul
{
	list-style: none;
	padding: 0;
}

#main-nav
{
	text-align: center;
}

#main-nav ul
{
	margin: 0 auto;
}

#main-nav ul li 
{
	display: inline-block;
}

#main-nav ul li a 
{	
	padding: 8px 20px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	border-bottom: 2px solid transparent;
}

#main-nav ul li.active a, #main-nav ul li a:hover
{
	border-bottom: 2px solid #993333;	
	transition: border-bottom 1s; /* explorer 10 */
    -webkit-transition: border-bottom 1s; /* chrome & safari */
    -moz-transition: border-bottom 1s; /* firefox */
    -o-transition: border-bottom 1s; /* opera */
}

.content-element
{		
	margin-bottom: 40px;
}

.frame
{
	padding: 10px;
	background-color: #fff;	
}

.content-box
{
	width: 300px;
	margin-right: 30px;
}

.content-box.last
{
	margin-right: 0;
}

.content-box h3
{
	text-align: center;
	font-size: 18px;	
	border-bottom: 1px solid #e6e5e1;
	padding-bottom: 12px;
}

.content-box ul
{
	padding: 0 16px;
	list-style-type: none;
}

.content-box ul li
{
	margin-bottom: 12px;
}

.emph
{
	font-weight: 600;
	color: #993333;
}

.col1, .col2 
{
	width: 48%;
	float: left;
}

.col1
{
	margin-right: 4%;
}

#content h1
{	
	color: #993333;	
	font-size: 32px;
	line-height: 150%;
	font-weight: 600;
}

#content h2
{
	font-weight: 300;
	font-size: 28px;	
}

#content h4
{
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}

#content h5
{
	font-size: 16px;
	margin: 1em 0;
}

#content a
{
	color: #993333;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;	
}

#address
{
	width: 300px;
	padding-left: 20px;
}

#map
{
	width: 620px;	
}

#map, #person-img
{
	padding-right: 19px;
	margin-right: 0;
	border-right: 1px solid #e6e5e1;
}

#person
{
	padding-left: 20px;	
}

.image-list
{
	list-style: none;
	margin-left: 40px;
	margin: 0;
	width: 420px;
}

.image-list li
{
	float: left;
	margin: 0 20px 20px 0;
}

.image-list li.even
{
	margin-right: 0;
}

.download-list
{
	list-style: none;
	padding: 0;
}

.download-list li
{
	margin-bottom: 20px;
}

.download-list a
{
	display: block;	
	background-color: #E0DFDB;
	padding: 10px 0;	
}

.download-list a:hover
{
	background-color: #fff;
}

.download-list .icon img
{
	margin-top: 2px;
}

.download-list .icon, .download-list .size, .download-list .type
{
	margin-left: 2%;
	width: 8%;
}

.download-list .title
{
	margin-left: 2%;
	width: 48%;
}

.download-list .title, .download-list .size, .download-list .type
{	
	margin-top: 10px;
}

.download-btn
{
	padding: 9px 24px 9px 60px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	margin-right: 2%;
	width: 18%;
	background: #993333 url('../images/icons/download.png') no-repeat 10% center;
}

.subhead
{
	font-size: 14px;
	color: #993333;
}

.course-sheet
{
	padding: 20px;
	background-color: #fff;
}

.course-sheet h2
{
	margin: 0;
	border-bottom: 1px solid #E0DFDB;
}

.mandatory
{
	color: red;
}

.form-row
{
	clear:both;margin:10px 0;
}

#contact-desc
{
	width:424px;
}

#contact-form label
{
	width:150px;
	float:left;
	margin:8px 20px 0 0;
}

#contact-form input, #contact-form textarea
{
	width:350px;
	font-size:100%;
	padding:5px;
	background-color:#E0DFDB;
	color:#993333;
	border:1px solid #E0DFDB;
}

#contact-form input[type="submit"] 
{
	width:100px;
	cursor:pointer;
	margin-left: 170px;
}

#contact-form input[type="submit"]:hover
{
	border-color:#993333;
}

#contact-form input:focus, #contact-form textarea:focus
{
	border-color:#993333;
}

#contact-form textarea
{
	height:200px;
}

footer
{
	font-size: 14px;	
	background-color: #fff;
}

footer a
{
	color: #333;
}

footer .inner
{
	width: 960px;
	margin: 0 auto;
}

#footer-nav, #footer-info
{
	padding: 20px 0;	
}

#footer-nav ul, #footer-info
{
	margin: 0;
}

#footer-nav li 
{
	display: inline-block;	
}

#footer-nav li a
{
	text-transform: uppercase;
	padding: 0 12px;
	font-size: 14px;
	text-decoration: none;
}

#footer-nav li.first a
{
	padding-left: 0;
}

#footer-nav li a:hover
{
	text-decoration: underline;
}
