﻿/* Design44 Base HTML/CSS  -  Written By: Eric Florez  -  Last Updated: 2006-09-07 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}

body, table, p, a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;}
body {
	text-align: center;
	background: #003A66 url(/Common/Img/bkgndBody.gif) repeat 0px 0px;}
	
input, select, textarea {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;}
ul {
	padding: 0px;
	list-style-type: square;
	margin: 0px 0px 0px 20px;}
li {padding: 0px;}
li a {text-decoration: underline;}

a h1, a h2, a h3, a h4, a h5, a h6, a h7, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	color: #003A66;
	display: inline;
	text-decoration: underline;}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	color: #003A66;
	font-weight: normal;}
h1, h1 a {
	font-size: 18px;
	padding-bottom: 15px;}
h2, h2 a {
	font-size: 16px;
	padding-bottom: 10px;}
h3, h3 a {font-size: 14px;}
h4, h4 a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;}
h5, h6, h7, h5 a, h6 a, h7 a {
	color: #000000;
	font-size: 10px;}

a {text-decoration: underline;}

p {padding: 0px 0px 15px 0px;}

#content ul {padding-bottom: 10px;}

img {
	border: 0px;
	padding: 0px;}

.link, .storeLists a {
	cursor: hand;
	cursor: pointer;}

/* ====================== Layout & Columns ========================*/
#pageContainer {
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #FFFFFF url(/Common/Img/bkgndPageContainer.jpg) repeat-y 0px 0px;}
#main {}

#leftMaster {
	/*there is no width set on this div, instead a margin-right subtracts from the "main" to determin the width */
	/*LM must come after RM in the structure of the HTML*/
	margin: 0px 555px 0px 54px;}
#rightMaster {
	float: right;
	width: 554px;}
#rightMasterCol1 {
	padding-top: 10px;
	margin: 0px 230px 0px 10px;}
#rightMasterCol2 {
	float: right;
	width: 205px;
	padding: 10px 10px 0px 0px;}

#content {padding: 10px;}


#pagePhotoContainer {
	top: 0px;
	right: 0px;
	z-index: 800;
	width: 554px;
	height: 100px;
	overflow: hidden;
	position: absolute;}

#dynamicCategoryTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;}
#dynamicPageTitle {display: none;}


/* ====================== Header/Footer Positioning ====================== */
#header {
	height: 100px;
	position: relative;}

#logo {
	top: 0px;
	left: 0px;
	z-index: 900;
	position: absolute;}

#banner {
	left: 0px;
	top: 100px;
	z-index: 800;
	position: absolute;}
	
#footer {
	text-align: left;
	margin: 30px 30px 30px 10px;}

#footer p {
	color: #939393;
	font-size: 10px;
	padding-bottom: 10px;}
#footer ul {
	margin: 0px;
	list-style: none;
	padding-top: 10px;
	border-top: 1px solid #939393;}
#footer li {
	margin: 0px;
	display: inline;
	padding: 0px 10px 0px 0px;}
#footer a {
	color: #939393;
	text-decoration: none;}




/* ====================== Menu ====================== */
#navMenu {}
	
#navMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none none;}
#navMenu li {
	padding: 1px 0px;
	position: relative;}
#navMenu li a {
	text-align: left;
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 0px 15px;}
#navMenu li a:hover {color: #AC0233;}

#navMenu ul ul {
	margin-left: 35px;
	list-style-type: disc;}
#navMenu li li {padding: 2px 0px;}
#navMenu li li a {
	padding: 2px 0px;
	font-weight: normal;}
#navMenu li li a:hover {color: #900D35;}

#navMenu li.menuAltItem a {background-color: #9BB412;}
#navMenu li.menuAltItem li a {background-color: #C4D730;}


/* ====================== Hide/Show Menu Links ====================== */
#navMenu ul ul, #navMenu li.menuHome ul, #hidden {display: none;}

#navMenu .CurrentCategory1 ul {display: block;}

#navMenu li.CurrentCategory1 li a {color: #000000;}
#navMenu .CurrentCategory1 a, #navMenu li li.CurrentPage a {color: #900D35;}


/* ====================== Callouts ======================== */
.callout {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 1px solid #C7D644;
	border-collapse: collapse;
	background-color: #EBEBEB;}

.contentPage .callout {
	float: right;
	clear: right;
	width: 205px;
	margin-left: 15px;}

.callout table {width: 100%;}

.callout h1, .tableHead, .tableHead a {
	color: #003A66;
	font-size: 18px;
	text-decoration: none;
	padding: 8px 0px 8px 5px;
	background-color: #C7D644;}
.tableDesc {
	width: 130px;
	padding: 5px 5px 0px 5px;}
	
/* ====================== Home Page Overides ====================== */	
.categoryHome #header {height: 320px;}
.categoryHome #pagePhotoContainer {
	height: 320px;
	background-image: url(/Common/Img/pagePhotoHomeLogo.jpg);
}

.categoryHome #navMenu {
	padding-top: 105px;
	margin: 0px 554px 0px 54px;}

.categoryHome #content {padding: 0px;}

.categoryHome #leftMaster .callout {
	border: none;
	background: none;}

.categoryHome #leftMaster .callout div, .categoryHome #leftMaster .callout table {text-align: center;}


/* ====================== Event Detail Overides ====================== */
.eventCalendar .eventDesc {padding: 2px 5px 0px 5px;}

.eventDetails #pageContainer {
	width: 500px;
	background: #FFFFFF url(/Common/Img/bkgndPageContainerEvent.jpg) repeat-y 0px 0px;}

.eventDetails #main {padding: 10px 10px 10px 55px;}

.eventDetails #header {background-color: #003A66;}
	

/* ====================== Store Diretory Overides ====================== */
.storeLists a {
	display: block;
	text-decoration: none;}
.storeLists a:hover {
	color: #AC0233;
	cursor: pointer;
	cursor: hand;}
	

/* ====================== Search Results ======================== */
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #B1271C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #B1271C;
	font-style: italic;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #E1D6CD;}

#results div a span {background-color: #CC7169;}
	
.ezcount {
	float: right;
	color: #B1271C;
	font-size: 9px;}

#results {
	top: 36px;
	right: 0px;
	z-index: 999;
	width: 175px;
	display: block;
	overflow: hidden;
	text-align: left;
	position: absolute;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #FFFFFF;}
#results a {color: #B1271C;}

#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: #FFFFFF;}


/* ====================== Styling for Submit button on Login ========================*/
a.adminButton {display: block;}
.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-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #636363;
	border-right: 8px solid #C7D644;}
	
	


