/*************************************
*  BEGIN PHOTO GALLERY STYLES
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*************************************/
#photo_gallery_container {
	background:url(../new-images/gallery_bg.png) no-repeat;
	float:left;
	height:384px;
	margin:20px 20px 0 0;
	width:325px;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 256px;
    height: 258px;
}
.jcarousel-list li img {
}
#wrap {
	display:inline;
	float:left;
	width:287px;
	padding:36px 0 0 0;
	margin:0 0 1em 35px;
}
.jcarousel-skin-tango .jcarousel-container {
	width:256px;
	height:258px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding:0;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:256px;
    height:258px;
}
.jcarousel-skin-tango {
	margin:0 0 1em 0;
}
.jcarousel-caption {
	float:left;
	width:178px;
	padding:0 0 1em 0;
	color:#222222;
	font-size:.9em;
}
.jcarousel-previous {
	float:left;
	width:30px;
	text-align:right;
	padding:0 14px 1em 0;
}
.jcarousel-next {
	float:left;
	width:30px;
	text-align:right;
	padding:0 14px 1em 0;
}
.jcarousel-scroll img {
	margin:0 0 0 8px;
}
/*************************************
*  BEGIN HOMEPAGE CONTENT STYLES
*************************************/
#welcome_content_container {
	float:left;
	margin:20px 0 0 0;
	width:380px;
}
#opening_text {
	float:left;
	width:380px;
}
#corners_bg {
	background:#fffdf7;
}
#welcoming_orientation {
	background:#f0ead4;
	float:left;
	font-size:.75em;
	line-height:1.7em;
	padding:10px;
	width:360px;
}
#common_questions {
	float:left;
	margin:1em 0 0 0;
	width:380px;
}
#common_questions h3 {
	margin:0 0 .625em 0;
}
#common_questions ul {
	list-style:none;
}
#common_questions li {
	background:url(../new-images/icon_question.jpg) no-repeat;
	background-position:0 4px;
	border-bottom:1px solid #f0ead4;
	font-size:.875em;
	line-height:1.4em;
	margin:0 0 .625em 0;
	padding:0 0 .625em 20px;
}
/*************************************
*  BEGIN BOTTOM COLUMNS STYLES
*************************************/
#bottom_columns_container {
	background:url(../new-images/white_gradient.png) repeat-x;
	background-color:#f0ead4;
	background-position:bottom;
	float:left;
	margin:.625em 0 0 0;
	width:724px;
}
.column {
	border-right:1px solid #f0ead4;
	float:left;
	padding:20px;
	width:200px;
}
.column_title {
	width:100%;
}
.column_title h4 {
	font-size:.875em;
	margin:0 0 .625em 0;
	text-transform:uppercase;
}
.column_content {
	font-size:.75em;
	width:100%;
}
.column_content ul {
	list-style:none;
}
.column_content li {
	background:url(../new-images/3_dots.png) no-repeat;
	background-position:bottom center;
	line-height:1.5em;
	margin:0 0 .625em 0;
	padding:0 0 .625em 0;
}
.column_content a {
	font-weight:bold;
}