@charset "UTF-8";

/* CSS Document */

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

body {
	background-color: #FFFFFF;
	margin-top: 10px;
}

header {
	width: 960px;
	height: 150px;
	margin: 0 auto;	
	background-color: #F7E19E;
}

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

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

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 4px;
	color :#400101;
}

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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	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 {
	color: #000;
	text-decoration: underline;
}

li a:hover {
	color: #000;
}

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 25px;
	background-color: ##B69A47;	
	text-decoration: none;	
}

#navigation-items li a:hover {
	text-decoration: underline;
	color: #400101;
}

#middle {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/);
}

#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: 16px;
	color: #000;	
}

#sub-navigation-items li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #949cal;
	list-style-type: none;
	padding-left: 25px;
	background-image: url(../images/130529-web200-submenu-button-300x48.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 300px;
	height: 32px;
	padding-top: 16px;		
}

#sub-navigation-items li a {
	color: #949cal;	
	text-decoration: none;
}

#sub-navigation-items li a:hover {
	text-decoration: underline;
	color: #8A2600;	
}

section {
	width: 240px;
	float: left;
}

article {
	margin: 20px 0px 0px 30px;	
	font-size:24px;
	width:400px;
}

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

.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;	
}

aside {	
	width: 580px;
	float: right;
	padding-right: 40px;
	padding-top: 20px;
	margin-bottom: 20px;	
}

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

footer p {
	color: #000;
	padding: 20px 25px;
	font-size: 16px;
}

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

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

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

#spotlightPhoto {
	width:940px;
	height:365px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	float:none;
}