/* -------------------------------------- */
/* Reset/* -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	outline: none;
}
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
a {
	text-decoration:none;
	transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	color:#4882cb;
	outline:none;
}
a:hover {
	color:#79a7e1;
}
body {
	font-family:arial;
	font-size:12px;
	background:#e1e1e1;
}
#container {
	width:962px;
clear:both;
	margin: 20px auto 100px auto;
}
/* -------------------------------------- */
/* Header/* -------------------------------------- */
#header {
	width:100%;
	height:176px;
	background:url(../img/header-bg.png) repeat;
	clear:both;
	position:relative;
}
#inner-header {
	width:962px;
	margin:auto;
	position:relative;
}
#logo {
	float:left;
	margin-left:70px;
	margin-top:20px;
}
#header-phone {
	float:right;
	color:#fff;
	font-family:'Trebuchet MS';
	font-size:20px;
	margin-top:60px;
	margin-right:90px;
}
#menu-header {
	clear:both;
	float:left;
	width:100%;
	position:relative;
	margin-top:30px;
}
#menu-header ul:before {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:61px;
	width:80px;
	background:url(../img/left-menu-bg.png) no-repeat left top;
}
#menu-header ul:after {
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	height:61px;
	width:80px;
	background:url(../img/right-menu-bg.png) no-repeat right top;
}
#menu-header ul {
	width:802px;
	margin:auto;
	height:61px;
	line-height:61px;
	background:#fff;
}
#menu-header li {
	float:left;
	margin-left:26px;
}
#menu-header li:first-child {
	margin-left:12px;
}
#menu-header a {
	display:block;
	font-family:'Times New Roman';
	text-transform:uppercase;
	font-size:14px;
	color:#3e4448;
}
#menu-header a.active,#menu-header a:hover {
	color:#2e5581;
}
#header:after {
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:4px;
	z-index:2;
	background: url(../img/header-shadow.png) repeat;
}
/* -------------------------------------- */
/* selectbox Style/* -------------------------------------- */
/* Dropdown control */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	float:left;
	line-height:	1.0;
	clear:both;
	width:802px;
	height:61px;
	background:#fff;
	display:block;
	margin:0 auto;
	text-align:center;
	position:relative;
	left:80px;
	top:27px;

}

.sf-menu:before {	content:'';
	position:absolute;
	left:-80px;
	top:0px;
	height:61px;
	width:80px;
	background:url(../img/left-menu-bg.png) no-repeat left top;
	
}

.sf-menu:after {
	content:'';
	position:absolute;
	right:-80px;
	top:0px;
	height:61px;
	width:80px;
	background:url(../img/right-menu-bg.png) no-repeat right top;
	}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	min-width:220px;

}
.sf-menu ul li {
	width:			100%;
	text-align:left;
	
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	
}
.sf-menu li {
	float:			left;
	position:		relative;
	top:13px;
}
.sf-menu a {
	display:		block;
	position:		relative;	display:block;
	font-family:'Times New Roman';
	text-transform:uppercase;
	font-size:14px;
	color:#3e4448;
}
.sf-menu li:hover ul,

