@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 #000000;
	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-image:url(../images/banner.gif);
	background-repeat: inherit;	
	background-repeat:repeat;
	height: 70px;
} 
.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: 20px; /* 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 15px;
	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: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(../images/CommandBurnerLogo.png);
	background-repeat:no-repeat;
	background-position:10px 15px;
	width: 265px;
	float: left;
}

.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 #CBlogo {
	margin: 0;
	padding: 20px;
	background-image: url(../images/CommandBurnerLogo.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

.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-image:url(../images/banner.gif);
	
	clear:both;
} 
.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: #045D99;
	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: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(../images/menub_bg.gif);
	background-repeat: repeat-x;
	clear:both;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(../images/menub_hover_left.gif);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(../images/menub_hover_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



/**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;
} 
