/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'MidoMedium';
    src: url('Mido-webfont.eot');
    src: url('Mido-webfont.eot?#iefix') format('embedded-opentype'),
         url('Mido-webfont.woff') format('woff'),
         url('Mido-webfont.ttf') format('truetype'),
         url('Mido-webfont.svg#MidoMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0 auto;
	padding: 0;
	background-image:url("../Images/Tree2Opt.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: cover;
	
	font-family: helvetica, arial, sans-serif;
}

br.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0;
	
}
#wrapper {
	/*margin-top: 0px;*/
	padding: 0;
	background: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 940px;
}

#header {
	width:100%;
	margin: 0;
	padding: 0;
}



#under-header {
	width:100%;
	margin: 0;
	padding: 0;
}
.menu-bar {
	/*margin-left: 0px;
	margin-top: 50px;*/
	width: 100%;
	text-shadow: 0 0 1px #fff;
	border-radius: 30px;
	/*height:50px;*/
	background:#C5C7B6;
}

#selected {
	line-height: 60px;
	padding: 0 40px;
	height: 60px;
	margin: 0;
	float: right;
	background: #452a16;
	transition:background 0.5s;
	-moz-transition:background 0.5s ease-in; /* Firefox 4 */
	-webkit-transition:background 0.5s ease-in; /* Safari and Chrome */
	-o-transition:background 0.5s ease-in; /* Opera */
}

#selected:link {
	color: #fff;
	text-decoration: none;
}

#selected:visited {
	color: #fff;
	text-decoration: none;
}

#term-selected {
	line-height: 30px;
	padding: 0 40px;
	height: 30px;
	margin: 0;
	float: right;
	background: #452a16;
	transition:background 0.5s;
	-moz-transition:background 0.5s ease-in; /* Firefox 4 */
	-webkit-transition:background 0.5s ease-in; /* Safari and Chrome */
	-o-transition:background 0.5s ease-in; /* Opera */
}

#term-selected:link {
	color: #fff;
	text-decoration: none;
}

#term-selected:visited {
	color: #fff;
	text-decoration: none;
}

.menu-bar li a {
	line-height: 60px;
	padding: 0 40px;
	height: 60px;
	margin: 0;
	float: right;
	background:#C5C7B6;
	border-radius: 30px 30px 0 0;
	transition:background 0.5s;
	-moz-transition:background 0.5s ease-in; /* Firefox 4 */
	-webkit-transition:background 0.5s ease-in; /* Safari and Chrome */
	-o-transition:background 0.5s ease-in; /* Opera */
}

.menu-bar li a:hover {
	background: #FFF8D3;
}
.menu-bar li a:link {
	color: #000;
	text-decoration: none;
}

.menu-bar li a:visited {
	color: #000;
	text-decoration: none;
}

.menu-bar li a:active {
	background-color: #452a16;
	opacity: 0.8;
}

#title {
	background: #2F3837;
	color: #fff;
	font-family: 'MidoMedium', helvetica, arial, sans-serif;
	font-size: 30px;
	float: left;
	transition:background none;
	-moz-transition:background none; /* Firefox 4 */
	-webkit-transition:background none; /* Safari and Chrome */
	-o-transition:background none; /* Opera */
	font-weight: normal;
	text-shadow: -1px 1px 3px #000;
	padding: 0 25px;
}

#title:hover {
	background: #2f3837;
}

#offer-top {
	/*background: #2F3837;*/
	color: #C5C7B6;
	width: 915px;
	font-size: 50px;
	float: left;
	font-family: 'MidoMedium', helvetica, arial, sans-serif;
	font-weight: normal;
	padding: 25px 0 25px 25px;
	text-shadow: -1px 1px 3px #000;
	margin: 0 25px 0 0;
	background-color: #452a16;
	opacity: 0.8;
}

#offer-bottom {
	/*background: #2F3837;*/
	
	color: #C5C7B6;
	font-size: 50px;
	float: left;
	font-family: 'MidoMedium', helvetica, arial, sans-serif;
	font-weight: normal;
	padding: 25px 25px 25px 0;
	text-shadow: -1px 1px 3px #000;
	margin: 0;
	text-align: right;
	background-color: #452a16;
	opacity: 0.8;
	width: 915px;
}

