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

* { margin: 0; padding: 0; border: 0; }

body {
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image:url('../images/tinted-1001x701.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left center;
	background-size:100% 100%;
}

a {
	text-decoration:none;	
}

h1 {
	font-family: Nevis, Arial, Helvetica, sans-serif;	
	font-size: 50px;
	color: #400101;	
	margin-bottom:30px;  
	padding-top: 50px;
	margin-left:20px;
	
}
	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	/*line-height: 48px;*/
	margin-bottom: 25px;
	color :#400101;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 4px;
	color :#bb102a;
	padding-top: 8px;
	color :#400101;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 7px;
}

p a {
	color: #000;
	text-decoration: underline;
	}
	
	p a:hover {
		color: #000;
		text-decoration: none;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 7px;
}

	li a {
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: underline;
	}
	
	li a:hover {
		color: #000;
	}
	
header {
	width: 960px;
	height: 150px;
	margin: 0 auto;	
	background-color: #F7E19E;
	/*background-repeat:repeat-y;*/
}

		  #logo img{
			  margin-top: 34px;
			  width: 234px;	
			  overflow: hidden;	
			  float: left;
			  margin-right:50px;
		  }
	

nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #B69A47;
	
}

nav li {
	list-style-type: none;
	display: inline;
}

		#navigation-items {
			text-align: center;
			padding-top: 20px;
		}
		
		#navigation-items li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			/*color: #F7E19E;*/
			list-style-type: none;
			display: inline;	
		}
		
		#navigation-items li a {
			color: #FFFFFF;
			padding: 13px 20px;
			background-color: #B69A47;	
			text-decoration: none;	
		}
		
		#navigation-items li a:hover {
			text-decoration: none;
			color: #400101;
		}
		
		#navigation-items li.main-on a {
			color: #400101;
			/*padding: 13px 58px;*/
			background-color:#B69A47;
			font-weight:bold;
		}

#middle {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/);
}
		  section {
			  width: 300px;
			  float: left;
			  height: 635px;
			  padding-top: 20px;
		  }
		  
				  #sub-navigation-head {
					  height: 20px;
					  margin-bottom: px;
					  padding-top: 4px;
					  padding-bottom: 10px;
					  padding-left: 10px;
					  background-image: url(images/);
					  font-family: Arial, Helvetica, sans-serif;
					  font-size: 22px;
					  color: #000;	
				  }
		  
				  #sub-navigation-items li {
					  font-family: Arial, Helvetica, sans-serif;
					  font-size: 22px;
					  color: #949cal;
					  list-style-type: none;
					  /*background-image: url(images/130529-web200-submenu-button-300x48.png);
					  background-repeat: no-repeat;
					  background-position: center left;*/
					  width: 300px;
					  height: 33px;
					  background-color: #F7E19E;
					  /*margin-top: 15px;*/	
                      padding-top:15px;
				  }

										  #sub-navigation-items li a {
											  color: #949cal;	
											  text-decoration: none;
											  padding-left: 15px; 
											  margin-top:30px;
											  
										  }
										  
										  #sub-navigation-items li a:hover {
											  text-decoration: underline;
											  color: #8A2600;	
										  }
						
										  #sub-navigation-items li.sub-on a {
											  color: #8A2600;
											  padding-top:30px;					
										  }  



			article {
				margin: 20px 0px 0px 30px;	
				font-size:24px;
				width:400px;
			}
			
			aside {	
				width: 620px;
				float: right;
				/*padding-right: 10px;*/
				padding-top: 20px;
				padding-bottom: 10px;
				/*margin-bottom: 20px;	*/
			}

footer {	
	width: 959px;
	height: 60px;
	margin: 0 auto;
	background-color: #F7E19E;
}

		footer p {
			color: #000;
			padding: 20px 25px;
			font-size: 16px;
		}
		
/* Home page */
#spotlightPhoto {
	width:940px;
	height:365px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	float:none;
}		

/* Home page */
.leftColumnCopy {
    float: left;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 0;
    width: 455px;
}

/* Home page */
.rightColumnCopy {
    float: right;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: -50px;
    margin-right: 10px;
    margin-top: 0;
    width: 455px;
}

.rightArticleHeading {
	margin: -25px 0px 25px -100px;	
	font-size:24px;	
}


.clear {
	clear: both;
	height: 0;
}

.clearRight {
	clear: right;
	height: 0;
}

#forms {
	padding: 12px 26px 12px;
	background-color: ##B69A47;	
	text-decoration: none;	
}

input, textarea {
	padding: 1px;
	background-color: white;
	border: 2px inset;	
}

#buttonstyle{
	border: 1px solid black;
	text-decoration: none;		
}

li a {
	text-decoration:none;
}

a:hover { 
	text-decoration:none; 
	font-weight: bold;
}

.phone {
	font-weight:bold;	
}

.indent {
	margin-left:5%;	
}

.resources a:hover {
	text-decoration: underline; 
	font-weight:normal;
	
}



