body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383d44;
	margin: 0px;
	background: #f5f3ec;
}
a img {
	border: none;
}

ul {
	margin: 0;
}

.bullet {
line-height: 2em;
text-indent: 9px;
list-style-position: outside;
padding: 9px;
margin: 0px;
}



i {
	font-style: italic;
	color: #8f908e;
}

a:link, a:visited {
	color: #326ea1;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #93b0c5;
}

.highlight {
	padding: 10px
}

.border {
	border-top: solid 1px #dbd5c5;
	margin-top: 15px;
	padding-top: 15px;
}

h1 {
	font-size: 21px;
	line-height: 21px;
	color: #383d44;
	margin: 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 21px;
	line-height: 21px;
	color: #383d44;
	margin: 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hr {
	height: 0px;
	background-color: #ddd;
	border: 0px;
	margin: 20px 8px;
	border-top: dotted 1px #ddd;
	overflow: hidden;
}

.attain {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}

.price {
	background-color: #e6e3d7;
	font-size: 18px;
	color: #383d44;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #dbd5c5;
	padding: 6px 4px 8px 8px;
}
.price-larger {
	font-size: 24px;
	color: #383d44;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	font-weight: bold;
}

/* Head */

#head {
	background-color: #699431;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	padding: 0;
	position: relative;
}

#head-inner {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#head-logo {
	width: 750px;
	padding: 20px 0;
	position: static;
}

#livehelp {
	float: right;
	top: 0;
}

/* Content */

#entire {
	width: 100%;
	margin: 0 auto;
	background: url(images/head_bg.gif) repeat-x;
}
#content {
	width: 750px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	line-height: 18px;
}
#content-left {
	float: left;
	width: 500px;
	padding: 0;
}	
#content-right {
	float: right;
	width: 250px;
	padding: 0;
}
#content p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 18px;
}
#content .feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
#content .feature-list li {
	padding: 2px 0px 2px 14px;
	border-top: 1px solid #dbd5c5;
	background: url(images/arrow.gif) no-repeat;
	background-position: 0px 7px;
}


/* Foot */

#foot {
	padding: 25px 0 15px;
	margin: 30px 0 0 0;
	overflow: hidden;
	background: #e6e3d7;
	font-size: 11px;
	line-height: 20px;
	
}

#foot a:link, #foot a:visited {
	color: #669933;
	background-color: inherit;
}
#foot a:hover {
	text-decoration: underline;
	color: #adc58e;
}

#foot-inner {
	width: 750px;
	margin: 0 auto;
}

/* Main navigation */

#head-nav {
	margin: 0;
	width: 750px;
	height: 35px;
	bottom: 0;
	right: 0;
	background: #8CC63F;
	border-top: 1px solid #B8DA83;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}
#head-nav ul {float: left; margin: 0px; padding: 0px;}
#head-nav li {
	float: left;
	list-style: none;
 }
#head-nav a {
	float: left;
	display: block;
	color: #e7e3d9;
	padding: 11px 16px 11px 16px;
	text-decoration: none;
	white-space: nowrap;
 }
#head-nav .navwidth > ul a {width: auto;}
#head-nav a {float: none; background: #8CC63F; border-right: 1px solid #B8DA83;}
#head-nav a:hover {color: #fff; background: #B8DA83;}
#head-nav li.current {position:relative; top:2px; margin-top: -2px}
#head-nav li.current a {
	color: #fff;
	background: #699431;
	padding: 11px 16px 11px 16px;
	font-weight: bold;
}
#head-nav li.current a:hover {color: #fff; background: #699431;} 


.blue {color: #326ea1;}
.green {color: #669933;}
.red {color: #ae0000;}
.yellow {color: #dea200;}
