html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/**
 * Minimal base styles.
 */
html {
	font-size: 100.01%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 62.5%;
	line-height: 1em;
}
a:hover {
	text-decoration: none !important;
}
a:link, a:visited {
	text-decoration: none;
	cursor/**/: /**/pointer;
}
a:link:hover, a:visited:hover {
	text-decoration: underline;
}
:focus {
	outline: 0;
}
/* Remove margins for navigation lists */
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.iem7 input[type="checkbox"] {
	vertical-align: baseline;
}
input, select {
	vertical-align: middle;
}
textarea {
	overflow: auto;
}
/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}
/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* blockquote , q and hr  */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* Images and Default Classes  */
img {
	max-width: 100%;
	vertical-align: bottom;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}
img.alignright {
	float: right;
	margin: 0 0px 10px 10px;
	display: inline;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* Default List Styles  */
ul, ol {
	list-style: none;
}
li {
	line-height: 1.2em;
}
li ul, li ol {
	margin-bottom: 0px;
}
/* 
 * Clearing Methods
 */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.floatbox {
	overflow: hidden;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
/*---- Floats ----*/
.flR {
	float: right;
}
.flL {
	float: left;
}
/*---- Horizontal Alignment ----*/
.alR {
	text-align: right;
}
.alC {
	text-align: center;
}
/*---- Hide ----*/
.hide {
	display: none;
}
/* 
Primary Styles
*/
.strong {
	font-weight: bold;
}
/*---- Minimum base styles ----*/
ul {
	padding: 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}
h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	font-family: "Ubuntu", Helvetica, Arial;
}
h6 {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #666666;
}
#footer h6 a:hover {
	border-bottom: 1px solid #666666;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-family: "Ubuntu", Helvetica, Arial;
}
a {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	text-decoration: none;
}
blockquote {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}
/*---- Body ----*/
html {
	min-height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	min-height: 100%;
	background: url(../images/bg-home.png) bottom repeat-x;
	background-size: 100% 100%;
}
/*---- Wrapper ----*/
.wrapper {
	width: 849px;
	margin: 0 auto;
}
/*---- Header ----*/
#header {
	margin-bottom: 11px;
}
.logo a {
	background: url(../images/logo.png) left top no-repeat;
	height: 0px;
	display: block;
	padding-top: 110px;
	overflow: hidden;
}
/*---- Main Navigation ----*/
#navigation ul li {
	display: inline-block;
	position: relative;
}
#navigation a {
	padding: 0 6px;
	background: url(../images/bg-nav.png) repeat-x;
	line-height: 32px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 2px #000;
	min-width: 122px;
	text-align: center;
	z-index: 100;
	position: relative;
}
#navigation a i {
	background: url("../images/arrow-nav.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	display: inline-block;
	height: 14px;
	position: relative;
	top: 3px;
	width: 15px;
}
#navigation img {
	margin: 0 8px 0 0;
}
#navigation ul ul {
	display: none;
	background: #ffcc66;
	padding: 10px 0 1px;
	position: absolute;
	width: 180px;
	top: 30px;
	left: 0px;
	overflow: hidden;
	border-radius: 3px;
	z-index: 99;
	box-shadow: 0 1px 2px rgba(0,0,0,.60);
}
#navigation li.portfolio ul {
	width: 200px;
}
#navigation ul ul li {
	display: block;
}
#navigation ul ul li a {
	display: block;
	background: none;
	box-shadow: none;
	font-family: "Ubuntu", Helvetica, Arial;
	font-weight: normal;
	width: 100%;
	color: #666666;
	font-weight: bold;
	padding: 0px 10px 0px 12px;
	font-size: 14px;
	border-radius: none;
	text-align: left;
	border-radius: 0;
}
#navigation ul li:hover > ul {
	display: block;
}
#navigation ul ul li a:hover {
	background: #ffe4af;
}
/*---- Main ----*/
#main {
	background: url(../images/bg-ribbon.png) repeat-x;
	margin-bottom: 40px;
	padding-top: 6px;
}
.box {
	background: url(../images/bg-pattern.png);
	box-shadow: 0 15px 25px #666666;
	min-height: 300px;
	padding: 1px 28px 0;
	margin-bottom: 55px;
}
.box h1 {
	font-family: "Ubuntu", Helvetica, Arial;
	color: #ff9900;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: #ff9900 2px solid;
	letter-spacing: 2px;
}
.banner p {
	color: #666666;
}
.box1 {
	margin: 15px 0;
	border: 1px solid;
	padding: 17px 30px 17px 17px;
	border-radius: 4px;
}
.banner.box h1 {
	border: none;
}
.box blockquote {
	font-family: "Ubuntu", Helvetica, Arial;
}
.slider {
	background: url(../images/img-frame.png) left top no-repeat;
	width: 449px;
	height: 351px;
	float: right;
	margin-left: 30px;
}
.slider ul {
	position: relative;
	width: 369px;
	height: 254px;
}
.slider ul li {
	display: none;
	margin: 43px 0 0 35px;
	position: absolute;
	width: 369px;
	height: 254px;
}
.slider ul li:first-of-type {
	display: block;
}
.column {
	width: 240px;
	height: 194px;
	background: url(../images/bg-column.png) repeat-x;
	border: #cdcbcb 1px solid;
	float: left;
	margin: 0 12px 0 0;
	padding: 8px;
}
.column.last {
	margin-right: -1px;
	float:right;
}
.column.large {
	margin-left: 3px;
	margin-right: 8px;
	width: 340px;
}
.column .inner {
	background: #dadada;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 2px #cdcbcb inset;
	position: relative;
	text-align: center;
}
.column .inner span {
	background: url(../images/bg-button.png) top repeat-x;
	border-radius: 16.5px;
	width: 180px;
	line-height: 33px;
	display: block;
	font-size: 16px;
	font-family: "Ubuntu", Helvetica, Arial;
	color: #000;
	text-transform: uppercase;
	position: absolute;
	margin: 0 19px;
	bottom: 7px;
	border: #cdcbcb 1px solid;
	box-shadow: 0 2px 1px #666;
}
.column .inner a img {
	max-width: none;
	width: 100%;
}
.column .inner span i {
	background: url("../images/arrow-black.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	bottom: -2px;
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	position: relative;
	width: 14px;
}
.column.large .inner span {
	width: 260px;
	margin: 0 37px;
}
.column .inner a:hover span {
	background: url(../images/bg-button.png) bottom repeat-x;
}
/*---- Form ----*/
.form {
	float: left;
	margin-bottom: 40px;
}
fieldset {
	background: #ff9933;
	border: 5px solid #cccccc;
	padding: 25px 20px;
	min-height: 352px;
	width: 470px;
}
legend {
	background: #ffffff;
	border: 1px solid #999999;
	line-height: 38px;
	min-width: 180px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	padding-left: 35px;
	position: relative;
}
legend span {
	position: absolute;
	bottom: 20px;
	left: -14px;
}
label {
	width: 98px;
	vertical-align: top;
	margin-top: 5px;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
}
input[type="text"], input[type="tel"], input[type="email"] {
	width: 300px;
	line-height: 28px;
	font-size: 12px;
	margin-bottom: 10px;
	height: 20px;
	padding: 0 5px;
	font-family: Verdana, Geneva, sans-serif;
}
input[type="text"].error, input[type="tel"].error, input[type="email"].error {
	border: 1px solid red;
}
button {
	background: url(../images/bg-submit.png) repeat-x;
	line-height: 16px;
	border-radius: 12.5px;
	border: #cdcbcb 1px solid;
	margin-left: 10px;
	margin-right: 8px;
	height: 25px;
	font-size: 14px;
	float: right;
	box-shadow: 0 2px 1px #666;
	font-family: "Ubuntu", Helvetica, Arial;
}
.button1 {
	background: url(../images/bg-submit.png) repeat-x;
	line-height: 25px;
	border-radius: 12.5px;
	border: #cdcbcb 1px solid;
	margin-left: 10px;
	display: inline-block;
	padding: 0 22px;
	color: #000000;
	margin-right: 8px;
	height: 26px;
	font-size: 16px;
	box-shadow: 0 2px 1px #666;
	font-family: "Ubuntu", Helvetica, Arial;
}
button img {
	vertical-align: middle;
	margin-left: 6px;
}
.button1 img {
	vertical-align: top;
	margin-top: 5px;
	margin-left: 6px;
}
textarea {
	width: 300px;
	line-height: 18px;
	font-size: 12px;
	padding: 5px;
	resize: none;
	margin-bottom: 17px;
	font-family: Verdana, Geneva, sans-serif;
}
/*---- Sidebar ----*/
.sidebar {
	float: right;
	width: 320px;
	padding: 10px 30px 10px 60px;
	margin-top: 10px;
}
.sidebar h6 {
	font-family: "Ubuntu", Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	margin-bottom: -10px;
	position: relative;
	font-weight: 400;
	min-width: 165px;
}
.sidebar h6 span {
	border-bottom: #ff9933 1px dashed;
	display: inline-block;
	min-width: 165px;
}
.sidebar p {
	font-family: "Ubuntu", Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	padding-left: 44px;
}
.sidebar a {
	color: #000000;
}
.sidebar img {
	margin-right: 10px;
	vertical-align: top;
}
.sidebar address {
	padding: 0 35px 10px 44px;
	line-height: 14px;
}
/*-----------------*/
.box2 {
	background: #ffffff;
	border: 5px solid #cccccc;
	padding: 25px;
	clear: both;
	margin: 40px 0 70px;
	position: relative;
}
.box2 mark {
	background: #ffffff;
	border: 1px solid #999999;
	line-height: 38px;
	width: 180px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	padding-left: 35px;
	display: block;
	position: absolute;
	top: -20px;
}
.box2 mark span {
	position: absolute;
	bottom: 23px;
	left: -14px;
}
.box2 h6 {
	color: #000;
	font-weight: normal;
	font-family: "Ubuntu", Helvetica, Arial;
}
.box2 p {
	color: #000;
	font-size: 12px;
	max-width: 250px;
}
.box2 ul li {
	margin-bottom: 30px;
	width: 465px;
	float: left;
}
.box2 ul li.alt {
	width: 220px;
}
#message h2, #message p {
	font-family: "Ubuntu", Helvetica, Arial;
}
/*---- Footer ----*/
#footer {
	margin-bottom: 30px;
}
#footer h6 span {
	width: 30px;
	display: inline-block;
}
#footer h6 a {
	color: #666666;
}
.post h1 {
	margin-bottom: 25px;
}
.post h2 {
	color: #ff9933;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
	font-size: 18px;
}
.post p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-bottom: 20px;
}
.post p:first-letter {
	padding-left: 30px;
}
.frame {
	background: url("../images/frame.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin-bottom: 0 !important;
	margin-top: -80px !important;
	padding: 30px 21px 30px 19px;
	position: relative;
}
article.box {
	padding: 0;
}
article .entry {
	background: url(../images/article-bg.jpg) no-repeat left bottom;
	padding: 1px 28px 300px;
}
.post blockquote p {
	color: #006699;
	font-weight: bold;
}
.post h3 {
	font-weight: normal;
	font-size: 14px;
}
.post span {
	display: block;
	border-bottom: 1px solid #ffb74c;
	max-width: 310px;
	padding-bottom: 2px;
	margin-bottom: 13px;
}
.post h4 {
	font-size: 14px;
}
.post p.list:first-letter {
	padding: 0;
	line-height: 10px;
}
.property {
	margin-bottom: 20px;
}
.property img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.property h3 {
	float: left;
	border-bottom: 2px solid #fdb54a;
	width: 300px;
}
.property p {
	clear: both;
}
.property p:first-letter {
	padding-left: 0px !important;
}
body.home #main .wrapper {
	width: 848px;
}
