a:link		{color: #839905; text-decoration: none; border-bottom: none;}
a:visited		{color: #839905; text-decoration: none; border-bottom: none;}
a:hover		{color: #839905; text-decoration: none; border-bottom: 1px dotted #839905;}
a:active		{color: #839905; text-decoration: none; border-bottom: 1px dotted #839905;}

a.footer:link 	{color: #b62562; text-decoration: none; border-bottom: none;}
a.footer:visited 	{color: #b62562; text-decoration: none; border-bottom: none;}
a.footer:hover	{color: #b62562; text-decoration: none; border-bottom: 1px dotted #b62562;}
a.footer:active	{color: #b62562; text-decoration: none; border-bottom: 1px dotted #b62562;}

a.none		{border-bottom: none;}

*	{
	margin: 0;
	padding: 0;
	}

html, body {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	color: #333333;
	min-height: 100%;
	font-size: 11px;
	text-align: center;
	background-color: #f4f2d3;
	background-image: url(/images/bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}

#wrapper {
	width: 966px;
	margin: 0 auto;
	text-align: left;
	}

#nav {
	line-height: 0;
	padding: 62px 0 0 0;
	}

#logo {
	margin: 0 0 15px 0;
	}

#header {
	height: 295px;
	background-image: url(/images/bg-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#header-left {
	width: 35%;
	line-height: 16px;
	padding: 0 15px 0 25px;
	vertical-align: middle;
	height: 295px;
	}

#header-right {
	width: 65%;
	vertical-align: middle;
	height: 295px;
	}

#content {
	line-height: 22px;
	font-size: 1.5em;
	padding: 20px 40px;
	clear: both;
	}

#content p {
	margin: 20px 0;
	}

#content img {
	margin: 20px;
	}

#footer {
	width: 100%;
	padding: 20px 40px;
	color: #2e2e2e;
	}

#testimonials {
	width: 600px;
	color: #767676;
	margin: 10px auto;
	background-image: url(/images/bg-testimonial.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#testimonials p {
	padding: 20px 0 0 40px;
	}

.client {
	font-size: 12px;
	color: #c8dc4e;
	text-align: left;
	}

.title {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	line-height: 34px;
	font-size: 2.5em;
	color: #40403f;
	}

.subtitle {
	font-family: Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	line-height: 32px;
	font-size: 1.7em;
	padding-top: 20px;
	color: #40403f;
	}

.hilite {
	color: #839905;
	font-weight: bold;
	}

.hilite-bg {
	background-color: #fffe81;
	}

hr	{
	margin: 10px;
	height: 1px;
	color: #eca62d;
	background-color: #eca62d;
	border: 0;
	}

input, select {
	vertical-align: middle;
	font-weight: normal;
	}

img	{
	border: 0;
	}

ul	{
	margin-left: 40px;
	}

li	{
	margin-top: 10px;
	}


