@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bkgd.jpg);
	margin:0;
}

a:link {
	color:#bf311a;
}

a:visited {
	color:#bf311a;
}

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

a:active {
	color:#bf311a;
}

#wrapper {
	width:752px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/*****************/

#header {
	width:752px;
	height:82px;
}

.headerText {
	display:none;
}

.logo {
	float:left;
	border:0;
}

.headerGraphic {
	float:right;
}

/*****************/

#photos {
	clear:both;
	margin-bottom:10px;
}

/*****************/

#contentLeft {
	width:410px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-right:1px solid #8f8e8e;
}

/*****************/

#contentRight {
	width:295px;
	padding-right:5px;
	float:right;
}

/*****************/

#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

p.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	line-height:17px;
	margin-top:-15px;
	color:#FFFFFF;
	text-align:center;
	z-index:5;
}

p.footerText a:link {
	color:#FFFFFF;
	text-decoration:none;
}

p.footerText a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

p.footerText a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

p.footerText a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.mms {
	font-weight:normal;
}

/*****************/

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bf311a;
	margin:0 0 5px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #bf311a;
}

.homeCopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.5px;
	line-height:24px;
}

.callOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin:0;
}

.callOut a:link {
	color:#bf311a;
}

.callOut a:visited {
	color:#bf311a;
}

.callOut a:hover {
	color:#bf311a;
	text-decoration:none;
}

.callOut a:active {
	color:#bf311a;
}

hr {
	border:0;
	border-top:1px solid #8f8e8e; 
	height:0px; 
	margin-top:8px; 
	display:block;
}