@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
}
#headerouter{
	position:relative;
	height: 50px;
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;

}
#header{
	float:left;
	width:950px;
	height:40px;
	font-size:16px;
	color:#000000;
	padding-top:10px;
	text-align:center;
	margin-left:0px;
	
}
#social{
	float:left;
	width:50px;
	height:40px;
	padding-top:10px;
	text-align:center;
	margin-left:0px;
	
}

#header ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;

}
#header ul li{display: inline; text-align:center;} 
#header ul li a{
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	float:left;
	padding: 10px 10px 10px 25px;
	text-decoration:none;
}
#header ul li a:hover{ color:#ff0000;}
#imagebar{
	background-image: url(/gfx/homeLarge/homepage.jpg); background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover; padding-top: 350px; background-image: url(/gfx/homeLarge/homepage.jpg); 
}
#contentouter{
	position:relative;
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}
#content{
	float:left;
	width:900px;

	font-size:14px;
	color:#000000;
	padding-top:10px;
	text-align:left;
	margin-left:50px;
	overflow:visible;
}
#content a {
	text-decoration:none;
	color:#666666;
}
#contentinner{
	float:left;
	width:860px;

	font-size:14px;
	color:#000000;
	text-align:left;
	margin-left:20px;
	overflow:visible;
}
#footer{
	float:left;
	width:900px;
	height:40px;
	font-size:12px;
	text-align:center;
		margin-left:50px;
}

#footer a{
	text-decoration:none;
	color:#999999;
}

h3 a{
	text-decoration:none;
	color:#FF0000;
	
}
h3 a:hover{
	text-decoration:underline;
	color:#FF0000;
	
}
#newthisyear{
	border:#FF0000 5px solid;
	padding:5px;
	background-color:#99CC66;
	color:#FFFFFF;
}
.redbox{
    border: thin solid #FF0000;
    padding:10px;
    margin-left: 40px;
    margin-right: 40px;
}