@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body {
	background:url(../images/background.jpg) repeat-x #FFF;
}

#holder {
	width:1049px;
	height:auto;
	margin:auto;
}

#header {
	width:1049px;
	height:117px;
	padding-top:18px;
	float:left;
}

#logo {
	width:114px;
	height:117px;
	float:left;
}

#menu {
	width:318px;
	height:auto;
	float:right;
}

#bottom {
	clear:both;
	background:url(../images/footer.jpg) repeat-x;

}

#footer-info {
	width:900px;
	height:85px;
	margin:auto;
	padding-top:20px;
}

#footer-menu {
	width:300px;
	height:30px;
	float:right;
	text-align:right;
	padding-right:5px;
}


/* Home Page Styles */

#home-holder {
	width:1049px;
	height:421px;
	float:left;
	margin-top:7px;
	background:url(../images/holder-home.jpg);
}

#maze-flash {
	width:389px;
	height:383px;
	float:left;
	margin-left:26px;
	overflow:hidden;
}

#benefits {
	width:609px;
	height:401px;
	float:right;
	margin-top:20px;
}

#info-top {
	width:1049px;
	height:28px;
	float:left;
	margin-top:15px;
	background:url(../images/holder-top.jpg);
}

#info-base {
	width:1049px;
	height:auto;
	float:left;
	padding-bottom:35px;
	background:url(../images/holder-base.jpg) repeat-y;
}

#info-img {
	width:237px;
	height:257px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:100px;
	float:left;
	background:url(../images/guiding-holder.jpg);
}

#info-bt {
	width:1049px;
	height:9px;
	margin-bottom:10px;
	float:left;
	background:url(../images/holder-bt.jpg);
}

#ebc-consulting {
	width:600px;
	height:117px;
	float:left;

}



/* Rollover Links Styles */

.foot a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}

.foot a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}
.foot  a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}
.foot a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFC;
	font-style: italic;
	text-decoration: underline;
}


/* Font Styles */



ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li
{
	background:url(../images/bullet.jpg) no-repeat;
	background-position: 0 .4em;
	padding-left:15px;
}
.georgia-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #1a2072;
}
.georgia18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #1a2072;
}
.georgia15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #1a2072;
}
.georgia-30r {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #9f1010;
	line-height: 75px;
}
.georgia15w {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
}
.validation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: none;
}

