@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('fonts/ostrich-light-webfont.eot');
    src: url('fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-light-webfont.woff') format('woff'),
         url('fonts/ostrich-light-webfont.ttf') format('truetype'),
         url('fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('fonts/ostrich-regular-webfont.eot');
    src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-regular-webfont.woff') format('woff'),
         url('fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('fonts/ostrich-bold-webfont.eot');
    src: url('fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-bold-webfont.woff') format('woff'),
         url('fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'OstrichSansBlack';
    src: url('fonts/ostrich-black-webfont.eot');
    src: url('fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-black-webfont.woff') format('woff'),
         url('fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('fonts/ostrich-rounded-webfont.eot');
    src: url('fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'OstrichSansDashedMedium';
    src: url('fonts/ostrich-dashed-webfont.eot');
    src: url('fonts/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ostrich-dashed-webfont.woff') format('woff'),
         url('fonts/ostrich-dashed-webfont.ttf') format('truetype'),
         url('fonts/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
    font-weight: normal;
    font-style: normal;}



html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;}
	
	html {
		background: #f1f1f1;}
		
h2, h3, h4, h5, h6 {
	font-family: OstrichSansMedium;
	font-weight: normal;
	color: #3e1016;
	line-height: .6;
	margin: 0 0 .3em 0;}

h2 {
	font-size: 32px;
	margin-top: 10px;
	padding-bottom: 5px; 
	border-bottom: 1px solid #3e1016;}
	
h3 {
	font-size: 30px;}
	
a, a:hover, a:visited {
	color: #3e1016;
	text-decoration: none;
	border-bottom: 1px dotted #3e1016;
	padding: 2px 1px;}
	
	a:hover {
		color: #693239;}

p {
	margin: 0;
	line-height: 1.1;
	padding: 0 0 15px 0;}
	
ul.noListStyle {
	list-style-type: none;}
	
	ul.noListStyle li {
		font-weight: bold;
		margin: 0 0 2px 0;}
		
		ul.noListStyle ul {
			list-style: disc;
			padding: 5px 0 10px 40px;}
			
			ul.noListStyle ul ul {
				padding-bottom: 0;}
			
			ul.noListStyle ul li {
				font-weight: normal;}

div.container_24 {
	box-shadow: 0 6px 23px #696969;
	background: #fff url(../images/content_bg.png) repeat-y 100% 0;}
	
header {
	position: relative;
	background: #fff;}
	
	header h1 {
		position: absolute;
		top: 46px;
		left: 17px;
		z-index: 1000;}
		
	header div.overlay {
		background: transparent url(../images/slider_overlay.png) no-repeat 0 0;
		width: 100%;
		height: 381px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;}
	
	header div#slides {
		min-height: 381px;
		background-position: 50% 50% !important;
		background-repeat: no-repeat !important;}

div.bg {
	background: transparent url(../images/right_bg.png) no-repeat 100% 100%;}
			
section#left {
	padding-top: 35px;
	padding-bottom: 80px;}
	
section#right {
	padding-top: 10px;
	background: #3e1016;
	margin-left: 10px; /* alpha + omega but needs no right gutter */}
	
	section#right article {
		margin: 0 0 15px 0;
		font-size: 13px;
		color: #fff;}
		
		section#right article .inner {
			padding: 25px;}
		
			section#right article.contact {
				text-align: right;
				margin: 45px 0 0 0;}
				
				section#right article.contact h3 {
					color: #fff;}
					
				section#right article.contact p {
					line-height: 1.2;}
					
				section#right article.contact a {
					color: #ddd;
					border-color: #ddd;}
					
					section#right article.contact a:hover {
						color: #fff;
						border-color: #fff;}
				
footer {
	max-width: 960px;
	margin: 0 auto;
	float: none;
	width: 960px;
	text-align: center;
	font-size: 11px;
	color: #000;
	padding: 16px 0 40px 0;}
			
	