/* CSS Document */

body {
	background-color:#E9EFCB;
	font:70% verdana;
	color:#000;
	margin:20px;
}

* {
	margin:0;
	padding:0;
}

/* GENERIC STYLES */

#wrapper {
	width:720px;
	margin:0 auto;
	padding:10px 20px 20px 20px;
	background-color:#fff;
}

#header h1 {
	font: 350% Verdana bold;
	font-weight:bold;
	letter-spacing:-2px;
	color:#666;
	margin:0 0 10px 0;
}
#header h1 a {
	color:#666;
	text-decoration:none;
}
#header #nav {
	margin:0 -20px 0 -20px;
	padding:5px 10px 10px 10px;
	background:#2F2933 url(../images/backgrounds/menu.gif) bottom repeat-x;
}
#nav li {
	display:inline;
	list-style:none;
	margin:0 0 0 -5px;
}
#nav li a {
	border-left:1px dotted #fff;
	border-bottom:4px solid #B6CE5E;
	padding:5px 24px 6px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}


#nav li a:hover {
	background-color:#F1AD24;
	border-bottom:4px solid #2F2933;
}
#nav li .active {
	background-color:#F1AD24;
	border-bottom:4px solid #2F2933;
}

.clear {
	clear:both;
	height:1px;
}

a {
	color:#A9C53A;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}




/* HOME STYLES */

#home {
	background:url(../images/backgrounds/home.gif) left repeat-y;
	margin-top:10px;
}

#home h1 {
	color:#2F2933;
	text-align:center;
	font:170% verdana;
	margin:10px 0 10px 0;
}

#home #sidebar {
	width:180px;
	float:left;
	background:#B6CE5E;
	color:#fff;
	font:120% Arial;
	margin:0px 0 0 0;
	padding:0 0 100px 0;

}
#home #sidebar p {
	padding:8px;
	margin:5px 0 5px 0;
	font-weight:bold;
}
#home #sidebar h1 {
	background:	#F1AD24;
	color:#fff;
	letter-spacing:3px;
	text-align:left;
	margin:0 0 10px 0;
	padding:10px;
	font-size: 16px;
	font-weight: bold;
	line-height:26px;
}

#home #content #statistics {
	font:80% verdana;	
	border: 100px 10px 10px 10px;
	clear:right;
}

#home #content {
	padding:10px 10px 10px 10px;
	margin:10px 0px 0px 200px;
	border:1px solid #B6CE5E;
}

#home #toptext {

	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 200px;

	text-align: center;
	color:#2F2933;
	font:160% verdana;

}



#home #content h1 {
	background:#2F2933;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
	padding:10px;
	border-bottom:1px solid #666;
}
#home li {
	list-style-image:url(../images/backgrounds/li.gif);
}


#home #content .full {
	width:95%;
	float:left;
	padding:5px 10px 5px 10px;
	text-align:left;
}
#home #content .left {
	width:45%;
	float:left;
	padding:5px 10px 5px 10px;
	text-align:left;
}
#home .nostyle {
	list-style:none;
	list-style-image:none;
}
#home img {
	border:0px;
}
#home #content .right {
	width:45%;
	float:right;
	padding:5px 0px 5px 10px;
	text-align:left;
}
#home #content li {
	margin:0 10px 10px 10px;
}

#footer {
	color:#000;
	margin:15px 0 0 0;
	
	text-align:center;

}

#footer a {
	color:#000;
}





/* CONTACT STYLES */

#contact {

}

#contact #sidebar {
	width:180px;
	background:#FFFFFF;
	float:left;
	margin:0 !important;
	margin:30px 0 0 0;
	padding:0 0 100px 0;

}
#contact #content {
	margin:30px 0 0 200px;
}

#contact h1 {
	color:#2F2933;
	font-size:160%;
	letter-spacing:-1px;
	margin:15px 0 5px 0;
}
#contact #content p {
	line-height:15px;
	margin:0px 0px 0px 0px;
}

#contact .description {
	border:1px solid #B6CE5E;
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;
}
#contact .description img {
	float:left;
	border:1px solid #999;
	margin:0px 10px 0px 0px;
	height:150px;
}

#contact .form_title {
	border-bottom:4px solid #B6CE5E;
	background:#2F2933;
	color:#fff;
	padding:0 0 8px 4px !important;
	padding:0 0 8px 4px;
	font-size:150%;
}

#contact .form_title b {
	float:right;
	font-weight:normal;
}

#contact .form_title a {
	padding:4px;
	display:block;
	background:#F1AD24;
	color:#fff;
}

#contact form {
	border:1px solid #B6CE5E;
	padding:10px;
}

