@charset "utf-8";

/*
 * Fonts
 */
@font-face {
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Regular-webfont.eot');
	src: local( '?' );
	src: url('../Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('../Fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('../Fonts/OpenSans-Regular-webfont.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Italic-webfont.eot');
	src: local( '?' );
	src: url('../Fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/OpenSans-Italic-webfont.woff') format('woff'),
		url('../Fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('../Fonts/OpenSans-Italic-webfont.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-Semibold-webfont.eot');
	src: local( '?' );
	src: url('../Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('../Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('../Fonts/OpenSans-Semibold-webfont.svg#OpenSans') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../Fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: local( '?' );
	src: url('../Fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		url('../Fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		url('../Fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSans') format('svg');
	font-weight: bold;
	font-style: italic;
}



/*
 * Globals
 */
body {
	background: #fafafa;
	font: 87.5%/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px dotted #E1E1E1;
	color: #317792;
	font-weight: normal;
}

a, a:focus, a:visited {
	border-bottom: 1px dotted #555;
	color: #317792;
	text-decoration: none;
}

a:hover {
	border-bottom: 0 none;
}

h1 {
	font-size: 1.9em;
	line-height: 2em;
}

p {
	margin: 1em 0;
}

address {
	font-style: normal;
	margin: 1em 0;
}

/*
 * PAGE LAYOUT
 */
#page {
	background-color: #FFFFFF;
	box-shadow: 0 0 7px #888888;
	width: max-width;
	margin: 0 auto;
}

#wrap {
	padding: 1em 20px 2em;
}

#lbar {
	padding: 2.25em 0 0;
	width: 220px;
	float: left;
	margin-right: 30px;
}

#main {
	margin-left: 250px;
	width: 650px;
}




/*
 * HEAD
 */
#head {
	height: 93px;
	display: block;
	position: relative;
	border-bottom: 1px dotted #E1E1E1;
	margin: 0 20px 0 20px;
}

#logo {
	display: block;
	height: 75px;
	position: absolute;
	border-bottom: 0 none;
	top: 14px;
	width: 197px;
}



/*
 * LBAR
 */
#lbar img {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 233px;
}



/*
 * MAIN
 */



/*
 * FOOT
 */
#foot {
	background: #317792;
	padding: 0 20px;
	color: #fff;
}

#foot a {
	color: #fff;
	border-bottom: 0 none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot p b {
	font-size: 1.071em;
}

.column3 {
	float: left;
	min-height: 1px;
	margin-right: 30px;
	width: 280px;
}

.column3.last {
	margin-right: 0;
}



/*
 * MISC
 */

/* IE 7 CLEARFIX */
.lt-ie8 .clearfix {
	display: inline-block;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}