@import url(base.css);


/* Structure
------------------------------------*/
html {
	background: #fff url(../images/body_bg.gif) repeat-x;
}
body {
	background: transparent url(../images/body_site_bg.jpg) no-repeat top center;
	font: 12px/18px arial, sans-serif;
	color: #8d7661;	
}
body#home{
	background: transparent url(../images/body_home_bg.jpg) no-repeat top center;
	font: 12px/18px arial, sans-serif;
	color: #8d7661;	
}
#site {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 960px;
	height: 509px;
	margin: 0 auto;
	position: relative;
}
#header2 {
	width: 960px;
	height: 371px;
	margin: 0 auto;
	position: relative;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}
#home #content {
	padding: 0;
}
#content h2{
	font-size:36px;
	font-weight:normal;
	color:#ece0bb;
	position:absolute;
	top:170px;
	text-align:left;
}
#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 30px 0;
}
.block {
	float: left;
	margin: 10px 0;
}
.single {
	width: 220px;
}
.double {
	width: 460px;
}
.triple {
	width: 700px;
}
.full {
	width: 940px;
}
.row {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.column {
	position: relative;
	float: left;
	left: 100%;
}
.sap-content {
	padding: 0 0 10px 0;
	overflow: hidden;
}
.column2, .column3 {
	padding:0 0 10px 10px;
}

/* General
------------------------------------*/

a {
	color: #e47a3f;
	text-decoration: underline;
}
	a:hover {
		color: #a1b4c2;
		text-decoration: none;
	}
p {
	margin: 10px 0;
}

/* Styles
------------------------------------*/

#footer {
	color: #464646;
}
	#footer a {
		color: #696969;
		font-weight: normal;
	}
	#footer a:hover {
		color: #999;
		text-decoration: none;
	}
blockquote {
	background: #f7f4e9;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border: 2px solid #e6d8b3;
}
.blog_date,
.news_date,
.events_date {
	font: bold 90% verdana, sans-serif;
	color: #775432;
	margin: 0;
}
.blog_meta,
.news_meta,
.events_meta {
	border-top: 1px solid #c7b48d;
	padding: .5em 0;
	margin: 1.5em 0 0 0;
}
.blog_views,
.news_views,
.events_views,
.blog_comments,
.news_comments,
.events_comments {
	margin: 0 .5em;
}

.img_l{
padding:5px !important;
border:1px solid #594731 !important;
float:left;
}

/* Menus and Lists
------------------------------------*/

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 29px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1500;
}
	#menu li {
		display: inline;
	}
	#menu li a {
		font: bold 10px/27px arial, sans-serif;
		display: block;
		float: left;
		height: 29px;
		color: #e3ded9;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 0 0 16px;
	}
		#menu li a:hover,
		#menu li.active a,
		#menu li:hover > a,
		#home #menu li#menu-home a,
		#about_us #menu li#menu-about a,
		#our_staff #menu li#menu-staff a,
		#our_facility #menu li#menu-facility a,
		#daily_schedule #menu li#menu-schedule a,
		#admission_process #menu li#menu-process a,
		#miracle_stories #menu li#menu-stories a,
		#make_donation #menu li#menu-donation a,
		#lacg #menu li#menu-lacg a,
		#resources #menu li#menu-resources a,
		#faq #menu li#menu-faq a,
		#contact #menu li#menu-contact a {
			color: #fff;
			background: transparent url(../images/menu_active.gif) no-repeat bottom center;
		}
		
		/* Dropdown style */
		#menu li {
			float:left;
			display:block;
			position:relative;
			height: auto;
		}
		#menu li:hover > a {
			
		}
		#menu li ul {
			list-style: none;
			position: absolute;
			visibility: hidden;
			left: 0;
			top: 29px;
			line-height: 20px;
			z-index: 1500;
			width: 100%;
			display: block;
			margin: 0;
			padding: 0;
			width: 300px;
			background: #fff;
			border-left: 1px solid #efe7d0;
			border-right: 2px solid #efe7d0;
			border-bottom: 1px solid #efe7d0;
		}
		#menu li ul:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
			#menu li:hover ul {
				visibility: visible;
				top: 29px;
			}
			#menu li ul li {
				float: left;
				clear: both;
				display: block;
				width: 300px;
			}
			#menu li ul li a {
				line-height: 20px;
				color: #695139 !important;
				width: 300px;
				height: 20px;
				padding: 0;
				background: #fff !important;
				display: block;
				text-indent: 10px;
				text-decoration: none;
				border-bottom: 1px solid #efe7d0;
				margin: 0;
				background: none !important;
			}
			#menu li ul li a:hover{
				background: #e5d8b5 !important;
			}
			#menu li#menu-facility ul{
				width: 200px;
			
			}
			#menu li#menu-facility ul li{
				width: 200px;
			
			}
			#menu li#menu-facility ul li a{
				width: 200px;
			
			}
			#menu li#menu-contact ul{
				width: 100px;
			
			}
			#menu li#menu-contact ul li{
				width: 100px;
			
			}
			#menu li#menu-contact ul li a{
				width: 100px;
			
			}
			
			
