@charset "UTF-8";

/* styles for index page */

#index-wrapper{	/* holds sets of horizontal elements on index page.  */
	position: relative;
	width: 720px;
	height:auto;
	margin-bottom:10px;
}
#index-spacer{  	/* horizontal spacer with line */
	height:10px;
	width:720px;
	border-top:solid #3a3a3a 1px;
} 
#index-top-spacer{  	/* horizontal spacer */
	height:45px;
	width:720px;
} 
#index-sidebar-image{
	position:relative;
	border:solid #3a3a3a 1px;
	width:inherit;
/*	margin-bottom:10px; */
}


/* image left & text right */

#index-sidebar-left{
	float:left;
	width:216px;
	height:auto;
	margin-left:0px;
}
#index-mainbar-right{
	float:right;
	width:492px;
	height:auto;
	margin-left:10px;
}
#index-main-right{
	width:492px;
	height:140px;
	position:relative;
}
#index-main-right div{
	position:absolute;
	bottom:0;
	left:0;
}
.index_text_right p{
	font-size:14px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:16px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

/* image right & text left */

#index-mainbar-left{
	float:left;
	width:492px;
	height:auto;
	margin-right:10px;
}
#index-main-left{
	width:492px;
	height:140px;
	position:relative;
}

#index-sidebar-right{
	float:right;
	width:216px;
	height:auto;
	margin-right:2px; /* should be 0, but must account for 2 extra px from image border */
}

.index_text_left p{
	font-size:14px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:16px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}

/* hold */

#index-image-right{	/* div for still images on index page */
	float: right;  /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 140px;
	border:solid #3a3a3a 1px;
	margin-left:10px;
	margin-right:2px;
}

#index-image-left {	/* div for still images on index page */
	float: left;  /* since this element is floated, a width must be given */
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 140px;
	border:solid #3a3a3a 1px;
	margin-right:10px;
}
