/*************************************************************/

/*BoxInBox*/
#BoxInBox {
	display:block;
	width: 960px;
	position:absolute;
}

#BoxInBox div {
	position:absolute;
	border:0;
}
/*END BoxInBox*/

/*************************************************************/

/* Elements */

body {
	background: #F4F4F6 url('../images/harrison_street_back.jpg') no-repeat fixed top center;
	font: normal 11px/17px Palatino Linotype, Book Antiqua, Palatino, serif;
	letter-spacing: 1px;
	margin: 0px;
	color: #CCCCCC;
}

#norm_font {
	font: normal 11px/17px Palatino Linotype, Book Antiqua, Palatino, serif;
}

a {
	color: #ffffff;
	text-decoration: none;	
	outline: none;
}

a:hover{
	color: #8F6B69;
	border-bottom: none;
}

.a_small {
	font:  9px/12px Arial, Helvetica, sans-serif;
}
	
.hide {
	display: none;
}

/* END Elements */

/*************************************************************/

/* Page Templates */

#img_bar {
	top: 142px; left: 2px; width: 960px;
}

/* home */
#home_left_box {
	top: 360px; left: 0px; width: 209px;
	padding: 0px 30px;
}

#home_more_info {
	top: 540px; left: 10px; width: 240px;
	text-align: center;
	padding: 0px 5px;
	font:  9px/12px Arial, Helvetica, sans-serif;
}

#home_more_info a {
	color: #FFF676;
	text-decoration: none;	
	outline: none;
}

#home_more_info a:hover {
	color: #8F6B69;
	border-bottom: none;
}

#home_mid_box {
	top: 360px; left: 270px; width: 365px;
	text-align: center;
	font:  10px/12px Arial, Helvetica, sans-serif;
	padding: 0px 30px;
}

#home_right_box {
	top: 360px; right: 0px; width: 193px;
	padding: 0px 35px;
}
/* END home */

#left_box {
	top: 360px; left: 0px; width: 97px;
	padding: 0px 20px;
	text-align: center;
	font:  9px/12px Arial, Helvetica, sans-serif;
}

#more_info {
	width: 169px;
	text-align: center;
}

#more_info a {
	color: #FFF676;
	text-decoration: none;	
	outline: none;
}

#more_info a:hover {
	color: #8F6B69;
	border-bottom: none;
}

#mid_box {
	top: 360px; left: 140px; width: 516px;
	padding: 0px 20px;
}

#right_box {
	top: 360px; right: 0px; width: 223px;
	padding: 0px 20px;
}

#right_box a {
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 2px;
}

#right_box a:hover {
	color: #8F6B69;
}

#ih_logo {
	top: 510px; right: 20px; width: 230px;
	text-align: center;
	font-size: 9px;
}

#ih_logo a {
	font-size: 9px;
	color: #F1F1F2;
	letter-spacing: 2px;
}

#ih_logo a:hover {
	color: #8F6B69;
}

#layer_page {
	top: 30px; 
	left: 250px; 
	width: 650px; 
	background: url('../images/layer_back2.gif') no-repeat center
}

#layer_page a {
	font-size: 9px;
	color: #F1F1F2;
	letter-spacing: 2px;
}

#layer_page a:hover {
	color: #8F6B69;
}

	
/* END Page Templates */

/*************************************************************/

/* Ask Sarah */
.sarah_box {
	top: 151px; 
	left: -2px; 
	width: 961px; 
	height: 197px; 
	background-color: #fff;
	color: #848689;
	font: 9pt/20px Georgia1, Georgia, serif;
}

.sarah_title {
    font: 12pt/20px Georgia1, Georgia, serif; color: #6D0007; margin-left: 15px; margin-top: 5px; margin-bottom: 5px;
}

.sarah_text {
    font: 10px/20px Georgia1, Georgia, serif; color: #6D0007; margin-left: 2px; margin-bottom: 5px;
}

.sarah_text a {
    padding: 8px; border-top: 1px solid #727477; border-bottom: 1px solid #727477; color: #6D0007;
}

.sarah_links {
    font: 8pt/20px Georgia1, Georgia, serif; color: #848689; margin-bottom: 5px;
}

.sarah_links a {
    padding: 8px 5px; color: #848689;
}

.sarah_form {
    width: 240px; font: 9pt Georgia1, Georgia, serif; color: #848689; border: 2px solid #DBDFD2; background: none; margin-bottom: 5px; padding-left: 5px; padding-top: 0px;
}

.sarah_textarea {
    height: 133px;
	padding-top: 0px;
}

.sarah_form_text {
    height: 20px;
}

.sarah_print {
   font-size: 7pt; color: #848689; line-height: 7pt; padding-left: 10px;
}
/* End Ask Sarah */

/*************************************************************/

/* Navagation */

#navagation {
	top: 113px; left: 0px; width: 960px;
	text-align: center;
}

._l_ {
	padding: 0px 8px;
	position: relative;
	top: 5px;
}

#sub_nav a {
	font-size: 9px;
	color: #F1F1F2;
	letter-spacing: 2px;
}

#sub_nav a:hover {
	color: #8F6B69;
}

/*************************************************************/

/* Step Carousel */ 

.stepcarousel{
position: relative; /*leave this value alone*/
border: 20px solid red;
overflow: scroll; /*leave this value alone*/
width: 300px;
height: 80px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* ENDStep Carousel */ 




