@charset "utf-8";
@import "global/base.css";
/*
	------------------------------------------
	Max Q Designs
	http://www.maxqdesigns.com
	------------------------------------------
	
	------------------------------------------
	Dr Hagood
	------------------------------------------	
	Main Design:
		Header
		Content
		Footer
		Shadow
	-------------------------------------------		
*/

/*
	-------------------------------------------
	Body Settings
	-------------------------------------------
*/

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(../images/bg.jpg) center top repeat-x; /* page background color */
	color: #333; /* page text color */
}

/*
	-------------------------------------------
	Misc Replacement Hacks
	-------------------------------------------
*/


b { font-size: 110%; }

/*
	-------------------------------------------
	Boxes Wrapper
	-------------------------------------------
*/

div#boxes {
	width: 100% !important;
	height: 311px;
/*	background: url(../images/background_boxes.jpg) center top repeat-x;
*/	z-index 100;
}

/*
	-------------------------------------------
	Wrapper
	-------------------------------------------
*/

div#wrap {
	width: 974px;
	margin: 0 auto;
	background-color: #fff;
	border: 3px solid #802400;
	margin-top: -245px;
	z-index: 1000;
}

/*
	-------------------------------------------
	Header
	-------------------------------------------
*/

div#header {
	width: 974px;
	height: 68px;
	background: #f1ebeb url(../images/header.jpg) center top no-repeat;
}

div#header #number {
	width: 150px;
	height: 25px;
	position: relative;
	color: #9F8266;
	font-weight: bold;
	top: 15px;
	float: right;
}

div#header #blurb {
	width: 440px;
	height: 20px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: right;
	top: 47px;
	left: 148px;
}

/*
	-------------------------------------------
	Footer
	-------------------------------------------
*/

div#footer {
	width: 974px;
	background:url(../images/mshadow.jpg) top left repeat-x;
	color: #802400;
	background-color:#e2d6ce;
}

div#footer #blurb {
	width: 400px;
	height: 50px;
	position: relative;
	color: #802400;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	float: right;
	top: 30px;
}
#copyright {
	position:relative;
	margin: 0 auto;
	padding-top:10px;
	width:974px;
	text-align:center;
		color: #fff;
		background-color:#802400;

}
#max {
	position:relative;
	margin: 0 auto;
	padding-top:10px;
	width:974px;
	text-align:right;
	color: #802400;
	

}
#max a {
		color: #802400;
	text-decoration:none;
}
/*
	-------------------------------------------
	Menu
	-------------------------------------------
*/

div#nav {
	width: 974px;
	height: 20px;
	background: #802400;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	z-index:2;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 10px 0 10px;
	margin-top: -2px;
}
#nav ul li {
	position: relative;
}

#nav li ul {
	width: 214px;
	position: absolute;
	left: -999em;
	padding: 5px 0 10px 0;
	border-left: 1px solid #83775e;
	border-right: 1px solid #83775e;
	border-bottom: 1px solid #83775e;
	background-color: #daba9b;
	line-height: 20px;
	top: 1.6em;
	opacity: 0.95;
	z-index: 2400;
}

#nav li ul li {
	text-align: left;
	z-index: 2600;
}

#nav li:hover ul ul {
	left: -999em;
	z-index: 2800;
}

#nav li ul ul { 
	margin: -1.6em 0 0 204px;
	z-index: 2800;
	
}

#nav li ul li:hover {
	width: 194px;
/*	border-top: 1px solid #83775e;
	border-bottom: 1px solid #83775e;
*/	background-color: #c1a372;
	left: auto;
}

#nav li:hover ul, #nav li li:hover ul { left: auto; }

#nav ul li a:link, #nav ul li a:visited, ul li #nav a:active {
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #d3d1d1;
	
}

#nav ul li a:hover, #nav ul li a:focus { color: #fff; }
#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {
	width: 195px;
	font-size: 12px;
	color: #553c07;
	line-height:20px;

}

#nav li ul a:hover {
	font-size: 12px;
	color: #553c07;
	line-height:20px;


}

/*
	-------------------------------------------
	Content Area
	-------------------------------------------
*/

div#content {
	width: 974px;
	height: 530px;
	background: #f1ebeb url(../images/content_bg.jpg) center top no-repeat;
}

div#content #blurb {
	width: 400px;
	height: 300px;
	position: relative;
	color: #333;
	line-height: 20px;
	letter-spacing: 1px;
	top: 320px;
	padding-left: 30px;
}

