@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* 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;
	background-color: #FFFFFF;
	width:1024px;
	font-size:12px;
	}
.twoColLiqRtHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left;
	padding-top: 0px;
	
} 
.twoColLiqRtHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #ffffff;
	background-repeat: inherit;	
	background-repeat:repeat;
	height:75px;
	background-color: #999999;
} 

.twoColLiqRtHdr #logo-right {
	display: block;
	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: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(../images/Cortex-IT-v3-Final.png);
	background-repeat:no-repeat;
	background-position:10px 25px;
	width: 144px;
	float: right;
}

.twoColLiqRtHdr #logo-left {
	display: block;
	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: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(../images/SleepLogo.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	width: 265px;
	float: left;
	
}
.headerh1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
}
.twoColLiqRtHdr #logo-left span {
	display: block;
	width: 0;
	height: 0;
  	overflow: hidden;

}


.twoColLiqRtHdr #logo-right span {
	display: block;
	width: 0;
	height: 0;
  	overflow: hidden;

}

.twoColLiqRtHdr #footer {
	margin-top:120px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	clear:both;
	background-color: #999999;
} 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bolder;
	text-align:right;
	background-color: #414141;
	color:#FFFFFF;
	padding:3px;
	padding-right: 15px;
	margin:5px 0px 5px 0px;
}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.footText {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.sectionText {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-color: #D9D7D7;
	color: #000000;
	padding:3px;
	padding-left: 15px;
	margin:5px 0px 5px 0px;
}
.download {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 14px;
}
.command {
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bolder;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
clear:both;
margin:0;
padding:0;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background-color: #333333;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs ul li{
display: inline;
margin: 0;
}

.mattblacktabs ul li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs ul li a:visited{
color: white;
}

.mattblacktabs ul li a:hover, .mattblacktabs ul li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




/**rendering left and right panes*/

.twoColLiqRtHdr #sidebar1 {
	width: 21%;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 100%;
	margin:0;
	float:right;
	margin-top:15px;
	padding:5px;
	margin-right:5px;
}
.twoColLiqRtHdr #mainContent { 
	width:75%;
	margin:0; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding-top: 15px;
	padding-left:10px;
	float:left;
} 
