@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #454545;
	font-family:Arial, Helvetica, sans-serif;
}


/* ===== Header ===== */
.OrangeTopSpacer {
	height: 18px;
	background-color: #f78c01;
}

.header {
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
	height: 106px;
} 

.HeaderContainer {
	width: 967px;
	height: 106px;
}

.OrangeSpacer {
	background-color: #db5e13;
	height: 9px;
}

/* ===== Body Content ===== */
.BodyContent {
	background-image: url(../images/content-background.gif);
}

.ContentContainer {
	width: 967px;
}

.specializes {
	margin-top: 22px;
}

.SpecializeText {
	text-align: left;
	width: 377px;
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	z-index:100;
	list-style: disc;
	list-style-position: inside;
}

.SpecializeText li {
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	/*list-style: disc;*/
	z-index:100;
}

.Content {
	padding: 34px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
	text-align:justify;
	font-weight: bold;
}

.ContentFirst {
	color: #f1b21a;
	font-size: 16px;
}

/* ===== Footer ===== */
.footer {
	background-color: #7a7a7a;
	height: 92px;
	color: #b9b9b9;
	font-size: 10px;
	font-weight: bold;
}

.footer a{
	color: #b9b9b9;
	font-size: 10px;
	font-weight: bold;
}

.FooterPadding {
	padding: 10px;
}

.OrangeBottomSpacer {
	background-color: #f78c01;
	height: 3px;
}

.BelowFooter {
	background-color: #454545;
	height: 36px;
}

.link {
	color: #FFFFFF;
}