/* basic */
#print {display:none;}
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: normal 14px/20px Georgia, Verdana, Helvetica, sans-serif;
	color: black;
	background: white;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
#print {
	display: none;
}
a img {
	border-width: 0;
}

/* container */

.container {
	width: 781px;
	margin: 0 auto;
}
.clearing {
	clear: both;
}

#index {
	display: block;
	height: 80px;
	width: 514px;
	margin: 30px 0 30px 225px;
	text-indent: -5000px;
	background: url(../images/top.jpg) left top no-repeat;
}

/* nav */

.nav {
	float: left;
	width: 151px;
}
.nav ul {
	list-style: none;
	padding: 0 0 15px;
	border-bottom: 1px solid black;
}
.nav ul a {
	display: block;
	width: 151px;
	height: 39px;
	text-indent: -5000px;
}

#nav_01 {
	background: url(../images/nav_01.jpg) left top no-repeat;
}
#nav_02 {
	background: url(../images/nav_02.jpg) left top no-repeat;
}
#nav_03 {
	background: url(../images/nav_03.jpg) left top no-repeat;
}
#nav_04 {
	background: url(../images/nav_04.jpg) left top no-repeat;
}
#nav_05 {
	background: url(../images/nav_05.jpg) left top no-repeat;
}
#nav_06 {
	background: url(../images/nav_06.jpg) left top no-repeat;
}
#nav_07 {
	height: 57px;
	background: url(../images/nav_07.jpg) left top no-repeat;
}

#nav_01:hover, #nav_02:hover, #nav_03:hover,
#nav_04:hover, #nav_05:hover, #nav_06:hover {
	background-position: left -39px;
}
#nav_07:hover {
	background-position: left -57px;
}

.nav p {
	padding: 20px 0 0;
	font-size: 12px;
}
.nav span {
	font-size: 19px;
	display: block;
	padding: 0 0 5px 25px;
	background: url(../images/phone.jpg) 4px 4px no-repeat;
}
.nav p a {
	color: black;
}

/* content */

.content {
	float: left;
	width: 599px;
	margin: 0 0 0 30px;
	text-align: left;
}

#usp_01, #usp_02, #usp_03 {
	display: block;
	float: left;
	text-indent: -5000px;
}
#usp_01 {
	width: 599px;
	height: 239px;
	background: url(../images/usp_01.jpg) left top no-repeat;
}
#usp_02 {
	width: 302px;
	height: 242px;
	background: url(../images/usp_02.jpg) left top no-repeat;
}
#usp_03 {
	width: 297px;
	height: 242px;
	background: url(../images/usp_03.jpg) left top no-repeat;
}
#usp_01:hover, #usp_02:hover, #usp_03:hover {
	background-position: left bottom;
}

.content h1 {
	clear: both;
	font-size: 24px;
	padding: 30px 0 20px;
}
.content h2 {
	clear: both;
	font-size: 18px;
	padding: 30px 0px 0px 0px;
}
.content ul {
	margin: 0px 0px 20px 10px;
	padding: 0px 20px;
}
.content li {
	line-height: 1.5em;
}

.content p {
	padding: 0 0 15px;
}
.content a {
	color: #004740;
}
.content a:hover {
	color: black;
}

/* footer */

.footer {
	border: 1px solid #86a29e;
	border-width: 1px 0;
	font-size: 10px;
	text-align: left;
}
.footer a {
	color: black;
	padding: 0 2px;
}
.footer a:hover {
	text-decoration: none;
}

#webdesign {
	float: right;
}
#cro {
	font-size: 10px;
	color: #656565;
	padding: 3px 0 20px 2px;
	text-align: left;
}

.content .rightcolumn {
	background-color: #fff;
	width: 200px;
}