/* global */

* { 
	padding: 0; 
	margin: 0; 
}

html {
overflow-y: scroll;
overflow: -moz-scrollbars-vertical;
}

body {
	background: url("../images/bg.jpg") repeat;
}

h2 {
margin-top:-6px;
color:#666666;
padding: 0px 0px 7px 0px;
}

h5 {
font: 1em Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url("../images/wrap_bg.png") repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0px;
	width: 805px;
	height: auto;
	color:#eeeeee;
}

#header {
	background: url("../images/header.png") no-repeat;
	margin:0px;
	padding: 0px;
	width: 805px;
	height: 100px;
	color:#515151;	
}

#left_column {
	float: left;
	background: url("../images/lc_bg.png") repeat-x;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width: 225px;
	height: 440px;
	display: inline;
}

hr {
margin: 12px 24px 10px 24px;
}

#right_column {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 25px 28px 24px 31px;
	width: 497px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer { 
	font: 0.7em Arial, Helvetica, sans-serif;
	width: 781px;
	height: 22px;
	clear: both;
	margin: 0px;
	padding: 3px 12px 12px 12px;
	background: url("../images/footer.png") no-repeat;
	color:#777777;	
}

/* left column */

.lc_list {
font-size:12px;
color:#000000;
padding: 3px 23px;
}

.lc_list ul {
list-style-type: square;
padding: 10px 0px 0px 15px;
}

.lc_list ul li{
padding: 3px;
}

/* links (side links) */

.uLinks {
padding:11px 0px 0px 11px;
margin:0px;
}

.uLinks ul {
background: url("../images/links.png") no-repeat;
margin:0px;
padding:6px 8px 8px 6px;
width:190px;
height:172px;
}

.uLinks ul li {
list-style:none;
width:190px;
height:29px;
}

.uLinks ul li a {
display:block;
min-height:1%; /*ie7*/
}

/* mac hide \*/
* html .uLinks ul li a{height:1%}
/* end hide */

.uLinks ul li img {
border-style: none;
vertical-align: middle;
}

.uLinks ul li a:link,
.uLinks ul li a:visited,
.uLinks ul li a:active {
outline: none;
}

/* services page */

.services {
background: #333333;
padding:14px 15px 5px 36px;
color:#dddddd;
}

.services ul li {
list-style-type: square;
padding:0px 0px 10px 4px;
}

/* services page */

.testimonials {
background: #333333;
padding: 15px 15px 18px 20px;
color:#dddddd;
}

.testimonials p {
font-style: italic;
}

/* contact page */

.contact {
color:#dddddd;
background:#333333;
padding: 15px 15px 18px 20px;
}

.contact p a {
text-decoration: none;
color:#73b675;
}

.contact p a:hover {
text-decoration: none;
color:#41b945;
}

/* contact form */

.myform{
	margin:0 auto;
	width:420px;
	padding:20px 24px 14px 24px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #2b574a;
		background: #a0a0a0 url("../images/sil_bg.png") repeat-x;
	}
	#stylized h1 {
		color:#000000;
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p {
		font-size:12px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #00543c;
		padding-bottom:10px;
	}
	#stylized label{
		color:#000000;
		display:block;
		font-weight:bold;
		text-align:right;
		width:145px;
		float:left;
	}
	#stylized .small {
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:145px;
	}
	#stylized .error {
	float:right;
		color: red;
		display:none;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:265px;
	}
	#stylized input {
	font-family: Arial, Helvetica, sans-serif;
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #73b675;
		width:220px;
		margin:2px 0 15px 10px;
	}
	#stylized h2 {
	font-family: Arial, Helvetica, sans-serif;
		float:left;
		font-size:12px;
		padding:4px 2px;
		width:50px;
		margin:2px 0 15px 5px;
	}
	#stylized textarea {
		font-family: Arial, Helvetica, sans-serif;
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #73b675;
		width:220px;
		height:60px;
		margin:2px 0 20px 10px;
	}
	#stylized button { 
		clear:both;
		margin-left:155px;
		width:125px;
		height:31px;
		background:#00543c;
		text-align:center;
		line-height:25px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	#stylized img { 
	float: right;
	margin:-17px -24px 0px 0px;
	}

/* footer */

.footlink p {
float:right;
text-align:center;
width:549px;
padding-left:7px;
margin-top:8px;
}

.footlink img {
border-style: none;
vertical-align: middle;
}

.footlink a,
.footlink a:link,
.footlink a:visited{
background: url("../images/email_on.png") no-repeat;
float:left;
width:225px;
height:22px;
outline: none;
}