@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { 
	text-decoration: none; 
	color: #C1393A;
}

p {
	line-height: 1.8em;
}

.standard-spaced-ul li {
	line-height: 1.8em;
	margin-left:20px;
}

a:hover { 
	text-decoration: underline; 
	color: #000000;
}

body {
	/* background-image: url(../img/background_pattern.gif); */
	background-repeat: repeat-y;
	background-position:center;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	background-color: #FFFFFF;
}

.body-contain {
	margin-left:auto;
	width: 1000px;
	margin-right:auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #9c1222;
}

.masthead {
	background-image: url(../img/header_building_ghost.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	width: 1000px;
	height: 95px;
	vertical-align: bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7A1F29;
}

.contact {
	font-size:11px;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}

/* TOP NAVIGATION */
.masthead ul {
	list-style: none;
	font-size:17px;
	
}

.masthead ul li {
	margin-top: 61px;
	margin-bottom: 0px;
	height: 32px;
	float: left;
}

.masthead ul li a {
	font-weight: normal;
	display: block;
	line-height: 27px;
	padding: 0 10px;
	font-size: 14px;
	color: #4D4D4D;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.masthead ul li a:hover {
	color: #C1393A;
	margin-top: auto;
	margin-bottom: 0px;
}

.masthead ul li a.current-page {
	background-color:#7a1f29;
	border-bottom-color: #7A1F29;
	color: #ffffff;
}

.masthead ul li a.current-page:hover {
	color: #ffffff;
	text-decoration:none;
}

.masthead ul li a.current-section {
	border-bottom-color: #7A1F29;
}

/* BODY LAYOUT */
.framework {
	width: 1000px;
	background-color: #9c1222;
	font-size:12px;
}

#framework-table {
	margin: 15px;
	width: 970px;
}

.framework table td {
	vertical-align:top;
}

#framework-left-column {
	width: 500px;
	border: 2px solid #e6e6e6;
	padding: 27px;
	background-color: #FFFFFF;
	background-image: url(../img/watermark.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#framework-left-column img {
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#framework-center-column {
	width: 15px;
	padding: none;
}

#framework-right-column {
	width: 240px;
	background: #e6e6e6;
	border: 2px solid #7A1F29;
	padding: 27px;
	line-height: 1.6em;
}

#framework-right-column a {
	font-weight:bold;
	color:#7A1F29;
}

#framework-right-column a:hover {
	color:#000000;
}



.footer {
	width: 980px;
	text-align:center;
	font-size:10px;
	padding: 10px;
}

.footer a {
	color:#FFFFFF;
}

.footer a:hover {
	color:#e6e6e6;
}

/* TEXT and CONTENT */
h1, h2, h3 {
	font-weight:bold;
}

h1, h2 {
	color:#7A1F29;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:12px;
}

p, td {

}

hr {
	border:none;
	color:#7A1F29;
	background-color:#7A1F29;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.spaced-list li
{
	margin-bottom: 10px;
}


img.floater-photo 
{
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.sidebar-photo-area img
{
	border: 2px solid #C1393A;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
	clear: both;
}

img.sidebar-photo 
{
	border: 2px solid #C1393A;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: center;
	clear: both;
}

.quote {
	color: #800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
}

