/*
Colors Pallet

Light Orange: #F0B600
Darker Orange: #AA7F00

Light Blue: #006699
Darker Blue: #004565


*/


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/tony_bg.png);
	background-repeat: repeat-x;
	background-color: #002B40;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
}
#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 20px;
	height: 130px;
	background-image: url(../../images/header_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #002B40;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DC3030;
	font-size: 30px;
	font-style: normal;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
h2 {
	color: #DC3030;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #064564;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.body_text {
	color: #FFF;
	font-size: 18px;
	padding: 0px;
}
.red {
	color: #F00;
}
#header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #FFF;
	background-image: url(../../images/header_bg.png);
	height: 245px;
}
#mission {
	float: left;
	width: 660px;
	margin-top: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #064564;
	font-size: 24px;
	padding: 20px;
}
#logo {
	float: left;
	padding: 10px;
}
#sidebar {
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	height: 700px;
}
#content_matter {
	font-family: Arial, Helvetica, sans-serif;
	color: #004F77;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: left;
	width: 648px;
}
#current_page {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin-left: 260px;
	font-weight: normal;
	text-transform: none;
	width: 688px;
}
#contact_content {
	background-image: url(../../images/home_tree_revised.jpg);
	height: 600px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contact_matter {
	background-image: url(../../images/blue_transparent.png);
	height: 600px;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
}
#content_matter #form li  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	list-style: none;
}
#content_matter #form ul {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
form #msg{
	width: 97%;
	border: 1px solid #002B40;
	font-size: 18px;
}
#submit_btn_ie {
	background-color: #E03233;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}
#submit_btn_reg {
	background-image: url(../../images/tony_submit.png);
	height: 35px;
	width: 90px;
	background-repeat: no-repeat;
}
form #name {
	height: 35px;
	border: 1px solid #002B40;
	width: 350px;
	font-size: 18px;
}
form #email {
	height: 35px;
	border: 1px solid #002B40;
	width: 350px;
	font-size: 18px;
}
form #phone {
	height: 35px;
	border: 1px solid #002B40;
	width: 350px;
	font-size: 18px;
}
.margin_bottom {
	margin-bottom: 10px;
}
#footer {
	height: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	clear: both;
	line-height: 150px;
}
#current {
	background-repeat: repeat-x;
	color: #004F75;
}
.round {
	/*---These control the top corners---*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/*---These control the bottom corners---*/
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.round-top {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.clear {
	clear: both;
}
.round-bottom {
	-moz-border-radius-bottomleft: 	10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#page {
	height: 35px;
}
.img {
	float: left;
	border: 1px solid #002B40;
	margin-right: 20px;
}
#contact_certifications {
	height: 200px;
	margin-top: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #FFF;
}
.facebook {
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidebar #contact_certifications ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.arborist {
}
#sidebar #contact_certifications ul li {
	margin-bottom: 10px;
}
