body {
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #786B5B;
	background-image: url(../images/mainBackground.jpg);
	background-repeat: repeat;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
}

h1 {
	color: #ABA280;
	letter-spacing: -2px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
}

h2 {
	color: #ABA280;
	font-size: 20px;
	margin: 5px 0px 0px 0px;
	clear: both;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	border-top: 1px #ABA280 dotted;
	padding: 10px 0px;
}

h3 {
	color: #EF7EB1;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #383F69;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
}


#after_p {
	font-size: 14px;
	font-weight: bold;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.imgLeft {
	margin: 11px 10px 0px 5px;
}

.imgRight {
	float: right;
	margin: 5px 20px 0px 0px;
}

.imgCenter {
	margin: 5px auto 5px auto;
}

#containerTop {
	background-image: url(../images/backgroundTop.jpg);
	background-repeat: repeat-x;
	width: auto;
}

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
}

#headerLeft {
	float: left;
	width: 291px;
}

#headerRight {
	float: right;
	width: 609px;
}

#phoneNumber {
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-style: italic;
	font-size: 24px;
	margin: 40px;
}

#navigation {
	width: 572px;
	height: 42px;
	background-image: url(../images/navigation-background.jpg);
	background-repeat: repeat-x;
	margin: 128px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	font-style: italic;
	position: absolute;
}

#navigation a {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	float: left;
	padding: 8px 5px 7px 5px;
}

#navigation a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 10px;
}

#navigation a.active {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}

#flashArea {
	background-image: url(../images/flashPlacerHolder.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 327px;
}

#randomHeader {
	width: 900px;
	padding: 0px;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	width: 900px;
	min-height: 500px;
}

#contentLeft {
	float: left;
	width: 510px;
	padding: 10px 20px 10px 20px;
}

#contentLeft p{
	line-height: 24px;
	margin-top: 20px;
	text-align: justify;
}

#contentRight {
	float: right;
	width: 330px;
	padding: 10px 5px 10px 5px;
}


#contentRight img {
	padding-bottom: 10px;
}


#secondaryContent {
	width: 840px;
	padding: 20px 30px 30px;
}

#contentBottom {
	width: 900px;
	height: 22px;
	background-image: url(../images/contentBottom.png);
	background-repeat: no-repeat;
}

#bottomText {
	text-align: center;
	color: #656364;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 11px;
}

ul li {
	padding-top: 7px;
	list-style-image: url(../images/li_gr.gif);
}

.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input {
	width: 815px;
	padding: 10px;
}