@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCC;
}

#wrapper{
	width: 1011px;
	margin: auto;
	margin-top: 10px;
	background: url(images/federated-sliced_header-top-rounded.jpg) no-repeat top left;
}

#gradient-back{
	background: url(images/middle-gradient.jpg) repeat-y top left;
	width: 1011px;
}

#header, #maincontent{
	width: 926px;
	margin: auto;
	background-color:#FFF;
}

#header {
	height: 157px; 
}

#logo {
	float: left;
	padding-top: 15px;
	width: 186px;
	height: 142px;
	/*border: 1px solid #ff0000;*/
}

#tagline {
	padding-top: 15px;
	float: right;
	width: 740px;
	height: 142px;
}

#motto {
	background:url(images/federated-sliced_tagline.jpg) no-repeat bottom left;
	height: 33px;
	padding-top: 29px;
}

#motto-blurb{
	background:url(images/federated-sliced_mottoblurb-gradient.jpg) repeat-x top left;
	height: 79px;
}

#motto-blurb  p{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
	padding-top: 10px;
}



#maincontent-left{
	float: left;
	width: 714px;
	min-height: 421px;
}

div.FlashPane{
	margin-top: 2px;
	height: 338px;
}

div.ContentPane{
	/*border: 1px solid #ff0000;*/
}

#maincontent-left p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 5px 5px 0 5px;
	
}

#maincontent-right{
	float: right;
	height: 421px;
}

#locator-top{
	background:url(images/federated-sliced_locator-top.jpg) no-repeat top left;
	width: 211px;
	height: 81px;
}

#locator-bottom{
	background: url(images/federated-sliced_locatorbox.jpg) no-repeat top left;
	width: 211px;
	height: 262px;
}

.LocatorPane{
	padding: 15px;
}

#footer{
	/*background:url(images/federated-sliced_footer-back.jpg) no-repeat top left;*/
	height: 179px;
	background-color:#CCC;
}

#footer img{
	margin-bottom: -10px;
	border: none;
}

.clr {
	clear: both;
}
