/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #750000 url(../Img/bulldog-bodyBG.jpg) repeat-x left top;
}
td {vertical-align: top;}
input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input { border: 1px solid #c1c1c1; }
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #770000;
}
h1 {
	font-size: 19px;
	padding-bottom: 10px;
}
h2 {
	font-size: 15px;
	padding-bottom: 5px;
}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}
a:hover { text-decoration: none; }
.link { cursor: pointer; }
a { color: #770000; }

/* ====================== layout & columns ========================*/
#container {
	background: url(../Img/bulldog-containerRepeatBG.jpg) repeat-y left top;
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}
#containerTop {
	background: url(../Img/bulldog-containerBG.jpg) no-repeat left top;
	padding-right: 25px;
	padding-left: 25px;
}
#main {
	background: url(../Img/bulldog-mainBG.gif) repeat-y left top;
	border-bottom: 4px solid #000000;
	width: 789px;
}
#left {
	float: left;
	width: 135px;
	background: url(../Img/bulldog-leftBG.gif) no-repeat left top;
	padding: 30px 12px;
	color: #FFFFFF;
}
.featuredEvents h3 {
	background: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 3px 5px 3px 8px;
}
.featuredEvent {
	font-size: 10px;
	background: url(../Img/featuredEvent-border.gif) repeat-x left bottom;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 10px;
}
.featuredEvent strong { font-size: 11px; }
.featuredEvent a { color: #FFFFFF; }
#right {
	width: 630px;
	float: left;
	background: url(../Img/bulldog-rightBG.gif) no-repeat left top;
	padding-top: 40px;
}
.home #right {padding-top: 25px;}
#content {
	padding: 0px 30px 30px 15px;
	float: left;
	width: 399px;
}
.fullWidth #content {width: 585px;}
#calloutContainer {
	float: left;
	width: 171px;
	padding-right: 15px;
}
.callout h2 { font-weight: normal; }
.callout img { padding-bottom: 5px; }
#pagePhoto {
	background: url(../Img/bulldog-pagePhotoBG.gif) repeat-x left bottom;
	padding-bottom: 7px;
	position: relative;
	clear: both;
}
.logo {
	position: absolute;
	top: -7px;
	left: 12px;
	background: url(../Img/bulldog-logoBG.png);
	height: 278px;
	width: 176px;
	padding-top: 19px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 10px;
}
.logo h2 {
	padding-bottom: 10px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

/* ====================== Header & Footer ====================== */
#header {
	background: #770000 url(../Img/bulldog-headerBG.gif) repeat-x left bottom;
	height: 47px;
	padding: 0px 30px 7px;
}
#header ul {
	padding: 20px 0px 0px;
	float: left;
}
#header li {
	display: inline;
	color: #959595;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover { text-decoration: underline; }
#search {
	float: right;
	background: url(../Img/bulldog-searchBG.gif) no-repeat left top;
	position: relative;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0px 10px 10px;
}
#search input {
	height: 18px;
	width: 129px;
	padding-top: 3px;
	padding-left: 3px;
}
#footer {
	clear: both;
	background: url(../Img/bulldog-footerBG.jpg) no-repeat left bottom;
	text-align: center;
	padding: 7px 30px 25px 30px;
	color: #513f54;
}
#footer ul { padding-top: 4px; }
#footer li { display: inline; }
#footer li a {
	color: #513f54;
	text-decoration: none;
}	
#footer li a:hover { text-decoration: underline; }

/* ====================== Menu ====================== */
#navMenu { position: relative; }
#navMenu ul {
	padding: 7px 0px 0px 115px;
	background: #770000;
	height: 25px;
}
#navMenu ul li {
	list-style-type: none;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
#navMenu ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 3px 2px;
}
#navMenu ul li a:hover { background: #bb8080; }
#navMenu ul ul {
	position: absolute;
	background: #000000;
	width: 630px;
	left: 159px;
	top: 32px;
	padding: 3px 0px 0px;
	height: 20px;
}
#navMenu ul ul li {
	border-right: 1px solid #7f7f7f;
	padding-right: 3px;
	padding-left: 3px;
}
#navMenu ul ul li a {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
#navMenu ul ul li a:hover {
	color: #999999;
}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
#navMenu ul li.menuHome ul { display: none; }

#navMenu ul li.CurrentCategory1 a { background: #bb8080; }
#navMenu ul li.CurrentCategory1 ul li a { background: none; }
#navMenu ul li ul li.CurrentCategory2 a {font-weight: bold;}
#navMenu ul li ul li.CurrentCategory2 a:hover { 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: #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: #ffffff;
	font-size: 9px;
}
#results {
	z-index: 99;
	width: 133px;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: 38px;
	visibility: hidden;
	border: solid 1px #ffffff;
	background-color: #770000;
}
#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); }

/* ================== Photo Gallery ============== */
#PhotoGalleryCategoryView1_CategoryList a, #PhotoGalleryAlbumView1_AlbumList a {
	display: block;
	font-weight: bold;
}
#PhotoGalleryPhotoView1_PhotoList a {
	display: block;
	font-size: 10px;
	color: #770000;
}
#PhotoGalleryCategoryView1_CategoryList a {color: #770000;}
#PhotoGalleryCategoryView1_CategoryList img, #PhotoGalleryAlbumView1_AlbumList img, #PhotoGalleryPhotoView1_PhotoList img {
	margin: 10px 10px 0px 0px;
	width: 150px;
	border-top: 2px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #999999;
	padding: 5px;
}
#PhotoGalleryPhotoDetail1_ImageContainer img { border: 2px solid #666666; }
#PhotoGalleryPhotoDetail1_AlbumPreview {
	margin-left: 50px;
	background: #ebe3cd;
	padding: 5px;
}
#motioncontainer {
	border: solid 1px #ffffff;
	background: #ebe3cd;
	padding: 5px;
}
#PhotoGalleryPhotoDetail1_AlbumPreview img {
	padding: 5px;
	margin: 0px;
}
#OtherCategories {
	padding: 5px;
	background: #ebe3cd;
	width: 160px;
}
.otherCat {
	border: solid 1px #ffffff;
	background: #ebe3cd;
	padding: 5px;
}
#OtherCategories table td {
	width: 70px;
	padding: 0px 4px 5px 0px;
}
#OtherCategories img {
	width: 67px;
	padding: 0px;
	margin: 0px;
}
