/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #828770;
}

a:link {
	color: #05096C;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #990000;
	text-decoration:none;
}
a:active {
	color: #CC0000;
	text-decoration:none;
}

hr{
	color: #333333;
	height: 1px;
	width: 90%;
}

h1 {
	color: #333333;
	font-size: 1.3em;
	margin: 0px;
}

h2 {
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #333333;
	padding: 3px 3px 3px 6px;
	clear: both;
}
h3 {
	color: #333333;
	font-size: 1em;
	border-bottom: #333333 1px solid;
}
.checkmarkList { 
	list-style-image: url(../../../images/checkmark.gif);
}
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #333333;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #333333;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #ffffff;
	color: #333333;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* custom styles */
.redBorder {
	border: #333333 0px solid;
	background-color: #FFFFFF;
}
/* side nav links */
#sideMenuDiv {
	padding: 0px;
	margin: 0px;
}
#sideMenuDiv a:link, #sideMenuDiv a:visited, #sideMenuDiv a:hover, #sideMenuDiv a:active  {
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 16px;
	margin: 1px 0px 1px 0px;
	text-decoration: none;
}
a.catLink:link, a.catLink:hover, a.catLink:visited, a.catLink:active {
	font-weight: bold;
	background-color: #FFFFFF;
}
a.catLink:hover {
	background: #FA000B;
	color: #FFFFFF;
}
a.catLink-on:link, a.catLink-on:hover, a.catLink-on:visited, a.catLink-on:active {
	font-weight: bold;
	background-color: #DDDFEC;
}
a.catLink-on:hover {
	background: #FA000B;
	color: #FFFFFF;
}

/* other styles */
#mainContent {
	padding: 15px;
}
.topButton {
	text-align: right;
}
.FAQquestion {
	color: #DE0734;
	font-weight: bold;
}
.FAQanswer {
	color: #000000;
	margin: 0px 0px 20px 30px;
}
.textCallout {
	width: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	border: 3px solid #DE0734;
}

/* location styles */
.locationDetails {
	float: left;
	clear: both;
	width: 572px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	/*border-bottom: 2px solid #DE0734;*/
}
.locationDetails img {
	float: left;
	margin-right: 15px;
}
/*.locationDetails h2 { 
	float: inherit;
	margin-top: 0px; 
	padding-top: 0px;
}*/
.locationDetails .viewMap img {
	border-width: 0px;
}

.photoRight {
	border: 0px solid #DE0734;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.photoRightPlain {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.resultList {
	float: left; 
	overflow: hidden;
	margin: 0px;
	width: 175px;
	height: 250px;
}
.EcoName {
	color: #333333;
}