body {
	background-color: #FFF;
	color: #3F3F3F;
}

* {
     text-shadow: 0 1px 1px rgba(255,255,255,.3);
}

a:link {text-decoration: none; color: #26466D;}
a:hover {text-decoration: none; color: #4981CE; }
a:visited {text-decoration: none; color: #26466D;}
a:active {text-decoration: none; color: #26466D;}

.socialimage {
	display: inline-block;

}

.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	background-color: #FFF;

}

#images{
	text-align: center;
}

#logo {
	position: relative;
	margin-left: 280px;
	margin-bottom: 20px;
}

#hours {
	position: relative;
	display: inline;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}	

#hours li {
	display: block;
	list-style: none;
	line-height: 1.2em;
	font-size: 12px;
}

#directions {
	display: inline;
	float: right;
	margin-top: 20px;
}	
	
#topmenu {
	display: block;
	width: 960px;
	background-color: #26466D;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 20px;
	border: 4px;
	border-style: solid;
	border-color: #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #C0C0C0;
	-webkit-box-shadow: 3px 3px 4px #C0C0C0;
	box-shadow: 3px 3px 4px #C0C0C0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;    
}

#topmenu li {
	display: inline;
	font-family: Arvo, sans-serif;	
	font-weight: 500;
	font-size: 16px;
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
}

#topmenu a:link{ color:#F1F1F1; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
#topmenu a:visited{ color:#F1F1F1; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
#topmenu a:hover{ color:#4981CE; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
#topmenu a:active{ color:#F1F1F1; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;}


h1,h2,h3,h4 {
	font-family: Arvo, serif;
	margin: 0;
	padding: 0;
}
	
h1 {
	font-size: 36px;
	font-weight: 400;
	width: 900px;
	margin-left: 30px;
	color: #26466D;
	text-align: center;
	line-height: 42px;
	text-shadow: 1px 1px 1px #DDD;
}

h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6em;
	color: #26466D;
	text-shadow: 1px 1px 1px #DDD;
}

h3 {
	font-size: 22px;
	font-weight: 700;
	color: #4981CE;
	text-shadow: 1px 1px 1px #DDD;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	color: #4981CE;
	text-shadow: 1px 1px 1px #DDD;
}

.tagline {
	width: 900px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#first {
	margin: 20px 0 20px 36px;
	width: 900px;
	float: top;
	text-align: left;
}

#first p{
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
	
#content {
	margin: 20px 0 20px 36px;
	width: 440px;
	float: left;
}

.content_wrap {
	float: left;
	min-height: 90px;
	width: 400px;
}

#content ul {
	margin-top: 14px;
	margin-left: 24px;
	list-style: disc;
	font-size: 14px;
	line-height: 24px;
}

#content li {
	padding-top: 4px;
}
	
#content_rt {
	margin: 20px 0 0 0;
	width: 440px;
	float: right;
}

#content p {
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#content_rt p {
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#content_rt_inner {
	margin: 20px 0 0 0;
	width: 440px;
	float: right;
}
#content_rt_inner p {
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}


#content_rt_inner img {
	border: 6px;
	border-style: solid;
	border-color: #CCC;
	-moz-box-shadow: 3px 3px 4px #C0C0C0;
	-webkit-box-shadow: 3px 3px 4px #C0C0C0;
	box-shadow: 3px 3px 4px #C0C0C0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content_rt_inner ul {
	margin-top: 14px;
	margin-left: 24px;
	list-style: disc;
	font-size: 14px;
	line-height: 24px;
}

#content_rt_inner li {
	padding-top: 4px;
}

#footerwrapper {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 960px;
	min-height: 230px;
	background-color: #26466D;
	border: 4px;
	border-style: solid;
	border-color: #DDD;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 4px #C0C0C0;
	-webkit-box-shadow: 3px 3px 4px #C0C0C0;
	box-shadow: 3px 3px 4px #C0C0C0;
}

p.footer {
	font-size: 14px;
	line-height: 1.4em;
	color: #FFF;
}

ul.footer {
	margin-top: 13px;
	font-size: 14px;
	color: #FFF;
	list-style: square;
}

li.footer {
	margin-bottom: 4px;
	margin-left: 16px;
}

.footer a:link{ color:#FFF; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.footer a:visited{ color:#FFF; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.footer a:hover{ color:#4981CE; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.footer a:active{ color:#FFF; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;}

.footer_block {
	width: 270px;
	float: left;
	margin: 20px 0 0 40px;
}

.topbar {
	width: 100%;
	float: left;
	height: 10px;
	background-color: #26466D;
	-moz-box-shadow: 3px 3px 4px #C0C0C0;
	-webkit-box-shadow: 3px 3px 4px #C0C0C0;
	box-shadow: 3px 3px 4px #C0C0C0;
}

.colorbar {
	width: 100%;
	height: 30px;
	background-color: #26466D;
	-moz-box-shadow: 0px -7px 7px -7px #C0C0C0;
	-webkit-box-shadow: 0px -7px 7px -7px #C0C0C0;
	box-shadow: 0px -7px 7px -7px #C0C0C0;
}

p.colorbar{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
	text-align: center;
	line-height: 30px;
}

.colorbar a:link{ color:#4981CE; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.colorbar a:visited{ color:#4981CE; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.colorbar a:hover{ color:#F1F1F1; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;} 
.colorbar a:active{ color:#4981CE; text-decoration: none; text-shadow: #333 0.1em 0.1em 0.2em;}
