/* CSS Document */
a:active, a:link, a:visited {
	text-decoration: none;
	color: #FF3399;
}

a:hover {
	color: #FF3399;
	text-decoration: underline;
}
.navigation, .navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #485623;
	font-weight: bold;
}
.navigation a:hover {
	color: #DC559A;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #DC559A;
	text-decoration: none;
	text-align: center;
}


.stdtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: left;
	line-height: 1.3em;
}

.stdtextCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: center;
	line-height: 1.3em;
}

.stdtextListFAQ, .stdtextListFAQ a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: left;
	line-height: 1.3em;
}

.stdtextListFAQ a:hover  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: left;
	line-height: 1.3em;
	text-decoration:underline;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #DC559A;
	text-align: left;
	line-height: 1.3em;
}
.headerGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #669900;
	text-align: left;
	line-height: 1.3em;
}

.returnTop a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: left;
}

.footer, .footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
}
.pricingTable {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #485623;
	text-align: left;
	margin-left: 100px;
}
.pricingTableLeftCol {
	width: 270px;
}

/* The incredible step carousel script from Dynamic Drive */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 580px; /*Width of Carousel Viewer itself*/
	height: 290px; /*Height should enough to fit largest content's height*/
	border: 2px solid #485623 ;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 1px; /*margin around each panel*/
	/* width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