.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#3E4448;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#2e5581;
	outline:		0;

}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.selectbox-dropdown {
	min-width:100px;
	position:relative;
	border:1px solid #e1e1e1;
	height:28px;
	line-height:28px;
	text-decoration:none;
	color:#444;
	outline:none;
	vertical-align:middle;
	background:#fff;
	display:inline-block;
	cursor:default;
	margin-bottom:10px;
}
.selectbox-dropdown-menu a {
	color:#444;
}
a.selectbox:hover {
	color:#444;
}
.selectbox-dropdown:focus,.selectbox-dropdown:focus .selectbox-arrow {
	border-color:#e1e1e1;
}
.selectbox-dropdown.selectbox-menuShowing {
	/*-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	*/
}
.selectbox-dropdown .selectbox-label {
	padding:1px 8px;
	display:inline-block;
	white-space:nowrap;
	overflow: hidden;
}
.selectbox-dropdown .selectbox-arrow {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background:url(../img/selectbox-arrow-bg.png) no-repeat center center;
	/* Old browsers */
	border-left:solid 1px #e1e1e1;
}
.selectbox-dropdown .selectbox-arrow:hover {
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;
}
/* Dropdown menu */
.selectbox-dropdown-menu {
	position:absolute;
	z-index:99999;
	max-height:200px;
	min-height:1em;
	border:1px solid #e1e1e1;
	/* should be the same border width as .selectbox-dropdown */
	background:#fff;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
	box-shadow:0 2px 6px rgba(0,0,0,.2);
	overflow:auto;
}
/* Inline control */
.selectbox-inline {
	min-width:150px;
	outline:none;
	border:solid 1px #BBB;
	background:#FFF;
	display:inline-block;
	overflow:auto;
}
.selectbox-inline:focus {
	border-color: #666;
}
/* Options */
.selectbox-options,.selectbox-options li,.selectbox-options li a {
	list-style:none;
	display:block;
	cursor:default;
	padding:0;
	margin:0;
}
.selectbox-options li a {
	line-height:1.5;
	padding:0.4em .5em;
	white-space:nowrap;
	overflow:hidden;
	background:6px center no-repeat;
}
.selectbox-options li.selectbox-hover a {
	background-color:#eee;
}
.selectbox-options li.selectbox-disabled a {
	color:#888;
	background-color:transparent;
}
.selectbox-options li.selectbox-selected a {
	background-color:#EEEEEE;
}
.selectbox-options .selectbox-optgroup {
	color:#666;
	background:#eee;
	font-weight:bold;
	line-height:1.5;
	padding:0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectbox.selectbox-disabled {
	color:#888 !important;
}
.selectbox-dropdown.selectbox-disabled .selectbox-arrow {
	opacity:.5;
	filter:alpha(opacity=50);
	border-color:#666;
}
.selectbox-inline.selectbox-disabled {
	color:#888 !important;
}
.selectbox-inline.selectbox-disabled .selectbox-options A {
	background-color: transparent !important;
}
/* -------------------------------------- */
/* Content/* -------------------------------------- */
#content {
	float:left;
	width:690px;
	padding:25px;
	background:#fff;
	overflow:hidden;
}
#content.no-bg {
	background:none !important;
	padding:0px !important;
	width:740px;
}
#content p {
	font-size:13px;
	color:#8d8d8d;
	line-height:20px;
}
h4 {
	font-size:17px;
	font-weight:bold;
	color:#464646;
	margin-bottom:6px;
}
#map {
	width:687px;
	height:318px;
	margin:25px 0px 50px 0px;
}
#content .row,#content .row-1 {
	clear:both;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
#content .row.first {
	margin-top:8px;
}
#content .row label {
	float:left;
	height:30px;
	padding-right:25px;
	line-height:30px;
	width:53px;
	text-align:right;
	font-size:13px;
	color:#333;
}
#content .row input[type="text"],#content .row textarea {
	float:left;
	font-family:arial;
	font-size:13px;
	padding:3px 5px;
	color:#444;
	height:24px;
	line-height:24px;
	width:255px;
	border:1px solid #e1e1e1;
}
#content .row textarea {
	width:440px;
	min-width:440px;
	max-width:440px;
	height:155px;
	min-height:155px;
	line-height:20px;
}
#content input[type="submit"] {
	clear:both;
	float:right;
	margin-right:160px;
	padding: 9px 30px;
}

#content input[type="submit"]:hover {

