/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
color:#9fbed6;
font-size: 36px;
font-family: Georgia, Times, ÔTimes New RomanÕ, serif;
}
h2 {
color:#9fbed6;
font-size: 30px;
font-family: Georgia, Times, ÔTimes New RomanÕ, serif;
}
h3 {
color:#fff;
font-size: 20px;
font-family: Georgia, Times, ÔTimes New RomanÕ, serif;
text-transform: uppercase;
}
h4 {
}
h5 {
}
h6 {
}
h2.googleMap {
color:#9fbed6;
font-size: 20px;
font-family: Georgia, Times, ÔTimes New RomanÕ, serif;
}
p.googleMap {
color:#000;
}
a {
color:#9fbed6;
}
a:hover {
text-decoration: none;
color:#9fbed6;
}
h3 a{
color:#fff;
font-size: 20px;
font-family: Georgia, Times, ÔTimes New RomanÕ, serif;
text-transform: uppercase;
}
h3 a:hover{
color: #fff;
}
/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
background-image: url(../img/bg.jpg);
background-repeat: repeat;
background-position: top center;
background-color: #31281f;
}
#container {
width:960px;
margin:0 auto;
}
.contentArea {
/*
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
*/
background-image: url(../img/mainContentBG.png);
margin-bottom: 10px;
}
#mainContent {
padding: 30px;
padding-right: 30px;
}


/* ---------- HEADER ---------- */
.header{
height: 170px;
position: relative;
}
.logo{
	position: absolute;
	top: 20px;
	left: 10px;
}
.callus{
	position: absolute;
	top: 75px;
	right: 10px;
}



/*---------- NAVIGATION ----------*/
#navContainer{
height: 45px;
position: relative;
}
ul#nav {
position: absolute;
top:0;
left:0;
float: left;
margin: 0;
padding: 0;
padding-left: 30px;
list-style-type: none;
}
ul#nav li {
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 45px;
line-height: 45px;
display: block;
float: left;
margin-left: -15px;
position: relative;
}
ul#nav li a {
color: #fff;
text-decoration: none;
height: 100%;
display: block;
padding: 0 15px 0 25px;
background-image: url(../img/buttonBg.png);
background-repeat: repeat-y;
/* background-color: #516d29; */
background-color: #506d2a;
/*
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
*/
position: relative;
}
ul#nav li:first-child a {
padding-left: 15px;
}
ul#nav li a.current {
background-color:#304d0a;
}
ul#nav li a:hover {
/* background-color: #34461a; */
background-color: #304d0a;
/* background-color: #000; */
}
ul#nav li.item1 a {
z-index: 10000;
background-image: none;
}
ul#nav li.item2 a {
z-index: 9000;
}
ul#nav li.item3 a {
z-index: 8000;
}
ul#nav li.item4 a {
z-index: 7000;
}
ul#nav li.item5 a {
z-index: 6000;
}
ul#nav li.item6 a {
z-index: 5000;
}
ul#nav li.item7 a {
z-index: 4000;
}


ul#nav2 {
float: right;
margin: 0;
padding: 0;
list-style-type: none;
padding-right: 15px;
}
ul#nav2 li {
height: 35px;
line-height: 35px;
display: block;
float: left;
margin-left: -15px;
margin-top: 10px;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#nav2 li a {
color: #fff;
text-decoration: none;
height: 100%;
display: block;
padding: 0 15px 0 25px;
background-image: url(../img/buttonBg.png);
background-repeat: repeat-y;
/*
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
*/
position: relative;
}
ul#nav2 li:first-child a {
padding-left: 15px;
}
ul#nav2 li.item1b a {
/* background-color: #946516; */
background-color: #bf5c00;
z-index: 15000;
background-image: none;
}
ul#nav2 li.item2b a {
/* background-color: #946516; */
background-color: #bf5c00;
z-index: 14000;
}
ul#nav2 li.item3b a {
/* background-color: #8292a8; */
background-color: #6691ac;
z-index: 13000;
}
ul#nav2 li.item1b a:hover, ul#nav2 li.item2b a:hover {
/* background-color: #744506; */
background-color: #9f3c00;
}
ul#nav2 li.item3b a:hover {
/* background-color: #627288; */
background-color: #46718c;
}


ul#nav li ul {
display: none;
position: absolute;
height: 0;
overflow: hidden;
}

