body {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	/* background: #f5f5f5 url(../graphics/burlap-light.png) repeat; */
	background: #1b272f;
}

.redbar {
	width:100%;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 5px;
	background: #1b272f;
}

.decor-image, .map {
	margin: 8px;
	border: solid 3px #1b272f;
	padding: 0px;
	border-radius:2px;
	-moz-border-radius:2px;
}

.decor_text {
	margin: 4px;
	border-radius:2px;
	-moz-border-radius:2px;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 2px;
	font-style: italic;
	line-height: 24px;
}

/* @group Header */

#HeaderWrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
}

#Header {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #ffffff;
}

.headerright {
	margin-top: 30px;
	float: right;
	color: #777777;
	font-size: .9em;
	line-height: 1.4em;
	text-align: right;
}

.headerright a {
	color: #777777;
	text-decoration: none;
}

.headerright a:hover {
	color: #444444;
	text-decoration: underline;
}

.social img {
	height: 24px;
	padding: 2px;
	margin: 2px;
}

/* @end */

#MarketingWrapper {
	width: 100%;
	float: left;
	background: url(../graphics/Marketing-1.jpg) no-repeat center center;
	background-size:cover;
	-webkit-box-shadow:inset 0 0 12px 0 #333;
	box-shadow:inset 0 0 12px 0 #333;
	min-height:300px;
}

#Nav {
	float: right;
	clear: both;
	margin-top: 48px;
}

#Nav a {
	float: right;
	margin-left: 10px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #dddddd;
	text-decoration: none;
	color: #222222;
}

#Nav a:hover {
	background-color: #aaaaaa;
	color: #000000;
}

#Nav a.selected {
	background-color: #1b272f;
	color: #ffffff;
}

/* @group Content */

#ContentWrapper {
	width: 100%;
	float: left;
	background: #ffffff center;
	padding-top: 0px;
}

#Content {
	width:990px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #777777;
	background-color: #ffffff;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
}

#Content p {
	margin-bottom: 8px;
	color: #444444;
	line-height: 1.8em;
	font-size: 1em;
}

#Content h1 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
}

#Content h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #444444;
	letter-spacing: 1px;
	margin-bottom: 2px;
	margin-top: 8px;
}

#Content h3 {
	color: #555555;
	font-size: 14px;
}

#Content strong {
	color: #555555;
	font-size: 14px;
}

#Content a {
	color: #1b272f;
	text-decoration: none;
}

#Content a:hover {
	color: #324857;
}

.small {
	float:left;
	width: 30%;
}

.big {
	float:right;
	width: 68%;
}

#Content p.decorative {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	letter-spacing:1px;
	color: #324857;
}

/* @end */

/* @group Footer */

#FooterWrapper {
	width: 100%;
	float: left;
}

#Footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	color: #cccccc;
	line-height: 1.2em;
	font-size: .8em;
	padding-top: 15px;
	padding-bottom: 30px;
}

#Footer a {
	color: #909090;
	text-decoration: none;
}

#Footer a:hover {
	color: #777777;
	text-decoration: none;
}

.footerright {
	float: right;
}

/* @end */

@media only screen 
and (max-width : 990px) { 
   #Header, #Content, #Footer{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen 
and (max-width: 767px) {
	.icons {
		display: none;
	}
	.map {
		width: 96%;
	}
}

@media only screen and (max-width: 600px) {
	#Header {
		text-align: center;
	}
	.headerright {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.logo {
		width: 60%;
	}
	#Nav {
		margin-top: 2px;
	}
}

@media only screen and (max-width: 510px) {
	.big {
		width: 96%;
		margin-right: 2%;
	}
	.small {
		width:96%;
		margin-left: 2%;
		clear: both;
	}
	#Footer {
		text-align:center;
	}
	.footerright {
		display: none;
	}
}
