body
{
	margin: 0 auto 0 auto;
}

body *
{
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-size: 14px;
}

h1, h2 ,h3
{
	color: #263A80;
	font-family: "Advent Pro";
	font-weight: normal;
}

h1{ font-size: 36px; background-color: #fff; padding: 10px 5px; margin-top: 5px; display: inline-block; color: #0090D0;}
h2{ font-size: 22px; font-family: 'Open Sans'}
h3{ font-size: 18px; font-family: 'Open-Sans'}

a{ color: #263A80; text-decoration: none; }
a:hover{ color: 0081C3; }

img{ border: 0 }

table
{
	width: 100%;
}

table, td
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	vertical-align: top;
}

#header, #content, #center-blocks,
#footer .pre-container, #footer-blocks
{
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

#top-line
{
	height: 9px;
	background-color: #EAEAEA;
}

#header
{
	margin-bottom: 20px;
}

#header .logo
{
	width: 330px;
}

#header .options
{
	padding-left: 30px;
}

#header .top
{
	display: table;
	width: 100%;
	border-bottom: dotted 2px #C4C4C4;
}

#header .top .container
{
	display: table-row;
}

#header .top div
{
	display: table-cell;
	vertical-align: top;
}

#header .top .contact
{
	text-align: left;
}

#header .top .contact *
{
	display: inline-block;
	margin-top: 20px;
}

#header .top .call
{
	color: #515151;
	font-size: 16px;
}

#header .top .phone
{
	color: #263A80;
	font-size: 18px;
	font-weight: bold;
}

#header .top .language
{
	text-align: center;
}

#header .top .language a
{
	display: inline-block;
	color: #000;
	padding: 5px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 15px;

}

#header .top .language a:hover,
#header .top .language a.lang-active
{
	background-color: #263A80;
	color: #fff;
}

#header .top .social
{
	text-align: right;
}

#header .top .social a
{
	position: relative;
	top: -9px;
}

#header .top .social a img
{
	opacity: 0.8;
	transition: all 0.3s;
}

#header .top .social a img:hover
{
	opacity: 1.0;
	transform: scale(1.1);
}

#header .bottom, #alternate-main-menu .container
{
	display: table;
	margin-top: 25px;
	width: 100%;
}

#alternate-main-menu .container
{
	margin-top: 0px !important;
}

#header .bottom ul, #alternate-main-menu ul
{
	display: table-row;
	padding: 0;
	margin: 0;
}

#header .bottom ul li, #alternate-main-menu ul li
{
	display: table-cell;
	list-style: none;
	padding: 0;
	margin: 0;
}

#alternate-main-menu ul li
{
	text-align: center;
}

#header .bottom ul li a, #alternate-main-menu ul li a
{
	text-transform: uppercase;
	border-radius: 4px;
	color: #4D4D4D;
	padding: 10px 4px 10px 4px;
	display: inline-block;
	transition: all 0.4s;
	font-family: "Advent Pro";
	font-size: 28px;
}

#header .bottom ul li a:hover,
#header .bottom ul li a.active,
#alternate-main-menu ul li a:hover,
#alternate-main-menu ul li a:active
{
	color: #fff;
	background-color: #EAA734;
}

#header .bottom ul li.haschilds a,
#alternate-main-menu ul li.haschilds a
{
	background-image: url(images/dd-menu.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#header .bottom ul ul, #alternate-main-menu ul ul
{
	background-color: #0090D0;
	background-color: rgba(0,144,208,0.6);
}

#header .bottom ul ul li, #alternate-main-menu ul ul li
{
	display: block;
}

#header .bottom ul ul li a, #alternate-main-menu ul ul li a
{
	display: block;
	color: #fff;

	background-image: none !important;
	padding-right: 4px !important;
	border-radius: 0 !important;
}

.block .title
{
	font-family: "Advent Pro";
	font-size: 28px;
}

#content
{
	background-color: #fff;
}

#content .left
{
	width: 250px;
	padding-right: 5px;
}

#content .right
{
	width: 250px;
	padding-left: 5px;
}

#content .left .block
{
	padding-right: 7px;
}

#content .right .block
{
	padding-left: 7px;
}

#content .left .block
{
	border-right: solid 1px #d4d4d4;
}

#content .right .block
{
	border-left: solid 1px #d4d4d4;
}

#content .left .content ul,
#content .right .content ul
{
	padding: 0;
	margin: 0;
}

#content .left .content ul li,
#content .right .content ul li
{
	list-style-type: square;
	padding: 10px 5px 10px 5px;
	border-bottom: dotted 1px #d4d4d4;
	display: block;
	color: #0C76AD;
}

#content .left .content ul li a:hover,
#content .right .content ul li a:hover
{
	text-decoration: underline;
}

#content .right .expand
{
	height: 150px;
}

#content .center
{
	padding: 20px;
}

#center-blocks
{
	width: 100%;
	margin-top: 10px;
}

#center-blocks .block
{
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	width: auto;
}

#center-blocks .block-1
{
	margin-left: 10px;
}

#center-blocks .block .title
{
	padding: 15px;
	background-color: #0090D0;
	color: #fff;
	text-transform: uppercase;
}

#center-blocks .block-1 .title
{
	background-color: #263A80;
}

.content-left
{
	width: 300px;
}

.content-left .content-block
{
	padding-right: 20px;
	margin-right: 20px;
}

.content-right
{
	width: 300px;
}

.content-right .content-block
{
	padding-left: 20px;
	margin-left: 20px;
}

#footer
{
	background: transparent url(images/footer-bg.jpg) repeat-x left bottom;
	font-size: 12px;
}

#footer *
{
	font-size: 12px;
}

#footer
{
	width: 100%;
	padding-bottom: 110px;
	margin-top: 30px;
}

#footer .pre-container
{
	display: table;
	width: 100%;
}

#footer .container
{
	display: table-row;
}

#footer .container div
{
	display: table-cell;
	vertical-align: middle;
}

#footer .container div.copyright
{
	text-align: left;
	font-weight: bold;
	color: #263A80;
	font-family: Arial;
}

#footer .container div.links
{
	text-align: center;
}

#footer .container div.links ul
{
	display: block;
	padding: 0;
	margin: 0;
}

#footer .container div.links ul li
{
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 20px;
}

#footer .container div.links ul li a
{
	display: inline-block;
	color: #5E5E5E;
	font-weight: bold;
	transition: all 0.4s;
	font-family: Arial;
}

#footer .container div.links ul li a:hover,
#footer .container div.links ul li a.active
{
	color: #0090D0;
}

#footer .container div.developer
{
	text-align: right;
	color: #5E5E5E;
	font-family: Arial;
}

#footer .container div.developer a
{
	color: #EAA734;
	font-family: Arial;
	font-weight: bold;
}

/* Forms */

.description { padding-top: 5px; }
.description span { font-size: 13px; color: #555; }

/* PROPERTIES SEARCH RESULTS */

.realty-listing-results thead td
{
	background-color: #E2EAF1;
	color: #1a1a1a;
	border: solid 1px #AABBCA;
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
}

.realty-listing-results td
{
	border-bottom: dotted 1px #444;
	padding: 5px;
	font-size: 14px;
}

.realty-listing-results img
{
	border: solid 1px #ccc;
	padding: 3px;
}

.realty-listing-results img:hover
{
	background-color: #EAA734;
}

.blog-post-full .thumbnail img
{
	width: 60px;
	height: 80px;
}
