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

body {
	/*font-family:Arial;*/
	font-family:"Century Gothic";
	font-size:14px;
	text-align:center;
}
.header{
/*background-image:url('http://favoriteagent.com/newsite/img/Logo-for-FA-Redesign.gif');
background-repeat:no-repeat;*/
}

.main_container{
	margin:0 auto;
	width:700px;
	text-align: left;
}

a {
	color: #003399;
}
a:visited {
	color: #003399;
}
a img {
	border: 0px none;
}

h1 {
	/*font-family:Arial;*/
	font-family:"Century Gothic";
	font-size:22px;
	color:#1052ba;
	font-style:normal;
	font-weight:100;
	
}
#header_nav{
	visibility:hidden;
}

.container {
	position: relative;
	width: 798px;
	left: 50%;
	margin-left: -399px;
	top: auto;
	background-color: #ffffff;
}

/* container border */

.top_border {
	position: relative;
	height: 42px;
	background-image: url('../images/frame-top.png');
	background-repeat: no-repeat;
}

.bottom_border {
	position: relative;
	height: 61px;
	background-image: url('../images/frame-bottom.png');
	background-repeat:no-repeat;
}

.center_container {
	position: relative;
	border-right: 32px solid #C5D5F0;
	border-left: 12px solid #C5D5F0;
}

/* footer and copyright */

.footer {
	position:relative;
	text-align: center;
	left: 50%;
	margin-left: -175px;
	color: #003399;
	font-size: 14px;
	width: 400px;
	bottom: -34px;
}
.copyright {
	text-align: center; 
	font-size: 12px;
}

/* landing page - main contents */

.logo {
	position: relative;
	left: 50%;
	margin-left: -183.5px;
	width: 367px;
	height: 291px;
}
.icon_bar {
	position: relative;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.icon {
	position: relative;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 28px;
	color: #003399;
	cursor: pointer;
	height: 50px;
	z-index:2;
}
.text_box {
	position: relative;
	margin: auto;
	margin-top: 15px;
	width: 700px;
	background-image: url("../images/the-new-way-watermark.png");
	background-position: center;
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bubble {
	position: absolute;
	display: none;
	margin: -170px 0 0 180px;
	z-index:0;
}


/* About page - main contents */
.text_box_about {
	position: relative;
	margin: auto;
	margin-top: 15px;
	width: 700px;
	background-image: url("../images/the-new-way-watermark.png");
	background-position: center;
	background-repeat: no-repeat;
}
.text_about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

