/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body {
	margin: 0;
	padding: 0;
	background: #c8d4d8;
}


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1.5em;
}

/* 
Setting the base font size at 100.1% in the html 
and body elements deals with the incorrect handling 
of scaleable font sizing in IE
*/
html, body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	color: #332618;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
}



/*=== BASE STYLES === */
p							{
	font-size: 0.8em;
	color: #333;
}
a:link						{ font-weight: bold; color:#e28428; text-decoration: none; }
a:visited					{ color: #e28428; }
a:hover						{ color: #e28428; text-decoration: underline; }
a:active					{ color: #e28428; }
ul, li						{ list-style-type: none; }
li							{ font-size: 0.8em; }
img							{ border: 0; }

h1	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2b6a33;
	 }							
							
h2	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	color: #2b6a33;
	 }

h3	{
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2b6a33; }


/* LAYOUT STYLES */


#layout	{
	width: 880px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

}


#left-home	{
	float: left;
	width: 204px;
	background-color: #c0da56;
	background-image: url(../images/gdLeft-home.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#left-about	{
	float: left;
	width: 204px;
	background-color: #c1db54;
	background-image: url(../images/gdLeft-about.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#left-services	{
	float: left;
	width: 204px;
	background-color: #bfd954;
	background-image: url(../images/gdLeft-services.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#left-portfolio	{
	float: left;
	width: 204px;
	background-color: #c4da53;
	background-image: url(../images/gdLeft-portfolio.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#left-resources	{
	float: left;
	width: 204px;
	background-color: #fdfef8;
	background-image: url(../images/gdLeft-resources.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#left-contact	{
	float: left;
	width: 204px;
	background-color: #9ee78e;
	background-image: url(../images/gdLeft-contact.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


#banner-nav	{
	float: left;
	width: 613px;
	height: 135px;
	margin-top: 10px;
	padding: 0;
}


#content	{
	background-color: #FFF;
	padding: 5% 10%;
}



/* HIDE EMAIL FROM SPAMBOTS */
.backwards {unicode-bidi:bidi-override; direction: rtl;}