@charset "UTF-8";
/* CSS Document */

/***********************************************************/
/*
/* set general page styles
/*
/***********************************************************/

body {
	margin: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #796f64;
	background: #fff url(http://66.147.240.152/~nsrcones/images/top_flourish.jpg) top center no-repeat;
	width: 100%;
	height: 100%;
}

body.pg_home a.home,
body.pg_vision a.vision,
body.pg_history a.history,
body.pg_news a.news,
body.pg_calendar a.calendar,
body.pg_anniv a.anniv,
body.pg_credits a.credits,
body.pg_contact a.contact {color: #ae4d25;}

img {
	border: none;
}
.container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}


/***********************************************************/
/*
/* set basic link and text styles
/*
/***********************************************************/

a:link {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #ae4d25;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #936028;
	font-size: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
}

h1.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #936028;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 14px;
}

h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-bottom: 6px;
}

h3 {
	color: #796f64;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin-bottom: 14px;
}

p, ul, li {
	color: #796f64;
	padding: 0;
	margin-top: 0;
	margin-bottom: 24px;
}

blockquote {
	font-size: 14px;
	font-style: italic;
	color:#999;
	padding-top: 30px;
	text-align: left;
}

/***********************************************************/
/*
/* other container styles
/*
/***********************************************************/
img, div {
	behavior: url(styles/resources/iepngfix.htc); /*ie6 fix*/	
}

#header {
	width: 960px;
	height: 112px;
	background: transparent url(http://66.147.240.152/~nsrcones/images/top_nav_bg.jpg) top left no-repeat;
	float: left;
}
	.nav {
		width: 960px;
		height: 32px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		padding-top: 6px;
		text-align: center;
		float: left;
	}
		.nav_link {			
			padding-right: 20px;
			padding-left: 20px;	
		}
	#logo {
		width: 960px;
		height: 56px;
		margin-top: 11px;
		text-align: center;
		float: left;
	}
	#main_img {
		width: 960px;
		height: 295px;
		text-align: center;
		margin-bottom: 14px;
		float: left;
	}
	#main_img img {
			display: block;
		}
	
	#page_top{
		width: 960px;
		height: 53px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding: 0;
		text-align: center;
		float: left;
	}	
		#page_top img{
			display: block;
			
		}	
#page_content {
	width: 960px;
	height: 100%;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	background: #e3dfdc url(../images/page_bg.jpg) repeat-y;
	float: left;
}
	
	.page_content_left {
		width: 240px;
		height: 100%;
		min-height: 600px;
		margin-left: 50px;
		padding-right: 10px;
		text-align: center;
		float: left;		
	}
	
	.page_content_right {
		width: 570px;
		height: 100%;		
		min-height: 600px;
		padding-top: 1px;
		text-align: left;
		float: left;		
	}
	
/***********************************************************/
/*
/* tout styles
/*
/***********************************************************/

.index_tout {
	width: 960px;
	height: 155px;
	margin: 0 auto;
	padding-bottom: 26px;
	text-align: left;
	float: left;
}
	.left_col {
		width: 240px;
		height: 155px;
		padding-left: 50px;
		padding-right: 10px;
		text-align: left;
		float: left;
	}
	.right_col {
		width: 570px;
		height: 155px;
		padding-top: 1px;
		text-align: left;
		float: left;
	}

/***********************************************************/
/*
/* footer styles
/*
/***********************************************************/
#footer {
	width: 960px;
	height: 100%;
	margin-top: 30px;
    padding: 0;
	text-align: center;
	float: left;
	background: transparent url(../images/footer_bg.jpg) repeat-y;
}
	#footer p{
		font-size: 10px;
        color: #796f64;
	}
	.logo{
		cursor: pointer;
		display: inline-block;
	}

#newsletter {
	width: 902px;
	height: 49px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 29px;
	text-align: left;
	padding: 0;
	background: #cac4b7;
	float: left;
}


form, fieldset {
	width: 550px;
	height: 49px;
	border: 0;
	margin: 0 auto;
	padding: 0;
	float: left;
}


.newsletter_title {
	width: 334px;
	height: 49px;
	text-align: left;
	margin: 0;
	padding: 0;
	float:left;
}

.newsletter_form {
	width: 470px;
	margin-top: 12px;
	padding: 0;
	text-align: left;
	float: left;
}
.newsletter_btn {
	width: 80px;
	margin-top: 12px;
	padding: 0;
	text-align: left;
	float: left;
}
.footer_text {
	width: 902px;
	margin-top: 28px;
	float:left;	
}