﻿* {
	border:0;
	margin:0;
}

html, body {
	width:100%;
	height:100%
}

body {
	font-family:Calibri, Arial;
	color:gray;
	font-size:10pt;
	background-color:#cfcfcf;
}

a img {
	border:0;
}

a {
	text-decoration:none;
	color:gray;
}

div#wrapper {
	width:951px;
	background:url('../inc/background.gif') repeat-y;
	margin:0 auto;
	padding:0 9px;
}

div#nav {
	width:936px;
	padding-left:8px;
	height:55px;
}

div#nav a {
	display:block;
	float:left;
	height:37px;
	width:116px;
	padding-top:18px;
	background:url('../inc/menu_bg.gif') no-repeat;
	color:silver;
	font-size:11pt;
	text-align:center;
}

div#nav a#nav3, div#nav a#nav4, div#nav a#nav7 {
	height:45px;
	padding-top:10px;
}

div#nav a:hover {
	color:white;
}

div#nav a#nav1 { background-position:0 0; width:119px; }
div#nav a#nav2 { background-position:-119px 0; }
div#nav a#nav3 { background-position:-235px 0; width:117px; }
div#nav a#nav4 { background-position:-352px 0; width:117px; }
div#nav a#nav5 { background-position:-469px 0; }
div#nav a#nav6 { background-position:-585px 0; width:117px; }
div#nav a#nav7 { background-position:-702px 0; }
div#nav a#nav8 { background-position:-818px 0; width:118px; }

div#nav a#nav1.current { background-position:0 -60px; color:black;}
div#nav a#nav2.current { background-position:-119px -60px; color:black;}
div#nav a#nav3.current { background-position:-235px -60px; color:black;}
div#nav a#nav4.current { background-position:-353px -60px; color:black;}
div#nav a#nav5.current { background-position:-469px -60px; color:black;}
div#nav a#nav6.current { background-position:-585px -60px; color:black;}
div#nav a#nav7.current { background-position:-702px -60px; color:black;}
div#nav a#nav8.current { background-position:-818px -60px; color:black;}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

div#content {
	width:936px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:20px;
}


div#testimonials {
	width:232px;
	float:right;
	margin-bottom:20px;
	margin-left:10px;
}

div#testimonials {
	background:url('../inc/testimonials_body.gif') repeat-y;
	margin-bottom:14px;
}

div#testimonials p {
	padding: 10px;
	color:#606060;
}

div#testimonials p.named {
	color:#12a0c7;
	font-weight:bold;
	padding-bottom:0;
}

img#testimonial_footer {
	position:relative;
	top:4px;
}

div#footer {
	clear:both;
	position:relative;
	top:-10px;
	height:33px;
	padding:20px 9px 0 9px;
	width:932px;
	background-color:#d7d7d7;
	color:#6f6f6f;
	font-weight:bold;
}

div#footer a {
	color:#ff9c00;
}

h1 {
                font-size:16px;
}

h2 {
                font-size:16px;
}


