@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: #D7E3EF url('../images/BGpattern.png') top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
h1 {
	font-size: 18px;
	font-family: "Century Gothic";
	color: #fff;
	margin: 0 auto;
	display: block;
}
.h1conteiner {
	margin: 0 auto;
	width: 400px;
	padding-left: 380px;
	padding-top: 15px;
	margin-bottom: 20px;
}
.mainContainer {
	width: 808px;
	margin: 0 auto;
}
.MenuContainer {
	float: left;
	width: 204px;
	padding-top: 72px;
}
.TopBtns {
	width: 204px;
	height: 26px;
}
.homeBtn, .contactBtn {
	float: left;
	height: 26px;
	width: 54px;
	margin-left: 25px;
	padding: 0;
}
.homeBtn a, .contactBtn a {
	background: url(../Images/HomeBtn.png);
	padding-top: 2px;
	height: 24px;
	width: 54px;
	display: block;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2f78bb;
	text-decoration: none;
}
.homeBtn a:hover {
	background: url(../Images/HomeBtn-hover.png);
	color: #fff;
}
.contactBtn {
	width: 114px;
	margin-left: 2px;
}
.contactBtn a {
	background: url(../Images/ContactBtn.png);
	width: 114px;
}
.contactBtn a:hover {
	background: url(../Images/ContactBtn-Hover.png);
	color: #fff	
}
/*------------------- menu -------------------*/
.menuNavig {
	float: left;
	background: url(../Images/MenuBg.png) no-repeat;
	width: 204px;
	height: 508px;
	margin-top: -3px;
}
.menuNavig ul {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 480px;
	padding: 14px 17px 10px 17px;
}
.menuNavig ul li {
	list-style: none;
	width: 170px;
}
.menuNavig ul li a {
	background: url(../Images/MenuArow.gif) top left no-repeat;
	background-position: 7px 13px;
	width: 140px;
	display: block;
	padding: 9px 15px 11px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.menuNavig ul li a:hover {
	color: #acd8ff;
	background: url(../Images/MenuArow-Hover.gif) top left no-repeat;
	background-position: 7px 13px;
}
.BgAdOn {
	background: url(../Images/MenuBraket.jpg) no-repeat bottom;
}
/*------------------- banner -------------------*/
.ContentIn {
	float: left;
	width: 580px;
}
.Banner {
	height: 195px;
	width: 580px;
}
.Logo {
	float: left;
	height: 195px;
	width: 170px;
	background: url(../Images/BostonLanguageLogo.png) no-repeat;
}
.Logo a {
	height: 195px;
	width: 170px;
	display: block;
}
.BannerImage {
	float: right;
	height: 195px;
	width: 410px;
	background: url(../Images/Banner1.png) no-repeat;	
}
/*------------------- content -------------------*/
.txtContainer {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 567px;
	min-height: 400px;
	padding: 0px 6px 10px 5px;
	background: #fff url(../Images/ContentPatternBg.png) repeat-x bottom;
}
.txtContainer h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
	background: #3d8cbf url(../Images/ContentTitleArow.gif) no-repeat left;
	background-position: 15px 9px;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #1f507c;
	padding-left: 30px;
}
.actualTxt {
	margin: 20px 25px 0px 25px;
	padding: 0;
}
.actualTxt h3 {
	font-size: 12px;
	color: #010159;
	line-height: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt h4 {
	font-size: 13px;
	color: #357bb8;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt h5 {
	font-size: 13px;
	color: #000099;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.actualTxt a {
	color: #256daa;
}
.actualTxt a:hover {
	text-decoration: none;
}
.actualTxt img {
	float: left;
	margin: 0px 10px 15px 0px;
}
.actualTxt p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding-bottom: 20px;
}
.actualTxt span {
	color: #4d8efd;
}
.actualTxt ul li {
	line-height: 16px;
	list-style: url(../Images/ContentTitleArow.gif);	
}
.clasClear {
	float: none;
	clear: both;
}
/*------------------- botom -------------------*/
.botom {
	margin: 0;
	padding: 0;
	width: 580px;
	height: 52px;
	background: url(../Images/BotomCap.png) no-repeat;
}
.botomTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d8bcf;
	padding: 20px 0px 0px 32px 
}
.RightSide {
	width: 24px;
	height: 508px;
	float: right;
	padding-top: 95px;
	background: url(../Images/RightSideBlue.png) no-repeat bottom;
}
.ImgBrder {
	border: solid 1px #3573ac;
}
.ImageRight {
	float: right;
}
.ImageRight2 {
	float: right;
	position: relative;
}
