* { margin: 0; padding: 0; }
body {
	color: #333333;
	text-align: center;
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/site-bg.jpg) repeat-x;

}
h1 {
	font-size: 1.6em;
	color: #3586C8;
	margin-bottom: 11px;
}
h2 {
	font-size: 1.4em;
	color: #3586C8;
	margin-bottom: 11px;
	line-height: 120%;

}

p {
	font-size: 1.2em;
	line-height: 122%;
	margin-bottom: 8px;
}
.copyright {
	font-size: 1em;
	color: #999999;
	text-align: center;
	padding: 11px 22px 22px;
}

#footer {
	height: 128px;
	width: 720px;
	background: url(../images/site-footer.jpg) no-repeat;

}
#content {
	text-align: left;
	padding: 0px 55px 16px;
	height: 1%;
}

#content ul {
	font-size: 1.2em;
	margin-left: 33px;
	padding-left: 33px;
	margin-bottom: 16px;
}

#content ol {
	font-size: 1.2em;
	margin-left: 33px;
	padding-left: 33px;
	margin-bottom: 16px;
}


#header1 {
	width: 720px;
	margin: 0px;
	padding: 0px;
	height: 144px;
	background: url(../images/site-header1.jpg) no-repeat;

}
#header2 {
	width: 720px;
	margin: 0px;
	padding: 0px;
	height: 94px;
	background: url(../images/site-header2.jpg) no-repeat;

}

#wrapper {
	height: 1%;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/site-wrapperBK.jpg) repeat-y;

}
#mainnav {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	border-bottom: 1px solid #ECF5FC;
	padding: 6px;
	margin-bottom: 22px;
}
#mainnav ul{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
} 

#mainnav ul li{
	display: inline;
	list-style-type: none;
}

#mainnav ul li a {
	margin: 0px 8px;
	color: #425D0E;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}

#mainnav ul li a:link {
}

#mainnav ul li a:visited {
}

#mainnav ul li a:hover {
	color: #5F8714;
}

#mainnav li a#current {
	color: #FF8600;
}
.fl {
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}

.fldownload {
	float: left;
	margin-right: 22px;
}


.fr {
	float: right;
	margin-left: 11px;
	margin-right: 11px;
}
.clearit {
	clear: both;
}
.testimonial {
	font-weight: bold;
	color: #3586C8;
}
.divider {
	border-top: 1px solid #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	padding: 0px;
	clear: both;
	margin: 22px 0px;
}
.test {
	float: left;
	margin-right: 11px;
	border: 1px solid #999999;
}
.testblock {
	margin-bottom: 22px;
	clear: both;
	height: 1%;
	overflow: auto;
}
#packagelist {
	float: left;
	width: 38%;
	text-align: left;
	margin-right: 22px;
	border-right: 1px solid #F4F4F4;
	padding-right: 22px;
}

#packagelist ol{
	margin: 0px 0px 11px 22px;
	padding: 0px;
	font-size: 1.2em;
} 
#packagelist ol li{
	list-style-type: disc;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 6px;
}


#packagelist ol li a {
	color: #425D0E;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	list-style-type: disc;
}

#packagelist ol li a:link {
}

#packagelist ol li a:visited {
}

#packagelist ol li a:hover {
	color: #5F8714;
}

#packagelist ol li a#current {
	color: #FF8600;
}
#videoDIV {
	width: 320px;
	float: left;
	text-align: center;
}

#audioDIV {
	text-align: center;
}
