/*
	DAAS
	http://www.daas.co.uk/
	
	Systemagic
	http://www.systemagic.co.uk/
	
	CSS Reference
		1. Tags
		2. Background
		3. Content
		4. Menu
		5. Contact
	
*/

/******# 1. Tags #******/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: 0;
	text-decoration: none;
}

:focus {
	outline: 0;
}

a {
	color: #00ad8c;
}

a:hover {
	color: #00241d;
}

address {
	font-style: normal;
}

body {
	background: url(images/background.png) repeat-x #cbd7d5;
	color: #4d6b65;
	font-family: Gotham, "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

input {
	width: 500px;
	border: 1px solid #CCC;
	padding: 7px;
	display: block;
	margin-bottom: 5px;
	color: #4d6b65;
}

textarea {
	width: 500px;
	border: 1px solid #CCC;
	padding: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4d6b65;
	height: 62px;
}

input[type=submit] {
	display: block;
	padding: 10px;
	border: none;
	width: 100px;
	background: #005645;
	color: #FFF;
}

ul, ol, dl {
	list-style: none;
}

.page {
	width: 920px;
	margin: 30px auto;
	padding: 20px;
	background: #FFF;
	border: 1px dotted #9cb6a0;
}

/* End of 1. Tags */

/******# 2. Header #******/

.header {
	width: 940px;
	height: 110px;
}

.logo {
	float: left;
}

.header div {
	width: 695px;
	height: 66px;
	margin: 0px 20px;
	padding: 20px;
	float: right;
	border-bottom: 1px dotted #a3bca6;
}

.header ul {
	float: right;
}

.header li {
	float: left;
	position: relative;
}

.header li > .dropdown {
	padding-right: 30px;
	background: url(images/menu-dropdown.png) no-repeat right top;
}

.header li:hover .dropdown {
	background: url(images/menu-dropdown-highlight.png) no-repeat right top #71e300;
}

.header li a {
	display: block;
	padding: 15px 10px;
	margin: 0px 10px;
	color: #00715b;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0) 1px 1px 1px;
}

.header > div > ul > li:hover > a {
	color: #FFF;
	background: url(images/menu.png) repeat-x #71e300;
	text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}

.header ul ul {
	position: absolute;
	top: 1.3em+40px;
	width: 200px;
	left: 10px;
	background: #FFF;
	border: 1px solid #63de00;
	display: none;
	z-index: 999;
}

.header > div > ul > li:hover > ul {
	display: block;
}

.header > div > ul > li > ul > li {
	float: none;
}

.header > div > ul > li > ul > li > a {
	display: block;
	padding: 10px;
	margin: 0px;
	font-weight: normal;
	color: #00715b;
	font-size: 1em;
	text-shadow: none;
}

.header > div > ul > li > ul > li:hover > a {
	background: url(images/menu.png) repeat-x #71e300;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 1px;
}

/* End of 2. Header */

/******# 3. Banner #******/

.banner {
	width: 920px;
	overflow: hidden;
}

.banner img {
	margin: 5px 0px;
}

/* End of 3. Banner */

/******# 4. Content #******/

.content {
	border-top: 1px dotted #a3bca6;
	border-bottom: 1px dotted #a3bca6;
	overflow: hidden;
	clear: left;
}

.wide-content {
	border-bottom: 1px dotted #a3bca6;
	overflow: hidden;
	clear: both;
	padding: 20px 0px;
}

.content .nav {
	float: left;
	width: 179px;
	padding: 30px 20px 0px 0px;
}

.content .nav li {
	width: 179px;
	text-align: right;
}

.content .nav a {
	padding: 10px 10px;
	line-height: 30px;
	font-size: 1em;
	color: #00715b;
	font-weight: bold;
	text-shadow: rgba(255,255,255,0) 1px 1px 1px;
	z-index: 5;
}

.content .nav li:hover > a {
	background: url(images/menu.png) repeat-x #71e300;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
	z-index: 10;
}

.content .nav a.selected {
	padding: 10px 10px;
	line-height: 30px;
	font-size: 1em;
	font-weight: bold;
	background: url(images/menu.png) repeat-x #71e300;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}

.content .page-content {
	width: 680px;
	float: right;
	padding: 30px 20px 15px 20px;
	border-left: 1px dotted #a3bca6;
	min-height: 330px;
}

.news .page-content {
	width: 720px;
	padding: 30px 0px 0px 0px;
}

.news .page-content .post {
	padding: 20px;
	border-bottom: 1px dotted #a3bca6;
}

.content p, .wide-content p {
	margin-bottom: 15px;
	text-align: justify;
}


.content div ul, .wide-content div ul {
	list-style: inside circle;
}

.content h1 {
	border-bottom: 1px dotted #a3bca6;
	padding-bottom: 10px;
	margin:-10px 0px 20px 0px;
	color: #00715b;
}

.content address h1 {
	color:#005645;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

.content address strong {
	margin: 5px 0px 0px 0px;
	display: block;
}

/* End of 4. Content */

/******# 5. Footer #******/

.footer {
	margin-top: 10px;
}

.footer dl {
	overflow: hidden;
	height: 210px;
	background: url(images/footer.png) repeat-x #74e400;
}

.footer dd, .footer dt {
	float: left;
	padding: 20px;
}

.footer dd {
	width: 269px;
	height: 170px;
	border-right: 1px solid #FFF;
}

.footer dt {
	width: 260px;
}

.footer h1 {
	font-size: 1.5em;
	color: #00715b;
	font-weight: normal;
}

.footer p {
	color: #214941;
}

.footer strong, .footer a {
	font-weight: normal;
	color: #00715b;
}

.footer a:hover {
	font-weight: normal;
	color: #000000;
}

.footer div {
	background: #005645;
	margin-top: 1px;
	height: 35px;
}

.footer div p {
	float: left;
	width: 420px;
	padding: 10px 20px;
	color: #c4dfda;
}

.footer div a {
	color: #63de00;
}

.footer div a:hover {
	color: #baff82;
}

/* End of 5. Footer */

.contact {
	clear:both;
	padding: 20px 0px;
	border-top: none;
}

.contact address {
	font-style: normal;
	padding: 20px;
	background: #EEE;
	float: left;
	width: 150px;
	color: #214941;
}

.contact address a {
	color: #2eb2ad;
}

.contact address a:hover {
	color: #5eb800;
}

.contact div {
	float: left;
	margin: 0px 20px;
	width: 269px;
	padding: 0px;
	border: none;
}

.contact div div {
	margin: 0px;
}

.contact input, .contact textarea {
	width: 279px;
}

.contact input[type=submit] {
	width: 100px;
}

.contact iframe {
	height: 445px;
	margin: 20px 0px;
	width: 400px;
	float: right;
}

.contact form p {
	margin: 0px;
}

.contact form span, .contact textarea {
	margin-bottom: 15px;
}

.contact textarea {
	height: 270px;
}

.news {
	clear:both;
	padding: 20px 0px;
	border-top: none;
}

.news .side {
	font-style: normal;
	padding: 20px;
	background: #EEE;
	float: left;
	width: 140px;
	border: none;
}

.news .side a {
	display: block;
}

.news .posts {
	float: left;
	margin-left: 20px;
	width: 719px;
	padding: 0px;
	border: none;
}


.page-content.post h1 {
	border-bottom: none;
	padding: 0px;
}

.news .post {
	padding: 10px 0px;
	border-bottom: 1px dotted #a3bca6;
}


.page-content.post {
	float: right;
	width: 700px;
	padding: 0px 0px 0px 20px;
	border: none;
	border-left: 1px dotted #a3bca6;
}

.news .page-content > .post:last-child { border: none; }

.news .post h1 {
	margin-bottom: 10px;
	color: #00ad8c;
}

.caption {
	padding: 10px;
	border: 1px dotted #a3bca6;
	overflow: hidden;
	width: 600px;
}

.caption p {
	float: left;
	width: 300px;
}

.caption > a, .caption > img {
	float: right;
	max-width: 300px;
	height: auto;
}

.post-title {
	color: #00715b;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
}

.entry {
	padding-top: 20px;
}