#back-links {
	/*background: #2F3837;*/
	color: #fff;
	width: 20px;
	font-size: 4px;
	font-weight: bold;
	padding: 0 0 0 0;
	position: absolute;
	margin: 0;
	left: -9999em;
	background-color: #452a16;
	opacity: 0.1;
}
.footer {
	height: 40px;
	width: 940px;
	/*margin-top: 0;
	margin-left: 170px;
	margin-bottom: 50px;*/
	float: left;
	background: #C5C7B6;
	margin-bottom: 50px;
}

.menu-option {
	width: 160px;
	height: 50px;
	margin: 0;
	padding: 0px 25px 0 25px;
	float: left;
	background:#C5C7B6;
	transition:background 0.5s;
		-moz-transition:background 0.5s ease-in; /* Firefox 4 */
		-webkit-transition:background 0.5s ease-in; /* Safari and Chrome */
		-o-transition:background 0.5s ease-in; /* Opera */
	
}

.options {
	/*margin: 0;*/
	padding-left: 50px;
	padding-top: 15px;
}
.main-area {
	float: left;
	/*margin-top: 0px;
	margin-bottom:0px;
	margin-left: 170px;*/
	width: 940px;
	/*height: 940px;*/
	background-color: #452a16;
	
	color: #fff;
	opacity: 0.8;
	text-shadow: -3px 2px 1px #000;
}

.main-area a {
	/*line-height: 60px;
	/*padding: 0 40px;
	height: 60px;
	margin: 0;
	float: right;
	background:#C5C7B6;
	transition:background 0.5s;
	-moz-transition:background 0.5s ease-in; 
	-webkit-transition:background 0.5s ease-in; 
	-o-transition:background 0.5s ease-in; */
}

.main-area a:hover {
	background:#C5C7B6;
}
.main-area a:link {
	color: #FFF;
	text-decoration: none;
}

.main-area a:visited {
	color: #FFF;
	text-decoration: none;
}

.main-area a:active {
	background-color: #452a16;
	opacity: 0.8;
}

#tc-list {
	padding: 20px 50px;
	list-style-type:circle;
}

.service-title {
	width: 200px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	float: left;
	font-weight: bold;
	padding: 0px 0 0px 50px;
	margin: 0 0 0 0;
	background-color: #452a16;
	opacity: 0.8;
}

.service-text {
	width: 600px;
	float: right;
	padding: 0px 40px 0px 0px;
}

.service-wrapper {
	width: 940px;
	height: 100px;
	margin: 0;
}

.contact-forms {
	width: 600px;
	float: left;
	padding: 20px 40px;
}

.form-heads {
	padding: 20px 0;
}


#contact-details {
	color: #000;
	font-size: 12px;
	padding: 5px 20px;
	margin: 50px 0px;
	width: 300px;
}
#tc-link {
	color: #000;
	font-size: 12px;
	padding: 5px 20px;
	margin: 50px 0px;
	
}

#tc-link:hover {
	background:#452a16;
	color:#C5C7B6;
}
#tc-link:link {
	
	text-decoration: none;
}

#tc-link:visited {
	
	text-decoration: none;
}

#tc-link:active {
	background-color: #452a16;
	opacity: 0.8;
}


#footer {
	width:100%;
	height: 30px;
	background: #C5C7B6;
	
}

.footer-bar {
	/*margin-left: 0px;
	margin-top: 50px;*/
	width: 100%;
	/*height:50px;*/
	background:#C5C7B6;
	text-shadow: 0 0 1px #fff;
	
}

.footer-bar li a {
	line-height: 30px;
	padding: 0px 20px;
	float: right;
	background:#C5C7B6;
	transition:background 0.5s;
	-moz-transition:background 0.5s ease-in; /* Firefox 4 */
	-webkit-transition:background 0.5s ease-in; /* Safari and Chrome */
	-o-transition:background 0.5s ease-in; /* Opera */
}

.footer-bar li a:hover {
	background: #FFF8D3;
}
.footer-bar li a:link {
	color: #000;
	text-decoration: none;
}

.footer-bar li a:visited {
	color: #000;
	text-decoration: none;
}

.footer-bar li a:active {
	background-color: #452a16;
	opacity: 0.8;
}


#bottom-contact {
	background: #C5C7B6;
	color: #000;
	float: left;
	transition:background none;
	-moz-transition:background none; /* Firefox 4 */
	-webkit-transition:background none; /* Safari and Chrome */
	-o-transition:background none; /* Opera */
	font-weight: normal;
	
}