.block li.last {
	border: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#footer ul li {
		padding: 3px 0 3px 15px;
	}
	#footer ul li.last {
		border: none;
	}
.block .blog_list,
.block .news_list,
.block .events_list {
	list-style: none;
	margin: 2em 0;
}

/* Headings
------------------------------------*/

h1#logo {
	margin: 0;
	padding: 0;
}
	h1#logo a {
		width: 220px;
		height: 78px;
		position: absolute;
		top: 98px;
		left: 10px;
		background: transparent url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
		h1#logo a:hover {
			background: transparent url(../images/logo.gif) no-repeat -220px 0;
		}
#home_message h2 {
	display: block;
	width: 413px;
	height: 114px;
	background: transparent url("../images/were_here_to_help-trans.png") no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 192px;
	left: 10px;
}
#home_message span {
	display: none;
}
#footer h4 {
	font: bold 11px/18px arial, sans-serif;
	color: #8d7661;
}

/* Tables
------------------------------------*/

table {
}
th, td {
	border: 1px solid #e6d8b3;
}
th {
	text-align: left;
	background: #775432;
	color: #fcfaf5;
}
tr.alt {
	background: #fcfaf5;
}
tfoot td {

}


/* Forms
------------------------------------*/

fieldset {
	border: 1px solid #e6d8b3;
	width: auto;
	display: block;
	margin: 20px 0;
	width: 900px;
	padding: 10px;
}
legend {
	font-weight: bold;
	font-size: 120%;
	color: #a0410d;
}
textarea, input[type='text'] {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
label {
	display: block;
	float: left;
	font-weight: bold;
	width: 20em;
	margin-right: 1.5em;
	text-align: right;
}
select {
	background: #fff;
	border: 1px solid #e6d8b3;
	color: #333;
}
button, input[type='submit'] {
	padding: .2em 1em;
	background: #929e9c;
	color: #fff;
	border: 1px solid #697976;
	font-weight: bold;
}
button:hover, input[type='submit']:hover {
	background: #a0410d;
	color: #fff;
	border: 1px solid #803207;
}
form div {
	border-bottom: 1px solid #e6d8b3;
	margin-top: -1px;
	padding: .8em 10px;
	width: 880px;
	float: left;
}
	form div.last {
		border-bottom: 0;
	}
	form div.alt {
		background: #f5f1e3;
	}
input[type='text'], input[type='password'] {
	padding: 3px 8px;
	font-family: arial, sans-serif;
}

/* Footer
------------------------------------*/

#footer {
	border-top: 1px solid #d4c3ac;
	width: 940px;
	margin: 30px auto 0 auto;
	padding: 10px 0 20px 0;
	color: #b9754c;
}
.footer_links {
	float: left;
	width: 300px;
	margin: 0 15px 0 5px;
}
.last {
	margin: 0;
}
#footer a {
	color: #b9754c;
}
#footer_info {
	border-top: 1px solid #d4c3ac;
	width: 940px;
	margin: 20px auto 0 auto;
	float: left;
	clear: both;
	padding: 10px 0 20px 0;
}
.footer_links_phone {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 8px;
}
.footer_links_fax {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -32px;
}
.footer_links_email {
	background: transparent url("../images/footer_icons.gif") no-repeat 0 -71px;
}


