@import url("lightbox.css");

/* Universals */
html, body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
} 
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #11394F url(/images/sitebg.png) repeat-y left top;
}

a img	{border: none; background: none;}

#splash {
	width: 523px;
	margin: 100px auto;
}

#topper {
	width: 100%;
	height: 62px;
	background: url(/images/topperbg.png) repeat-x left top;
}

h1#cityOfCaldwell {
	width: 311px;
	height: 62px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(/images/cityOfCaldwell.png) no-repeat left top;
}
	h1#cityOfCaldwell span	{display: none;}

h2 {
	font-size: 1.4em;
	color: #555;
	border-bottom: 1px dotted #888;
	margin: 12px 0 0 10px;
	padding: 0 0 5px 15px;
	position: relative;
	z-index: 5;
}

h3 {
	width: 80%;
	color: #d9cfcf;
	font-size: 1em;
	margin: 0 auto 20px auto;
	padding: 6px 0;
	border-bottom: 1px dotted #d9cfcf;
}

h4 {
	width: 60%;
	position: relative;
	color: #C26129;
	margin: 10px 0 0 15px;
	border-bottom: 1px dotted #C26129;
	z-index: 5;
}
h5 {
	font-size: 1.4em;
	color: #555;
	border-bottom: 1px dotted #888;
	margin: 12px 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 5;
	width: 70%;
}
	
#quickLinks {
	margin: 0;
	padding: 0;
	float: right;
	width: 205px;
	list-style: none;
}
	#quickLinks li				{width: 59px; height: 56px; float: left;}
	#quickLinks li a				{display: block; width: 59px; height: 56px; text-decoration: none;}
	#quickLinks li a img			{margin: 0; padding: 0;}
	#quickLinks li a span			{display: none;}
	#quickLinks li a#qHome			{background: url(/images/homeIconOver.png) no-repeat left top;}
	#quickLinks li a#qPay			{background: url(/images/payIconOver.png) no-repeat left top;}
	#quickLinks li a#qContact		{background: url(/images/contactIconOver.png) no-repeat left top;}
	#quickLinks li a:hover img		{display: none;}
	
#header {
	position: relative;
	width: 100%;
	height: 137px;
	background: url(/images/headerbg.png) repeat-x left top;
	padding: 33px 0 20px 0;
}
	#header #growingStrong	{display: block; position: relative; z-index: 10; width: 664px; height: 120px; margin: 0 auto;}

#growing {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 390px;
	height: 190px;
	float: left;
	background: url(/images/growingbg.png) no-repeat left top;
}

#stronger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 390px;
	height: 190px;
	float: right;
	background: url(/images/strongerbg.png) no-repeat left top;
}

#sideContent {
	width: 23%;
	float: left;
}

.nav {
	width: 100%;
	margin: 28px 0 0 5px;
	padding: 5px 0 0 0;
	background: #A15022 url(/images/navTop.png) no-repeat left top;
	text-align: center;
}
	.nav ul			{list-style: none; text-align: left; margin: 0 0 5px 0; padding: 10px 15px 10px 10px;}
	.nav ul li			{border-bottom: 1px dotted #d9cfcf;}
	.nav ul li#last		{border: none;}
	.nav ul li a		{display: block; position: relative; z-index: 10; width: 100%; text-decoration: none; color: #d9cfcf; font-size: 0.9em; padding: 8px 0; background: #A15022; text-indent: 5px;}
	.nav ul li a:hover	{background: #6A93AB;}
	.nav ul li a#current{background: #EEEEEE; color: #444;}
	
.navFoot {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 31px;
	margin: -25px 0 0 0;
	background: url(/images/navBottom.png) no-repeat left bottom;
}

.smallAd {
	width: 100%;
	margin: 20px 0 0 5px;
	padding: 0;
	background: #0B2E41 url(/images/adtop.png) no-repeat left top;
	text-align: center;
}

.smallAdFoot {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 31px;
	margin: -25px 0 0 0;
	background: url(/images/adbottom.png) no-repeat left bottom;
}

.advertisement {
	position: relative;
	z-index: 10;
	border: 4px solid #164A68;
	margin: -10px 0 10px 0;
}

#content {
	position: relative;
	z-index: 90;
	width: 77%;
	float: right;
	margin: 0;
	padding: 0;
	background: #F9F9FA url(/images/contentTop.png) no-repeat left top;
}
	#content p			{font-size: 0.8em; line-height: 1.5em; padding: 0 240px 0 40px; text-indent: 15px;}
	#content p img		{float: right; margin: 10px; padding: 2px; border: 1px solid #113C54;}
	#content a			{text-transform: uppercase; color: #4F80A2; padding: 2px;}
	#content a:hover		{background: #6A93AB; color: #F9F9FA; text-decoration: none;}
	#content ul	{margin: 15px 0 0 25px; font-size: 0.8em; line-height: 1.5em;}
	
#contentFoot {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 40px;
	margin: 0;
	background: url(/images/contentBottom.png) no-repeat left bottom;
}

#advert {
	width: 194px;
	height: 475px;
	float: right;
	margin: 20px 0 10px 0;
	padding: 0;
	text-align: center;
	background: url(/images/advertbg.png) no-repeat left top;
	position: relative;
	z-index: 10;
}
	#advert a:hover	{background: none;}

