@charset "utf-8";

#contentheaders {
	color:#fff;
	background:#000;
	
	padding:0px 0px 10px 10px;
}
h1.headline, h2.subheadline {
	letter-spacing:1px;
}
h2.subheadline {
	text-transform:lowercase;
}
h2.contenthead {
	font-weight:bold;
	margin-top:10px;
}

#breadcrumb {
	font-size:0.8em;
	color:#000;
	background-color:#D1D1D1;
	border-bottom:1px solid #999;
    border-top:3px solid #999;

	padding:2px 0px 5px 10px;
}
#breadcrumb a {
    color:#3399CC;
	text-decoration:underline;
}
#breadcrumb a:hover {
    text-decoration:none;
}

#aboutusheader {
	width:99%;
	height:216px;
	background: #000 url(../images/aboutusheader.jpg) no-repeat;
	overflow:hidden;
}

div.bodytext {
	width:85%;
	padding:10px 10px 30px;
	
}
div.bodytext a {
	color: #0086CF;
	text-decoration: none;
}
div.bodytext a:hover {
	text-decoration: underline;
}
div.bodytext h2 {
	font-weight:bold;
	margin:10px 0px;
}

#morcalc #tabs {
	position:relative;
	top:1px;
	left:8px;
	margin-top:3px;
	height:17em;
}
#morcalc a.tab {
	vertical-align:middle;
	font-size: 0.85em;
	text-decoration: none;
	color:#888;
}
#morcalc a.tab:hover {
	text-decoration:underline;
}

#codeofconduct, #termsofbusiness, #theteamofpros {
	text-align:center;
	padding-top:2px;
	position:absolute;
	top:0px;
	width:180px;
	height:24px;
	border: 1px solid #D4D4D4;
	border-bottom:none;
}

#codeofconduct {
	left:0px;
	background-color: #E4E4E4;
	z-index:2;
}
#termsofbusiness {
	left:181px;
	background-color: #CCC;
	z-index:1;
}
#theteamofpros {
	left:362px;
	background-color: #BBBBBB;
	z-index:0;
}
#codetext, #termstext, #teamtext {
	position:absolute;
	padding: 10px;
	padding-top: 12px;
	width:550px;
	left:0px;
	top:23px;

	color:#000;
	background-color: #e4e4e4;
	border: 1px solid #D4D4D4;
	border-top:3px solid #0086CF;
	font-size: 0.9em;
	line-height:1.5em;	
}
#codetext {
	z-index:1;
}
#termstext {
	z-index:3;
	visibility:hidden;
}
#teamtext {
	z-index:3;
	visibility:hidden;
}
label.bullet {
	margin-top:7px;
	margin-bottom: 5px;
	font-weight:bold;
	background-image: url(../images/littletriangle.gif);
	background-position: 5px 7px; 
	background-repeat: no-repeat;
	padding-left: 20px;
	display:block;
}



