/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	height:100%; /* needed for container min-height */
}
#bodyId {
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%;  /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: absolute;
	top: 0;
	background: #362f2d url(/common/Img/azbor-footerBGNew.jpg) no-repeat center bottom;
}

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: #362f2d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	padding-bottom: 15px;
}
h2 {
	font-size: 14px;
	padding-bottom: 15px;
}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
a { /*color: #534741;*/ color: #313794; }
a:hover { text-decoration: none; }
title { display: none; }

/* ====================== layout & columns ========================*/
#container {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#main {
	clear: both;
	position: relative;
	background: url(/common/Img/abor-containerBG.gif) repeat-y left top;
	padding: 0px 20px;
	width: 1000px; 
	/*height:auto !important;  real browsers */
	/*height:100%;  IE6: treaded as min-height*/
	/*min-height:100%;  real browsers */
}



#left {
	float: left;
	width: 245px;
	padding-bottom: 10px;
}
.callout {
	background: url(/common/Img/azbor-calloutBG.gif) repeat-x left bottom;
	padding: 10px;
}
#right {
	float: left;
	width: 755px;
	padding-bottom: 10px;

}
#content {
	padding: 20px 10px 15px 30px;	
	width: 715px;
}

#homecontent {
	padding: 20px 10px 50px 270px;	
	width: 715px;
}

#homeCallouts {
	padding-left: 16px;
	width: 558px;
}
.homeCallout {
	float: left;
	width: 268px;
	border-left: 1px solid #dcdad5;
	border-right: 1px solid #dfddd8;
	margin-right: 9px;
	border-bottom: 1px solid #e2e0db;
	margin-bottom: 10px;
	background: url(/common/Img/azbor-homeCalloutBG.gif) repeat-y left top;
}
.homeCalloutTop { background: url(/common/Img/azbor-homeCalloutBGTop.jpg) no-repeat left top; }

.homeCalloutBottom {
	background: url(/common/Img/azbor-homeCalloutBGBottom.jpg) no-repeat left bottom;
	padding: 10px;
}

/* ====================== Header & Footer ====================== */
#header {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	background: url(/common/Img/abor-headerBG.gif) no-repeat left top;
	height: 123px;
}

img.govLogo {
float:right;
}

#search {
	position: relative;
	float: right;
	padding-top: 85px;
	text-align: right;
	margin-right:-120px;
}
.searchResultsPage #search { display: none; }

#search input {
	height: 18px;
	width: 147px;
	padding: 4px 5px 0px 5px;
	border-right: 1px solid #d0cfce;
	border-bottom: none 0px;
	border-left: none 0px;
	border-top: none 0px;
	color: #636363;
}
#search input.searchButton {
	height: 22px;
	width: 21px;
	padding: 0px;
	border: none 0px;
	color: #000000;
	background: url(/Common/Img/Search.gif);
	font-size: 1px;
	cursor: pointer;
}
#search ul {
	clear: both;
	padding: 2px 0px 0px;
}
#search li { display: inline; }
#search a {
	color: #FFFFFF;
	font-size: 10px;
}
#footer {
	clear: both;
	background: url(/common/Img/azbor-footerBG_shadow.png) no-repeat center top;
	height: 65px;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	padding: 7px 20px 0px;
}
#footer { behavior: url(/Common/Scripts/iepngfix.htc); }
#footer ul { padding: 1px 0px 3px; }
#footer li { display: inline; }
#footer li a { color: #FFFFFF; }	


/* ====================== Menu ====================== */
#navMenu {
	background: url(/common/Img/azbor-navBG.jpg) no-repeat left bottom;
	padding-bottom: 11px;
}
#navMenu ul {
	padding: 1px 4px 0px 6px;
	background: #998675;
}
#navMenu ul li {
	list-style-type: none;
	border-bottom: 1px solid #bea992;
}
#navMenu ul li.bottom {	border-bottom: none 0px; }
#navMenu ul li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 5px 15px 5px 8px;
	font-weight: bold;
}
#navMenu ul li a:hover { background: url(/common/Img/azbor-navLiBG.gif) no-repeat right 7px; }
#navMenu ul ul {
	background: #c7b299;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
#navMenu ul ul li {
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: none 0px;
}
#navMenu ul ul li a {
	color: #534741;
	padding-left: 6px;
	background: none;
}
#navMenu ul ul li a:hover { background: url(/common/Img/azbor-navLI2BGArrow.gif) no-repeat right 7px; }

#navMenu ul ul ul {
	padding-right: 0px;
	background: #AC9C8E;
	padding-top: 2px;
	padding-left: 15px;
}
#navMenu ul ul ul li a {
	font-size: 11px;
}
#navMenu ul ul ul li a:hover {
	background: none;
	text-decoration: underline;
}

/* ====================== Display and hide second level menus ====================== */
#hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul, #navMenu li a.selected ul {display: block;}
#navMenu li.CurrentCategory1 a, #navMenu li.CurrentCategory1 a:hover, #navMenu li a.selected, #navMenu li a.selected:hover {
	background: url(/common/Img/azbor-navLiBGOver.gif) no-repeat right 7px;
}
#navMenu li.CurrentCategory1 ul li a { background: none; }
#navMenu li.CurrentCategory1 ul li a:hover { background: url(/common/Img/azbor-navLI2BGArrow.gif) no-repeat right 7px; }
#navMenu li.CurrentCategory1 ul li.CurrentCategory2 a, #navMenu ul ul li a.selected, #navMenu ul ul li a.selected:hover {
	background: url(/common/Img/azbor-navLI2BG.jpg) repeat-y left top;
	color: #FFFFFF;
}
#navMenu ul ul ul li a.selected, #navMenu ul ul ul li a.selected:hover {
	background: none;
	text-decoration: none;
	font-weight: bold;
}
#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); }

/* ============ I frame styles ============= */
.ms-listviewtable {
	font-size: 11px;
}
.ms-vh2-nograd {
	display: none;
}
table.ms-unselectedtitle { display: none; }
td.ms-gb {
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	border: none 0px;
	font-size: 12px;
}
td.ms-gb2 {
	padding: 7px 0px 7px 0px;
	border: none 0px;
	font-size: 11px;
}
td.ms-vb2 {
	padding: 3px 0px 3px 0px;
	font-size: 11px;
}
td.ms-gb a, td.ms-gb2 a, td.ms-vb2 a {
	/*color: #534741;*/ color: #313794;
	text-decoration: none;
}
td.ms-gb a:hover,td.ms-gb2 a:hover, td.ms-vb2 a:hover { text-decoration: underline; }

