/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A7967;
	background: #4F2300 url(/Common/Img/cplc-bodyBG.jpg) repeat-y center top;
}
td {vertical-align: top;}
#container input {
	height: 14px;
	border: 1px solid #B8B7B9;
}
#container .form input {height: auto;}
select, textarea, input {
	color: #8A7967;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5, h6, h7 {
	font-size: 12px;
	color: #0965AE;
}
h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E36F1E;
	padding-bottom: 20px;
}
h2 {
	color: #E36F1E;
	font-size: 16px;
	padding-bottom: 15px;
}
h3 {
	color: #E36F1E;
	padding-bottom: 5px;
	font-size: 12px;
	padding-top: 5px;
}
h4 {
	color: #E36F1E;
	font-size: 10px;
	padding-top: 5px;
}
a {color: #F58025;}
a:hover {text-decoration: none;}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}

p {padding-bottom: 15px;}
.link {
	cursor: pointer;
}

/* ====================== layout & columns ========================*/
#bodyContainer {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF6DC;
}	
#formPhoto {
	position: relative;
}
#pagePhoto {
	background-image: url(/Common/Img/cplc-pagePhotoBG.jpg);
	height: 204px;
	padding-left: 46px;
}
#pagePhotoLinks {
	float: left;
	width: 193px;
}
#pagePhotoLinks ul {
	list-style-type: none;
	font-size: 10px;
	padding-left: 50px;
}
#pagePhotoLinks li {
	margin-bottom: 2px;
	padding-left: 7px;
	color: #B15C11;
	background-image: url(/Common/Img/pagePhotoLinksli.jpg);
	height: 14px;
}
* html #pagePhotoLinks li {margin-bottom: -2px;}
#pagePhotoLinks a {
	color: #B15C11;
	text-decoration: none;
}
#pagePhotoLinks a:hover {text-decoration: underline;}
#main {
	padding-right: 44px;
	padding-left: 44px;
	padding-top: 10px;
}
.secondary #main {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-image: url(/Common/Img/cplc-secondary-mainBG.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	width: 800px;
}
#content {
	width: 501px;
	padding-right: 30px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.secondary #content {
	padding-left: 30px;
	width: 405px;
	padding-right: 25px;
}
.secondary #content.calendar {
	width: 608px;
}
#left {
	width: 129px;
	padding-top: 10px;
	padding-left: 8px;
	float: left;
	font-size: 11px;
}
#right {
	float: left;
	width: 663px;
}
#breadCrumbs {
	padding-left: 10px;
	padding-top: 3px;
	font-size: 10px;
	color: #695D54;
	padding-bottom: 10px;
}
#breadCrumbs a {color: #695D54;}
#pageTitle {
	position: absolute;
	font-size: 16px;
	color: #B15C11;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 100px;
}
#formPhoto #pageTitle {
	width: 100px;
	bottom: 10px;
	left: 0px;
}
#categoryTable {
	clear: both;
	padding-left: 10px;
	padding-top: 0px;
}
#categoryTable td {
	width: 273px;
	height: 57px;
	font-size: 10px;
	line-height: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECD0AA;
	border-bottom-color: #ECD0AA;
	border-left-color: #ECD0AA;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 0px;
}
#categoryTable img {padding-right: 10px;}
#categoryTable p {padding-bottom: 0px;}
#categoryTable a {
	color: #7D6A55;
	font-style: italic;
}

/* ====================== Header & Footer ====================== */
#header {
	padding-left: 50px;
	padding-right: 50px;
	height: 88px;
}
#search {
	color: #F58025;
	float: right;
	font-weight: bold;
	font-size: 10px;
	padding-top: 12px;
}
#search li {
	display: inline;
	font-size: 9px;
	color: #7C3A00;
}
#search a {
	color: #7C3A00;
	text-decoration: none;
	font-weight: normal;
}
#search a:hover {text-decoration: underline;}	
#footer {
	background-image: url(/Common/Img/cplc-footerBG.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
	background-color: #4F2300;
	text-align: center;
	color: #E36F1E;
	font-size: 10px;
}
.secondary #footer {background-image: url(/Common/Img/cplc-secondaryFooter.gif);}
#footer ul {
	padding-top: 5px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	color: #7C3A00;
}
#footer a {
	color: #7C3A00;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}

/* ====================== Menu ====================== */
#navTopLine {
	height: 22px;
	background-color: #F58025;
	text-align: center;
	color: #FFFEFD;
	font-weight: bold;
	font-size: 15px;
}
#navMenu ul {padding-left: 0px;}
#navMenu {
	height: 30px;
	background-color: #F58025;
	background-image: url(/Common/Img/cplc-navBottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-right: 44px;
	padding-left: 44px;
	position: relative;
}
#navMenu li {
	float: left;
	list-style-type: none;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#navMenu a {
	background-image: url(/Common/Img/cplc-navBox.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 89px;
	display: block;
	color: #F2F2F2;
	text-decoration: none;
	padding-top: 5px;
}
#navMenu a:hover {background-image: url(/Common/Img/cplc-navBox-hover.gif);}

