html {
	/*: url("../bg.jpg") #3d4444 center top repeat-x;*/
		background: #3f5753;
	padding: 0; margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #e3e4d6;
	font-size: 12px;
	line-height: 1.5em;
}

body {
	padding: 0; margin: 0;	
}

h1, h2, h3, h4 {
	color: #fff;
	font-weight: normal;
	font-family: 'Ubuntu', sans-serif;

}

.quarter, .third, .half, .two-third {
	float: left;
	margin: 0 0.5%;	
}
.third {
	width: 32%;	
}
.two-third {
	width: 65%;	
}
.half {
	width: 49%;	
}
.quarter {
	width: 24%;	
}
.pad {
	padding: 0 10px;	
}

.left {
	float: left;
}
.right {
	float: right;
}

a {
	color: #d38d81;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #eab7ae;	
}

div.main img, div.display img, iframe {
	border: 1px solid #c4d3e0;
	box-shadow: 0 0 10px #333;
}
div.main img.plain {
	border: none;
	box-shadow: none;	
}

a:hover img {
	border-color: #eab7ae;
}

div.margin {
	width: 1000px;
	margin: 0px auto;
	padding: 1px;	
}

header.main {
	display: block;
	height: 110px;	
	color: #c1ddd7;
	font-size: 14px;
	box-shadow: inset 0px 130px 130px rgba(96,112,112,0.85);
	text-shadow: 0px -1px 0px #333;
	margin-bottom: 1px;
	padding-top: 30px;
	background: url("/content/layout/header_bg.jpg") center top no-repeat;
}

header.main div.title {
	height: 66px;	
}

header.main p {
	padding: 0; margin-top: 10px;
}

header.main div.contact {
	text-align: right;	
}

header.main img.logo {
	float: left;
	margin-right: 10px;	
}

header.main h1 {
	color: #fff; 
	/*font-size: 36px;*/
	padding: 0; margin: 10px 0 0 0;
}
header.main h2 {
	color: #fff; 
	/*font-size: 30px;*/
	padding: 0; margin: 10px 0 0 0;
}

header.main nav { 
	display: block;
	clear: both;
	color: #fff;
	/*text-transform: uppercase;*/
	/*overflow: auto;*/
	padding: 0; margin: 0; position: relative; bottom: -20px;
	height: 40px;
	background: #80a19f;
	border-radius: 25px; 
	border: 1px solid #6e8887; 
	border-right-color: #89aaa7; 
	border-left-color: #86a6a4;
	border-bottom-color: #bad8d6;
	text-shadow: 0px -1px 0px #4e7c79;
}

header.main nav ol {
	padding: 0 20px; margin: 0; list-style: none;
	border-right: 1px solid #58032F; line-height: 40px;
}
header.main nav ol li {
	float: left; margin-right: 20px;
}

header.main nav a {
	color: inherit;	
	text-decoration: none;
}
header.main  nav a:hover {
	text-decoration: underline;
}

/* dropdown */

nav.dropdown ol.menu {
 	position: relative; z-index: 100;
}
nav.dropdown ol.menu li {
	display: block; display: none;
}
nav.dropdown ol.menu li:hover {
	
}
nav.dropdown ol.menu > li {
	display: block; float: left; width: auto;
}
nav.dropdown ol.menu > li:hover {

}
nav.dropdown ol.menu li ol {
	 margin: 0; padding:0; 
	list-style: none; 
	background: #80a19f;
	border-radius: 25px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;

}
nav.dropdown ol.menu > li > ol ol {
	position: relative; top: -20px; 
	margin-left: 100%; padding: 0;
}
nav.dropdown ol.menu > li > ol {
	position: absolute;

}

nav.main ol li ol a {
	display: inline-block; padding: 5px 20px; margin: 0;
 	border-left: 1px solid #58032F;
}
nav.dropdown ol.menu > li > ol li {
	float: none;
	height: 30px;
	line-height: 25px;
	padding-left: 10px;
}

