/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #474747;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
td {vertical-align: top;}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;
}
h1 {
	font-size: 21px;
	color: #346288;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../Img/h1BG.gif) repeat-x left bottom;
	padding-bottom: 4px;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 25px;
}
h2 {
	font-size: 11px;
	color: #346288;
	padding-bottom: 15px;
}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
a { color: #346288; }
a:hover { text-decoration: none; }
.link { cursor: pointer; }

/* ====================== layout & columns ========================*/
#container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #346288;
}
#main { clear: both; }
#left {
	float: left;
	width: 279px;
}

.callout { padding-top: 3px; }
#calloutContainer {
	border-top: 1px solid #aaa89e;
	float: left;
	width: 180px;
	padding: 10px;
}
#right {
	float: left;
	width: 519px;
	padding-top: 8px;
}
.home #right {
	padding-top: 0px;
}
#content {
	border-top: 1px solid #aaa89e;
	background: #f3f2ee;
	padding: 30px;
	height: 315px;
	overflow: auto;
	float: left;
	width: 259px;
}
.home #content {
	height: 415px;
	width: 299px;
	padding: 10px;
}
.fullWidth #content {
	width: 459px;
}

/* ====================== Header & Footer ====================== */
#header {
}
#footer {
	background: #f3f2ee;
	height: 19px;
	padding: 9px 80px 5px 50px;
	font-size: 10px;
	clear: both;
}
#footer ul { float: right; }
#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer li a { color: #797977; }	
#footer li a:hover { text-decoration: none; }


/* ====================== Menu ====================== */
#navMenu {
	border-bottom: 1px solid #a9a99d;
	background: url(../Img/spark-hope-navBG.gif) repeat-x left top;
	padding-right: 30px;
	width: 768px;
	position: relative;
}
#navMenu ul {
	padding: 0px;
	height: 23px;
	background: url(../Img/spark-hope-navBorder.gif) no-repeat right top;
	text-align: right;
	float: right;
}
#navMenu ul li {
	list-style-type: none;
	float: left;
	background: url(../Img/spark-hope-navBorder.gif) no-repeat left top;
	padding: 4px 8px 6px;
}
#navMenu ul li a {
	color: #605f5b;
	text-decoration: none;
}
#navMenu ul li a:hover { color: #000000; }
#navMenu ul ul {
	position: absolute;
	right: 0px;
	top: 60px;
	font-size: 10px;
}
.calendar #navMenu ul ul {
	top: 85px;
	right: 15px;
}
#navMenu ul ul li a { color: #999999; }

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu ul li.home {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu ul li.CurrentCategory1 a {color: #000000;}
#navMenu ul li.CurrentCategory1 ul li a { color: #666666; }
#navMenu ul li.CurrentCategory1 ul li a:hover {color: #000000;}
#navMenu ul li.CurrentCategory1 ul li.CurrentCategory2 a {color: #000000;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;
}
#searchBox {padding-top: 10px;}
#searchResultsPage #content {padding: 0px 15px 0px 45px;}
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #423E34;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	
.SearchResultTitle a:hover {text-decoration: underline;}
.SearchResultsHighlight {
	color: #E7B060;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #4D6177;}
#results div a span {background-color: #4D6177;}	
.ezcount {
	float: right;
	color: #E7B060;
	font-size: 9px;
}
#results {
	z-index: 99;
	width: 175px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #F5F1D0;
}
#results a {color: #E7B060;}
#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;
}

/* ====================== 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: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #423E34;
	border-right: 8px solid #4D6177;
}

/* PNG Background Fix for IE6 */
#idclass { behavior: url(iepngfix.htc); }

