
/*----------------------------CSS ----------------------------*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #0F5540;
	margin: 0;
	padding: 0;
}

h1 {
	color: #660034;
	font-size: 18px;
	margin: 0 0 20px 0;
}

h2 {
	color: #046C42;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 8px auto;
}

.h2inline {
	color: #046C42;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #111;
	font-size: 11px;
	margin: 0 auto 8px auto;
}

p {
	color: #111;
	font-size: 12px;
	margin: 0 auto 8px auto;
}

li {
	color: #111;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited { color: #046C42; }

a:hover, a:active {
	color: #660034;
	text-decoration: underline;
}

img { border: 0; }

/*----------------------------header ----------------------------*/

#header {
	width: 864px;
	margin: 0 auto;
	background: url(images/charlieos_bac.jpg) no-repeat center top;
	text-align: center;
	height: 275px;
}

#body_functions #header { background: url(images/functions_bac.jpg) no-repeat center top; }

#main_nav {
	height: 20px;
	float: right;
	margin: 40px 55px 0 409px;
	text-align: center;
	color: #046C42;
	width: 420px;
}

#main_nav a {
	font-size: 11px;
	padding: 6px;
	font-weight: bold;
}

#main_nav a:link, #main_nav a:visited {
	color: #333;
	text-decoration: none;
}

#main_nav a:hover, #main_nav a:active {
	color: #046C42;
	text-decoration: underline;
}

/*----------------------------content ----------------------------*/
#contentwrap {
	width: 864px;
	margin: 0 auto;
	background: url(images/content_bac.jpg) repeat-y center;
	text-align: center;
}

#content {
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
}

#simons_home {
	width: 710px;
	min-height: 93px;
	background: url(images/simons_home.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 200px 0 0 0;
	text-align: left;
}

#simons_links {
	width: 350px;
	height: 60px;
	margin: 0 0 0 26px;
	text-align: center;
}

#content a { text-decoration: underline; }

#simons { margin: 10px auto; }

.section {
	padding: 0;
	text-align: center;
	width: 40%;
	margin: 0 4% 0 5%;
	float: left;
}

#body_events .section { margin-bottom: 10px; }

#body_functions .section {
	height: 620px;
	background: url(images/functions_contentbac.jpg) no-repeat center bottom;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	width: 730px;
	float: none;
}

#body_functions .section h1 { margin-left: 60px; }

.section ul {
	text-align: left;
	margin: 30px 0 0 60px;
	width: 220px;
	list-style: square;
	padding: 0;
}

#menus {
	width: 680px;
	margin: 0 auto;
}

.menu {
	width: 110px;
	margin: 0 0 20px 0;
	float: left;
	height: 130px;
}

.menu a { font-size: 12px; }

.menu img {
	border: 1px solid #333;
	margin-bottom: 10px;
}

form {
	margin: 0;
	font-size: 11px;
}

.maplink {
	text-align: center;
	vertical-align: middle;
}

.maplink a { text-decoration: underline; }

/*----------------------------footer ----------------------------*/
#footer {
	width: 864px;
	background: url(images/footer_bac.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
	padding-top: 31px;
	padding-bottom: 10px;
	clear: both;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	color: #3F8C69;
	margin: 5px 0 0 37px;
}

#footer a {
	color: #3F8C69;
	font-weight: normal;
}

.highlight {
	font-size: 18px;
	color: #D4472D;
	font-weight: bold;
}

.imageright {
	float: right;
	margin: 10px;
}

#facebook {
	float: right;
	margin: 0 37px 0 0;
}

#socialfooter {
	width: 750px;
	text-align: left;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	margin: 20px auto 0;
}

#socialfooter #facebook {
	float: right;
	margin: 0;
}

/*----------------------------miscellaneous ----------------------------*/
a#facebooklink {
	background: url(images/icon_facebook.jpg) no-repeat left;
	padding: 5px 0 5px 31px;
	margin: 0 auto;
	display: block;
	width: 200px;
}

.pinline {
	border-top: 1px solid #ccc;
	padding: 0;
	font-size: 0;
	line-height: 0;
	margin: 5px 75px;
}

.clear { clear: both; }

.tinytext { font-size: 10px; }

/* --------------------------------------- mobile
---------------------------------------------------------------------------------------------- */
.mobileonly { display: none; }
 @media only screen and (max-device-width: 480px) {

.mobileonly { display: inline; }

.webonly { display: none; }
}
 @media only screen and (min-device-width: 768px) and (max-device-width:
1024px) {

.mobileonly { display: inline; }

.webonly { display: none; }
}

