@import url("css/variations/stylesheetwidget.css");
@import url("css/GraceMenu.css");
@import url("css/GraceMenuTop.css");
@import url("css/GraceMenuFooter.css");
@charset "UTF-8";
/* CSS Document */

			/* Global reset */
			/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

			*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p,img, th, td { margin:0; padding:0 }
			table { border-collapse:collapse; border-spacing:0 }
			fieldset, img, div { border:0; margin:0; padding:0}
			address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
			ol, ul, li { list-style:none }
			caption, th { text-align:left }
			h1, h2, h3, h5, h5, h6 { font-size:100% }
			q:before, q:after { content:''}

			blockquote {
				margin: 40px 100px;
				}


		/* Global reset-RESET */
			/* The below restores some sensible defaults */

			strong { font-weight: bold }
			em { font-style: italic }
			ol, ul, li { list-style:none }
			a { outline:none } /* Gets rid of Firefox's dotted borders */
			a img { border:none } /* Gets rid of IE's blue borders */




/*------------------ Main Layout ------------------*/

body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background:url(images/bg-gradient.jpg) top left repeat-x #2e4ea0;
}


.PageMaster {
	width: 100%;
	margin: 0 auto;
	text-align: center;	/* to correct IE positioning misbehaviour */
}

div, p, h2, table{
	text-align:left;
	}

#allContent {
	width:800px;
	margin:0 auto;
	text-align: left;
	}
	
	

.clear_float{
	clear:both;
	}

/*------------------ Header ------------------*/

#topNavContainer{
	width:800px;
	height:50px;
	}

	#topNav{
		height:30px;
		width:540px;
		margin-top:20px;
		float:left;
		position:relative;
	}

	#search{
		height:40px;
		margin-top:10px;
		width:260px;
		float:left;
		position:relative;
	}
	#dnn_dnnSEARCH_txtSearch{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:160px;
		height:23px;
		position:relative;
		background-image:none;
		padding:2px 0 1px 2px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-left:21px;
		}
	#dnn_dnnSEARCH_cmdSearch img{
		border:0;
		position:relative;
		top:8px;
		height:23px;
		}
#homeTitleContainer{
	
	}		
	.homeTitle{
		width:400px;
		height:280px;
		float:left;
		background: url(images/homeTitle.png) top left no-repeat;
		}
		
	.homeGallery{
		width:400px;
		height:280px;
		float:left;
		background: url(images/bg_homeGallery.jpg) top left no-repeat;
		}

/*------------------ Main Content ------------------*/

#centerContentContainer{
	width:800px;
	padding-bottom:10px;
	background:#FFF;
	}
	#leftColumnContainer{
		width:170px;
		float:left;
		min-height:600px;
		background: url(images/bg_openDoor.jpg) bottom center no-repeat #E2E2E2;
	
		}
		.mainNav{
			width:170px;
			background:#E2E2E2;
			text-align:right;
			}
		.social{
			width:170px;
			background:#99C;
			}
#centralRightContainer{
	width:630px;
	float:left;
	}
	.welcome{
		width:360px;
		margin:10px;
		float:left;
		}
		.welcome h2{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:36px;
			color:#005B31;
		}
		
	.serviceTimes{
		width:230px;
		margin:10px 0 10px 0;
		padding:5px;
		float:left;
		}
		.serviceTimes h2{
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			width:220px;
			text-align:center;
			padding:5px;
			margin-bottom:10px;
			background:#1A3370;
			color:#FFF;
		}
	.upcomingEvents{
		background: #0FF;
		width:620px;
		}	
	


	
/*------------------Footer ------------------*/	


	
#footerNav{
	text-align:center;
	background: #3B2314;
	color:#FFF;
	padding:5px;
	width:790px;
	}
#copywright{
	text-align:center;
	color:#FFF;
	padding:5px;
	width:790px;
	}
.credit{
	text-align:center;
	color:#0F0;
	padding:5px;
	width:790px;
	}