﻿@charset "UTF-8";

.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height:150px;
	background-color: #5B88B3;
	background-image: url(/_layouts/images/ascentium/mainHeaderImage.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
} 	
.thrColFixHdr .ms-quicklaunchouter {
	width:150px;	
}
.thrColFixHdr #header 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr  h1 {
	color:#92A16F;
}
.thrColFixHdr  h2 {
	color:#5B88B3;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
}
.thrColFixHdr #sidebar1 h1 {
	padding-left:10px;
}
.thrColFixHdr #sidebar1 ul {
	padding-left:10px;
	margin-bottom:10px;
	color:#5B88B3;
	font-size: 10px;
	line-height: 16px;
}
.thrColFixHdr #sidebar1 li a:hover {
	background:url(/_layouts/images/ascentium/bullet.png) no-repeat left center;
	color:#5B88B3;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 li a {
	padding-left:10px;
	color:#5B88B3;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: right;
}

.thrColFixHdr #sidebar2 .iSiteLoginControl {
	float: right;
}

.thrColFixHdr #sidebar2 img {
	margin:0px 0px 0px 0px;
}
.thrColFixHdr #mainContent {
	
	width: 490px;
	float:left;
	
	/*margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 205px;
	background-color: #FFFFFF;
	*/

	padding:0px 0px 0px 0px;
}
.thrColFixHdr #mainContent #divPageImage 
{
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent #mainBodyCopy {
	overflow:auto;
	padding: 0px 0px 0px 0px;
}
.thrColFixHdr #mainContent #BodyContent1 {
	padding: 10px 0px 0px 0px;
}
.thrColFixHdr #mainContent h1 {
	padding: 0px 0px 10px 0px;
}
.thrColFixHdr #mainContent h2 {
	padding: 0px 0px 5px 0px;
}
.thrColFixHdr #mainContent p {
	padding: 0px 30px 10px 0px;
}
.thrColFixHdr #mainContent .mainBodyRightCol h1 {
	padding: 0px 0px 0px 5px;
}
.thrColFixHdr #mainContent .mainBodyRightCol ul {
	padding-left: 5px;
	margin-bottom: 0px;
	color: #5B88B3;
	font-size: 12px;
	line-height: 16px;
}
.thrColFixHdr #mainContent .mainBodyRightCol li a:hover {
	list-style-type:square;
	color:#92A16F;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #mainContent .mainBodyRightCol li {
	padding-left:10px;
}
.thrColFixHdr #mainContent .mainBodyRightCol li a {
	color:#5B88B3;
	text-decoration: none;
}
.thrColFixHdr #mainContent .mainBodyLeftCol p {
	padding: 0px 10px 10px 0px;
}
.thrColFixHdr #mainContent .mainBodyLeftCol {
	width:355px; /* since this element is floated, a width must be given */
	float:left;
	background-image: url(/_layouts/images/ascentium/verticalDottedBrdr.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.thrColFixHdr #mainContent .mainBodyRightCol {
	width:135px; /* since this element is floated, a width must be given */
	float:right;
}
.thrColFixHdr #mainBodyMedia .mainBodyLeftCol {
	background-image:none;
}
.thrColFixHdr #container #header img {
	margin-top: 65px;
	margin-left: 30px;
}
.thrColFixHdr #container #mainContent #mainBodyMedia {
	background-image: url(/_layouts/images/ascentium/horizontalDottedBrdr.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
}





