body, td {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:13px;
	color:#000;
	line-height:18px;
}

h1 {
	margin: 0 0 25px 0;
	color: #a59884;
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 1px 1px 0px #edebe8;
}

h2 {
	margin:0 0 14px 0;
	color: #a59884;
	font-size:26px;
	font-weight:normal;
	line-height: 34px;
	text-shadow: 1px 1px 0px #edebe8;
	text-transform: uppercase;
}

h3 {
	margin:0 0 15px 0;
	color: #a59884;
	font-size:22px;
	font-weight:bold;
	line-height: 30px;
	text-shadow: 1px 1px 0px #edebe8;
	text-transform: uppercase;
}

h4 {
	font-size:14px;
	color:#A59884;
	font-weight:bold;
	text-shadow:#EDEBE8 0px 1px 0px;
}

a {
	color:#D11F2E;
	text-decoration:none;
}

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

hr, hr.clear {
	position: relative;
	border: none;
	height: 2px;
	background: url(/images/backgrounds/hr_tile.gif) repeat-x left center;
	background-size: 1px 2px;
}

hr:before {
	position: absolute;
	display: block;
	border: none;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 2px;
	background: url(/images/backgrounds/hr_left.png) no-repeat right center;
	content: '';
}

hr:after {
	position: absolute;
	display: block;
	border: none;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 2px;
	background: url(/images/backgrounds/hr_right.png) no-repeat right center;
	content: '';
}

#content hr {
	margin:20px 0;
	clear:both;
}

blockquote {
	position: relative;
	padding: 10px 50px;
}

blockquote:before {
	float: left;
	content: '\201C';
	position: absolute;
	top: 20px;
	left: 0px;

	color: #a59884;
	font-family: Trebuchet MS;
	font-size: 70px;
	font-weight: bold;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	text-shadow: 1px 1px 0px #edebe8;
}

blockquote:after {
	float: right;
	content: '\201D';
	position: absolute;
	bottom: -10px;
	right: 0px;

	color: #a59884;
	font-family: Trebuchet MS;
	font-size: 70px;
	font-weight: bold;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	text-shadow: 1px 1px 0px #edebe8;
}


/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#999999;
}

.textHighlight2 {
	font-weight:bold;
	color:#006600;
}

.embossText, #content .embossText {
	color: #a59884;
	text-shadow: 1px 1px 0px #edebe8;
	margin-bottom: 10px;
}

.callToAction {
	color:#FFFFFF;
	font-size:17px;
	border:2px solid #FFFFFF;
	background:url(/images/backgrounds/cta_bg.png) #96262D;
	padding:4px 15px;
	text-transform:uppercase;
	line-height:32px;
}

.callToAction:hover {
	background:#EA1B2F;
	color:#fff;
}

.pageImageLeft {
	float:left;
	border:3px solid #fff;
	margin:0 15px 15px 0;
}

.pageImageRight {
	float:right;
	border:3px solid #fff;
	margin:0 0 15px 15px;
}

.awards {
	width: 315px;
	margin: 0 25px 20px 0;
	float:left;
}

.awards h4 {
	text-shadow:#EDEBE8 0px 1px 0px;
}

.borderRight {
	border-bottom: none;
	border-right: 1px solid #a59884;
}

.highlightCell {
	background: #c9bda7;	
}