cursor:pointer;
background:#325a86;
-moz-transition: .2s linear;
-webkit-transition: .2s ease-out;
transition: .2s linear;

}
#content .button {
	color:#fff;
	border:none;
	font-size:13px;
	padding:9px 20px;
	background:#666666;
	/* Old browsers */
	background:-moz-linear-gradient(top,#666666 0%,#555555 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#666666),color-stop(100%,#555555));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#666666 0%,#555555 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#666666 0%,#555555 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#666666 0%,#555555 100%);
	/* IE10+*/
	background:linear-gradient(top,#666666 0%,#555555 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666',endColorstr='#555555',GradientType=0 );
	/* IE6-9 */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* -------------------------------------- */
/* Sidebar/* -------------------------------------- */
#sidebar {
	float:right;
	width:205px;
	overflow:hidden;
}
#sidebar>ul>li {
	background:#fff;
	margin-top:13px;
	display:block;
}
#sidebar>ul>li:first-child {
	margin-top: 0px;
}
#sidebar h3.widget-title {
	font-family:'Times New Roman';
	font-size:15px;
	color:#474747;
	text-transform:uppercase;
	padding:16px 13px 16px 13px;
	/*background:url(../img/widget-title-bg.png) no-repeat center bottom;
	*/
	position:relative;
	border-bottom:1px dotted #B8B8B8;
}
.widget-title:after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	border-bottom:1px dotted #9B9B9B;
	left:0px;
	bottom:1px;
}
#sidebar .widget-container {
	padding:13px;
	overflow:hidden;
}
#sidebar .login-form {
	text-align:right;
	color:#4c4c4c;
	font-size:12px;
}
#sidebar .login-form label {
	display:block;
	font-size:12px;
	color:#5b5b5b;
	padding-bottom:7px;
	text-align:left;
}
#sidebar .login-form input[type="text"],#sidebar .login-form input[type="password"] {
	display:block;
	border:1px solid #cccccc;
	height:22px;
	line-height:22px;
	padding:0px 3px;
	margin-bottom:13px;
	font-size:12px;
	width:171px;
}
#sidebar .login-form .remember-me {
	line-height:15px;
}
#sidebar .login-form input[type="checkbox"] {
	margin: 0px 0px 0px 3px;
}
#sidebar .login-form input[type="submit"] {
	padding:6px 30px;
	color:#fff;
	border:none;
	font-size:12px;
	margin:13px 0px 5px 0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cdac76;
	/* Old browsers */
	background:-moz-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cdac76),color-stop(100%,#a88651));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* IE10+*/
	background:linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdac76',endColorstr='#a88651',GradientType=0 );
	/* IE6-9 */
}
#sidebar .login-form input[type="submit"]:hover {
	cursor:pointer;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}
#sidebar .login-form a {
	clear:both;
	float:right;
	margin-top:8px;
	color:#545454;
	font-size:11px;
}
#sidebar .login-form a:hover {
	color:#777;
}
#sidebar .testimonials-container {
	height:174px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
}
#sidebar .testimonials-container .slides_control>div {
	float:left;
	height:174px;
	width:179px;
	overflow:hidden;
}
#sidebar .testimonials-container p {
	font-family:'Georgia';
	width:100%;
	font-size:12px;
	line-height:20px;
	font-style:italic;
	color:#7b8089;
}
#sidebar .testimonials-container p.name,#sidebar .testimonials-container p.buyer {
	font-family:'Trebuchet MS';
	font-style:normal;
	font-size:14px;
	line-height:17px;
	color:#4d4d4f;
	text-align:right;
}
#sidebar .testimonials-container p.buyer {
	color:#bf9e69;
}
#sidebar .testimonials .next,#sidebar .testimonials .prev {
	float:right;
	margin-top:9px;
	width:28px;
	height:28px;
	text-indent:-9999px;
}
#sidebar .testimonials .next {
	background:url(../img/next-arrow.png) no-repeat;
}
#sidebar .testimonials .prev {
	background:url(../img/prev-arrow.png) no-repeat;
	margin-right:4px;
}

#sidebar .testimonials .prev:hover, #sidebar .testimonials .next:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;

}

#sidebar .testimonials ul.pagination {
	float:left;
	margin-top:22px;
}
#sidebar .testimonials ul.pagination li {
	float:left;
	margin-left:5px;
}
#sidebar .testimonials ul.pagination li:first-child {
	margin-left:0px;
}
#sidebar .testimonials ul.pagination li a {
	display:block;
	width:8px;
	height:8px;
	text-indent:-9999px;
	background:#c3c3c3;
}
#sidebar .testimonials ul.pagination li.current a {
	margin-left:0px;
	background:#404040;
}
#sidebar .loan-calculator .row {
	clear:both;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}
