/* @override http://www.altosleep.com/site.css */

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #666666 url(images/pagebg.png) repeat;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border: none;
}

a {
	color: #e27c40;
	text-decoration: none;
}

div.contact {
	margin: 15px 0px;
}

div.contact div.method{
	float: left;
	font-weight: bold;
}

div.contact div.info{
	margin-left: 100px;
}

a:hover{
	color: #864017;	
	text-decoration: underline;
}

div.link {
	width: 250px;
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	margin: 10px 0px;	
}

div.link div.title {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

div.link div.url a{
	padding: 5px;
	display: block;
	background: #EEEEEE;
	color: #555555;
	font-size: 10px;
	text-decoration: none;
}

div.link div.url a:hover{
	background: #CCCCCC;
	color: black;
}


div.link div.description{
	padding: 5px;
	line-height: 16px;
}

div.person {
	width: 250px;
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding: 10px 10px;
	margin: 10px 0px;
}

#pageContent div.person ul.qualifications {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

#pageContent div.person ul.qualifications li{
	margin: 5px 0px;
	padding: 0px;
	font-size: 10px;
}

div.person div.name {
	font-size: 12px;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 884px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	height: 78px;
	background: url(images/topheader.png) no-repeat;
	margin: 0;
}

.oneColFixCtrHdr h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.oneColFixCtrHdr #tallbanner,#banner {
	vertical-align: middle;
	padding: 40px 0px 20px 30px;
	margin: 0px;
	background: url(images/tallheaderbg.png) no-repeat;
}

.oneColFixCtrHdr #tallbanner {
	height: 171px;
}

.oneColFixCtrHdr #menuBar {
	height: 19px;
	padding: 5px 0px 0px 28px;
	margin: 0;
	vertical-align: middle;
	background: url(images/menubar.png) no-repeat;
	color: #DDDDDD;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.oneColFixCtrHdr #menuBar b {
	color: #864017;
}

.nav {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	width: auto;
	margin: 0 0;
	display: inline;
	padding: 0 0.1em;
}

.nav a {
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 30px;
	margin: 0;
	min-height: 200px;
	background: url(images/maincontainerbg.png) repeat-y;
}

.oneColFixCtrHdr #mainContent img.title {
	padding-bottom: 15px;
}

.oneColFixCtrHdr #mainContent li {
	font-size: 12px;
	padding: 5px;
	margin: 10px;
}

.oneColFixCtrHdr #mainContent #newsBar {
	float: left;
	width: 225px;
	border-right: solid 1px #CCCCCC;
	padding-right: 10px;
	margin-right: 10px;
	clear: both;
}

.oneColFixCtrHdr #mainContent .newsItem {
	padding: 0px 0px 6px 0px;
	margin-top: 8px;
}

.oneColFixCtrHdr #mainContent .newsText {
	float: right;
	margin: 0;
	width: 120px;
	font-size: 10px;
	line-height: 14px;
}

.oneColFixCtrHdr #mainContent .newsClear {
	background: url(images/newsdivider.png) bottom left no-repeat;
	clear: both;
	width: 220px;
	height: 8px;
	float: none;
}

.oneColFixCtrHdr #mainContent .newsItem .header {
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent .newsItem img {
	display: block;
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 2px;
}

.oneColFixCtrHdr #mainContent #pageContent {
	margin-left: 250px;
	margin-right: 25px;
}

.oneColFixCtrHdr #mainContent #pageContent.nomargin {
	margin-left: 0px;
}

.oneColFixCtrHdr #mainContent #pageContent p {
	margin-bottom: 1em;
	text-align: left;
	/*text-indent: 1em;*/
	font-size: 11px;
	line-height: 18px;
}

.oneColFixCtrHdr #mainContent #pageContent dl {
	font-size: 10px;
}

.oneColFixCtrHdr #mainContent #pageContent dl dt {
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent #pageContent h1 {
	margin-bottom: 1em;
	font-size: 18px;
}

.oneColFixCtrHdr #mainContent #pageContent h4 {
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 16px;
}

.oneColFixCtrHdr #mainContent #pageContent .leftFloat {
	float: left;
	margin-right: 10px;
}

.oneColFixCtrHdr #mainContent #safetyFloater {
	clear: both;
}

.oneColFixCtrHdr #footer {
	clear: both;
	height: 46px;
	background: url(images/footer.png) no-repeat;
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#pageContent img {
	margin-left: 15px;
}

#pageContent img.title{
	margin-left: 0px;
}
