@charset "utf-8";
/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignnone { clear:both;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border:0;
	height:0;
	width:0;}
.alignright { float:right;}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0; border-top:1px solid #cccccc; /* change border colour to suit your needs */ }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }
h1 {}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {}
ins {text-decoration: none;}
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace;}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align:top;}
svg:not(:root) { overflow: hidden; }
fieldset { border: none; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
button{ border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
textarea { overflow: auto; vertical-align: top; resize: none;}
::-moz-focus-inner {
border: 0;
outline: 0;
}
/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
  font: 14px/16px Arial, Helvetica, sans-serif;
  color:#585858;
  background:#fff;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Headings
--------------------------------------------------------------------------------------------------*/
h1 {}
h2 {font-size:15px; font-weight:bold; color:#01442b; line-height:20px; font-variant:small-caps;}
h3 {}
h4 {}
h5 {}
h6 {}

/* End Headings
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	color:#585858;
	cursor:pointer !important;
	outline: 0;
}
a:hover {
	text-decoration:underline;
}

/* End Links
--------------------------------------------------------------------------------------------------*/


/* =Branding
--------------------------------------------------------------------------------------------------------*/
p {
	padding:0 0 10px 0;
	margin:0;
}
html, body {}
body{background:url(../img/content-bg.png) left 162px repeat-x #cfcfcf;}
#wrapper {}
.wrapinner {width:910px; margin:0 auto;}
#header { height:198px; background:url(../img/header-bg.png) left top repeat-x;}
#header .wrapinner{padding-top:46px;}
#logo { display:block; }
#logo a {
	display:block;
	width:134px;
	height:63px;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/rtd-logo.png) left top no-repeat;
}
/* End Branding
--------------------------------------------------------------------------------------------------------*/


/* =Main Nav
--------------------------------------------------------------------------------------------------*/
#mainNavigation{background:url(../img/nav-shadowbg.png) left bottom no-repeat;}
#mainNavigation li {float:left;}
#mainNavigation li:first-child{margin-left:-4px;}
#mainNavigation li a {height:37px; line-height:42px; background:url(../img/nav-left.png) left top no-repeat; padding-left:10px; display:block; text-decoration:none;}
#mainNavigation li a span{display:block; background:url(../img/nav-right.png) right top no-repeat; padding:0 10px 0 0; width:106px; text-align:center; font-size:16px; font-weight:bold; color:#feffff;}
#mainNavigation li a:hover, #mainNavigation li.active a{background:url(../img/nav-lefthover.png) left top no-repeat;}
#mainNavigation li a:hover span, #mainNavigation li.active a span{background:url(../img/nav-righthover.png) right top no-repeat;}

/* End Main Nav
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/
#container {min-height:300px; margin-top:-20px; position:relative; z-index:9;}
#container .content-inner{min-height:200px; background:#fff; border-top:14px solid #5f9028; padding:25px 43px 37px 22px; width:845px; margin:0 auto;}
.content-inner{
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: #666 0px 3px 5px;
-moz-box-shadow: #666 0px 3px 5px;
box-shadow: #666 0px 3px 5px;}
.widecolumn {width:478px;}
.narrowcolumn {width:332px;/*border-bottom: 1px solid #955B3F;border-top: 1px solid #955B3F;*/ padding-bottom:20px;}

.header-top{padding-bottom:32px;}
.logo-slogan{width:350px; padding:9px 0 0 20px; font-size:17px; line-height:22px; font-weight:bold; color:#515151; letter-spacing:-0.03em;}
.logo-slogan span{display:block; font-variant:small-caps;letter-spacing:0.018em; font-size:18px;}
.header-right{width:390px; margin-right:2px; *margin-right:-2px;}
.header-right em{padding-top:18px; color:#014d87; display:block; font-weight:bold; font-style:italic; font-size:14px; line-height:17px; text-align:right; letter-spacing:-0.01em;}

.content-img{}
.content-img img{font-size:0; line-height:0;}
.text1{ margin-bottom:17px; padding: 0 0 15px; margin-top:-1px;line-height:23px;}
.text_comp{ padding: 0px; margin-top:-1px;line-height:23px;}
.text11{padding: 0 0 18px;}
.narrowcolumn h2{margin-top:-2px; padding-bottom:0px; letter-spacing:0.018em;}
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Secondary Content
--------------------------------------------------------------------------------------------------*/

.services-img{}
.services-img img{font-size:0; line-height:0; width:233px; height:170px; margin-bottom:10px;}
.contact-img{}
.contact-img img{font-size:0; line-height:0; width:332px;}
.widecolumn h2 em{font-style:italic; color:#014D87; text-align:center; display:block; padding-bottom:10px;}
.text2{text-align:center;}

#container .contact-content{width:365px; padding-left:40px;}
.contactform{}
.req{display:block; font-size:12px; padding-bottom:10px; text-align:center;}
.contactform ul{}
.contactform ul li{float:left; width:100%; padding-bottom:8px;}
.fieldname{display:block; font-size:12px; padding-top:2px;}
.contactform em{color:#F00; font-style:italic;}
.fieldinput{display:block;}
.fieldinput input{width:100%; float:left;}
.send-btn{padding:10px 0; *padding:8px 0; width:100px; text-align:center;  margin-top:20px; background:#bbb;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
/* End Secondary Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer {padding-top:12px; min-height:66px}
.footer-left{width:450px; padding-left:23px;}
.footer-right{width:375px; }
#footer p{color:#3c3c3c; font-size:13px; line-height:17px; padding:0; letter-spacing:-0.03em;}

.footer-link li.current a{color:#406580;}
.footer-link li a:hover{color:#406580;}
.footer-link li{float:left; background:url(../img/footerlink-col.png) left 3px no-repeat; padding: 0 10px 0 11px;}
.footer-link li:first-child{background:none;  padding: 0 10px 0 0;}
.footer-link li a{display:block; font-size:15px; color:#3c3c3c;}


/* End Footer
--------------------------------------------------------------------------------------------------*/
/*.real_estate{
	width:87%;height:14px;font-weight:bold;background-color:#C1DB9B;padding-left:20px
	;padding-right:20px;padding-top:6px;padding-bottom:6px;font-size:12px;color:#000000;
}
.real_estate:hover{
	border:6px solid #5F9028;
	width:83%;height:12px;margin-bottom:-9px;
}*/
.real_estate {
    background-color: #C1DB9B;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    padding: 6px 20px;
    width: 300px;
    text-decoration: none;
    border: 6px solid #5F9028;
}
.real_estate:hover, .real_estate_active {
    background: #c0c0c0;
    border: 6px solid #c0c0c0;
    text-decoration: none;
}
.narrowcolumn a:hover{
	text-decoration:none;
}

.service_text1{

}
.service_img1{
	height:135px;
	width:200px;
	float:right;
	margin-left: 5px;
}
.bold_text{
	font-size:13px; font-weight:bold; color:#01442b;
}

.disc{
	margin-right:10px;
}
#desc2 h2, #desc3 h2, #desc4 h2, #desc5 h2, #desc6 h2{
	margin-bottom:10px;
}
td.disc{
	width:20px;
}
td{
	line-height:23px;
	}