/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #000000;
	}

#container { 
	width: 780px;
	background: #FFFFFF url(images/bg_tree.gif) no-repeat top left;
	width:980px;
	}


#header img{
	float:right;
	margin-top: 55px;
	}
	
#nav {
	clear:right;
	float: left;
	width: 222px;
	}

#nav a{
	display:block;
	width:194px;
	height:24px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	padding: 4px 0 0 28px;
	}
	
#nav a:hover{
	color:#cdf26a;
	}
	
a#navtop{
	background: url(images/bg_nav_top.gif);
	}
	
a:hover#navtop{
	background: url(images/bg_nav_top_hov.gif);
	}
	
a.navlink{

	background: url(images/bg_nav.gif);
	}

a:hover.navlink{
	background: url(images/bg_nav_hov.gif);
	}

a#navbot{
	background: url(images/bg_nav_bot.gif);
	}
	
a:hover#navbot{
	background: url(images/bg_nav_bot_hov.gif);
	}
	
h1{
	color:#2e5e0d;
	font-size: 18px;
	}

h2{
	color: #745326;
	font-size: 14px;
	}

a:link, a:visited{
	color:#C60;
	text-decoration:none;
	}

a:hover{
	color:#993;
	}
	
#content { 
	clear:right;
	margin: 0 0 0 265px; 
	background: url(images/bg_content_bot.gif) bottom right no-repeat;
	width:714px;
	padding-bottom:25px;
	} 

#content_inner{
	background: url(images/bg_content_top.gif) top right no-repeat;
	padding:10px 15px 10px 15px;
	}

#emailList{
	background: #d0e3a0;
	width:361px;
	font-size: 13px;
	color:#2e5e0d;
	font-weight:bold;
	border: 2px solid #2e5e0c;
	padding: 10px;
	border-radius: 15px;
	overflow: auto;
	}
	
#emaillist_left {
	float: left;
}

#emaillist_right {
	padding-left: 160px;
}

	
label{
	display: block;
	}
	
input, textarea, div.state{
	display:block;
	margin-bottom:10px;
	}
select{
	font-size: 16px;
	}
	
input#submit{
	height:24px;
	}
	
.pic{
	float:left;
	margin: 0 10px 0 0;
	}

.picRight{
	float:right;
	margin: 0 0 0 10px;
	}

li{
	padding-bottom:8px;
	}
	
#contact{
	margin-left: 20px;
	}

#footer{
	background: #fff url(images/bg_footer.gif) bottom right no-repeat;
	color: #745326;
	font-size: 14px;
	margin-left: 265px;
	padding: 10px 0 15px 15px;
	}

h4{
	font-size: 14px;
	margin:0;
	padding:0;
	}

.copyright{
	color:#999;
	font-size: 10px;
	margin: 0 0 0 265px;
	}

.lnstar{
	font-size: 10px;
	margin: 0 0 0 265px;
	}

a.lnstar{
	color:#996;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.error{
	color:#C00;
	font-size: 12px;
	font-weight:bold;}

.testimonial{
	margin-left: 400px; 
	font-style: italic; 
	color:#2e5e0d;
	}
.highlight {
	display: none;
}

#mobile_header {
	display: none;
}

#mobile_nav_trigger {
	display: none;
}
#mobile_nav {
	display: none;
}

@media screen and (max-width: 750px) {
	#container {
		background: #fff;
		width: 96vw;
		margin: 0 5px 0 5px;
	}
	#mobile_header {
		display:inline;
	}
	#mobile_header img {
		width: 100%;
	}
	#header {
		display: none;
	}
	#nav {
		display: none;
	}
	#content {
		width: 100%;
		margin: 0 5px 0 5px;
		background: none;
	}
	#content_inner {
		background: none;
		padding: 0;
	}
	#content_inner img {
		width: 98%;
	}
	#emailList {
		width: 90%;
	}
	#footer {
		margin-left: 0;
		width: 96%;
		padding: 10px 0 50px 15px;
	}
	p.copyright {
		margin: 0;
		width: 96%;
	}
	.lnstar {
		margin: 0;
	}
	#mobile_nav_trigger {
		display: inline-block;
		background-color: #835022;
		padding-left: 10px;
		width: 98%;
		border-bottom: solid 1px #d0e3a0;
	}
	#mobile_nav_trigger span {
		display: inline-block;
		padding: 10px 0;
		color: #fff;
		cursor: pointer;
	}
	#mobile_nav_trigger span:after {
		display: inline-block;
      margin-left: 10px;
      content: "";
      border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent;
	}
    #mobile_nav-trigger span:hover {
      background-color: #e6002d;
	 }
    #mobile_nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent;
	}
	#mobile_nav {
		display:inline;
	}
	#mobile_nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
}
	#mobile_nav li {
		display: block;
		padding: 3px 0 3px 15px;
		border-bottom: solid 1px #d0e3a0;
		width: 98%;
		background-color: #835022;
	}
	#mobile_nav li:last-child {
		border-bottom: none;
	}
	#mobile_nav a {
		color: #fff;
		width: 100%;
		display: block;
	}
	#mobile_nav li:hover {
		background-color: #a86428;
	}
	#mobile_nav a:hover {
		color: #d0e3a0;
	}
	#content_inner img#isa {
		width: 75px;
	}
	#content_inner img#asca {
		width: 160px;
	}
}

@media screen and (min-width: 751px) {
	
}
