﻿/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik/Rob Robbins  -  Last Updated: 2008-09-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url('/Common/Img/BG2.gif');
	background-repeat:repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;}
	
td {vertical-align: top;}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4, h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;
}
h1 {font-family:Optima, Tahoma, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#663333;
	padding-bottom:10px;}
	
h2 {font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003366;}
h3
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003366;
}	

ul {
	/*padding-bottom: 15px;*/
	padding-left: 20px;
}
p {padding-bottom: 15px;}

/* ====================== layout & columns ========================*/
#container {width: 784px;
	margin: 0px auto;}

#BluebarMain
{
	width: 784px;
	height: 245px;
	background-image:url('/Common/Img/Blue-Main.png');
	background-repeat:no-repeat;
}
#BluebarCat
{
	width: 784px;
	background-image:url('/Common/Img/bluebar-cat2.png');
	background-repeat:no-repeat;
	background-position: top;
	margin-left:2px;
	padding-bottom: 5px;

}

#pagePhoto
{
	width:558px;
	height:233px;
	float:right;
	padding-top:5px;
	padding-right:20px;
}
#pagePhotoCat
{
	width:558px;	
	float:right;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:5px;
}
#main {
	clear:both;
	width: 784px;
	background-image:url('/Common/Img/Container-Main.png');
	background-repeat:no-repeat;}
#calloutContainer {
	float:right;
	width:213px;
	padding-right:23px;
}
.callout {
	padding-top: 20px;
}
#quotebox
{
	/*height:211px;*/
	background-image:url('/Common/Img/Quotebox-T.gif');
	background-repeat:no-repeat;
	margin-top:10px;
}
#quotebox h1
{
	font-family:Optima, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color: white;
	padding-top:8px;
	padding-left:10px;
}
#quotebox p
{
	font-family:Tahoma;
	font-size:12px;
	color:white;
	padding:2px 10px 2px 10px;
}
#quotebox .info
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	color:white;
}
#quotebox .link
{
	font-family:Tahoma;
	font-size:9px;
	font-weight:bold;
	color:white;
}
#quotebox a
{
	text-decoration:underline;
	color:white;
}

#mainContent
{
	float:left;
	width:494px;
	margin-left:20px;
	margin-top:10px;
	padding-left:4px;
	padding-bottom:30px;
	
}
* html #mainContent {margin-left: 10px;}
#bottomBoxes
{
	width:736px;
	margin-left:20px;		
}
#bottomBoxes #l
{
	float:left;
	width:360px;
	height:192px;
	background-image:url('/Common/Img/BottomBox-L.gif');
	background-repeat:no-repeat;
}
#bottomBoxes #r
{
	float:right;
	width:376px;
	height: 192px;
	background-image:url('/Common/Img/BottomBox-R.gif');
	background-repeat:no-repeat;
}
#bottomBoxes h1
{
	font-family:Tahoma;
	font-weight:bold;
	font-size: 14px;
	color:white;
	padding:12px 0px 3px 18px;
}
#bottomBoxes h2
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
	color:#003366;
	padding: 5px 4px 0px 145px;
}
#bottomBoxes #r h2
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
	color:#003366;
	padding: 5px 145px 0px 18px;
}
#bottomBoxes p
{
	font-size:10px;
	padding: 0px 4px 0px 145px;
}
#bottomBoxes #r p
{
	font-size:10px;
	padding: 0px 145px 0px 18px;

}
#bottomBoxes a
{
	text-decoration:underline;
	color:#003366;
}
#bottomBoxes #l ul
{
	padding:0px 4px 0px 158px;
}
#bottomBoxes #l ul li
{
	list-style-image:url('/Common/Img/Li-Arrow-Blue.gif');
}

/* ====================== Header & Footer ====================== */
#header {width: 784px;
	height: 96px;
	background-image:url('/Common/Img/container-top.png');;
	background-repeat:no-repeat;
	font-family: Optima, Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#003366;
}
#headerLogo
{
	float:left;
	width: 169px;
	height: 57px;
	margin-top:20px;
	margin-left:20px;
}
#headerRight {
	float:right;
	padding-right: 25px;
}
#headerSearchbox
{
	width:178px;
	height:43px;
	padding-left: 20px;
	margin-top:3px;
	background-image:url('/Common/Img/Search-BG.gif');
	background-repeat:no-repeat;
	float:right;
}
#headerSearchbox input
{
	margin-top:10px;
	width:120px;
}
#headerSearchbox a
{
	margin-left: 3px;	
}
.link
{cursor:pointer;}
#headerText
{
	padding-top: 5px;
	font-size: 14px;
	clear: both;
} 
#headerText strong {
	font-size: 18px;
}
#headerPromo {
	float: left;
	padding-top: 5px;
}
#footer
{
	width: 784px;
	font-size:12px;
	color:white;
}
#footer p
{
	padding:10px 24px 10px 24px;
}
#footer p .right
{
	float:right;
	padding-bottom:10px;	
}
#footer p .left
{
	float:left;
	padding-bottom:10px;	
}

#footer a
{
	text-decoration:none;
	color:white;
}
#footer a:hover
{
	text-decoration:underline;
}
/* ====================== Menu ====================== */
#navMenu {float:left;
	width:150px;
	
	padding-left:20px;
	margin-top:10px;
	font-family:Optima;
	font-size:15px;
	color:white;}
#navMenu ul {padding-left:5px;}
#navMenu ul li {list-style:none;
	line-height:31px;
	text-indent:25px;}
#navMenu ul li a {height: 31px;
	width: 156px;
	text-decoration:none;
	color:white;
	background-image:url('/Common/Img/btnNav-BG1.png');
	display:block;}
#navMenu ul li.bottomLink a {height: 31px;
	width: 156px;
	text-decoration:none;
	color:white;
	background-image:url('/Common/Img/btnNav-BG5.png');
	display:block;}

#navMenu ul li a:hover {height: 31px;
	width: 156px;
	color:#663333;
	background-image:url('/Common/Img/btnNav-BG2.png');
	display:block;}
#navMenu ul li.bottomLink a:hover {height: 31px;
	width: 156px;
	color:#663333;
	background-image:url('/Common/Img/btnNav-BG6.png');
	display:block;}

#navMenu ul ul {}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: none;}

#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 */
#header, #BluebarMain, #BluebarCat, #main, #navMenu ul li a { behavior: url('/Common/Scripts/iepngfix.htc'); }

