body {
	margin: 0;
	background: #c4c0bf url(img/top-bg.png) repeat-x top center;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
}

p, span, div, table, tr, th, td {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

p { margin: 0px; }

hr {
       border: none;
       border-top: 1px solid #9F1313;
}

h1 {
	line-height:25px;
	font-size:24px;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

/** dynamIt editor styles follow **/

.titles {
	font-size: 16px;
	color: #5F5353;
}

.subheadings {
	font-size: 13px;
	color: #363636;
	font-style: italic;
}

.emphasis {
	color: #9F1313;
}

.light {
	color: #F5F5F5;
}

/** end editor styles **/


#container {
	width: 914px;
	margin: 0 auto 0 auto;
}

#header {
	width: 914px;
         height: 114px;

        	background: url(img/header.png) no-repeat top center;
}

#mubar {
	height: 37px;
	line-height: 37px;
	text-align: right;
}

#mubar a, #mubar a:link, #mubar a:visited,
#physbar a, #physbar a:link, #physbar a:visited  {
	text-decoration: none;
	color: white;
}

#physbar {
	padding: 36px 0 0 0;
	line-height: 39px;
	text-align: right;
	color: white;
}

#physbar .holder {
	width: 126px;
	text-align: center;
	margin: 0 0 0 auto;
}

#left {
	float: left;
	position: relative;
}

#left #quoted {
	width: 236px;
	min-height: 210px;
	margin: 18px 0 0 0;
	background: url(img/blockquote.png) no-repeat top center;
	font-weight: bold;
	text-align: right;

}

#left #quoted blockquote {
	text-align: left;
	margin: 0;
	min-height: 140px;
	padding: 45px 10px 30px 15px;
}


ul#nav {
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 238px;
	border: 1px solid #e6e6e6;
}

ul#nav li {
	border-bottom: 1px solid #626262;
         position: relative;
}

ul#nav li a,
ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	background-color: #363636;
	border-left: 6px solid #363636;
	padding: 7px 7px 7px 20px;

	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	color: white;
	text-decoration: none;
}


ul#nav li a:hover,
ul#nav li a:active {
	display: block;
	background-color: #191919;
	border-left: 6px solid #c21b1b;
	padding: 7px 7px 7px 20px;

	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	color: white;
	text-decoration: none;
}

ul#nav li a small {
	display: block;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 11px;
}


#DROPDOWNS {
	position: absolute;
	top: 6px;
	left: 238px;
	z-index: 5;
}


ul.menuDiv {
	position: absolute;
	top: 0px;

	visibility: hidden;

	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 238px;
	background-color: #191919;
}


ul.menuDiv li a,
ul.menuDiv li a:link,
ul.menuDiv li a:visited {
	display: block;
	height: 22px;
	line-height: 22px;
	border: 0;
	background-color: #191919;
	color: #b8b5b4;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;

	padding: 4px 4px 4px 15px;
}

ul.menuDiv li {
	border: 0;
}

ul.menuDiv li a:hover,
ul.menuDiv li a:active {
	display: block;
	height: 22px;
	line-height: 22px;
	border: 0;
	background-color: #191919;
	color: #b8b5b4;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#main {
	position: relative;
}

#page-content {
	margin-left: 252px;
}

	#feature {
		width: 662px;
                height: 248px;
		position: relative;
		z-index: 4;
	}

	#featuretext {
		position: absolute;
		top: 65px;
		left: 80px;
	}

		#featurePadd {
			width:275px;			
			font-size:13px;
			font-weight:bold;
		}

		#featuretext a {
			text-decoration: none;
			color: #9F1313;
			border-bottom: 1px dashed #9F1313;
		}

		#featuretext a:hover {
			text-decoration: none;
			color: #9F1313;
			border-bottom: 1px solid #9F1313;
		}

#content-outer { border: 1px solid #eaeaea; }
#content-inner { border: 1px solid #a9a9a9; }

#content {
	background: #ffffff url(img/content-bg.png) repeat-x bottom center;
	padding: 10px;
	min-height: 300px;
	line-height: 17px;
}

	#content a {
		text-decoration: none;
		color: #9F1313;
		border-bottom: 1px dashed #9F1313;
	}

	#content a:hover {
		text-decoration: none;
		color: #9F1313;
		border-bottom: 1px solid #9F1313;
	}

#footer {
	background-color: #363636;
	color: #b8b5b4;
}

#innerfooter {
	width: 914px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto 0 auto;
}

#footer #innerfooter address {
	float: right;
	font-style: normal;
	height: 45px;
	line-height: 45px;
}

a img { border: none; }

