/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #8CC63F;
	background-image: url(/Common/Img/crossroads-bodyBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	vertical-align: top;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h3, h5, h6, h7 {
	color: #0965AE;
	font-weight: normal;}
h1 {
	font-size: 18px;
	color: #6A237D;
	padding-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h4 {
	color: #951A0A;
}
h3, h4, h5, h6, h7 {
	font-size: 12px;
	font-weight: bold;}

ul {
	list-style-type: none;}
li {
	padding: 3px 30px 3px 20px;
	background: url(/Common/Img/bulletGray.gif) no-repeat 10px 6px;}
li a {
	text-decoration: none;
	padding: 3px 0px 3px 0px;}
li a:hover {text-decoration: underline;}

p {padding-bottom: 15px;}
.link {
	cursor: hand;
	cursor: pointer;
}

/* ====================== layout & columns ========================*/
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#left {
	width: 201px;
	padding-left: 45px;
	padding-top: 35px;
	float: left;
	background-image: url(/Common/Img/logo-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
*html #left {
	margin-top: -3px;
}
#right {
	width: 554px;
	padding-bottom: 15px;
	float: left;
}
#leftMaster {
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	width: 533px;
}

.storelist table {
	width: 98%;
	margin-left: 10px;}

/* ====================== Header & Footer ====================== */
#headerContainer {background-color: #CCCCCC;}

#chamberLogo {
float:left;
padding:15px;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: right;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
}	

/* ====================== Menu ====================== */
#navMenu {
	margin-bottom: 120px;
}
#navMenu ul {
	list-style-type: none;
}
#navMenu li {
	padding: 0px 0px 0px 9px;
	font-size: 16px;
	margin-bottom: 5px;
	background-color: #E5F0D4;
}
#navMenu li a {
	padding: 0px;
	color: #6A237D;
	font-weight: bold;
	text-decoration: none;
}
#navMenu li li {
	padding: 2px 0px 0px 25px;
	font-size: 11px;
	margin: 0px 0px 0px -9px;
}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #navMenu .menuHome, .hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu li.CurrentPage, #navMenu li.CurrentCategory1 {background-color: #A0C1BB;}
#navMenu li.CurrentPage a, #navMenu li.CurrentCategory1 a {color: #005480;}
#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */


/* ========================== Callout Styles ========================== */
.callout {
	margin-bottom: 10px;
	background-image: url(/Common/Img/calloutBG.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}
.callout h1 {
	color: #E5F0D4;
	background-image: url(/Common/Img/calloutH1.gif);
	width: 194px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 25px;
}
.callout p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.calloutContainer {
	float: right;
	width: 219px;
	padding: 0px 0px 10px 10px;
}
/* ============ */
.homeFlash {
	background-image: url(/Common/Img/crossroads-homeFlashBG.gif);
}

/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 5px 0px 5px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #005480;
	border-right: 8px solid #A0C1BB;}