#sidebar .loan-calculator {
	color:#5b5b5b;
}
#sidebar .loan-calculator label {
	float:left;
	width:83px;
	height:22px;
	text-align:right;
	line-height:22px;
	margin-right:8px;
}
#sidebar .loan-calculator input[type="text"] {
	float:left;
	width:80px;
	padding:0px 3px;
	height:20px;
	border:1px solid #ccc;
	line-height: 20px;
}


#sidebar .loan-calculator input[type="submit"] {
	float:right;
	width:88px;
	height:24px;
	line-height:24px;
	color:#fff;
	border:none;
	font-size:12px;
	margin-bottom:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cdac76;
	/* Old browsers */
	background:-moz-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cdac76),color-stop(100%,#a88651));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* IE10+*/
	background:linear-gradient(top,#cdac76 0%,#a88651 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdac76',endColorstr='#a88651',GradientType=0 );
	/* IE6-9 */
}

#sidebar .loan-calculator input[type="submit"]:hover {
cursor:pointer;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
	}
#sidebar .loan-calculator p {
	clear:both;
	float:right;
	font-size:14px;
}
#sidebar .loan-calculator #total {
	color: #c29a59;
}
/* -------------------------------------- */
/* Footer/* -------------------------------------- */
#footer {
	width:100%;
	background:#282828 url(../img/footer-bg.png) repeat;
	position:relative;
	overflow:hidden;
	float: left;
	margin-top: 55px;
}
#footer:after {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:8px;
	background:url(../img/footer-shadow.png) repeat;
}
#inner-footer {
	clear:both;
	width:962px;
	margin:auto;
	overflow:hidden;
}
#inner-footer>ul>li {
	float:left;
	width:296px;
	margin-left:37px;
	overflow:hidden;
}
#inner-footer>ul>li:first-child {
	margin-left:0px;
}
#inner-footer .widget-container {
	overflow:hidden;
	width:100%;
}
#inner-footer h3.widget-title {
	font-family: Georgia;
font-size: 18px;
color: white;
margin: 31px 0px 19px 0;
}
.our-agents {
	padding-top:6px;
	width:312px !important;
}
.our-agents img {
	float:left;
	width:86px;
	height:68px;
	margin:0px 10px 10px 0px;
}



.last-tweets li {
	display:block;
	margin-top:20px;
}
.last-tweets li:first-child {
	margin-top:0px;
}
.last-tweets p {
	font-size:13px;
	color:#fff;
	line-height:22px;
}
.last-tweets a {
	color:#A4A4A4;
}
.last-tweets a:hover {
	color:#579cf2;
}
.contact-us .row {
	clear:both;
	float;
	left;
	width:100%;
	overflow:hidden;
	margin-bottom:13px;
}
.contact-us label {
	float:left;
	width:33px;
	height:26px;
	line-height:26px;
	color:#A4A4A4;
	padding:0px 13px 0px 6px;
}
.contact-us input[type="text"],.contact-us textarea {
	float:left;
	font-family:arial;
	font-size:12px;
	border:none;
	color:#222;
	padding:2px 3px;
	width:237px;
	height:22px;
	line-height:22px;
	background:#f8f8f8;
}
.contact-us textarea {
	width:290px;
	min-width:290px;
	max-width:290px;
	height:124px;
	min-height:124px;
	max-height:124px;
	line-height: 20px;
}
.contact-us input[type="submit"] {
	float:right;
	padding:7px 28px;
	font-family:arial;
	font-size:13px;
	border:none;
	color:#1c1c1c;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#ffffff;
	/* Old browsers */
	background:-moz-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#d2d2d2));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* IE10+*/
	background:linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d2d2d2',GradientType=0 );
	/* IE6-9 */
}
.contact-us input[type="submit"]:hover {
	cursor:pointer;
	background:#325a87;
	color:#fff;	
		transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
}
#back-to-top {
	clear:both;
	float:left;
	margin-top:60px;
	height:33px;
	width:100%;
	text-align:center;
	background:url(../img/back-to-top-bg.png) repeat-x;
}
#back-to-top>a {
	display:inline-block;
	width:43px;
	height:43px;
	margin-top:-21px;
}

