/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-03-27 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #006990;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #706A63;
}
td {vertical-align: top;}

#container input {
	font-size: 10px;
	height: 12px;
}
#container select {
	font-size: 10px;
	height: 15px;
}
*html #container input {vertical-align: middle;}
h5, h6, h7 {font-weight: bold;}
h1 {font-family: Helvetica, sans-serif;}
h2 {
	font-size: 13px;
	padding-left: 15px;
	padding-right: 10px;
}
h3 {
	font-size: 11px;
	color: #006990;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 5px;
}
h4 {
	font-size: 10px;
	color: #810024;
}
ul {
	padding-left: 20px;
	padding-bottom: 15px;
}
li {padding: 3px 30px 3px 0px;
	margin-left: 15px;}
a {color: #706F73;}
a:hover {text-decoration: none;}
.link {
	cursor: hand;
	cursor: pointer;
}

/* ====================== layout & columns ========================*/
#container {
	background-image: url(/Common/Img/mainBG.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 17px;
	padding-left: 5px;
}	
.searchContainer {
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 14px;
}
#photoContainer {
	float: left;
	margin-bottom: 15px;
	width: 433px;
}
.home #photoContainer {
	margin-bottom: 13px;
	clear: both;
	float: none;
	width: 800px;
}
.flash {
	float: left;
	background-image: url(/Common/Img/image1.jpg);
}
#quickLinks {
	width: 146px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDC;
	border-left-color: #B8B7B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949396;
	padding-bottom: 10px;
}
#quickLinks h2 {
	font-size: 11px;
	padding-left: 15px;
	color: #810024;
	padding-bottom: 7px;
	background-image: url(/Common/Img/secQuickLinksH1.gif);
	background-repeat: no-repeat;
}
#quickLinks h3 {
	padding-left: 5px;
	padding-bottom: 2px;
}
#quickLinks ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
#quickLinks li {
	background-image: url(/Common/Img/quickLinks-li.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 9px;
	padding: 0px 0px 0px 23px;
	margin-left: 0px;
}
#quickLinks li a {
	text-decoration: none;
}
#quickLinks li a:hover {
	color: #810024;
}
#quickLinks input {
	margin-left: 5px;
}
.home #quickLinks {
	background-image: url(/Common/Img/quick-linksBG.gif);
	height: 171px;
	width: 153px;
	padding-left: 33px;
	padding-top: 29px;
	padding-bottom: 0px;
	float: left;
	border: none;
}
.home #quickLinks h2 {
	font-size: 14px;
	background-image: none;
	padding-bottom: 0px;
}
.home #quickLinks ul {
	padding-top: 8px;
	padding-left: 1px;
}
.home #main {
	margin-left: 19px;
	margin-right: 20px;
}
#main {
	margin-left: 42px;
}
#left {
	width: 149px;
	background-image: url(/Common/Img/navMenuBG.jpg);
	background-repeat: no-repeat;
	float: left;
}
#left h3 {
	background-image: url(/Common/Img/h3Border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#right {
	float: left;
	margin-left: 4px;
	width: 604px;
}
.pageTitle {
	height: 80px;
	float: left;
	width: 153px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B8B7B9;
	border-bottom-color: #B8B7B9;
	padding-left: 18px;
	padding-top: 47px;
}
#dynamicCategoryTitle {
	font-size: 20px;
	color: #810024;
}
#content {
	width: 422px;
	float: left;
}
#content h1 {
	font-size: 12px;
	color: #706F73;
	padding-left: 21px;
	padding-bottom: 15px;
	background-image: url(/Common/Img/contentTop.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
}
#content p {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.home #content {
	width: 579px;
}
.home #content div {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B8B7B9;
	border-left-color: #B8B7B9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBDC;
	margin-bottom: 15px;
}
.home #content h1 {
	background-image: url(/Common/Img/h1BG.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: normal;
	color: #810024;
	background-position: left 30px;
	padding-bottom: 5px;
}
.home #content h2 {
	background-image: url(/Common/Img/h1BG.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	margin-top: 25px;
	background-position: left 10px;
	padding-left: 21px;
	padding-bottom: 5px;
}
.home #content img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#contentTable, .contactTable {
	font-size: 10px;
	margin-left: 15px;
}
#contentTable tr {
	background-image: url(/Common/Img/tableCellBorder.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentTable td {
	padding-top: 10px;
	padding-bottom: 10px;
}
img.contentPhoto {
	padding-right: 10px;
	padding-bottom: 10px;
}

/* ====================== Header & Footer ====================== */
#header {
	height: 86px;
	background-image: url(/Common/Img/headerBG.gif);
	background-repeat: no-repeat;
}	
#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
	font-size: 10px;
	padding-bottom: 20px;
	background-image: url(/Common/Img/footerBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer ul {
	padding-left: 0px;
	padding-bottom: 0px;
}
#footer ul li {
	display: inline;
	padding: 0px;
	margin-left: 0px;
}
#footer li a {text-decoration: none;}

