/* Colors adapted frmo "Earth to Tones" as found on kuler.adobe.com */

/* to fill 100% height in IE6 */
* html .everything { height:100% }
html { height: 100%; overflow-y: scroll; }

body {
	margin: 0px;
	background-color: #8B9B84; /* #93A189 */
}
div.all {
	max-width: 768px;
	margin: 0px auto;
	font-family: tahoma;
	font-size: small;
	color: #333333;
}



div.header_bar {
	height: 90px;
	background-image: url(imgs/header_bar.png);
	margin-top: 5px;
	/*text-align: center; //caused display issue with site title image*/
}
div.header_bar_site_image {
	position: absolute;
	padding-top: 5px;
	padding-left: 10px;
}
div.header_bar_site_title {
	position: absolute;
	padding-top: 20px;
	padding-left: 130px;
}
div.header_bar_right_items {
	float: right;
	padding: 6px 6px 6px 6px !important;
	padding: 6px 6px 4px 6px;
}

/*div.header_bar_bookmarks {
	text-align: right;
}*/
div.header_bar_links {
	text-align: right;
	color: #FFFFFF;
	/*padding-top: 50px; /* used with div.header_bar_bookmarks */
	padding-top: 66px;
	font-size: x-small;
}
/*div.header_bar a:link, div.header_bar a:active, div.header_bar a:visited {color: #333333; text-decoration: underline;}
div.header_bar a:hover {color: #333333; text-decoration: none;}*/
a:link, a:active, a:visited {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #FFFFFF; text-decoration: none;}






.nav_container_bg_main ul {
	background-image: url(imgs/navigation_bar.png);
}
.nav_container_bg_body ul {
	background-image: url(imgs/navigation_bar_main_body.png);
}

.nav_container ul {
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	float: left;
	margin: 5px 0px;
	text-indent: 0px;
}

.nav_container ul li { display: inline;}

/*.nav_container ul li.link a:link, .nav_container ul li.link a:active, .nav_container ul li.link a:visited {*/
.nav_container ul li.link a {
	padding: 2px 10px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.nav_container ul li.link a:hover, .nav_container ul li.link a.current {
	color: #FFFFFF;
	background-color: #789E9E;
}

/* Main navigation bar */
.nav_container_bg_main ul li.link_left_end a:hover, .nav_container_bg_main ul li.link_left_end a.current {
	background-image: url(imgs/navigation_bar_left_end.png);
	background-repeat: no-repeat;
}

/* Navigation bar used inside the main body for sub-navigation within a page */
.nav_container_bg_body ul li.link_left_end a:hover, .nav_container_bg_body ul li.link_left_end a.current {
	background-image: url(imgs/navigation_bar_main_body_left_end.png);
	background-repeat: no-repeat;
}








/* Main body of the page */
div.middle {
	clear: both; /* to clear the floats from the title bar images*/
}







div.quick_access {
	position: absolute;
	width: 180px;
	margin: 0px;
}

div.quick_access div.box {
	margin-bottom: 5px;
}

div.quick_access .box_header {
	background-image: url(imgs/quick_access_header.png);
	height: 20px;
	padding-left: 10px;
	color: #2A423C;
	font-weight: bold;
}
div.quick_access .box_body {
	padding-left: 5px;
	color: #2A423C;
/*	background-image: url(imgs/quick_access_body.png);*/
	background-color: #A9A586;
	border-left: 1px #3C5A6C solid;
	border-right: 1px #3C5A6C solid;
}
div.quick_access .box_footer {
	background-image: url(imgs/quick_access_footer.png);
	height: 15px;
	padding-left: 10px;
	color: #2A423C;
}
















div.main_body {
	padding: 0px 0px 0px 185px;
}
div.main_body a:link, div.main_body a:active, div.main_body a:visited, div.main_body a:hover {
	color: #000000;
}
div.main_body_header {
	height: 37px;
	padding: 3px 0px 0px 4px;
	background-image: url(imgs/main_body_header.png);
}
div.main_body_header_small {
	height: 7px;
	padding: 3px 0px 0px 12px;
	background-image: url(imgs/main_body_header_small.png);
}
div.main_para {
	/*background-image: url(imgs/main_body_body.png);*/
	background-color: #D7D7BD;
	border-left: 1px #2C443E solid;
	border-right: 1px #2C443E solid;
	padding: 5px 12px;
	margin: 0px;
}
div.main_para p {
	text-indent: 25px;
	margin-top: 0px;
	line-height: 25px;
}
div.main_body_footer {
	background-image: url(imgs/main_body_footer.png);
	height: 10px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}



table {
	line-height: normal;
	border-collapse: collapse;
}
table.stores, table.styled {
	border: 1px solid #000000; /* #D0D7E5 */
	/*border-collapse: collapse;*/
	margin: 5px 0px;
}
th {
	vertical-align: top;
	text-align: left;
	padding: 1px 10px 3px 5px;
	color: #FFFFFF;
}
td {
	padding: 1px 10px 1px 5px;
}
.dark_row {
	background-color: #3C5A6C;/*  #007B5F */
}
.bottom_row {
	border-top: 1px solid #000000;
}


.color1 {
	background-color: #FFFFFF;/* #E0E0E0 */
}
.color2 {
	background-color: #DFDBDC;/* #EEEEEE #F5F5F5 */
}
.center {
	text-align: center;
}




textarea {
	margin: 0px;
}


.faq {
	line-height: 20px;
}

.faq .heading {
	font-weight: bold;
}
.faq ul {
	padding: 5px 15px;
	margin: 0px;
	list-style: none;
}

/*div.faq a:link, div.faq a:active, div.faq a:visited {color: #333333; text-decoration: underline;}
div.faq a:hover {color: #333333; text-decoration: none;}*/


fieldset {
	border: 1px solid #000000;
}
legend {
	color: #333333;
}
 
input.textbox, select.textbox, textarea {
	border: 1px solid #000000;
}



.flavor_tooltip {
	background-color: #FFFFFF;
	border: 2px #000000 solid;
	padding: 2px 5px;
	line-height: normal;
}

/* form error list */
.fel {
	padding-left: 13px;
	line-height: normal;
	margin: 0px;
}
.fel li {
	color: #D42E12;
}



.smaller {
	font-size: smaller;
}




noscript, .site_message {
	text-align: center;
	font-size: large;
	color: Maroon;
	font-weight: bold;
	line-height: 30px;
}


.tt_header {
	background-color: #A9A586;
	border: 1px solid #3D5B6C;
	border-bottom: 1px solid #3D5B6C;
	color: #FFFFFF;
	padding: 1px 4px 2px 6px;
	font-family: tahoma;
	font-size: small;
	width: 350px;
}
.tt_body {
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: tahoma;
	font-size: small;
	padding: 5px;
	width: 350px;
}


div.profile_col_left {
	float: left;
	width: 150px;
}
div.profile_col_right {
	float: left;
	padding-left: 10px;
	width: 395px
}


div.ul_section_header {
	font-weight: bold;
}
ul.ul_section_items {
	margin-top:0px;
	padding-left: 20px;
	margin-left: 0px;
	line-height: 20px;
	list-style: none;
}







/* processing bar */
div.main_body_processing {
	padding: 0px 0px 0px 185px;
	display: none;
}


.clearboth {
	clear: both;
}