#contact label {
	color:#2F2933;
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	padding:2px 10px 0 0;
}

#contact input {
	border:1px solid #666;
	width:330px;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#000;
}

#contact textarea {
	border:1px solid #666;
	width:330px;
	height: 150px;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#000;
}

#contact form .next {
	background:#B6CE5E;
	width:60px;
	color:#2F2933;
	border:1px solid #b9e22c;
	height:20px;
}

#contact form .right {
	text-align:right;
}

#contact #content li {
	list-style-image:url(../images/backgrounds/li.gif);
	margin:15px 0 15px 20px;
}

#contact h2 {
	color:#2F2933;
	font-size:120%;
	letter-spacing:-1px;
	margin:15px 0 15px 0;
}


/* GENERAL STYLES */

#general {
	background:url(../images/backgrounds/general.gif) left repeat-y;

}


#general #sidebar {
	width:180px;
	background:#B6CE5E;
	float:left;
	margin:0 !important;
	margin:30px 0 0 0;
	padding:0 0 100px 0;
}



#general #sidebar .subnav li {
	list-style:none;
	border-bottom:1px solid #fff;
}
#general #sidebar .subnav li a {
	padding:5px;
	display:block;
	color:#fff;
	background:#B6CE5E;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
}
#general #sidebar .subnav li a:hover {
	background-color:#F1AD24;
}



#general #sidebar .subnav li .active {
	background-color:#F1AD24;
}

#general #content {
	margin:30px 0 0 200px;
}

#general h1 {
	color:#2F2933;
	font-size:160%;
	letter-spacing:-1px;
	margin:15px 0 5px 0;
}
#general #content p {
	line-height:15px;
	margin:0px 0px 0px 0px;
}

#general .description {
	border:1px solid #B6CE5E;
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;
}
#general .description img {
	float:left;
	border:1px solid #999;
	margin:0px 10px 0px 0px;
}

#general .description2 {
	border:1px solid #B6CE5E;
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;
}
#general #content .description p {
	margin-left:160px;
}

#general .description2 img {
	float:left;
	border:1px solid #999;
	margin:0px 10px 0px 0px;
}

#general #content img {
	float: left;
	
	
}


.affiliate {
	border:1px solid #B6CE5E;
	padding:10px;
	margin:0px 0px 25px 0px;

}
#general .affiliate a{
	color:#2F2933;
}
.affiliate img {
	float:left;
	border:0px;
	border-right:1px solid #B6CE5E;
	padding:0px 10px 0px 0px;
	margin-bottom:10px;
}



#general .affiliate h2 {
	color:#2F2933;
	font-size:120%;
	margin:5px 0px 5px 0px;
	padding:0 0 0 165px;
	display:block;

}

.affiliate p {
	padding: 5px 5px 5px 165px;
}



#general .form_title {
	border-bottom:4px solid #B6CE5E;
	background:#2F2933;
	color:#fff;
	padding:0 0 8px 4px !important;
	padding:0 0 8px 4px;
	font-size:150%;
}

#general .form_title b {
	float:right;
	font-weight:normal;
}

#general .form_title a {
	padding:4px;
	display:block;
	background:#F1AD24;
	color:#fff;
}

#general form {
	border:1px solid #B6CE5E;
	padding:10px;
}

#general label {
	color:#2F2933;
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	padding:2px 10px 0 0;
}

#general input {
	border:1px solid #666;
	width:330px;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#000;
}
#general select {
	border:1px solid #666;
	width:330px;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#000;
}
#general textarea {
	border:1px solid #666;
	width:330px;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#000;
}
.inputlist {
}
.inputlist .label {
	vertical-align:top;
	color:#2F2933;
	font-weight:bold;
	width:150px;
	text-align:right;
	padding:2px 10px 0 0;
}
.inputlist .input {
	vertical-align:top;
	width:330px !important;
	margin:0 0 10px 0;
	font:100% verdana;
	color:#999;
}

#general form .next {
	background:#B6CE5E;
	width:60px;
	color:#2F2933;
	border:1px solid #b9e22c;
	height:20px;
}

#general form .right {
	text-align:right;
}

#general #content li {
	list-style-image:url(../images/backgrounds/li.gif);
	margin:15px 0 15px 20px;
}

#general h2 {
	color:#2F2933;
	font-size:120%;
	letter-spacing:-1px;
	margin:15px 0 15px 0;
}

/* PORTFOLIO STYLES */

#portfolio {
	padding:30px 0 0 0;
}

