
/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: #3d4f1d url(../images/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}

h1 {
	font: 900 20px/20px "Times New Roman", Times, serif;
	color: #474c38;
	text-align:left;
	margin: 20px 0px 0px 0px;
	text-transform: capitalize;
}

h2 {
	font: 900 15px/15px "Times New Roman", Times, serif;
	color: #474c38;
	text-align:left;
	text-transform: capitalize;
}

h3 {
	font: 900 20px/20px "Times New Roman", Times, serif;
	color: #474c38;
	text-align:left;
	text-transform: capitalize;
	margin:0px;
}

h4 {
	font: 900 18px/18px "Times New Roman", Times, serif;
	color: #474c38;
	text-align:left;
	text-transform: capitalize;
	margin:0px;
}

ul {
	margin: 0px;
	padding:0px;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc {
	width:752px;
	margin:auto;
}

#pagetile {
	background:  url(../images/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}

#header {
	background: url(../images/top.gif) no-repeat 0px 0px;
	width:752px;
	height:123px;
	float:left;
}

/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 708px;
	margin: 80px 0px 0px 30px;
}

#nav, #nav ul {
	width: 708px;
}

#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}

#nav ul li a {
	display: block;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

#about, #about a {
	width: 90px;
	background: url(../images/m_about.gif) no-repeat 0px 0px;
}	
#about a:hover {
	background: url(../images/m_about.gif) no-repeat 0px -35px;
}
#services, #services a {
	width: 90px;
	background: url(../images/m_services.gif) no-repeat 0px 0px;
}	
#services a:hover {
	background: url(../images/m_services.gif) no-repeat 0px -35px;
}
#portfolio, #portfolio a {
	width: 103px;
	background: url(../images/m_portfolio.gif) no-repeat 0px 0px;
}	
#portfolio a:hover {
	background: url(../images/m_portfolio.gif) no-repeat 0px -35px;
}
#neighborhoods, #neighborhoods a {
	width: 142px;
	background: url(../images/m_neighborhoods.gif) no-repeat 0px 0px;
}	
#neighborhoods a:hover {
	background: url(../images/m_neighborhoods.gif) no-repeat 0px -35px;
}
#testimonials, #testimonials a {
	width: 123px;
	background: url(../images/m_testimonials.gif) no-repeat 0px 0px;
}	
#testimonials a:hover {
	background: url(../images/m_testimonials.gif) no-repeat 0px -35px;
}

#contact, #contact a {
	width: 89px;
	background: url(../images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(../images/m_contact.gif) no-repeat 0px -35px;
}
#home, #home a {
	width: 71px;
	background: url(../images/m_home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(../images/m_home.gif) no-repeat 0px -35px;
}

#menustart, #menustart a, #menustart a:hover {
	width: 75px !important;
	width: 50px;
	cursor: default;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 25px;
	width: 146px;
	height: 22px;
	background: url(images/submenubg.gif) no-repeat 0px 0px;
	line-height: 18px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover {
	color: #000000;
	text-decoration:none;

}
.subOne {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 130px;
	margin-left: 220px;
}
.subTwo {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 475px;
}
.subThree {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 70px;
	margin-left: 620px;
}

/*    -----------------------   Content  -----------------------   */  

#content {
	width: 754px;
	text-align: left;
	float:left;
}

#contenthome {
	width: 762px;
	text-align: left;
	float:left;
	background: url(images/content_home.jpg) no-repeat 0px 0px;
}

/*#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

#contentright {
	width: 290px;
	float: right;
}*/

#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}

#contentdivide #left {
	width: 310px;
	float: left;
}

#contentdivide #right {
	width: 210px;
	float: right;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	width: 754px;
	float: left;
	background: url(../images/content_bg.gif) no-repeat 0px 0px;
	padding: 20px 0px 0px 0px;
}

/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #706c6c;
	width: 200px;
	padding: 0px 0px 0px 25px;
	float:left;
}

 #leftcol a {
	color: #004e75;
	text-decoration:none;
}
 
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}

/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	width: 380px;
	vertical-align: top;
	float: left;
}
#midcol p {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
}
#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}
#midcol ul li {
	font: normal 11px/14px  geneva, arial, verdana;
	color: #6c6f72;
	list-style-image: url(../images/a_bullet.gif) !important;
	list-style-image: url(../images/a_bullet2.gif);
	margin-left: 45px;
	margin-top: 0px;
	padding: 0px;
	list-style-type:disc;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #737373;
	width: 450px;
	float: right;
	padding: 0px 40px 0px 0px;
	text-align:justify;
}

#rightcol p  {
	text-indent: 20px;
}

#rightcol ul  {
	margin-left: 15px;
	padding: 0px;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #737373;
	list-style-image: url(../images/a_bullet.gif);
	margin-left: 25px;
	padding: 0px;
	list-style-type:disc;
}
 #rightcol a {
	color: #ae852a;
	text-decoration:none;
	}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}

#other_neighborhoods a {
	font-size: 12px;
	line-height: 16px;
}

#other_neighborhoods a.current {
	font-weight: bold;
	color: #AE852A;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:260px;
	float:left;
}
#smright {
	width:260px;
	float:right;
}

/*    -----------------------   Content Images    -----------------------   */  

.picleft {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
}

.picright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}

.pic {
  /*margin: 2px;*/
  border: 1px solid #2b5eae;
}

.staffpic {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #718da5;
}

.thumb {
	/*width: 75px;
	height:44px;*/
	width:110px;
	height: 75px;
}


/*    -----------------------   Footer   -----------------------   */  

#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #FFFFFF;
	width: 752px;
	height:75px;
	background:  url(../images/end.gif) no-repeat 0px 0px;
	padding: 45px 0px 0px 0px ;
	float: left;
	text-decoration:none;
}
 #copyright a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
 #copyright a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#copyright p {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
/*    ??????????????????  Home Logo Link   ??????????????????  */ 

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin:0px 0px 0px 30px;
}

/*    ??????????????????  Newsletters   ??????????????????  */ 

.newsletter {
	width:470px;
	height:83px;
	background: url(images/newsletter.gif) no-repeat 0px 0px;
}
.newsletter form {
	width: 221px;
}
.newsletter input {
	font: normal 12px/11px  arial, verdana, microsoft sans-serif, sans-serif;
	color: #5a451b;
	border:0;
	background: none;	
}
.newsletterEmail {
	margin: 55px 0px 0px 100px;
	float:left;
}
.newsletterSubmit {
	margin: -100px 0px 10px 400px !IMPORTANT;
	margin: -40px 0px 0px 400px;
	border: 0px solid #000000;
}
 #gallery {
 	width: 450px;
 	text-align:left;
	float:left;
	margin: 20px 0 0 0;
}
.galleryimg {
	width:150px;
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border:0;
}
#portfolioview { 
	width: 400px;
	height: 140px;
	float:left;
	border-bottom: 1px solid #333333;
	margin: 20px 0 0 0;
	text-align:left;
}

 #portfolioview a {
	color: #ae852a;
	text-decoration:none;
	display:block;
}
 #portfolioview a:hover {
	color: #476caa;
	text-decoration:none;
	
}
