/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}


form, #bodyId { height: 100%; }

html, body {
height:100%;
height:auto;
	color: #474747;
	font-size: 11px;
	font-family:"Times New Roman", Times, serif;
	background: url(/Common/Img/mainbg_new.jpg) bottom right;
}


img, div, #btnEnter { behavior: url('/Common/Scripts/iepngfix.htc'); }

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: #000000;
}
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}

ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;
font-size:13px;
color:#333333;}


 .bg_burn {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ====================== layout & columns ========================*/

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	*height:100%;
	min-height:100%;
}

#main {
width:750px;
background-color:#FFFFFF;
height:auto;
float:left;
padding-bottom:240px;
margin-left:11px;
}

#mainPic{
float:left;
clear:both;
position:relative;

}


#homeSign {
position:absolute;
right:10px;
top:0px;

}

#homeSign { 
behavior: url('/Common/Scripts/iepngfix.htc'); 
}


#mainText {
width:425px;
padding:25px;
float:left;

}


#callout01 {
float:left;
padding:20px 10px;

}


#sign {
margin-bottom:-150px;
margin-left:20px;

}


#news {
width:254px;
height:230px;
position:absolute;
left:30px;
bottom:0px;
background:url(/Common/Img/backgrounds/news_bg.png) no-repeat bottom center;
padding-left:20px;
padding-right:20px;
padding-top:30px;
}

.newsItem {
margin-top:10px;
width:228px;
border:1px solid #FFFFFF;
background:url(/Common/Img/backgrounds/newsItem_bg.png) no-repeat top center;
padding:5px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
} 

.newsItem a {
text-decoration:none;
color:#FFFFFF;
}

.newsItem h2 {
color:#FFFFFF;
font-size:16px;
}


/* ====================== Header & Footer ====================== */

#header {
padding-top:15px;
float:left;
}


#footer {
height:167px;
background: url(/Common/Img/backgrounds/footer_bg_new.jpg) repeat-x;
width:850px;
clear:both;
position:absolute;
bottom:0px;
margin-left:59px;
padding-right:150px;
padding-top:50px;
}

#footer { 
behavior: url('/Common/Scripts/iepngfix.htc'); 
}




#bottomLogos {
float:left;
margin-top:100px;
margin-left:330px;
}

#bottomLogos  img {
padding-left:20px;
}

#footer ul {
}
#footer li {}
#footer li a {}	

#bottomLinks {
float:right;
height:26px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#bottomLinks ul {
list-style:none;
}

#bottomLinks ul li {
display: inline;
list-style-type: none;
padding:0px 5px;
}

#bottomLinks ul li a{
color:#FFFFFF;
text-decoration:none;
}


/* ====================== Menu ====================== */
#navMenu {
float:left;
width:762px;
height:39px;
background:url(/Common/Img/nav_bg_new.jpg) repeat-x;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding-top:17px;
padding-left:10px;
}

#navMenu ul {
list-style: none;
padding:0px;}

#navMenu ul li { display:block;
float: left;
padding:5px 13px;}

#navMenu ul li a {
color:#cdcabb;
text-decoration:none;
font-weight:bold;}

#navMenu ul li a:hover {
color:#FFFFFF;}

#navMenu ul ul {}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul li.CurrentCategory1 {background:url(/Common/Img/backgrounds/nav_category_bg.jpg) repeat-x;
}
#navMenu ul li.CurrentCategory1 a {
color:#ffffff;
}

#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#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); }