#back-to-top a:hover {

	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}



#toTop {
	width:100px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
}



.dotted-seperator {
	clear:both;
	height:0px;
	margin:20px 0px;
	border-top:1px dotted #e1e1e1;
}
#content .row-1 label {
	float:left;
	height:30px;
	line-height:30px;
	width:116px;
	padding-right:20px;
	text-align:right;
	font-size:13px;
	color:#325a87;
}
#content .row-1 input[type="text"],#content .row-1 textarea {
	float:left;
	font-family:arial;
	font-size:13px;
	padding:3px 5px;
	color:#444;
	height:22px;
	line-height:22px;
	width:382px;
	border:1px solid #e1e1e1;
}
#content .row-1 textarea {
	width:542px;
	height:216px;
	max-width:542px;
	min-width:542px;
	min-height:216px;
	margin-bottom:10px;
}
#content .normal {
	width:220px;
}
.file-container {
	float:left;
	border:1px solid #e1e1e1;
	padding:2px;
	overflow:hidden;
	width:548px;
	cursor: pointer;
}
.file-container .button-file {
	outline:none;
	float:left;
	width:86px;
	height:24px;
	line-height:24px;
	font-family:arial;
	font-size:11px;
	color:#fff;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#77c567;
	/* Old browsers */
	background:-moz-linear-gradient(top,#77c567 0%,#53a143 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#77c567),color-stop(100%,#53a143));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#77c567 0%,#53a143 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#77c567 0%,#53a143 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#77c567 0%,#53a143 100%);
	/* IE10+*/
	background:linear-gradient(top,#77c567 0%,#53a143 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c567',endColorstr='#53a143',GradientType=0 );
	/* IE6-9 */
}
.file-container .file-name {
	float:left;
	height:24px;
	line-height:25px;
	color:#636363;
	font-size:12px;
	margin-left:10px;
}
.radiobox-container {
	clear:both;
	float:left;
	padding:10px 0px 0px 145px;
	overflow:hidden;
	height:20px;
}
.radiobox {
	float:left;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
}
.radio-value {
	float:left;
	font-family:arial;
	font-size:11px;
	color:#494949;
	margin-left:5px;
	height:20px;
	line-height:20px;
}
#quick-search {
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-bottom:15px;
	position:relative;
}
#quick-search .head {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	padding:15px 20px;
	background:#636363;
	margin-bottom:0px;
}
#quick-search .show-hide {
	position:absolute;
	top:8px;
	right:9px;
	width:26px;
	height:27px;
	text-indent:-9999px;
	background:url(../img/plus-icon.png) no-repeat;
}
#quick-search .select-container {
	width:100%;
}
#quick-search .column {
	float:left;
	width:222px;
	padding:20px 0px;
	margin-left:15px;
	overflow:hidden;
}
#quick-search .column:first-child {
	margin-left:0px;
	padding:20px 0px 20px 20px;
}
#quick-search .select.small {
	float:left;
	margin-top:5px;
	width:104px !important;
}
#quick-search .column .first {
	margin-right: 10px;
}
#quick-search input[type="submit"] {
	clear:both;
	float:left;
	margin:5px 10px 0px 0px;
	font-size:12px;
	color:#fff;
	border:none;
	height:30px;
	line-height:30px;
	padding:0px 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#4d77a4;
	/* Old browsers */
	background:-moz-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d77a4),color-stop(100%,#295280));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* IE10+*/
	background:linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d77a4',endColorstr='#295280',GradientType=0 );
	/* IE6-9 */
}
#quick-search .advanced-search {
	float:right;
	margin-top:5px;
	height:30px;
	line-height:30px;
	color:#444;
}
input.custom-style {
	display:none;
}
.switcher {
	overflow:hidden;
	padding:20px 20px 15px 20px;
	border-bottom:1px solid #c4c4c4;
}
.switcher * {
	float:left;
	height:21px;
	line-height:21px;
	color:#444;
}
.switcher a:hover {
	color:#325a86;
}
.switcher-bg {
	width:57px;
	padding:0px 1px;
	margin:0px 25px;
	background:url(../img/line.png) no-repeat center center;
}
.switcher-bg span {
	position:relative;
	width:21px;
	background:url(../img/circle.png) no-repeat center center;
}
#content-title {
	border-top:4px solid #174883;
	width:100%;
	background:#fff;
}
#content-title>span {
	float:left;
	height:40px;
	line-height:40px;
	padding-left:20px;
	font-family:'Times New Roman';
	font-size:14px;
	color:#444;
	text-transform:uppercase;
}
#content-title>ul {
	float:right;
}
#content-title li {
	display:inline-block;
	height:40px;
}
#content-title li a {
	display:block;
	padding:10px 10px 10px 30px;
	height:20px;
	line-height:20px;
	color:#444;
}
#content-title li a.active,#content-title li a:hover {
	background-color:#f1f1f1;
}
#content-title a.list {
	background:url(../img/list-icon.png) no-repeat 10px center;
}
#content-title a.grid {
	background:url(../img/grid-icon.png) no-repeat 10px center;
}
#content-title a.map {
	background:url(../img/map-icon.png) no-repeat 10px center;
}
#new-listings {
	padding-bottom:8px;
}
div.box {
	float:left;
	position:relative;
	width:218px;
	height:286px;
	margin:15px 13px 0 0;
	padding:10px;
	background:#fff url(../img/border-bottom.png) no-repeat center 99.5%;
}
.box:nth-child(3n+3) {
	margin-right:0px !important;
}
.box:after {
	content:'';
	position:absolute;
	left:0px;
	bottom:-8px;
	height:7px;
	width:237px;
	background:url(../img/shadow.png) no-repeat center center;
}
.box .next {
	position:absolute;
	top:14px;
	right:10px;
	width:8px;
	height:16px;
	text-indent:-9999px;
	background:url(../img/box-next.png) no-repeat;
}
.box .prev {
	position:absolute;
	top:14px;
	left:10px;
	width:8px;
	height:16px;
	text-indent:-9999px;
	background:url(../img/box-prev.png) no-repeat;
}
.images-available-num {
	padding:5px 0 15px 20px;
	font-family:'TimesNewRoman';
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	color:#959ba0;
	background:url(../img/image-icon.png) no-repeat 30px 3px;
}
.images-available-container a {
	display:block;
	background:#f0f0f0;
	padding:6px;
}
.images-available-container a img {
	border:1px solid #b0b0b0;
	width:203px;
	height:153px;
}
.price {
	color:#8c2626;
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	padding:12px 0 15px 0;
	text-align:center;
}
.view-details {
	height:32px;
	width:238px;
	margin-left:-10px;
	text-align:center;
	background:url(../img/btn-view-details.png) no-repeat center center;
}
.view-details a {
	line-height:32px;
	font-family:'TimesNewRoman';
	font-size:14px;
	color:#0f376a;
	text-transform:uppercase;
}