div.display {
	height: 340px;
	height: 250px;
	background: url("/content/layout/header_bg.jpg") center -150px no-repeat;
	color: #48555a;	
	text-shadow: #fff 0 -1px 0px;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
}
div.display div.display-main {
	width: 60%;	
	float: right;
}

div.display h2 {
	font-size: 2em;
	margin-top: 65px;
}	

div.display p, div.display h2 {
	color: inherit;	
}
div.display-ui {
	margin-top: 50px;	
}

div.display-ui img:hover {
	border-color: #eab7ae;	
}

div.display-ui div.front {
	display: inline;	
}
div.display-ui div.front img {
	height: 170px;
	float: left;
	margin: 0 40px 0 20px;
}
div.display-ui div.front p {
	height: 50px;	
}
div.display-ui ol p, div.display-ui ol h2, div.display-ui ol a {
	display: none;	
}
div.display-ui ol {
	list-style: none; padding: 0; margin: 0;	
}
div.display-ui ol li {
	float: left; width: 150px; text-align: center;
}
div.display-ui ol li.select img {
	height: 60px;	
	margin-top: 0;
}
div.display-ui ol img {
	height: 50px;
	cursor: pointer;
	margin-top: 5px;	
}
div.display-ui a {
	color: #fff;
	text-decoration: none;	
}
div.display-ui a:hover {
	color: #e3c3c3;
	text-decoration: underline;
}

div.main {
	padding: 20px 0;
	border-top: 1px solid #425655;
	min-height: 200px;
	border-bottom: 1px solid #252e2d;
	overflow: auto;
	box-shadow: inset 0px 100px 100px #3f4a49;

}

footer.main {
	display: block;	
	background: url("/content/layout/footer_bg.jpg") center top no-repeat;
	border-top: 1px solid #454e4d;
	overflow: auto;
	padding: 20px 0;
}
footer.main label {
	width: 25%;	
	float: left;
	clear: left;
}
footer input, footer textarea {
	width: 	75%;
	float: left;
}

input, select, textarea {
	border-radius: 2px;
	border: 1px solid #707778;
	border-top: 1px solid 575e5f;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #676f70;
	color: #fff;
}
input:hover, select:hover, textarea:hover {
	 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);	
	 border-color: #ccc;
}
/*
form.contact input, form.contact select, form.contact textarea {
	width: 98%;
}
*/
form {
	overflow: auto;	
}
form label {
	clear: both;
	float: left;
	width: 30%;	
	line-height: 26px;
}
form input, form select, form textarea {
	width: 69%; 
}
form button {
	clear: both; 
	float: left;
	margin: 1em 0;
}
button, input.button {
	border: 1px solid #ccc;
	background-color: #e5e5e5;
	color: #666;
	line-height: 30px;
	border-radius: 2px;
	font-weight: bold;
	padding: 0 10px;	
}
button:hover, input.button:hover {
	border-color: #aaa;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);	
	text-shadow: 0 1px rgba(0,0,0,0.3);
	color: #555;
	text-shadow: 0 1px #fff;
}

/* Blog */

article.blog time {
	margin-bottom: 10px; display: block;	
}

article.blog section.media {
	width: 480px;
	float: left;
	padding: 0; margin: 0 10px 0 0;
}

article.blog section.main {
	clear: both;
}

article.blog section.media iframe{
	width: 480px;
	height: 300px;
}
article.blog section.media img{
	width: 100%;
}
article.blog section.intro {
	width: 25%;	float: left;
}


nav.blog-recent img {
	width: 100px; float: left; margin-right: 10px;	
}
nav.blog-recent ol {
	list-style: none; padding: 0; margin: 0;	
}
nav.blog-recent li {
	display: block; clear: both;
	margin-bottom: 40px;	
}
nav.blog-recent h2 {
	font-size: 14px;	
}
nav.blog-recent a {
	text-decoration: none;	
}
nav.blog-recent a:hover {
	text-decoration: underline;	
}


ol.blog-list {
	list-style: none; padding:0; margin: 0;	
}
ol.blog-list li {
	width: 24%; margin-right: 1%; float: left;
	height: 360px; 
}
ol.blog-list li img {
	width: 100%;
}
ol.blog-list li time {
	display: block;	
}