@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00704A;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
}
.mainbody {
	background-image: url(../images/body_bknd.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	text-align: left;
	vertical-align: text-top;
}
.footer_text {
	background-image: url(../images/footer_r2_c1.jpg);
	text-align: left;
	vertical-align: text-top;
	padding-left: 32px;
	font-size: 10px;
	color: #CCCCCC;
}
.arrowgreen{
	width: 221px;
	border-size: 1px;
}
.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
.arrowgreen li a{
	display: block;
	height: 25px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/nav_down.jpg);
	background-position: 100% 0;
	padding-left: 35px;
	line-height: 25px;
}		
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #494949;
}

.arrowgreen li a:hover{
	color: #00704A;
	background-image: url(../images/nav_up.jpg);
}	
.arrowgreen li a.selected{
	color: #00704A;
	background-image: url(../images/nav_up.jpg);
}
.navbar {
	background-image: url(../images/nav_bknd.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	height: 100%;
}
.info_table {
	font-size: 11px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	vertical-align: text-top;
	width: 290px;
}
.headline1_grey {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:link {
	color: #38A485;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #38A485;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #38A485;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 650px; /*width of featured content slider*/
	height: 250px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/bar_bknd.jpg);
	background-repeat: repeat-x;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #00704A;
	font-size: 12px;
	font-weight: normal;
}
.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #00704A;
}
.body_paragraph {
	padding-left: 15px;
	font-size: 12px;
	color: #333333;
}
.9pttext_grey {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.10pttext_grey {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.12pttext_greyBold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.12pttext_grey {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.12pttext_green {
	font-size: 12px;
	color: #00704A;
	font-weight: normal;
	text-decoration: none;
}
.12ptBold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.14pt_greytext {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.repeattable1 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.WADAResults {
	font-size: 11px;
}

.WADAResultsNavigation {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BABDC2;	
}
.WADAResultsCount {

	text-align: right;
	float: right;
}

#WADAResultsNavTop {
	margin-left: 6px;
	float: right;
}
.WADAResultsNavTable {
	margin: 0px;
}
.WADAResultsNavTable td {}

#WADAResultsTable {
	margin-top: 7px;
	margin-bottom: 7px;
}
.WADAResultsEntry {

	padding-bottom: 7px;
}

.WADAResultThumbArea {
	float: left;
	margin-bottom: 45px;
}

.WADAResultInfoArea {


	margin-left: 169px;


}
.WADAResultTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.WADAResultDescription {
	margin-top: 2px;
}

.WADAResultCommerceArea {
	margin-top: 7px;
}
.WADAResultCommerceButton {
	float: left;
}
.WADAResultPrice {
	float: right;
	font-weight: bold;
}


.WADAResultsBackTop {
	float: left;
}
.WADAResultsCountBottom {

	text-align: right;
	float: right;
}

#WADAResultsNavBottom {
	margin-left: 6px;
	float: right;
}
.WADAResultTitle-blue {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}
.WADAResultTitle-red {
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}
.WADAResultTitle-green {
	font-size: 16px;
	font-weight: bold;
	color: #00704A;
}
.WADAResultTitle-grey {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.info_table2 {
	font-size: 11px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	vertical-align: text-top;
}

