@charset "utf-8";
body  {
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2A0E17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #678FC2;
	text-align: center;
	line-height: 1.5em;
}
body a{
	color: #0077ff;
	text-decoration: underline;
}
body a:hover{
	color: #0000FF;
	text-decoration: underline;
}
.mainContentText{
	font-family: Arial, Helvetica, sans-serif;
}
.mainContentTextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mainContentRedTextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0000FF;
	font-size: 14px;
}
.ServicesMenuText{
	text-align: center;
	color: #3e66e2;
	font-weight: bold;
	padding-top: 0px;
}
.ServicesMenuText a{
	color: #3e66e2;
	padding-top: 0px;
}
.ServicesMenuText a:hover{
	color: #0000FF;
}

.twoColFixLt #something {
	overflow: visible;

}

.twoColFixLt #container {
	width: 969px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBEBEB;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_container.png);
	background-repeat: no-repeat;
	overflow: visible;
	padding-top: 10px;
}
.twoColFixLt #sidebar1 {
	width: 175px;
	padding-bottom: 15px;
	overflow: hidden;
	background-color: #EBEBEB;
	margin-top: 0px;
	float: left;
	padding-left: 12px;
}
.twoColFixLt #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-right: 30px;
	padding-left: 10px;
	overflow: visible;
	padding-bottom: 12px;
	height: 725px;
} 
.twoColFixLt #mainContentLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	overflow: visible;
	font-size: 90%;
	padding-right: 6px;
	padding-left: 13px;
	margin-top: 12px;
	text-align: left;
} 
.twoColFixLt #mainContentRight {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	overflow: visible;
	font-size: 90%;
	padding-right: 12px;
	margin-left: 16px;
	padding-left: 12px;
	margin-top: 12px;
	height: 289px;
	text-align: left;
} 
.twoColFixLt #mainContentMidLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 144px;
	overflow: visible;
	margin-left: 15px;
	font-size: 90%;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 12px;
	text-align: left;
} 
.twoColFixLt #mainContentMidRight {
	float: left; /* since this element is floated, a width must be given */
	width: 144px;
	overflow: visible;
	margin-left: 16px;
	font-size: 90%;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 12px;
	text-align: left;
} 
.twoColFixLt #fullWidthmainContent {
	width: 100%;
	overflow: visible;
	padding-right: 12px;
	padding-left: 12px;
} 
.twoColFixLt #slidingpanelnavbar{
	width: 746px;
	overflow: hidden;
	height: 23px;
	background-image: url(images/slidingpanelnavbar-full.png);
	background-repeat: no-repeat;
} 
.twoColFixLt #slidingpanelnavbar a{
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
} 
.twoColFixLt #slidingpanelnavbar a:hover{
	color: #CCCCCC;
} 
.twoColFixLt #fullWidthMastHeadBanner {
	margin: 0;
	height: 98px;
} 
.twoColFixLt #halfwidthLeft {
	float: left;
	overflow: visible;
	width: 340px;
	margin-right: 24px;
	padding-right: 12px;
	margin-top: 20px;
	padding-left: 12px;
	height: 400px;
} 
.twoColFixLt #footer {
	overflow: visible;
	background-color: #CCCCCC;
	width: 969px;
	margin-right: auto;
	margin-left: auto;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#p1 {
	background-position: center center;
}
#p2 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p3 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p4 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p5 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p6 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p7 {
	background-repeat: no-repeat;
	background-position: center center;
}
#p8 {
	background-repeat: no-repeat;
	background-position: center center;
}
