@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body, html {
	background: #23709D;
}






a {
	color:#007fb2;
	outline:none;
	border:none;
}
a:hover {
	color:#1b242a;
}


p, ul {
	margin: 5px 0 20px 0;
	line-height: 16px;
	font-size:12px;
	color:#1b242a;
}

img {
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	margin: 10px 0 0 0;
	color: 1B242A;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0 0;
	color: 1B242A;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

small {
	font-size:9px;
	line-height:10px;
}

ul {
	list-style:none;
}




.desc-bg {
	width:290px;
	min-height:68px;
	/*background:url(images/desc-bg.png) bottom no-repeat;*/
	z-index:50;
	padding:0 10px 0 10px;
	margin-top:-12px;
}

.pad {
	display:block;
	margin:10px 8px 8px 25px;
	font-size:11px;
	line-height:16px;
	color:#666;
	font-style:oblique;
}




#wrapper {
	background: url(images/background.png);
}

#container {
	margin:0 auto;
	padding: 0 100px;
	position:relative;
	width:900px;
	min-height:600px;
	background: url(images/container_background.png) repeat-y;
}

#top {
background: url(images/top_bar.png) repeat-x 20px;
height:80px;
position:absolute;
top:10px;
width:100%;
z-index:1;
}

#container #logo {
	background-image: url(images/dormir_logo.png);
	height: 113px;
	width: 290px;
	padding-top: 0px;
	position: absolute;
	z-index:10;
    left: 125px;
}
#buttons ul li a {
	display: block;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top:-10px;
}
#buttons ul li a:hover {
	background-position: bottom;
}

#mdSleepLogo a {
	width: 147px;
	background-image: url(images/topnav/md-sleep_logo.jpg);
	
}
#cardiosomLogo a {
	width: 180px;
	background-image: url(images/topnav/cardiosom_logo.jpg);
	
}
#dormirClinicLogo a {
	width: 147px;
	background-image: url(images/topnav/dormir-clinic_logo.jpg);
	
}



#buttons ul li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}
#buttons ul {
	position: absolute;
	width: 535px;
	z-index: 24;
}
#buttons {
	position: absolute;
	right: 660px;
	top: 36px;
	z-index: 11px;
}
#buttonsSubHeader {
	font-size: 12px;
	position: absolute;
	width: 535px;
	top: 56px;
	color: #444444;
}
#buttonsSubHeader div {
	position: absolute;
	top: 0;
	display: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 225px;
	width: 100%;
	margin: -225px 0 0 0;
	color: #FFF;
	background: url(images/footer_background.png) repeat-x top;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	margin-top:0;
}
#footerContent {
	width: 827px;
	margin: 0 auto;
	padding: 30px 0;
}
#footerWhite {
	width: 1100px;
	height: 225px;
	margin: 0 auto;
	background: url(images/container_background.png) repeat-y;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
}

#container #nav {
	height:300px;
	left:137px;
	position:absolute;
	top:219px;
	width:240px;
	text-align: right;
	list-style-type: none;
	font-size: 19px;
}

#nav li {
	padding-bottom: 12px;
}
#nav a {
	color: #1b242a;
	text-decoration: none;

}
#nav a:hover {
	color: #236f9c;
	text-decoration: none;
}

#onPage a {
	color: #236f9c;
	text-decoration:none:
}

#onPage a:hover {
	color: #236f9c;
	text-decoration:none:
}

#container #main {
	width: 500px;
	padding: 211px 0 100px 345px;
}

.blue {
	color:#007fb2;
	font-style:normal;
	
}

.green {
	color:#8dc63f;
	font-style:normal;
}

.gray {
	color:#1b242a;
	font-style:normal;
}



.expand {
	height:117px;
	width:92px;
	float:left;
	
}

.description {
	display:none;
	position:absolute;
	left:655px;
	top:400px;
}




.org {
	color:#1b242a;
	font-style:oblique;
	
}

.org:hover {
	color:#1b242a;
}

.name {
	position:absolute;
	display:none;
	float: left;
	font-size:6px;
	color:#007fb2;
	font-style:oblique;
	margin-top:-15px;
	text-align:center;
	
}



.mediaIcon {
	float:left;
	padding:0 8px 8px 0;
	margin:5px 0 30px 0;
	outline:none;
}





.post-edit-link {
	color: #FFF;
	font-size:12px;
	margin-top:60px;
	padding: 6px 6px 10px 8px;
	background-color:#F09;
}

.post-edit-link:hover {
background-color:#000;
color: #FFF;
}