/*
	-------------------------------------------
	Subpages Content Area
	-------------------------------------------
*/
div#subpage {
	width: 974px;
	background: #fff url(../images/sub_bg.jpg);
	z-index: 1010;
	
}

#miracles div#subpage {
	width: 974px;
	background: #fff00;

	z-index: 1010;
	
}
div#subpage #pic {
	width: 325px;
	float: left;
}

div#subpage #well {
	width: 629px;
	padding: 10px 10px 10px 10px;
	float: right;
}

#subpage a:link, #subpage a:visited, #subpage a:active {
	color: #812402;
	text-decoration: none;
}

#subpage a:hover, #subpace a:focus {
	color: #000;
	text-decoration: underline;
}

/*
	-------------------------------------------
	Temp Pics
	-------------------------------------------
*/

div#tempic {
	width: 565px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}

div#tempic img {
/*	border: 1px solid #666;
*/	padding:3px;
}

div#tempic #one {
	position: relative;
/*	width: 180px;
	height: 200px;
background: #f2f2f2;*/	
	font-weight: bold;
	text-align: center;
	float: left;
}

div#tempic #two {
/*	width: 180px;
	height: 200px;
	background: #f2f2f2;*/	
	font-weight: bold;
	text-align: center;
	margin-left: 13px;
	float: left;
}

div#tempic #three {
/*	width: 180px;
	height: 200px;
	background: #f2f2f2;*/	
	font-weight: bold;
	text-align: center;
	margin-left: 13px;
	float: left;
}

.miracles {
margin-top:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
width:65%;
text-align:left;
color:#a2611c;
position:relative;
padding-bottom:10px;
border-bottom:#CC9999 dotted 1px;
	margin: 0 auto;

}
.mpic {
padding-top: 150px;
position:relative;
	margin: 0 auto;
	width:65%;


}

.mpicsmall {
margin:2px;
margin: 0 auto;
text-align:center;


}
.mpicsmall img {
margin:2px;


}

#locations { 
padding: 120px 20px 10px 20px;

}
.left {
	float:left
}
	
	.minivid {
		width:148px;
		height:116px;
		position:absolute;
		right:550px;
		top: 570px;
	}
.article {
	position:relative;
	margin-top:-300px;
	margin-left:-20px;
	z-index:1;
}
/*
	-------------------------------------------
	Spacer
	-------------------------------------------
*/

/*
	-------------------------------------------
	Form Modifications
	-------------------------------------------
*/

.form_input {
	width: 228px;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background: #eddec6;
	border: 1px solid #333;
}

.form_select {
	width: 150px;
	height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background: #eddec6;
	border: 1px solid #333;
}

.form_textarea {
	width: 228px;
	height: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background: #eddec6;
	border: 1px solid #333;
}

.form_button {
	width: 125px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	background: #eddec6;
	border: 1px solid #333;
	float: right;
	margin-right:120px;
}

.form_button:hover {
	background: #666;
	color: #fff;
}
div#spacer {
	width: 974px;
	height: 8px;
	background: #802400;
}

/*
	-------------------------------------------
	Firefox Hacks
	-------------------------------------------
*/


div#subpage #pic, x:-moz-any-link { margin-top: -1px; }

/*
	-------------------------------------------
	Safari Hacks
	-------------------------------------------
*/

@media screen and (-webkit-min-device-pixel-ratio:0){
	div#header #blurb {
		left: 183px;
		line-height: 18px;
		font-weight: normal;
	}
	
	div#nav { font-weight: normal; }
	#nav li { padding: 0 17px 0 17px; }
	#nav li ul li:hover { width: 180px; }
	#nav li ul ul { margin: -1.6em 0 0 197px; }	
}

/*
	-------------------------------------------
	IE6 Hacks
	-------------------------------------------
*/

* html div#header #blurb { left: 140px; }
* html #nav li ul li:hover { width: 196px; }
* html #nav li ul ul { margin: -1.6em 0 0 223px; }

/*
	-------------------------------------------
	IE7 Hacks
	-------------------------------------------
*/

*+html div#header #blurb { left: 140px; }
*+html #nav li ul li:hover { width: 196px; }
*+html #nav li ul ul { margin: -1.6em 0 0 205px; }
*+html #subpage #pic { margin-top: 0; }