.view-details a:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;}


}

#pagenation {

	margin-top:23px;
	
}
#pagenation li {
	float:left;
	margin-left:4px;	margin-top:23px;
}
#pagenation li:first-child {
	margin-left: 0px;
}
#pagenation li a {	
	display:block;
	background:#ffffff;
	/* Old browsers */
	background:-moz-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e9e9e9));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#ffffff 0%,#e9e9e9 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e9e9e9',GradientType=0 );
	/* IE6-9 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 1px 1px #a7a7a7;
	color:#595959;
	padding:7px 10px;
}
#pagenation li a.current {
	color:#fff;
	background:#53779f;
	/* Old browsers */
	background:-moz-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#53779f),color-stop(100%,#3d6189));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#53779f 0%,#3d6189 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53779f',endColorstr='#3d6189',GradientType=0 );
	/* IE6-9 */
}
.seperator {
	background:url(../img/horizontal-seperator.png) no-repeat;
	height:3px;
	width:100%;
	float: left;
}
/* Post */
.post {
	background:#fff;
	margin-bottom:15px;
}
#content h3 {
	font-size:18px;
	font-weight:bold;
	color:#464646;
	margin-bottom:15px;
}
#content h3 a {
	color:#464646;
}
#content h3 a:hover {
	color:#767676;
}
.post .post-title {
	padding:17px 16px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:url(../img/header-bg.png);
}
.post .post-image {
	width:740px;
}
.post .details {
	float:left;
	padding:15px 10px 15px 0;
	background:url(../img/vertical-seperator.png) repeat-y right top;
}
.post .details table {
	width:280px;
	border:none;
	padding:0px;
}
.post .details table tr td {
	font-size:14px;
	color:#325a86;
	text-align:left;
	line-height:30px;
}
.post .details table tr td:first-child {
	width:90px;
	padding-right:10px;
	font-family:'TimesNewRoman';
	font-size:14px;
	font-style:italic;
	color:#8b8b8b;
	text-align:right;
}

