body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

abbr,acronym { 
	border:0;
}

body {
	background: #fff;
	color: #000; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	display: block;
	margin: 0 15px 5px 0;
}

.floatRight{
	float: right;
	display: block;
	margin: 0 0 5px 15px;
}

.cases .floatLeft{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
}

* > .cases .floatLeft{
	margin-left: 40px;
	margin-top: 15px;
}

.cases .floatLeft img{
	padding: 2px;
	border: 2px solid #99c003;
}

.border{	
	padding: 2px;
	border: 2px solid #99c003;
}

.niceBorder{
	padding: 3px;
	width: 555px;
	border: 2px solid #cccccc;
}


.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.divCenter{
	margin: 0 auto;
	overflow: hidden;
}

.clear{
	clear: both;
}

.relative{
	position: relative;
	z-index: 1000;
	top:-5px;
}

.green{
	color: #98bf02;
}

p{
	text-align: justify;	
	font: normal 12px Verdana, sans-serif;
	line-height: 1.5em;
	margin-bottom: 1em;
}

strong{
	font-weight: bold;
}

em strong{
	font-weight: normal;
	font-style: italic;
}

a{
	color: #98bf02;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{	
	font-size: 16px;
	font-weight: bold;
	color: #98bf02;
	padding: 20px 0 10px 0;
}

h2{
	font-weight: bold;
	font-size: 14px;
}

h3{
	font-weight: bold;
	color: #98bf02;
	font-size: 12px;
	font-style: italic;
}

#container{
	margin: 10px auto 0 auto;
	position: relative;
	width: 779px;
	background: url(images/middle-border.gif) repeat-y;
}

#header{
	position: absolute;
	top: 0;
	height: 145px;
	left: 0;
	z-index: 10;
	width: 779px;
	padding: 15px 4px 0 4px;
	background: url(images/top-border.gif) no-repeat 0 0;
}

#logo{
	width: 310px;
	height: 89px;
	background: url(images/logo.jpg) no-repeat 0 0;	
}

#topLinks{
	position: absolute;
	right: 0;
	width: 190px;
	top: 26px;
	height: 40px;
}

#topLinks img{
	position: relative;
	top: 8px;
}

#topLinks a{
	color: #666;
	font-weight: normal;
}

#topLinks a:hover{
	text-decoration: none;
	color: #98bf02;
}

#phone{
	position: absolute;
	right: 0;
	width: 186px;
	top: 60px;
	height: 50px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #98bf02;
}

#content{
	color: #555;
	width: 757px;
	padding: 165px 6px 7px 7px;
	font-size: 12px;
	line-height: 1.3em;
	z-index: 10;
	margin: 0 auto;
	height: 1%;
	overflow: hidden;
	position: relative;
}

* > #content{
	height: auto;
}

#leftColumn{
	float: left;
	width: 180px;
	position: relative;
}

#leftColumn a{
	display: block;
	margin-bottom: 15px;
}

#leftColumn  a.last{
	margin-right: 0;
	margin-bottom: 0;
}

#rightColumn{
	float: left;
	width: 566px;
	margin-left: 11px;
}

#rightColumn p.big{
	margin-bottom: 20px;
}

#rightColumn ul{
	padding: 0 0 10px 30px;
}

#contactForm{
	width: 400px;
	margin: 20px auto;
}

#contactForm .element{
	margin-bottom: 10px;
	min-height: 20px;
	clear: left;
	height: 20px;
}

* > #contactForm .element{
	height: auto;
}

#contactForm .element label{
	display: block;
	float:left;
	width: 110px;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

#contactForm .element .field{
	float:left;
	width: 240px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #98bf02;
	border: 1px solid #a9d402;
	color: #fff;
	width: 200px;
	padding: 2px;
}

#contactForm .element .field .button{
	width: 80px;
	cursor: pointer;
}

#contactFormNew{
	width: 310px;
	margin: 20px 0;
}

#contactFormNew .element{
	margin-bottom: 10px;
	min-height: 20px;
	clear: left;
	height: 20px;
}

* > #contactFormNew .element{
	height: auto;
}

#contactFormNew .element label{
	display: block;
	float:left;
	width: 90px;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

#contactFormNew .element .field{
	float:left;
	width: 210px;
	text-align: left;
}

#contactFormNew .element .field input, #contactFormNew .element .field textarea{
	background: #98bf02;
	border: 1px solid #a9d402;
	color: #fff;
	width: 200px;
	padding: 2px;
}

#contactFormNew .element .field .button{
	width: 80px;
	cursor: pointer;
}

#bottom{
	height: 15px;
	margin-top: -15px;
	background: url(images/bottom-border.gif) no-repeat 0 100%;
}

#footer{
	clear: both;
	width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-size: 10px;
	color: #666;
	text-align: right;
	padding: 5px 25px;
}

#footer a{	
	color: #808285;
}

#footer p{	
	margin-bottom: 4px;
}

#footerText{
	position: absolute;
	left: 20px;
	z-index: 100;
}

#footerRight{
	left: auto;
	right: 0;	
}

#siteMap{
	text-align: center;
	margin: 5px auto 0 auto;
	padding: 5px 0 10px 0;
	color: #ccc;
	border-top: 1px solid #ddd;
}

#siteMap p{
	text-align: center;
}

#siteMap a{	
	font-family: Tahoma;
	font-size: 10px;
	color: #808285;
}
