/* 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: Arial, Helvetica, sans-serif;
	background: #ffffff url(../Img/spark-bodyBG.jpg) repeat-x center top;
}
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: #224a6b;
}
h1 {
	font-size: 26px;
	color: #96959a;
}
h2 {font-size: 14px;}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
a { color: #474747; }
a:hover { text-decoration: none; }
.link { cursor: pointer; }

/* ====================== layout & columns ========================*/
#container {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#main {
	clear: both;
	background: url(../Img/spark-mainBottomBG.png) no-repeat left bottom;
	padding-bottom: 36px;
	margin-left: 14px;
	position: relative
}
* html #main {
	background: url(../Img/spark-mainBottomBG.gif) no-repeat left bottom;
	width: 970px;
}
#mainTop {
	background: url(../Img/spark-mainTopBG.png) no-repeat left top;
	padding-top: 16px;
	padding-left: 35px;
	padding-right: 49px;
}
* html #mainTop {
	background: url(../Img/spark-mainTopBG.gif) no-repeat left top;
	width: 886px;
}
.more {
	display: block;
	text-align: right;
}

#contentBottom {
	padding-top: 6px;
	width: 900px;
}

.contentBox {
	float: left;
	margin-right: 4px;
	position: relative;
}
* html .contentBox {
	margin-right: 2px;
}
.contentBox.newsBox {
	background: url(/Common/Img/spark-box1.jpg) no-repeat left top;
	width: 220px;
	height: 233px;
}
.contentBox h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	width: 165px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	text-transform: uppercase;
	background: url(../Img/spark-boxh2BG.png) no-repeat left top;
}
.contentBox h2 { behavior: url(/Common/Scripts/iepngfix.htc); }
.contentBox h2 a {
	color: #ffffff;
	text-decoration: none;
}
.contentBox h2 a:hover { text-decoration: underline; }

.contentBox.newsBox h2 {
	position: relative;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	width: 220px;
	text-align: center;
	padding: 5px 0px 8px 0px;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: url(../Img/spark-newsBoxh2BG.png) no-repeat left top;
}
.contentBox.newsBox h2 { behavior: url(/Common/Scripts/iepngfix.htc); }
.contentBox.newsBox p {
	padding: 0px 15px 15px 55px;
	font-size: 12px;
}

#panes #contactLeft {
float:left;
width:420px;
}

#panes #contactRight {
	float:left;
	width:420px;
	padding-top: 45px;
}


.newsCan {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* ====================== Header & Footer ====================== */
#header {
	background: url(../Img/spark-headerBG.jpg) repeat-x left top;
	height: 26px;
	width: 999px;
}
#searchArea {
	text-align: right;
	padding-right: 9px;
	padding-top: 3px;
	position: relative;
}

#searchArea input {
	border-top: 1px solid #a5a4a4;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #7d7d7d;
	border-left: 1px solid #b2b1b0;
	height: 17px;
}
#logo { padding-left: 44px; }


#footer {
	clear:both;
	text-align: center;
	line-height:1.6;
	color:#666666;
}
#footer ul {}
#footer li {}
#footer li a {}	

/* ====================== Menu ====================== */
#navMenu {
padding-top:13px;
	padding-left: 80px;
	padding-right: 80px;
	height: 15px;
}
#navMenu ul { padding: 0px; }
#navMenu ul li {
	list-style-type: none;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#navMenu ul li a {
	color: #bac3cd;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navMenu ul li a:hover { color: #ffffff; }
#navMenu ul ul {}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu ul li.menuHome { display: none; }
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu ul li.CurrentCategory1 a {
	color: #ffffff;
}

#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: #224a6b;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	
.SearchResultTitle a:hover {text-decoration: underline;}
.SearchResultsHighlight {
	color: #9d9a99;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #204767;}
#results div a span {background-color: #204767;}	
.ezcount {
	float: right;
	color: #ffffff;
	font-size: 9px;
}
#results {
	right: 9px;
	top: 22px;
	text-align: left;
	z-index: 99;
	width: 184px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #ffffff;
	background-color: #b5b5b6;
}
#results a {color: #ffffff;}
#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); }
