@charset "utf-8";
/* CSS Document */

#PageBodyLeft {
	position: relative;
	width: 884px;
	margin: 0;
	background-image: url(../images/homepage/Shadow_Left.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#PageBodyRight {
	position: relative;
	width: 100%;
	background-image: url(../images/homepage/Shadow_Right.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0;
}

.LeftCol {
	width: 428px;
}
.RightCol {
	width: 428px;
}

#ContentContainer {
	width: 860px;
	margin: 0 10px 0 10px;
	background-color: #01b8e9;
}

#BodyContent {
	background-color: #01b8e9;
	background-image: url(../images/homepage/Body_BG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

#Announcements {
	width: 351px;
	margin: 0 auto;
}

p.announcements {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 16px;
	color: white;
	padding: 15px 15px 0px 15px;
}

p.announcements a {
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 16px;
	color: #f8ea7d;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 10px;
}

#FactsContainer {
	width: 350px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	height: 175px;
}
#FactsTop {
	background-image: url(../images/homepage/Facts_Top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
}
#FactsLeft {
	background-image: url(../images/homepage/Facts_Side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#FactsRight {
	background-image: url(../images/homepage/Facts_Side.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#FactsContent {
	margin: 0 2px;
}
#FactsIcon {
	width: 55px;
	height: 42px;
	text-align: center;
	padding: 10px 0 0 0;
}
#FactsCopy {
	width: 270px;
	color: #FFF;
	font-size: 16px;
	padding: 25px 10px 0 0;
	float: right;
}
.FactBox {

}

.FactTitle {
	font-weight: bold;
	color: #fdefac;
}

#Homes {
	width: 350px;
	margin: 0 auto;
}
.HomesImg {
	padding: 2px;
}
#LeftHeader {
	margin: 0 0 0 20px;
}
#LeftBody {
	margin: 0 0 0 68px;
	color: #FFF;
}

#BodyBottom {
	background-image: url(../images/homepage/Body_Bottom.png);
}

ul.MenuBarHorizontal
{
	width: 785px;
}

li.MenuBarSubmenuItem {
	margin: 0;
	padding: 0;
}
a.MenuBarSubmenuItemLink {
	padding: 3px;
	margin: 6px 0 0px 0;
	color: #006eaa;
	background-color: #fff;
}