/* ====================== Menu ====================== */
#navMenu {
	padding-bottom: 20px;
}
#navMenu ul {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 9px;
	padding-right: 3px;
	padding-bottom: 0px;
}
#navMenu ul li {
	float: none;
	padding: 0px 0px 5px 0px;
	margin-left: 0px;
}
#navMenu ul li.CurrentPage {
	background-image: url(/Common/Img/currentCategoryBullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#navMenu li.CurrentPage a {
	padding-left: 15px;
	color: #006990;
}
#navMenu ul li.CurrentCategory1 {
	background-image: url(/Common/Img/currentCategoryBullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	float: none;
}
#navMenu li.CurrentCategory1 a {
	padding-left: 15px;
}
#navMenu ul li a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 11px;
	display: block;
	background-image: url(/Common/Img/h3Border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
*html #navMenu ul li a {
	height: 13px;
}
#navMenu li a:hover {
	color: #810024;
}
.home #navMenu {
	padding-bottom: 14px;
}
.home #navMenu ul {
	background-image: url(/Common/Img/navMenuTop.gif);
	background-repeat: no-repeat;
	width: 765px;
	height: 58px;
	padding-left: 1px;
	padding-top: 4px;
}
.home #navMenu ul li {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.home #navMenu ul li a {
	background-image: url(/Common/Img/navMenuli.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 127px;
	text-align: center;
	padding-top: 17px;
	display: block;
	text-transform: none;
	font-weight: normal;
	padding-left: 0px;
}
#navMenu ul ul {
	padding-top: 3px;
	background-image: url(/Common/Img/h3Border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}
#navMenu ul ul li {
	background-image: none;
	padding-bottom: 0px;
}
#navMenu ul ul li a {
	font-size: 10px;
	text-transform: none;
	padding-left: 0px;
	padding-bottom: 3px;
	background-image: none;
}
#navMenu ul li.CurrentCategory1 ul li a {
	background-image: none;
	color: #706A63;
}
#navMenu ul li.CurrentCategory1 ul li a:hover {
	color: #810024;
}
#navMenu ul li.CurrentCategory1 li {
	margin-left: -15px;
}
#navMenu ul li ul li.CurrentPage {
	padding-left: 10px;
	background-position: 15px 5px;
}
#navMenu ul li ul li.CurrentPage a {
	color: #006990;
}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #hidden, #navMenu li.menuHome {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu li.menuHome.CurrentPage ul, #navMenu li.menuHome.CurrentCategory1 ul {} /* never display L2 menu items in Home Category */
.home .whatsNews {
	display: none;
}

/* ====================== Callout Styles ======================= */
#calloutContainer {
	float: left;
	width: 146px;
	margin-left: 16px;
}
.callout {
	background-image: url(/Common/Img/calloutBG.jpg);
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 11px;
	margin-bottom: 15px;
}
.calloutBorder, .callout table {
	padding-right: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #98A5AB;
	border-left-color: #98A5AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B7B9;
}
.callout p {
	padding-bottom: 10px;
}
.callout img {
	margin-left: -3px;
	margin-right: -15px;
	padding-bottom: 5px;
}
.callout h3 {
	padding-left: 5px;
	padding-bottom: 2px;
}


#enews {
margin-bottom:15px;
}

/* ====================== 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; padding-left: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #0081C6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #000000;
	font-style: italic;
	text-decoration: underline;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #4DBFEC;}

#results div a span {background-color: #2994BC;}
	
.ezcount {
	float: right;
	color: #CCCCCC;
	font-size: 9px;
	padding-right: 5px;}

#results {
	z-index: 99;
	width: 122px;
	display: none;
	overflow: hidden;
	position: absolute;
	margin: 14px 0px 0px -147px;
	visibility: hidden;
	border: solid 1px #FFFFFF;
	background-color: #006990;
	text-align: left;}
*html #results {
	margin: 16px 0px 0px -182px;
	width: 154px;
}
#results a {color: #FFFFFF;
	padding: 2px 0px 5px 5px;
	text-decoration: none;}

#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: #706F73;
	border-right: 8px solid #006990;}


	