#lifeWrapper {
	width: 77%;
}

.lifeItem {
	width: 516px;
	margin: 0 auto;
}
	.lifeItem h4				{margin: 0; padding: 0;}
	.lifeItem p				{padding: 0 !important; text-align: justify;}
	.lifeItem a img			{display: block; margin: 15px 0 -10px 0;}
	.lifeItem a.image:hover	{background: none !important;}

#gallery {
	width: 516px;
	height: 450px;
	margin: 0 auto;
}

#calendar {
	width: 90%;
	font-size: 0.8em;
	margin: 20px auto;
	color: #5e5e5e;
}
	#calendar a				{display: block; color: #F9F9FA !important; margin: 0 0 5px 0;}
	#calendar td 				{width: 14%; height: 91px; border: 1px solid #CACAC9; text-align: left; vertical-align: top;}
	#calendar td.noDate 		{border: none;}
	#calendar td.event		{background: #175071;}
	#calendar td.eventOver	{background: #A15022; cursor: pointer;}
	#calendar p				{margin: 0; padding: 0 !important; text-align: center; text-indent: 0 !important;}

#monthPick {
	height: 75px;
	margin: 10px 10px 0 25px;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.6em;
}
	#monthPick .month			{float: left; width: 8%; min-width: 50px; padding: 12px 0 0 0;}	
	#monthPick .month.current	{min-width: 75px; padding: 0;}
	#monthPick a					{text-decoration: none; text-transform: none; color: #476677;}
	#monthPick a:hover			{background: none; color: #476677;}
	#monthPick span				{display: block;}
	
#services {
	margin: 20px 50px;
	font-size: 0.8em;
}
	#services dt	{font-size: 1.2em; letter-spacing: 0.04em; font-weight: bold; border-bottom: 1px dotted #11394F; width: 400px;}
	#services dd	{margin: 0 0 20px 10px; line-height: 1.8em;}
	
#location {
	width: 510px;
	margin: 0 0 0 60px;
}
	#location img		{margin: 0; border: 3px solid #185172;}
	#location a:hover	{background: none !important;}
	#location form		{width: 500px; margin: 10px 0;}
	#location label		{display: block; width: 200px; height: 25px; margin: 5px 0 0 0; text-align: right; font-size: 0.9em;}
	#location input.text	{display: block; width: 200px; margin: -25px 0 0 210px; background: #F9F9FA; border: 2px solid #164B6A;}
	#location span		{display: block; margin: 15px 0; font-size: 0.8em; text-align: center;}
	#location input.button	{display: block; width: 130px; margin: 5px auto; padding: 3px 10px; background: #DADADA; border: 2px solid #164B6A; color: #164B6A;}

#eventsPopUp {
	width: 400px;
	margin: 10px 0 0 10px;
}
	#eventsPopUp h2	{text-align: center; color: #E6E6E6;}
	#eventsPopUp dl	{margin: 10px 0 0 20px; padding: 0; color: #E6E6E6; font-size: 0.8em;}
	#eventsPopUp dt	{margin: 0 0 5px 0; font-weight: bold;}
	#eventsPopUp dd	{margin: 0 0 10px 20px;}
	