#portfolio .entry {
	border:1px solid #B6CE5E;
	padding:10px;
	margin:0 0 30px 0;
	
}
#portfolio a{
	color:#2F2933;
}

#portfolio .entry img {
	float:left;
	border:0px;
	border-right:1px solid #B6CE5E;
	padding:0 10px 0 0;
}

#portfolio .entry h2 {
	color:#2F2933;
	font-size:120%;
	margin:0 0 0 165px;
}

#portfolio .entry h2 a {
	color:#2F2933;
	padding:0 0 0 30px;
	font-size:80%;
}

#portfolio .entry h2 a:hover {
	text-decoration:none;
}

#portfolio .entry p {
	padding:5px 5px 5px 165px;
}
	
#general #sidebar .subnav  li.selected a {
	background-color:#F1AD24;
}

#nav li.selected a{
	background-color:#F1AD24;
	border-bottom:4px solid #2F2933;
}

.w2wdescription {

	color:#2F2933;
	margin:15px 0 5px 0;
	font-face: verdana;


}

.w2w {
	border:1px solid #B6CE5E;
	padding:10px;
	margin:0px 0px 25px 0px;

}

#general .w2w a{
	color:#2F2933;
}
#general .w2w img {
	float:left;
	border:0px;
	border-right:1px solid #B6CE5E;
	padding:0px 10px 0px 0px;
	margin-bottom:10px;
}



#general .w2w h2 {
	color:#2F2933;
	font-size:120%;
	margin:5px 0px 5px 0px;
	padding:0 0 0 125px;
	display:block;

}

.w2w p {
	padding: 5px 5px 5px 125px;
}


#site_admin {
display:inline;
position:relative;
left: 675px;
padding: 3px;
border: solid 1px black;
background-color:white;
}



.admin_hover_position {
display:inline;
position:absolute;
}
.admin_hover {
border: solid 1px black;
padding: 3px;
background-color:white;
}
#general #content .admin_hover img {
	float:none;
}



.admin_hover_section_position {
position:relative;
}
.admin_hover_section {
border: solid 1px black;
padding: 3px;
background-color:white;
display:inline;
left:450px;
position:absolute;
}
#general #content .admin_hover_section img {
	float:none;
margin-top:6px;
}

.content_section {

background-color:#fff;
}
.content {
background-color:#fff;
}

.content_section hover{
border: solid 1px black;
}



#quote {

	width:155px;
	float:left;
	background:#B6CE5E;
	color:#fff;
	font:120% Arial;
	padding:10px;
	margin:5px 0 5px 0;
	font-weight:bold;
}

#general #content #submit img {
	margin-bottom:15px;

}
#general #content #submit h2 {
	color:#B6CE5E;
}

#content #terms h1 {
font-size:150%;
font-style:bold;
color:#666;
}
#content #terms h2 {
margin-top:25px;
color:#B6CE5E;
font-size:130%;
}
#content #terms h3 {
font-size:100%;
font-style:bold;
}
#content #terms p {
font-size:100%;
margin-bottom:15px;
}
#content #terms ul {
margin-left:50px;
}
#content #receipt p {
margin-bottom:15px;
}
#content #receipt h3 {
font-size:100%;
font-weight:bold;
}
#content #receipt h4 {
font-size:100%;
font-weight:normal;
display:inline;
}


#content #admin_view p {
	margin-bottom:15px;
}
#content #admin_view h3 {
font-size:100%;
font-weight:bold;
}
#content #admin_view h4 {
font-size:100%;
font-weight:normal;
display:inline;
}


#admin_list TABLE {
	border-right: 1px solid #A9C53A;
	border-bottom: 1px solid #A9C53A;
	width:100%;
	}
	#admin_list A.header {
		font-weight: bold;
	}

	#admin_list TD {
	border-left:1px solid #A9C53A;
	border-top:1px solid #A9C53A;
	align: center;
	padding: 2px;
	text-align: center;
	color: #000000;
	}
	#admin_list A {
		text-decoration: underline;
		color: #000000;
		font-weight: normal;
	}

.admin_list_h1 {
	color:#2F2933;
	font-size:120%;
	letter-spacing:-1px;
	margin:15px 0 15px 0;
}

#content #admin_list .sort {
	font-weight: bold;
	text-decoration: none;
}

/* http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #home #sidebar {
  margin-right: 10px;
  }
 
* html #home #content {
  height: 1%;
  margin-left: 0;
  }
  
* html #contact #sidebar {
  margin-right: 10px;
  }
 
* html #contact #content {
  height: 1%;
  margin-left: 0;
  }
  
* html #general #sidebar {
  margin-right: 10px;
  }
 
* html #general #content {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */





