*{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Basics and Typography */

body {
 	font-weight: normal; 
	background:#77787A; 
	font-size: 62.5%; 
	color: #444546;
	line-height: 1.5em; 
	margin: 0px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
ol, ul {
	font-size: 1.2em;
	line-height: 1.5em;
}
#sidebar ul li {
	margin:0 0 0 1em;
	padding: 0;
	line-height: 1.2em;
}
h1 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	margin:1em 0;
	color:#77787A;
}
h2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.5em;
	margin:0 0 .5em 0;
	color:#77787A;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color:#77787A;
}
#sidebar h3 {
	color: #fff;
	font-weight:normal;
	font-size: 1.4em;
	margin-bottom: 1em;
}
a:link {
	color: #2BB6D9; text-decoration: underline; font-weight: bold;
}
a:visited {
	color: #2BB6D9; text-decoration: underline; font-weight: bold;
}
a:active {
	color: #2BB6D9; text-decoration: underline; font-weight: bold;
}
a:hover {
	color: #77787A; text-decoration: none; font-weight: bold;
}
.box_contact a:link, .box_contact a:hover, .box_contact a:active, .box_contact a:visited {
	color: #fff;
}
.h1txt {
	position: absolute;
	right:30px;
	top: 95px;
	font-size: 1.6em;
	padding: 2px 0;
}
.img_padd_rt {
	margin-right: 10px;
	border: 1px solid #77787A;
}
.img_border {
	border: 1px solid #77787A;
}
.clearer {
	clear:both;
}


/* Layout */

#wrapper {
	margin: 0 auto;
	width: 794px;
	text-align: left;
	background: #fff;
	background: url(images/wrapper_bk.gif) repeat-y center;
}
#header {
	padding: 0 17px;
	position:relative;
	height:120px;
}
.logo {
	float:left;
	padding-top: 5px;
}
#content_header {
	background: url(images/content_header.gif) no-repeat;
	height: 115px;
	text-indent: -9000px;
	margin-left: 7px;
}
#content {
	width: 794px;
}
#left_content {
	width: 487px;
	float:left;
	padding: 10px 10px 0 23px;
}
#sidebar {
	float: right;
	width: 250px;
	padding: 10px 7px 0 10px;
}
.box_services {
	height: 149px;
	background:url(images/services_bak.jpg) no-repeat;
	padding: 4px 8px;
	margin-top: 15px;
}
.box_contact {
	background:#87C287;
	padding: 10px 10px;
	margin-top: 200px;
	font-size: 1.2em;
	color: #fff;
}
#about .box_contact {
	margin-top: 90px;
}
#about #bot_content {
	clear:both;
	padding: 10px 23px 0 23px;
}
#about .container {
	width: 160px;
	padding: 10px 10px 0 10px;
	text-align:center;
	float: left;
}
#footer {
	clear: both;
	width: 794px;
	height: 15px;
	background: url(images/footer_bak.gif) no-repeat;
}

#credit {
	clear: both;
	width: 770px;
	margin: 0 auto;
	text-align:center;
	color: #fff;
}

/* Sidebar Styles */


/* Nav */

#nav {
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	position:absolute;
	right:0;
	text-align:center;
	border-top: 5px solid #77787A;
}

#nav li {
	float:left;
	display:block;
	overflow: hidden;
	height: 24px;
	line-height:24px;
	color: #fff;
}

#nav li a {
	font-weight:bold;
	text-decoration:none;
	color: #77787A;
	padding:0 40px 0 0;
}
#nav li a.last {
	padding:0;
}
#nav li a:hover {
	color: #2BB6D9;
}