@import url("variations/stylesheetwidget.css");
@import url("Inner.css");
@import url("GraceMenu.css");
@import url("GraceMenuTop.css");
@import url("GraceMenuTopInner.css");
@import url("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, 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, table{
	text-align:left;
	}
p {
	padding-bottom:10px;
	}
#allContent {
	width:800px;
	margin:0 auto;
	text-align: left;
	}

.clear_float{
	clear:both;
	}

/*------------------ Header ------------------*/

#topNavContainer{
	width:800px;
	height:50px;
	}

	#topNav{
		height:30px;
		width:580px;
		margin-top:20px;
		float:left;
		position:relative;
	}

	#search{
		height:40px;
		margin-top:5px;
		width:220px;
		float:right;
		position:relative;
	}
	#dnn_dnnSEARCH_txtSearch{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:120px;
		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;
		}
		.mainNav{
			width:170px;
			background:#E2E2E2;
			text-align:right;
			}
		.social{
			width:170px;
			padding:10px 0;
			background:#E2E2E2;
			}
		.social a{
			color:1a3370;
			}
			
			
		.eMailList{
			width:170px;
			background: url(../images/bg_mailingList.gif) bottom center no-repeat #933;
			padding:10px 0 40px 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			color:#FFF;
			font-weight:bold;
			}	
#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;
		}
		
	.rightColumn{
		width:230px;
		margin:0 0 10px 0;
		padding:5px;
		float:left;
		}
		.rightColumn a {
			font-size:12px;
			color:#F00;
			text-decoration:underline;
			font-weight:normal;
		}
		.rightColumn 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:10px;
	width:780px;

}
#footerNav a{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
}
#footerNav a:hover{
	color:#DDD;
}	
#copywright{
	text-align:center;
	color:#FFF;
	padding:5px;
	width:790px;
	}
.credit {
	text-align:center;
	color:#FFF;
	padding:5px;
	width:790px;
	}
	.credit a{
		color:#FFF;
		text-decoration:none;
		}
	.credit a:hover{
		color:#c7a511;
		}