/* Special Elements
------------------------------------*/

#home_photos {
	position: absolute;
	top: 30px;
	right: 0;
	width: 570px;
	height: 470px;
}
	#home_photos ul {
		position: absolute;
		top: 0;
		right: 0;
		width: 570px;
		height: 470px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#home_photos ul li {
		position: absolute;
		top: 0;
		right: 0;
		width: 570px;
		height: 470px;
	}
	

#home_photos2 {
	position: absolute;
	top: 30px;
	right: 0;
	width: 328px;
	height: 341px;
}
	#home_photos2 ul {
		position: absolute;
		top: 0;
		right: 0;
		width: 328px;
		height: 341px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#home_photos2 ul li {
		position: absolute;
		top: 0;
		right: 0;
		width: 328px;
		height: 341px;
	}
#home_message {
	position: relative;
	z-index: 9999;
}
#home_message p {
	color: #c1b39a;
	position: absolute;
	width: 450px;
	top: 296px;
	left: 10px;
	margin: 20px;
}
#home_btns ul {
	width: 960px;
	height: 148px;
	position: relative;
	margin: 10px auto 20px auto;
	overflow: hidden;
	padding: 0;
	list-style: none;
}
	#home_btns ul li {
		display: inline;
	}
	#home_btns ul li a {
		border: none;
		width: 300px;
		height: 148px;
		margin: 0 10px;
		padding: 0;
		float: left;
		background: transparent url(../images/home_buttons-trans.png) no-repeat;
		text-indent: -9999px;
	}
		#home_btns li#home_btns_facility a {
			background-position: -10px 0;
		}
		#home_btns li#home_btns_lacg a {
			background-position: -330px 0;
		}
		#home_btns li#home_btns_helpline a {
			background-position: -650px 0;
		}
			#home_btns li#home_btns_facility a:hover {
				background-position: -10px -148px;
			}
			#home_btns li#home_btns_lacg a:hover {
				background-position: -330px -148px;
			}
			#home_btns li#home_btns_helpline a:hover {
				background-position: -650px -148px;
			}
#synapse {
	float: right;
}
	#synapse a {
		background: transparent url(../images/synapse_logo.gif) no-repeat 0 0;
		padding: 0 0 3px 18px;
		margin: 0 0 0 3px;
	}
.success {
	background: #8dc63f;
	padding: 1em;
	color: #1b3619;
	border: 1px solid #9ad44c;
}
.error {
	background: #ed1c24;
	padding: 1em;
	color: #fff;
	border: 1px solid #f9333a;
}
.breadcrumb {
	padding: .5em 1em;
}
.cal td,
.cal th,
.mini_cal td,
.mini_cal th {
	text-align: center;
}
.mini_cal td,
.mini_cal th {
	padding: .1em .5em;
}
ul.photos {
	margin: 0;
	padding: 0;
}
ul.photos li {
	margin: 10px;
	border: 1px solid #c4b089;
	background: #fcfaf5;
	padding: 10px;
	text-align: center;
}
	ul.photos li a {
		display: block;
		border: 2px solid #c4b089;
		width: 180px;
		height: 120px;
		overflow: hidden;
	}
		ul.photos li a:hover {
			border: 2px solid #c08d2b;
		}
	ul.photos .caption {
		font-style: italic;
	}
.securityCode {
	font: 24px georgia, serif;
	font-style: italic;
	color: #d6761f;
}

.directions{
float:left;
width:30%;
padding:5px;
margin:0px 20px 30px 0px;
}

.indent{
padding:10px;
}









