BODY {
	background-image: url(https://www.bellaterragardenhomes.com/media/imgs/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 16px;
	line-height: 21px;
}

A
{
	color: #00A0DF;
}

HR
{
	color: #C16777;
	background-color: #C16777;
	height: 1px;
	border: none;
}

STRONG
{
	color: #007A50;
}

.brokers-button, .brokers-button A, .brokers-button A:link
{
	background-color: #007A50;
	color: #FFFFFF !important;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

@font-face
{
	font-family: scala-italic;
	src: url("scala-italic.woff") format("woff");
}

/* General menu styling */
.nav
{
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-align: left;
}
/* The main navigation link containers */
.nav>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0px;
	padding: 0px;
}
/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 35px 0px 0px 0px;
	/* Text */
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 14px;
	text-decoration: none;
	/* Background */
	background: rgba(255, 255, 255, .9); /* Transparent background for modern browsers */
	/* Making the color to change on hover with a transition */
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
	color: #7B6050;
	font-weight: bold;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
	padding: 35px 0px 0px 0px;
}

/* The submenus */
.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-weight: normal;
}

/* General layout settings for the link containers of the submenus */
.nav ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
	font-weight: normal;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 26px;
	position: relative;
	top: auto;
	font-weight: normal;
}
/* The submenu links */
.nav ul li a {
	/* Layout */
	padding: 4px 0px 4px 10px;
	width: 240px;
	display: block;
	position: relative;
	/* Text */
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	text-decoration: none;
	font-size: 14px;
	/* Background & effects */
	background: rgba(255, 255, 255, .9);
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	font-weight: normal;
}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
	color: #7B6050;
	background: rgba(255, 255, 255, .95);
	font-weight: bold;
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
	left: 250px;
	top: 0px;
	font-weight: bold;
}




#container_main
{
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
}

#container_social
{
	width: 995px;
	height: 20px;
	background-color: #FFFFFF;
	padding: 20px 5px 0px 0px;
}

#container_social A
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 14px;
	text-decoration: none;

}

#container_social A:hover
{
	font-weight: bold;
}

#container_button_bar
{
	position: relative;
	width: 1000px;
	height: 83px;
	background-color: #FFFFFF;
	padding: 0px 0px 16px 0px;
	z-index: 8000;
}


#button_bar_logo
{
	float: left;
	height: 78px;
	width: 220px;
}

#container_content_no_padding
{
	width: 1000px;
	min-height: 480px;
	text-align: left;
}

#container_content
{
	width: 960px;
	min-height: 480px;
	padding: 0px 20px 0px 20px;
	text-align: left;
}

.column_one_width
{
	float: left;
	width: 300px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.column_two_width
{
	float: left;
	width: 605px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.column_three_width
{
	float: left;
	width: 960px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.column_left
{
	float: left;
	width: 312px;
	text-align: left;
	padding: 0px 15px 0px 5px;
}

.column_middle
{
	float: left;
	width: 312px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.column_right
{
	float: left;
	width: 312px;
	text-align: left;
	padding: 0px 5px 0px 15px;
}



.column_left_front
{
	float: left;
	width: 322px;
	text-align: left;
	padding: 0px 10px 0px 0px;
}

.column_middle_front
{
	float: left;
	width: 322px;
	text-align: left;
	padding: 0px 5px 0px 5px;
}

.column_right_front
{
	float: left;
	width: 322px;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

.column_left_front_ib
{
	float: left;
	width: 308px;
	text-align: left;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
border-style: solid;
border-color: #FF0000;
border-width: 1px;
}

.column_middle_front_ib
{
	float: left;
	width: 308px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
border-style: solid;
border-color: #FF0000;
border-width: 1px;
}

.column_right_front_ib
{
	float: left;
	width: 308px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
border-style: solid;
border-color: #FF0000;
border-width: 1px;
}

.column_left_townhome
{
	float: left;
	width: 141px;
	text-align: left;
	padding: 0px 15px 0px 5px;
}

.column_right_townhome
{
	float: left;
	width: 615px;
	text-align: left;
	padding: 0px 5px 0px 15px;
}


.news_large_photo
{
	width: 960px;
	margin-left: 330px;
	padding: 10px 0px 20px 0px;
}

#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	text-decoration: none;
	font-size: 12px;
	text-align: center;	
}

.headline_24
{
	font-family: scala-italic;
	color: #901B32;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

.headline_42
{
	font-family: scala-italic;
	color: #901B32;
	font-size: 42px;
	line-height: 82px;
	font-style: italic;
}

.page_title, .newsarticletitle
{
	font-family: scala-italic;
	color: #007A50;
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
	padding: 0px 0px 15px 0px;
}

.page_title_townhome
{
	font-family: scala-italic;
	color: #007A50;
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
	vertical-align: middle;
}

.page_title_townhome_sqft
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.page_title_townhome_container
{
	position: relative;
	padding-top: 10px;
	height: 36px;
	vertical-align: middle;
}

.quote
{
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00A0DF;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}

.quote_author
{
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 12px;
	line-height: 16px;
}

.first_line
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00A0DF;
	font-size: 17px;
	line-height: 23px;
}

.faqs_container
{
	position: relative;
	width: 960px;
}

.faqs_question
{
	float: left;
	width: 310px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00A0DF;
	font-size: 16px;
	line-height: 20px;
}

.faqs_answer
{
	float: right;
	width: 615px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 16px;
	line-height: 22px;
}


/* Gallery Slider */

#gallery_slider_container{
    width:853px;
    overflow-x:hidden;
}

#gallery_slider_parent {
}

.gallery_slider_panner {
	position: absolute;
	top: 30px;
    display:block;
    width:63px;
    height:72px;
}
.gallery_slider_active {
    color:red;
}
#gallery_slider_panLeft {
    left:-30px;
}
#gallery_slider_panRight {
    right:-30px;
}

#gallery_slider_full_container
{
	position: relative;
	width: 900px;
}

.form_error
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	line-height: 22px;
}

.click_for_larger_image
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6050;
	font-size: 10.5px;
	line-height: 14px;
	font-style: italic;
}

A.previous_link:link, A.previous_link:visited, A.previous_link:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00A0DF;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	text-decoration: underline;	
}


A.next_link:link, A.next_link:visited, A.next_link:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00A0DF;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	text-decoration: underline;	
}

.floorplan_thumbnail_container
{
	float: left;
	padding: 5px;
}

.floorplan_button
{
	float: left;
	padding: 15px 15px 0px 0px;
}
