@charset "UTF-8";
/*  CSS STYLE SHEET
    (c) TechTriad.com */

body {
	background-color: #4E4F54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}
__________ layout {}
#wrapper	{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/column-shadows.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: none;
}
.clearing {
	float: none;
}
img, div { behavior: url(../scripts/iepngfix.htc) }

/*    * { behavior: url(../scripts/iepngfix.htc) }  */
#masthead {
	height: 116px;
	background-image: url(../images/logo-topbar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	left: auto;
	right: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead h1 {
	display: none;
}

#masthead a {
	height: 112px;
	width: 350px;
	display: block;
	padding-left: 50px;
}
__________ menu {}
#topmenu {
	height: 55px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/column-shadows.jpg);
	background-repeat: repeat-y;
}
#menu {
	margin-left: 50px;
	height: 55px;
	font-size: 13px;
	float: left;
	margin-right: auto;
	background-color: #AE1131;
	width: 800px;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
	height: 30px;
	width: 300px;
	float: right;
	margin-right: 10px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 450px;
	margin-top: 20px;
	margin-left: 360px;
}

__________	content {}
#contentWrapper {
	width: 900px;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/column-shadows.jpg);
	background-repeat: repeat-y;
	float: none;
	margin-right: auto;
}

#content-top {
	background-image: url(../images/top-photo-subpage.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	margin-left: auto;
	float: none;
	margin-right: auto;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	background-image: url(../images/column-shadows.jpg);
}
#content  a {
	font-weight: bold;
	color: #AE1131;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content p {
	padding-right: 20px;
	margin-top: 0px;
}
#content h1 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin: 0px;
}
#content h2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AE1131;
}
#content h3 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
#content h4 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	letter-spacing: -0.4px;
}
#content h5 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 6px;
}
#content ol 	{
	list-style-type: decimal;
	list-style-position: outside;
	padding-bottom: 10px;
}
#content li	{
	list-style-position: outside;
	padding-bottom: 4px;
}
#contentLeft {
	width: 750px;
	float: left;
	color: #000000;
	text-decoration: none;
	margin-left: 75px;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar-photo.jpg);
	background-repeat: no-repeat;
}
#contentLeft  a {
	font-weight: bold;
	color: #A03638;
	text-decoration: none;
}
#contentLeft  a:hover {
	text-decoration: underline;
}
#contentRight {
	float: right;
	width: 220px;
	background-color: #FFFFFF;
	margin-right: 75px;
	padding-right: 5px;
	padding-left: 5px;
}

#title {
	float: none;
	height: 75px;
	width: 630px;
	background-color: #FFFFFF;
	margin-left: -10px;
	padding-left: 10px;
}
.faq {
	margin-right: 50px;
	margin-left: 30px;
}
.biotext {
	font-size: 12px;
	line-height: 14px;
}

.imgspace {
	margin: 4px;
}

__________ footer {}
#footerBar {
	height: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	background-color: #AE1131;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 25px;
}
#footer a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