#leadership {
	margin: 20px 50px;
	font-size: 0.8em;
}
	#leadership img 	{float: left;padding: 10px;}
	#leadership span	{padding: 7px 0 0 0; font-size: 1.3em; color: #a15022; font-weight: bold; display: block;}
	
#messageBoard {
	width: 70%;
	margin: 10px 0 0 15px;
}	
	#messageBoard dt				{margin: 0; font-weight: bold;}
	#messageBoard dd				{margin: 3px 0 25px 10px; font-size: 0.9em;}
	#messageBoard dd .subTitle	{margin: 0 0 10px -8px !important;}

#footer {
	width: 600px;
	margin: 10px auto;
	text-align: center;
	color: #d9cfcf;
}
	#footer ul	{list-style: none; margin: 0;}
	#footer ul li	{display: inline;}
	#footer ul li a	{font-size: 0.8em; color: #d9cfcf;}
	#footer img	{border: none;}
	#footer span	{display: block;}
	
.comment {
	width: 59%;
	margin: 0 0 0 16px;
	padding: 10px 5px;
	background: #eee;
}
	.alt		{background: #F9F9FA;}
	.comment p	{margin: 0; padding: 0 !important; text-indent: 0 !important; color: #999;}
	.comment p .body	{display: block; margin: 20px 0 0 10px; color: #000;}
	
.credit {
	display: block;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	margin: 10px 0;
}

.subTitle {
	display: block; 
	margin: 0 0 10px 16px; 
	font-size: 0.8em; 
	color: #999;
}

.newsImage {
	float: left;
	margin: 10px 0 0 20px;
	padding: 0;
}
	.newsImage img			{border: 1px solid #164D6C; padding: 2px;}
	.newsImage:hover	{background: none !important;}

.clear {
	clear: both;
}

.cleft {
	clear: left;
}

.hide {
	border: none;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.centerText {
	text-align: center;
}

.block {
	display: block;
}	


/***************/
/*** * Forms * ***/
/***************/
form			{margin: 15px 0 0 0;}
fieldset		{border: none;}
label			{display: block; margin: 0 0 10px 0;}
label span		{display: block; width: 150px; text-align: right; font-size: 0.9em;}
label .text	{display: block; width: 302px; margin: -1.3em 0 0 160px; border: 1px solid #000; padding: 2px;}
textarea		{display: block; width: 302px; height: 150px; margin: -1.3em 0 0 160px; border: 1px solid #000; padding: 2px; font-family: verdana; font-size: 0.8em;}
.button		{background: #850400; color: #fff; margin: 10px 0 0 270px; padding: 3px 15px;}

#captcha{
	margin: 0 0 0 155px;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 22px;
	width: 70%;
	margin: 15px 0 0 15px;
	padding: 0 0 0 10px;
}

.sIFR-hasFlash h2.calendarHead {
	width: 95%;
}

.sIFR-hasFlash h3.smallAdTitle {
	width: 175px;
	visibility: hidden;
	background: none;
	font-size: 17px;
	padding-left: 28px;
	padding-bottom: 0;
}

.sIFR-hasFlash h3.largeAd{
	width: 143px;
	visibility: hidden;
	background: none;
	font-size: 17px;
	padding-left: 17px;
	padding-bottom: 0;
}
	
/*bottom call us content*/
#call_us { margin: 0 auto; width: 368px; height:47px; font-size:0.8em; background:url(/images/call_us.jpg) no-repeat left top; padding: 20px 0 0 20px; color:#FFFFFF;}
#call_us span {color:#C6612B;}
.home_page { margin: 0 auto; width:550px;}
.demographic { margin: 0 auto; width:550px;}
a.image:hover {background: none !important;}
#content .home_page p {font-size: 0.8em; line-height: 1.5em; padding: 0 10px 0 33px; text-indent: 15px; text-align:justify;}
#content .demographic p { font-family:Arial, Helvetica, sans-serif, Tahoma; font-size:12px;  text-align:left; padding:0px; text-indent: 0px; margin:0px; }
#content .demographic p .white { color:#FFFFFF; font-size:14px;}
#content .home_page span{ font-family:Arial, Helvetica, sans-serif, Tahoma; font-size:11px; font-weight:bold; line-height: 1.5em;}
a {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a img:hover  {background: none !important;}