#navMenu ul ul {
	background-image: url(/Common/Img/cplc-leftnavBG-bottom.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 30px;
	width: 116px;
	position: absolute;
	left: 8px;
	top: 40px;
	background-color: #FBC17F;
	background-position: bottom;
}
#navMenu ul ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 13px;
	text-align: left;
	float: none;
}
#navMenu ul ul li a {
	color: #B15C11;
	text-decoration: none;
	background-image: none;
	height: auto;
	width: 116px;
	padding-top: 0px;
}
#navMenu ul ul li a:hover {
	background-image: none;
	text-decoration: underline;
}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, .categoryHome #navMenu .menuHome ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}
#navMenu li.CurrentCategory1 a {
	background-image: url(/Common/Img/cplc-navBox-on.gif);
}
#navMenu li.CurrentCategory1 {
	background-image: url(/Common/Img/cplc-leftnavBG-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#navMenu li.CurrentCategory1 ul li a {
	background-image: none;
}
#navMenu li.CurrentCategory2 {background-color: #FDDCAD;
	margin-left: -5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;}
*html #navMenu li.CurrentCategory2 {margin-right: -5px;}
#navMenu li.CurrentCategory1 ul li ul {display: none;}
#navMenu li.CurrentCategory1 ul li.CurrentCategory2 ul {
	display: block;
	background-image: url(/Common/Img/third-level-ul.gif);
	padding-top: 5px;
	padding-left: 0px;
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FDDCAD;
}

#navMenu li.CurrentCategory1 ul li.CurrentCategory2 ul li {font-size: 10px; font-weight: normal;}
#navMenu li.CurrentCategory1 ul li.CurrentCategory2 ul li.CurrentCategory3 {font-weight: bold;}
#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ===================== Callout Styles ==================== */
#calloutContainer {
	float: left;
	width: 181px;}
.secondary #calloutContainer {padding-top: 20px;}
.callout {
	font-size: 10px;
	padding-left: 12px;
	padding-right: 12px;
	background: url(/Common/Img/cplc-callout.gif) no-repeat 0px 27px;}
.callout .donateCallout {
	font-size: 13px;
	color: #f8a05c;
}
.callout .donateSchoolCallout {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #603913;
	text-align: center;
}
.callout h1 {
	background-image: url(/Common/Img/cplc-callouth1.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-right: -12px;
	margin-left: -12px;
}
.callout .donateCallout h1 {background-image: url(/Common/Img/cplc-callouth1Brown.gif);}
.callout h2 {
	color: #F58025;
	font-size: 10px;
	padding-bottom: 0px;}
.callout .donateCallout h2 {
	color: #4e2200;
	font-size: 24px;
}
.callout .donateSchoolCallout h2 {
	font-size: 17px;
	color: #f58023;
}
.callout img {padding-bottom: 5px;}
.callout .donateCallout img, .callout .donateSchoolCallout img {
	margin: -6px -12px 0px -12px;
}
.eventCalendar {
	background-image: url(/Common/Img/cplc-callout.gif);
	background-repeat: no-repeat;
	background-position: left 102px;
	font-size: 10px;
}
.eventCalendar h1 {
	background-image: url(/Common/Img/featured-event-h1.jpg);
	height: 24px;
	width: 181px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding-top: 2px;
}
.featuredEvent {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 4px;
}
.featuredEvent a {text-decoration: none;}
.featuredEvent a:hover {text-decoration: underline;}

/* ===================== Custom Forms =================== */
#customForm {
	width: 550px;
}
#customForm h2 {
	padding-bottom: 0px;
}
.formContainer {
	border: solid 1px #4f2300;
	padding: 10px;
}
.required {
	color: #FF0000;
}
.modal-overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000000;
	opacity:.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	z-index:99;
}
.modalPopup {
	position: absolute;
	top:5%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	margin-left: -200px;
}
.tellAFriend {
	width: 390px;
	background: #fff6dc;
	padding: 15px 20px 15px 20px;
}
.tellAFriend h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	background: #f58025;
	color: #FFFFFF;
	text-align: center;
	margin: 0px -20px 0px -20px;
	font-weight: normal;
}


/* ====================== 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;}

.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #F58025;
	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: #92501B;}

#results div a span {background-color: #763C0E;}
	
.ezcount {
	float: right;
	color: #FFFFFF;
	font-size: 9px;
	padding-right: 5px;}

#results {
	z-index: 99;
	width: 144px;
	display: none;
	overflow: hidden;
	position: absolute;
	margin: 16px 0px 0px -173px;
	visibility: hidden;
	border: solid 1px #FFFFFF;
	background-color: #4F2300;
	text-align: left;}
*html #results {
	margin: 17px 0px 0px -184px;
	width: 152px;
}
#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: #4F2300;
	border-right: 8px solid #4D6177;}	
