@charset "UTF-8";
#banner-container {
	height: 179px;
	background-image: url(../styleImages/backgrounds/bg-master-tcm.png);
	background-repeat: repeat-x;
	z-index: 100;
	position: absolute;
	width: 100%;
	top: 0px;
}#banner {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}

#banner-home {
	width: 696px;
	background-color: #CCC;
	height: 446px;
}

#menu-top {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	height: 30px;
	margin-bottom: 0;
	margin-top: 20px;
}

#container {
	width: 100%;
	position: absolute;
	top: 170px;
	z-index: 10;
} 
#core {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header { 
} 
#sidepanel {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
}
#mainContent {
	float: right;
	width: 696px;
} 

#footer-container {
	background-color:#3e3e40;
	width:100%;
}


#footer {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #3e3e40;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#footer-logos {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	background-color: #3e3e40;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
#footer-logos p {
	color:#FFF;
	font-size:11px;
	} 


.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;
}

.panel-green {
	line-height: 18px;
	margin-bottom: 10px;
	background-color: #8aac2c;
	padding: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;

}

.panel-grey {
	margin-bottom: 10px;
	color: white;
	background-color: #3e3e40;
	padding: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.panel-grey p {
	line-height: 18px;
	color: white;
}

.panel-grey a {
	line-height: 18px;
	color: #8aac2c;
}

.panel-green p {
	line-height: 18px;
	color: white;
}

.new-site {
	display: none;
	left: 570px;
	z-index: 1000;
	position: relative;
	background-image: url(../styleImages/new-site.png);
	top: -170px;
	height: 124px;
	width: 124px;
}

.new-site-container {
	position: relative;
	height: 1px;
	width: 600px;
}

.green {
	color: #8aac2c;
}

.panel-green li {

border-bottom-color: white !important;
border-bottom-style: dotted !important;
border-bottom-width: 1px !important;
list-style-type: none !important;
margin-bottom: 5px !important;
padding-bottom: 5px !important;

}

.panel-green li a {

font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
}

.panel-green li a:hover {

color: white;

font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
}

.side_imgs {
	padding-bottom: 15px;
	display: block;
}
