/*
-----------------------------------------------
BASE LAYOUT and STYLES

version:  	1.0
website:	yardcrew.com
----------------------------------------------- */

/* ---- hyperlinks ---- */	
a { text-decoration: underline; }
a:link { color: #f19400; }
a:visited { color: #f19400; }
a:active { color: #4475a6; }
a:hover { color: #4475a6; text-decoration: none; }

/* ---- common elements ---- */
body {
	background-color: #fff;
	color: #333333;
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif; }
form {
	margin: 0px;
	padding: 0px; }

#container-form {
	font-size: 12px;
	margin: auto;
	padding: 12px;
	width: 620px; }	
	
h1 {
	font-size: 19px; }

h2 {
	font-size: 16px;
	color: #578358; }		
	
/* ---- default form and search field styles ---- */
input, textarea {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px; }
fieldset {
	border: 1px solid #a5bcd9;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;	
	display: block;
	margin-bottom: 15px;
	padding: 4px; }	
legend {
	background-color: #f0f4f9;
	border: 1px solid #d8e4ee;
	margin: 0 6px 6px 6px;
	padding: 2px 4px 2px 4px; }	
input.text, textarea.text {
	border: 1px solid #8bb98c;
	padding: 4px; }		
input.submit {
	color: #053953;
	font-weight: bold; }	
.dropdown {
	background-color: #d6e8d6;
	font-size: 11px; }
ul.form-category-list {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px; }
ul.form-category-list li {
	margin: 0px 0px 4px 0px; }	
.required {
	color: #FF6400; }		

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}

/* ---- default table styles ---- */
table {
	border: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	padding: 0; }

table.projects {
	float: left; 
	margin-top: 6px; }
table.projects td {
	border-bottom: 0px solid #cccccc;
	padding: 6px; }	
			
table.contact {
	margin-left: 40px;
	margin-top: 4px; }
table.contact td {
	padding: 4px; }

	
