/*

	Design by TEMPLATED
	http://templated.co
	Released for free under the Creative Commons Attribution License

	Name       : Faux Mocha
	Version    : 1.0
	Released   : 20130222
	
*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #07768d;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 1.5em;
	font-family: Georgia, serif;
	background: #56423e url('images/bg.jpg');
	color: #615752;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: lowercase;
}

h2,h3,h4 {
	margin-bottom: 1.25em;
	font-family: Bitter, serif;
	color: #dedbde;
}

img.left {
	float: left;
	margin: 5px 20px 20px 0;
}

img.top {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.75em;
}

ul {
	margin-bottom: 1.75em;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

#banner {
	background: #fff;
}

#box1 {
	width: 480px;
	overflow: hidden;
	margin: 0px 0 30px 0;
}

#box2 {
	width: 225px;
	overflow: hidden;
	float: left;
}

#box3 {
	width: 225px;
	overflow: hidden;
	margin: 0px 0 0 255px;
}

#content {
	width: 480px;
	float: right;
	padding: 35px;
	background: #fff;
}

#copyright {
	padding: 35px 0 65px 0;
	text-align: center;
	color: #896F6A;
}

#copyright a {
	color: #997F7A;
}

#header {
	position: relative;
	padding: 15px;
	height: 130px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 35px;
	height: 130px;
	line-height: 90px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#logo h1 {
	font-size: 3em;
	font-family: Bitter, serif;
	text-shadow: 0px 2px 1px #36221e;
}

#main {
	position: relative;
	padding: 0px;
	width: 1180px;
	color: #262626;
}

#main a {
	color: #4a3935;
}

#main h2, #main h3, #main h4 {
	color: #1a1a1a;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #b9b7b7;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	right: 35px;
	height: 57px;
	line-height: 57px;
	top: 71px;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #f1f0f0;
	text-shadow: 0px 2px 1px #36221e;
}

#nav li {
	margin: 0px 1em 0 1em;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#outer {
	position: relative;
	width: 1180px;
	margin: 4px auto 0 auto;
}

#search input.button {
	margin-left: 1em;
	border: 0px;
	color: #fff;
	background: #07768d;
	padding: 6px;
}

#search input.text {
	border: dotted 1px #fff;
	padding: 5px;
}

#sidebar1 {
	width: 215px;
	float: left;
	padding: 35px;
	background: #b09792 url('images/bg3.jpg');
	color: #ede9e8;
	border: solid 1px #C1B0AC;
	text-shadow: 0px 1px 1px #705752;
}

#sidebar1 a {
	color: #f9f7f6;
}

#sidebar1 h2, #sidebar1 h3, #sidebar1 h4 {
	color: #fff;
	text-shadow: 0px 1px 1px #402722;
}

#sidebar1 ul {
	list-style: none;
}

#sidebar1 ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #fde8e3;
}

#sidebar1 ul li.first {
	padding-top: 0;
	border-top: 0;
}

#sidebar2 {
	width: 215px;
	margin: 0px 35px 0 315px;
	padding: 35px;
	background: #886963 url('images/bg2.jpg');
	color: #f3efef;
	border: solid 1px #967B76;
	text-shadow: 0px 1px 1px #583933;
}

#sidebar2 a {
	color: #f5f3f3;
}

#sidebar2 h2, #sidebar2 h3, #sidebar2 h4 {
	color: #fff;
	text-shadow: 0px 1px 1px #482923;
}

#sidebar2 ul {
	list-style: none;
}

#sidebar2 ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #cbb1ac;
}

#sidebar2 ul li.first {
	padding-top: 0;
	border-top: 0;
}




.btn-class{
 display: inline-block;
 border: none;
 color: #81855D;
 border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 font-family: Georgia;
 width: auto;
 height: auto;
 font-size: 14px;
 padding: 4px 20px;
 background-color: #D6D6D6;
}
.btn-class:hover, .btn-class:active{
 border: none;
 color: #474747;
 background-color: #EBEBEB;
}


.btn-class1{
 display: inline-block;
 border: none;
 color: #07423C;
 border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 font-family: Verdana;
 width: auto;
 height: auto;
 font-size: 27px;
 padding: 20px 42px;
 background-color: #FC8D8D;
}
.btn-class1:hover, .btn-class:active{
 border: none;
 color: #705D07;
 background-color: #F0A6A6;
}



.button { border-top: 1px solid #8b6b63; background: #af9390; background: -webkit-gradient(linear, left top, left bottom, from(#8b6b63), to(#af9390)); background: -moz-linear-gradient(top, #8b6b63, #af9390); background: -ms-linear-gradient(top, #8b6b63, #af9390); background: -o-linear-gradient(top, #8b6b63, #af9390); padding: 6.5px 13px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); text-shadow: rgba(0,0,0,.4) 0 1px 0; color: #ffffff; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; vertical-align: middle; } .button:hover { color: #e3e3e3; background: #543f3e; background: -webkit-gradient(linear, left top, left bottom, from(#543f3e), to(#543f3e)); background: -moz-linear-gradient(top, #543f3e, #543f3e); background: -ms-linear-gradient(top, #543f3e, #543f3e); background: -o-linear-gradient(top, #543f3e, #543f3e); } .button:active { border-top-color: #8e6d66; background: #8e6d66; }