@charset "utf-8";

* {
	font-family: Arial, sans-serif;
	letter-spacing: -0.7px;
	outline: 0px;
}

body {
	background-color: #4C4C4C;
	margin: 0px 0px 15px 0px;
}

div.centerPage {
	color: #BBB;
	font-size: 16px;
	line-height: 1.5em;
}

div.centerPage a {
	color: #777;
	text-decoration: none;
}

div.centerPage a:hover {
	color: #555;
}

h1.topNavigationLogoH {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

h2.centerPage {
	color: #EEE;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#centerPage {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px;
}

#centerTopNavigation {
	margin: 0px auto;
	width: 980px;
}

#feature {
	height: 200px;
	width: 100%;
}

#featureForeground {
	height: 100%;
	margin: 0px auto;
	width: 980px;
}

#footer {
	background-color: #444;
	color: #888;
	font-size: 14px;
	margin: 0px auto;
	padding: 15px;
	width: 950px;
}

#footer .section {
	color: #666;
	float: left;
	font-size: 13px;
	width: 33%;
}

#footer .section div.fullDiv {
	clear: both;
	color: #666;
	font-size: 13px;
	margin-left: 5px;
	padding-top: 7px;
	width: 100%;
}

#footer .section h2 {
	color: #999;
	font-size: 14px;
	line-height: 1em;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#footer .section a.paddedTop {
	margin-top: 10px;
}

#footer .section ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer .section li {
	line-height: 1.3em;
	margin-left: 5px;
}

#footer ul li a {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #AAA;
}

#infoBlock {
	background-color: #C6C6C6;
	background-image: url(/static/images/infoBlockBG.png);
	background-repeat: repeat-x;
}

#infoContainer {
	padding: 10px;
}

#infoContent {
	color: #333;
	line-height: 1.5em;
}

#infoContent a {
	color: #777;
	text-decoration: none;
}

#infoContent a:hover {
	color: #555;
}

#regenologyLogo {	
	background-image: url(/static/images/regenologyLogoBG.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 14px;
	width: 77px;
}

#topNavigation {
	background-image: url(/static/images/topNavigationBG.png);
	background-repeat: repeat-x;
	height: 42px;
}

#topNavigationLogo {
	background-image: url(/static/images/topNavigationLogoBG.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 28px;
	padding: 7px 0px;
	width: 158px;
}

#topRowNavigation {
	padding: 4px 12px 0px 12px;
}

#topRowNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#topRowNavigation ul li {
	display: inline;
	padding: 0px 8px;
}

#topRowNavigation ul li a {
	color: #DDD;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#topRowNavigation ul li a:hover {
	color: #FFF;
}

#topRowNavigationBar {
	background-image: url(/static/images/topNavigationBarBG.png);
	background-repeat: repeat-x;
	float: right;
	height: 28px;
	margin: 7px 0px;
}

#topRowNavigationBL {
	background-image: url(/static/images/topNavigationBarBLBG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 100%;
}

#topRowNavigationBR {
	background-image: url(/static/images/topNavigationBarBRBG.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
}

#topRowNavigationTL {
	background-image: url(/static/images/topNavigationBarTLBG.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
}

#topRowNavigationTR {
	background-image: url(/static/images/topNavigationBarTRBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
}

#pageBody {
	width: 100%;
}

.blockDivRow {
	width: 100%;
}

.blockDivRow .blockDivNotSelected {
	background-color: #555;
	background-image: url(/static/images/infoBlockNotSelectedBG.png);
	background-repeat: repeat-x;
	width: 33%;
	float: left;
}

.blockDivRow .blockDivNotSelected a {
	color: #EEE;
	display: block;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}

.blockDivRow .blockDivSelected {
	background: none;
	width: 34%;
	float: left;
}

.blockDivRow .blockDivSelected a {
	color: #4C4C4C;
	display: block;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}

.blockDivRow .blockDivSelected ul {
	list-style-type: square;
}

.breaker {
	clear: both;
}

.graphFeature {
	background-image: url(/static/images/graphFeature.png);
	background-repeat: no-repeat;
}

.graphPaper {
	background-image: url(/static/images/graphPaper.png);
}

.hidden {
	display: none;
}
