﻿@charset "utf-8";
/* Layout (global rules for medium sizes) */
#Wrapper {
	max-width: 900px;
	margin: 20px auto 20px auto;
	font-size: .8em;
	padding: 10px 10px 0px 10px;
}
header {
	height: 140px;
	margin: 10px;
}
header a.logo img {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 23%;
}
header p {
	float: left;
	margin: 0;
}
header nav {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	padding-top: 5.5%;
}
header nav ul li img {
	width: 100%;
}
header nav ul li {
	display: inline-block;
	background: #fff;
	border: 3px #EBE0C4 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 2px 10px 2px 10px;
	color: #000;
	margin-right: 5px;
}
header nav ul li a span {
	color: #FF0000;
}
header nav ul li a span:hover {
	color: #fff;
}
header nav ul li:hover {
	background: #FF0000;
	color: #fff;
	border: 3px #FF0000 solid;
}
header nav ul li:last-child {
	position: absolute;
	top: 9%;
	background: #fff;
	margin-left: 5px;
}
header nav a {
	color: #000;
	text-decoration: none;
}
footer {
	height: 70px;
	text-align: center;
	margin-top: 20px;
}
footer ul {
	width: 100%;
	margin: 15px auto 20px auto;
}
footer ul li {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	border-right: 1px #FF0000 solid;
	line-height: 15px;
	float: none;
}
footer ul li:last-child {
	border-right: 0px;
}
footer ul li a {
	text-decoration: none;
}
#body-image {
	float: left;
	width: 40%;
}
#body-content {
	width: 58%;
	float: right;
}
.wideimage {
	width: 46% !important;
}
.widebody {
	width: 50% !important;
}
#body-content h2 {
	color: #fff;
	text-align: center;
	width: 70%;
	margin: auto auto 10px auto;
	clear: both;
}
#body-content h3 {
	background: url('../images/arrow-cream.png') left center no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 5px 0px 5px 40px;
	font-size: 1.5em;
	margin: 10px 0px 10px 0px;
}
#body-content span {
	font-weight: bold;
	color: #fff;
	display: block;
}
#body-content span.red {
	color: #FF0000;
	display: inline-block;
}
#body-content ol {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}
#body-content p {
	color: #EBE0C4;
	font-weight: normal;
	margin: 1.5em 0 1.5em 0;
}
#body-content p img {
	float: left;
	margin: 0px 10px 10px 0px;
}
/*------------------Home---------------------*/
#homePage #Wrapper footer ul {
	width: 100%;
}
/*------------------End Home------------------*/
/*--=============================================--*/