.description h3 {padding-bottom:0px;}
.post .description {
	float:right;
	width:400px;
	padding:15px 25px;
	
}
.post .description p {
	color:#959595 !important;
}
.post blockquote {
	
	font-family:'Georgia';
	font-size:17px;
	font-style:italic;
	color:#959595;
	line-height:24px;
	padding:10px 0;
}
.post .post-photos,.post .post-videos {
	clear:both;
	float:left;
	width:690px;
	padding:15px 25px 25px 25px;
}
.post .post-photos li {
	float:left;
	margin-left:18px;
}
.post .post-photos li:first-child,.post .post-videos li:first-child {
	margin-left:0px;
}
.post .post-photos a,.post .post-videos a {
	display:block;
	border:7px solid #ebebeb;
	position:relative;
}
.post .post-photos img {
	width:145px;
}
.post .post-videos li {
	float:left;
	margin-left:22px;
}
.post .post-videos a:after {
	content:url(../img/video-icon.png);
	position:absolute;
	left:50%;
	top:50%;
	width:73px;
	height:73px;
	margin-left:-37px;
	margin-top:-37px;
}
.post .post-videos img {
	width:320px;
}
#content .about {
	width:315px;
	padding:16px 20px;
	background:#fff;
	text-align:center;
	float:left;
}
#content .about img {
	width:200px;
	border:7px solid #ebebeb;
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	border-radius:200px;
	margin-bottom:15px;
}
#content .about p {
	text-align:center;
	max-height:120px;
	overflow:hidden;
}
#content .services {
	float:right;
	width:368px;
}
#content .services li {
	display:block;
	padding:21px 16px;
	margin-top:17px;
	background:#fff;
}
#content .services li:first-child {
	margin-top:0px;
}
#content .services li img {
	float:left;
	margin-right:15px;
}
#content .services li p {
	margin-left:82px;
	max-height:60px;
	overflow:hidden;
}

#content .services h3 {margin-bottom:7px;}
#container>#quick-search {
	float:right;
	width:256px;
	padding-bottom:12px;
}
#container>#quick-search .head {
	text-align:center;
}
#container>#quick-search .switcher {
	padding:17px;
	border:none;
}
#container>#quick-search .switcher-bg {
	margin:0px 35px;
}
#container>#quick-search .row {
	padding:0 17px 5px 17px;
}
#container>#quick-search .row select.normal {
	width:220px;
}
#container>#quick-search .row .left {
	margin-right:7px;
}
#container>#quick-search .row select.left,#container>#quick-search .row select.right {
	width:104px !important;
}
#container>#quick-search input[type="submit"] {
	float:right;
	margin-right:0px;
}
#container>#quick-search input[type="submit"]:hover {
	float:right;
	margin-right:0px;
	cursor:pointer;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}
