@charset "UTF-8";
/* CSS Document */

html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background: url(../images/back.jpg) top left repeat-x #E6E0C9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	height: 100%;
}

p {
	font-size: 85%;
	line height: 150%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #CC9900;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #CC9900;
	margin-top: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: bold;
	color: #CC9900;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #CC9900;
}

a {
	text-decoration: none;
	color: #660033;
}

a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #666;
	margin-bottom: 5px;
}

input.button {
	border: 1px solid #666;
	background-color: #E2DBBF;
	padding: 5px;
	color: #660033;
}

td {
	font-size: 70%;
}

.clear {
	clear: both;
}

.large {
	font-size: 120%;
	font-weight: bold;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CC9900;
}

#mainContainer {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(../images/mainBack.jpg) top left repeat-x #CEC294;
}

#navContainer {
	float: left;
	width: 255px;
	margin: 20px 0 0 20px;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 10px;
}

#nav {
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

#nav ul {
	margin: 30px 0 0 20px;
	padding: 0;
}

#nav li {
	font-size: 95%;
	margin-top: 10px;
	list-style-image: url(../images/navBullet.gif);
}

#nav li.current {
	margin-top: 10px;
	list-style-image: url(../images/currentNavBullet.gif);
	color: #CC9900;
}

#nav ul li a {
	text-decoration: none;
	color: #660033;
}

#nav ul li a.current {
	text-decoration: none;
	color: #CC9900;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #CC9900;
}

#contentContainer {
	float: right;
	width: 600px;
	min-height: 789px;
	margin: 20px 20px 20px 0;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 10px;
}

#mailerBox {
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}

#testimonials {
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
}

#testimonials p {
	font-size: 70%;
}

#footer {
	font-size: 70%;
}

#copyright {
	float: left;
	width: 300px;
}

#designed {
	float: left;
	text-align: right;
	width: 300px;
}

#designed a {
	text-decoration: none;
	color: #660033;
}

#designed a:hover {
	text-decoration: underline;
}

.offerContainer {
	margin-bottom: 10px;
}

fieldset {
	float: left;
	width: 96%;
	margin: 0 0 15px 0;	
	border: 1px solid #cc9900;
}

legend {
	color: #CC9900;
	font-style: italic;	
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #cc9900;
}

p.small { font-size: 10px; }
