@import url(navMenu.css);
@import url(callout.css);
@import url(search.css);

/* Design44 Base HTML/CSS  -  Written By: Eric Florez  -  Last Updated: 2007-05-15 */
/* ====================== Page Formatting  ========================*/
body, table, p, a, div {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;}
body {
	text-align: center;
	background-color: #000000;}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;}

input, select, textarea {
	color: #888888;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;}
h1, h1 a {font-size: 18px;}
h2, h2 a {
	font-size: 16px;
	font-weight: bold;}
h3, h3 a {
	font-size: 14px;
	font-weight: bold;}
h4, h4 a, h5, h5 a, h6, h6 a {
	color: #385775;
	font-size: 12px;
	font-weight: bold;}

a {
	color: #000000;
	text-decoration: underline;}
a:hover {
	color: #FF0000;
	text-decoration: underline;}

ul {
	padding: 0px;
	list-style-type: disc;
	margin: 5px 0px 10px 22px;}
li {padding: 2px 0px 2px 0px;}
li a {text-decoration: none;}
li a:hover {text-decoration: underline;}

p {padding: 0px 0px 10px 0px;}


/* ====================== layout & columns ========================*/
#bodyContainer {
	padding-bottom: 10px;
	background: url(../Img/backgrounds/bkgndBody.gif) repeat-x 0px 0px;}

#pageContainer {
	width: 800px;
	text-align: left;
	position: relative;
	margin: 0px auto 0px auto;
	background: #FFFFFF url(../Img/backgrounds/bkgndPageContainer.jpg) no-repeat right bottom;}

#main {margin: 0px 26px 0px 0px;}
#leftMaster {
	float: left;
	width: 360px;
	padding-left: 160px;}
#rightMaster {
	float: right;
	width: 224px;}

#rightMasterCol1 {
	float: left;
	width: 385px;
	padding-top: 15px;}
#rightMasterCol2 {
	float: right;
	width: 163px;}
	
#pagePhotoContainer {
	height: 141px;
	overflow: hidden;
	text-align: right;
	position: relative;}
#pagePhoto {
	height: 141px;
	overflow: hidden;
	position: relative;}

#breadCrumbs {
	color: #FF0000;
	font-size: 10px;
	text-align: left;
	padding: 12px 0px;
	margin-left: 160px;}
#breadCrumbs a {
	color: #3F3F3F;
	font-size: 10px;}

.dynamicCategoryTitle {
	color: #000000;
	font-size: 18px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;}
.dynamicPageTitle {display: none;}

#leftMaster table {padding-top: 8px;}
#leftMaster .pageThumb {padding: 0px 15px 12px 30px;}
#leftMaster .pageDesc {padding: 0px 0px 12px 0px;}


/* ====================== Header & Footer ====================== */
#headerContainer {
	height: 84px;
	position: relative;}
#header {
	height: 60px;
	background-color: #FFFFFF;}
#logo {padding: 6px 0px 0px 12px;}

#footerContainer {
	clear: both;
	color: #000000;
	font-size: 11px;
	position: relative;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 42px 0px;
	background: url(../Img/backgrounds/bkgndFooter.gif) no-repeat left bottom;}
#footer {
	padding-top: 30px;
	margin-left: 158px;}
#footer a, #footer p {
	color: #000000;
	font-size: 11px;
	text-decoration: none;}
#footer a {font-weight: bold;}


/* ====================== Template Overrides ======================== */
#bodyContainer.categoryHome {background: url(../Img/backgrounds/bkgndBodyHome.gif) repeat-x 0px 0px;}

.categoryHome #pagePhotoContainer {height: 260px;}
.categoryHome #pagePhoto {height: 260px;}
.categoryHome .pagePhotoPromo {
	top: 20px;
	left: 26px;
	width: 218px;
	text-align: left;
	position: absolute;}

.categoryHome #main {margin: 30px 26px 0px 55px;}
.categoryHome #leftMaster {
	width: 430px;
	padding: 0px;}


.contentFull #leftMaster {
	width: 615px;
	padding-left: 160px;}

.fullWidth #leftMaster {
	width: 650px;}



/*========================= New Styles added by Ben @ sisadmin.com =================== */
.sidebar {
	width: 204px;
	color: black;
	background-color: #ffde86;
}

.sidebar .red-banner {
	background-color: red;
	font-weight: bold;
	padding: 10px;
}
.sidebar .black-banner {
	color: red;
	background-color: black;
	font-weight: bold;
	padding: 10px;
}
.sidebar .content {
	padding: 10px;
}
.sidebar .content a {
	color: red;
}
.callout .sidebar p {
	padding: 3px 0;
	font-weight: normal;
}
.callout .sidebar p b b {
	font-weight: normal;
}
.callout .sidebar p b b b{
	font-weight: bold;
}