#container>#quick-search .advanced-search {
	clear: both;
}
/*-------------------------------------------------*/* = Home - Flexslider/*-------------------------------------------------*/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
	outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.flexslider {
	margin:0;
	padding:0;
}
.flexslider .slides>li {
	display:none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width:100%;
	display:block;
	width:676px;
	height:290px;
	border:7px solid #bfbfbf;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* -- Clearfix for the .slides element -- */
.slides:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
html[xmlns] .slides {
	display:block;
}
* html .slides {
	height:1%;
}
.no-js .slides>li:first-child {
	display:block;
}
.flexslider .slides {
	zoom:1;
	text-align:center;
}
.flexslider .slides>li {
	position:relative;
}
.flex-container {
	zoom:1;
	position:relative;
}
#slider-container {
	position:relative;
	float:left;
	width:690px;
	height:406px;
	margin-bottom:15px;
}
.flexslider {
	position:relative;
	width:100%;
	height:100%;
}
.flex-caption {
	position:relative;
	display:inline-block;
	bottom:64px;
	z-index:8;
	height:47px;
	background:#fff;
	padding-top:10px;
}
.flex-caption:before {
	content:'';
	position:absolute;
	left:-75px;
	top:-3px;
	width:75px;
	height:60px;
	background:url(../img/flex-caption-left.png) no-repeat;
}
.flex-caption:after {
	content:'';
	position:absolute;
	right:-75px;
	top:-3px;
	width:75px;
	height:60px;
	background:url(../img/flex-caption-right.png) no-repeat;
}
.flex-caption p {
	font-size:15px;
	line-height:21px;
	color:#7c6658;
	overflow:hidden;
	max-height:21px;
	text-align:center;
}
.flex-caption p strong {
	font-family:'Trebuchet MS';
	font-size:14px;
	line-height:21px;
	color:#000;
	overflow:hidden;
	max-height:21px;
}
.flex-caption a {
	color:#050505;
}
.flex-caption a:hover {
	color: #555;
}
/* -- Direction Nav -- */
.flex-direction-nav {
	display:none;
	position:absolute;
	bottom:9px;
	right:14px;
	width:28px;
	z-index:21;
	background:url(../img/direction-nav-bg.html) no-repeat;
}
.flex-direction-nav li a.flex-next {
	text-indent:-9999px;
	display:block;
	float:left;
	width:28px;
	height:29px;
	background:url(../img/next-arrow.png) no-repeat;
}

.flex-next:hover, .flex-prev:hover {

	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;}

.flex-direction-nav li a.flex-prev {
	text-indent:-9999px;
	clear:both;
	float:left;
	margin-top:12px;
	width:28px;
	height:29px;
	background: url(../img/prev-arrow.png) no-repeat;
}
/* -- Control Nav -- */
.flex-control-nav {
	display:none;
	position:absolute;
	left:1px;
	bottom:0px;
	z-index:16;
}
.flex-control-nav li {
	position:relative;
	float:left;
	padding:6px 6px 4px 6px;
	margin-left:15px;
	z-index:9;
	background:#bfbfbf;
}
.flex-control-nav li:first-child {
	margin-left:0px;
}
.flex-control-thumbs img {
	width:100px;
	height:73px;
	border:1px solid transparent;
	cursor:pointer;
}
.flex-control-thumbs img:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	transition: opacity 0.2s;

}
.flex-control-thumbs img.flex-active {
	border-color:#ddd;
}
.flex-control-thumbs li.flex-active {
	background:#fff;
	-moz-box-shadow:0px 0px 3px #777;
	-webkit-box-shadow:0px 0px 3px #777;
	box-shadow:0px 0px 3px #777;
}
.box-item-hover {
	position:absolute;
	top:0px;
	left:0px;
	margin:6px;
	width:175px;
	height:125px;
	padding:15px;
	background:rgba(40,40,40,0.9);
	cursor:pointer;
	display:none;
	z-index:9999;
}
.box-item-hover p {
	text-align:center;
	font-size:14px;
	color:#c1c1c1;
	line-height:26px;
	margin-bottom:3px;
}
.box-item-hover p.title {
	color:#fff !important;
}
.box-item-hover span.video-icon {
	display:inline-block;
	height:26px;
	line-height:26px;
	padding-left:25px;
	background:url(../img/box-video-icon.png) no-repeat left center;
}
.box-item-hover a.map-link {
	position:absolute;
	left:50%;
	margin-left:-37px;
	bottom:0px;
	width:74px;
	height:19px;
	padding:0px;
	background: url(../img/box-map-icon.png) no-repeat;
}