li#nav_211{
height:0;
width:0;
overflow: hidden;
/* display: none; */
}
li#nav_212{
height:0;
width:0;
overflow: hidden;
/* display: none; */
}
/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:157px;
margin:20px 0 0 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
/* padding: 20px; */

}
#sidebar h1{
font-size: 26px;
font-weight: normal;
color: #FFFFFF;
margin-left: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
text-transform: uppercase;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;

}
#sidebar ul ul {
/* margin-left: 20px; */
}
#sidebar ul li {
width:157px;
height: 47px;
line-height: 47px;
text-align: center;
list-style:none;
display:block;
padding:0;
background-color: #0f0c09;

}
#sidebar ul li a {
color:#fff;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
/* background-color: #516d29; */
background-color: #506d2a;
/*
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
*/
background-image: url(../img/buttonBg2.png);
background-repeat: repeat-x;
}
#sidebar ul li a.current {
background-color:#304d0a;
}
#sidebar ul li a:hover, #sidebar ul li:first-child a:hover {
text-decoration:none;
list-style:none;
display:block;
/* background-color: #34461a; */
background-color: #304d0a;
font-weight:bold;
background-image: url(../img/whiteArrow.png);
background-position: 135px 15px;
background-repeat: no-repeat;
}

#sidebar ul li:first-child a {
background-image: none;
}


/*---------- FOOTER ----------*/
#footer{
/* height: 382px; */
color: #fff;
background-image: url(../img/grass.png);
background-position: top center;
background-repeat: repeat-x;
font-size: 10px;
color: #c6daaa;
padding-bottom: 15px;
text-align: center;
}
#footerContent {
width: 960px;
margin: 0 auto;
padding-top: 90px;
}
.footerText {
vertical-align: top;
width: 274px;
float: left;
padding-left: 20px;
padding-right: 20px;
border-left: 1px solid #697e3c;
color: #c6daaa;
font-size: 12px;
margin-bottom: 15px;
font-size: 12px;
text-align: left;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 40px;

}
.footerText h3 {
font-size: 20px;
color: #fff;
}
.footerText:first-child {
width: 274px;
margin-left: 30px;
padding-left: 0;
padding-right: 20px;
border-left: none;
}

.footerText:last-child {
padding-right: 20px;

}

#footer ul{
display: inline;
list-style:none;
margin: 0;
}
#footer ul li{
margin:0 4px;
display:inline;
}
#footer a{
text-decoration: underline;
color: #c6daaa;
}
#footer a:hover{
color: #fff;
text-decoration:underline;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
float: left;
width:393px;

}

ul.footerLinks li a{

font-size: 12px;
color: white;
text-decoration: none;
}
ul.footerLinks li a:hover{
font-size: 12px;
text-decoration: none;
}
/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:#247a15;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}

.videoRight{
float: right;
margin: 10px 0 10px 20px;
}

.videoLeft{
float: left;
margin: 10px 20px 10px 0;
}

.imgRight {
float:right;
margin: 10px 0 10px 20px;
}
.imgLeft {
float:left;
margin: 10px 20px 10px 0;
}


/* HOME PAGE */
.bigPic {
xpadding: 10px 0 0 10px;
}
#homeSlideshow {
margin: 0;
padding: 0;
list-style-type: none;
}
ul#portfolio li{
list-style-type: none;
width: 940px;
margin-left: -21px;
}
ul#portfolio li img {
padding: 10px 0 0 10px;
}
#homeButton div:hover{
background-position: right;

}
.developmentButton{
margin: 10px;
height: 174px;
width: 300px;
float:left;
background-image: url(../img/development.jpg);
list-style-type: none;
}

.constructionButton{
margin: 10px;
height: 174px;
width: 300px;
float:left;
background-image: url(../img/construction.jpg);
list-style-type: none;
}

.investmentButton{
margin: 10px;
height: 174px;
width: 300px;
float:left;
background-image: url(../img/investment.jpg);
list-style-type: none;
}
.homeTable {
margin-bottom: 0;
width: 900px;
padding:0;


}

.homeTable td{
border-left: 1px solid #39322f;
padding: 0;
width:299px;
padding-left: 20px;
padding-right: 20px;
vertical-align:top;
}

.homeTable td:first-child{
border-left: none;
padding-left:  0;
}

.homeTable td:last-child{
padding-right:  0;
}

.blogPostDate {
display:block;
font-weight: bold;
}

.blogPostOverview {
display:block;
margin-bottom:20px;
}
table td{
vertical-align: top;
}