/* ecolaw.biz/screen.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "Lucida Grande", Arial;
	font-size:.9em;
	color:#000000;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	background-image: url(../i/bg.jpg);
	background-repeat: repeat-x;
	background-color:#99cc99;
}
.clear {
	clear:both;
}
/* fonts */
a { 
	font-weight: bold; 
	text-decoration: none;
	color:#336600;
	font-weight: bold;
}

.title {
	font-size: 1.0em;
	font-weight: bold;
}

/* layout */
#layout {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}

#header {
	position: absolute;
	top:0;
	left:0;
	background-image: url(../i/header.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 100%;
}

/* navigation */
#navul {
	float:right; 
	margin:40px 0px 0 0; 
	padding:0;
	color:#336600;
	font-size: 1.1em;
}
#navul li { 
	float:left; 
	display:inline; 
	margin:0 1em 0 0; 
	padding: 0; 
	position: relative;
}
#navul li.last {
	margin-right:0;
}
#navul li a, #navul li a:visited { 
	display: block; 
	color:#336600; 
	text-decoration: none; 
}
#navul li a:hover { 
	color:#669933; 
}


/* slider content */

#content_top,
#content_bottom {
	display:block;
	margin:0;
	padding:0;
}
#content_top {
	margin-top:80px;
}
#content {
	clear: both;
/*	height: 28em;	and in #content .scroller .section --- removed for iphone compatibility */
	margin:0px 0 0 0;
	padding:0px 35px 35px 35px;
	text-align: left;
	background-color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#339933;
	font-size: .9em;
}

#contenta {
	clear: both;
	margin:0px 0 0 0;
	padding:0 35px 0px 35px;
	text-align: left;
	background-color: #ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#339933;
	font-size: .9em;
}

#content img {
	float:right;
	margin: 10px 0em 0em 0;
	padding: 0 0 0 35px;
}

#content h3 {
	line-height: 1.8em;
	font-size: 2em;
	color: #000000;
}

#content p {
	font-size: 1em;
	margin: 0 .3em 1em .3em;
	padding:0;
	color: #000000;
	line-height: 1.5;
}

#content .scroller {
/*	background:#ececec none repeat scroll 0%; 
	background-color:#ececec;
	background-attachment: scroll;*/
	color:#000000;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#content .scroller .scroller-content {
	width: 10000px;
	border: 0;
	padding: 0;
	margin: 0;
}

#content .scroller .section {
	float: left;
/*	height: 28em;	and in #content */
	width:530px; /* 536? */
}

#content .scroller .section a,
#content .scroller .section a:visited,
#content .scroller .section a:active {
	color: #000000;
}

#footer {
	margin:20px 0;
	padding:0;
	font-size:.9em;
}

#footer p,a {
	text-align: center;
	color: #000000;
}

/*********** about us page ***********/
.about {
	margin:0 0 0 0;
}
.about_img {
	float:left;
	display:block
}
.about_text {
	padding-left:170px;
}
.about_name {
	font-size: 105%;
	font-weight: bold;
	color:#000000;
	margin-bottom:.3em;
}
.about_title {
	font-style: italic;
	color:#3e3e3e;
	margin-bottom:1.3em;
}
.about_bio {
	font-size:.9em;	
	color:#000000;
	line-height: 1.6em;
	margin-bottom:2em;
}




