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

/*-------------------------------STRUCTURE-------------------------------*/

html {
	padding: 0;
	margin: 0;
	}
	
body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #565bbb;
	}
	
img {
	border: none;
	}
	
p {
	font-family: "Times New Roman", Times, serif;
	}
	
.left {
	float: left;
	margin: 0 10px 0 0;
	}
	
#wrapper {
	width: 844px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #0e0055;
	}
	
#head {
	width: 844px;
	height: 149px;
	background-image: url(images/fall-river-head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#content {
	position: relative;
	width: 844px;
	height: 100%;
	padding: 0;
	margin: 0;
	}
	
#col-left {
	position: relative;
	float: left;
	width: 148px;
	height: 100%;
	background-image: url(images/col-left-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0e0055;
	}
	
#col-mid {
	float: left;
	width: 526px;
	min-height: 500px;
	padding: 0;
	margin: 0;
	border-left: 5px solid #565bbb;
	border-right: 5px solid #565bbb;
	background-image: url(images/col-mid-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #faf0cc;
	}
	
#col-right {
	float: left;
	width: 160px;
	height: 100%;
	background-image: url(images/col-right-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0e0055;
	}
	
#foot {
	clear: both;
	width: 844px;
	height: 111px;
	background-image: url(images/fall-river-foot.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#foot-index {
	clear: both;
	width: 844px;
	height: 30px;
	background-image: url(images/fall-river-foot-index.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
#foot-text {
	width: 844px;
	height: 20px;
	padding: 7px 0 0 0;
	background-color: #0e0055;
	text-align: center;
	}
	


/*-------------------------------INDEX-------------------------------*/

.box-container {
	position: relative;
	width: 526px;
	height: 250px;
	}
	
.single-box {
	float: left;
	width: 241px;
	height: 250px;
	padding: 5px 0 0 15px;
	margin: 0;
	}
	
.box-top {
	width: 241px;
	height: 47px;
	background-image: url(images/index-box-top.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
.box-top h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000;
	padding: 15px 0 0 10px;
	margin: 0;
	}
	
.box-mid {
	position: relative;
	width: 241px;
	height: 150px;
	background-image: url(images/index-box-mid.png);
	background-position: top;
	background-repeat: repeat-y;
	}
	
.box-img {
	float: left;
	margin: 0 10px 0 15px;
	padding: 0;
	}
	
.box-text {
	padding: 0 15px 0 15px;
	}

.box-text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #565bbb;
	padding: 0;
	margin: 0;
	line-height: 1.25em;
	}
	
.box-bot {
	width: 241px;
	height: 36px;
	background-image: url(images/index-box-bot.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
.box-bot p{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #e2bc62;
	padding: 0 0 0 15px;
	margin: 0;
	}
	
.box-bot p a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #e2bc62;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}


#foot-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565bbb;
	padding: 0;
	margin: 0;
	}

/*---------------------------------------SUB----------------------------------*/

#menu {
	
	padding: 0;
	margin: 0;
	border-top: 2px solid #565bbb;
	border-bottom: 2px solid #565bbb;
	background-image: url(images/nav-hz-bg-hover.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f0eff3;
	}
	
ul.dropdown, ul.dropdown li ul {
	clear: both;
	list-style:none;
}
/* LEVEL ONE */
ul.dropdown { 
	margin: 0;
	padding: 0;
	z-index:1000; 
	position: relative; 
	font-size:12px;
	float: left;
}
ul.dropdown li { 
	float: left;
	zoom: 1;
	padding: 0;
	margin: 0;
}

ul.dropdown li a { 
	display: block; 
	height: 100%;
	padding: 8px 20px 7px 20px; 
	margin: 0;
	border-right: 1px solid #565bbb;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #0e0055;
	text-align: center;
	}

ul.dropdown li a.single { 
	display: block; 
	height: 100%;
	padding: 15px 20px 15px 20px;
	margin: 0; 
	border-right: 1px solid #565bbb;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #0e0055;
	text-align: center;
	
	}
	
ul.dropdown li a.last { 
	display: block; 
	height: 100%;
	padding: 8px 20px 7px 20px; 
	margin: 0;
	border-right: none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #0e0055;
	text-align: center;
	}
	
ul.dropdown li a:hover {
	background-color: #0e0055;
	color: #fff;
	}
	
ul.dropdown li a.single:hover {
	background-color: #0e0055;
	color: #fff;
	}  

ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative; 
}


/*----------------------------------VERT NAV----------------------------------*/

#col-left img {
	padding: 0;
	margin: 0;
	border: none;
	}
	
#col-left ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	}
	
#col-left ul li {
	padding: 0;
	margin: 0;
	}
	
#col-left ul li a {
	display: block;
	width: 128px;
	height: 19px;
	padding: 8px 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #faf0cc;
	text-decoration: none;
	background-image: url(images/nav-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #0e0055;
	border-bottom: 1px solid #faf0cc;
	}
	
	#col-left ul li a:hover {
	display: block;
	width: 128px;
	height: 19px;
	padding: 8px 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0055;
	text-decoration: none;
	background-image: url(images/nav-bg-hover.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ede3c5;
	border-bottom: 1px solid #faf0cc;
	}
	
	#col-left ul li.vert-first a {
	display: block;
	width: 128px;
	height: 19px;
	padding: 8px 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #faf0cc;
	text-decoration: none;
	background-image: url(images/nav-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #0e0055;
	border-bottom: 1px solid #faf0cc;
	border-top: 1px solid #faf0cc;
	}
	
	#col-left ul li.vert-first a:hover {
	display: block;
	width: 128px;
	height: 19px;
	padding: 8px 0 0 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0055;
	text-decoration: none;
	background-image: url(images/nav-bg-hover.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #ede3c5;
	border-bottom: 1px solid #faf0cc;
	border-top: 1px solid #ede3c5;
	}
	
/*----------------------------------TESTIMONIAL----------------------------------*/


p.testimonial {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #faf0cc;
	text-align: left;
	}
	
p.author {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
	color: #faf0cc;
	text-align: right;
	}
	
/*----------------------------------MAIN CONTENT----------------------------------*/

#main-content {
	padding: 0 20px;
	margin: 0;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0e0055;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #565bbb;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0055;
	line-height: 1.25em;
	}
	
p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565bbb;
	line-height: 1.25em;
	text-decoration: underline;
	}
	
p a:hover {
	color: #9095f5;
	text-decoration: underline;
	}
	
#main-content ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0055;
	line-height: 1.25em;
	}
	
#main-content ul li {
	padding: 3px 10px;
	}
	
#main-content ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e0055;
	line-height: 1.25em;
	}
	
ul.studies-list {
	padding: 3px 10px;
	list-style: disk;
	}

ul.studies-list li {
	padding: 3px 10px;
	list-style: cjk-ideographic;
	}


#main-content ol li {
	padding: 3px 10px;
	}
	
p.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0e0055;
	padding: 10px 0;
	margin: 0;
	}
	
#main-btns {
	position: relative;
	padding: 0;
	margin: 0 auto;
	}

#free-newsletter {
	float: left;
	padding: 10px 15px;
	}
	
#free-consult {
	float: left;
	padding: 10px 0;
	}
	
.store-box {
	float: left;
	width: 241px;
	height: 196px;
	padding: 0 1px;
	margin: 0;
	}
	

/*----------------------------------FORM----------------------------------*/
	
.frcbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0055;
	line-height: 1.25em;
	}
