
/*    -----------------------    While in Development   -----------------------   */  

/*
#content { border: 0px solid #990000;}
#leftcol {border: 0px solid #336699; background:#orange; min-height:200px;}
#widecol {border: 1px solid #black; background: #red; min-height:200px;}
#midcol {border: 0px solid #114477; background: #green; min-height:200px;}
#rightcol {border: 0px solid #aa3366; background: #blue; min-height:200px;}

/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: #17578c url(images/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}
h1 {
	font: 900 20px/24px Georgia, "Times New Roman", Times, serif;
	color: #515c5c;
	text-align:left;
}
h2 {
	font: 500 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #00467f;
	padding:10px 0 0 0;
	border-bottom:dotted #CCCCCC 1px;
}
h3 {
	font: 500 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #00467f;
}
ul {
	margin: 0px;
	padding:0px;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc, #header, #content, #contentend, #copyright1 {
	width:1012px;
}
#wrapper {
	width: 100%;
	/*background: url(images/top_bg.jpg) no-repeat top center;*/
	float:left;
}
#mc {
	margin:auto;
}
#pagetile {
	background:  url(images/mc_bg.png) repeat-y 0px 0px;
	float:left;
}
#header {
	background: url(images/top.jpg) no-repeat 0px 0px;
	height:295px;
	float:left;
}

/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 950px;
	padding: 255px 0 0 55px;
}
#nav, #nav ul {
	width: 950px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}
#nav ul li a {
	display: block;
	height: 41px;
	margin: 0px;
	padding: 0px;
}
#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

.about {
	width: 168px;
	background: url(images/nav/about-nalley-properties.gif) no-repeat 0px 0px;
}	
.abouthl {
	width: 168px;
	background: url(images/nav/about-nalley-properties.gif) no-repeat 0px -41px;
}
#hospitality, #hospitality a {
	width: 81px;
	background: url(images/nav/hospitality.gif) no-repeat 0px 0px;
}	
#hospitality a:hover {
	background: url(images/nav/hospitality.gif) no-repeat 0px -41px;
}
.development {
	width: 89px;
	background: url(images/nav/development.gif) no-repeat 0px 0px;
}	
.developmenthl {
	width:89px;
	background: url(images/nav/development.gif) no-repeat 0px -41px;
}
#property-management, #property-management a {
	width: 151px;
	background: url(images/nav/property-management.gif) no-repeat 0px 0px;
}	
#property-management a:hover {
	background: url(images/nav/property-management.gif) no-repeat 0px -41px;
}
#available-properties, #available-properties a {
	width: 142px;
	background: url(images/nav/available-properties.gif) no-repeat 0px 0px;
}	
#available-properties a:hover {
	background: url(images/nav/available-properties.gif) no-repeat 0px -41px;
}
#contact, #contact a {
	width: 56px;
	background: url(images/nav/contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/nav/contact.gif) no-repeat 0px -41px;
}
#maintenancerequest, #maintenancerequest a {
	width: 149px;
	background: url(images/nav/maintenance-request.gif) no-repeat 0px 0px;
}	
#maintenancerequest a:hover {
	background: url(images/nav/maintenance-request.gif) no-repeat 0px -41px;
}
#home, #home a {
	width: 36px;
	background: url(images/nav/home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(images/nav/home.gif) no-repeat 0px -41px;
}
#mdivider, #mdivider a, #mdivider a:hover {
	width: 29px;
	cursor: default;
	background: url(images/nav/m_divider.gif) no-repeat;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a {
	font: 500 12px/12px  Georgia, "Times New Roman", Times, serif;
	color: white;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 15px;
	width: 120px;
	height: 22px;
	background: #7a732a;
	line-height: 18px;
	border-bottom:1px solid white;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover {
	color: #ffe400;
	text-decoration:none;
}
.subOne, .subTwo, .subThree {
	position: absolute;
	z-index: 15;
	visibility: hidden;
	top: 295px;
}
.subOne {
	margin-left: 115px;
}
.subTwo {
	margin-left: 415px;
}
.subThree {
	margin-left:715px;
}

/*    -----------------------   Content  -----------------------   */  

#content {
	text-align: left;
	float:left;
	background: url(images/content_bg.gif) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0px 0px 80px 0px;
	background: url(images/end.gif) no-repeat center bottom;
}
#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;
}
#contentdivide #left {
	width: 290px;
	float: left;
}
#contentdivide #right {
	width: 100px;
	float: right;
}

/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 12px/16px  arial, verdana, sans-serif;
	color: #595742;
	width: 590px;
	float:left;
}
#leftcol a {
	color: #004e75;
	text-decoration:none;
}
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}
#leftcol #left {
	width:280px;
	float:left;
}
#leftcol #right {
	width:280px;
	float:right;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #595742;
	width: 885px;
	float: left;
	margin: 20px 0 0 70px;
}
#widecol a {
	color:#a37003;
	text-decoration:none;
}	
#widecol a:hover {
	text-decoration:underline;
	color:#a37003;
}

/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	font: normal 12px/16px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 380px;
	float: left;
}
#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/16px  arial, verdana, sans-serif;
	color: #595742;
	width: 278px;
	float: right;
	
}
#rightcol a {
	color: #ae852a;
	text-decoration:none;
}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}
 #rightcol ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url(images/a_bullet.gif);
	margin:0 0 0 55px;
	padding: 0;
}

/*    -----------------------   Footer   -----------------------   */  

#copyright1  {
	font: normal 10px/12px arial, verdana;
	color: #ccc9aa;
	height:97px;
	text-align: right;
	background:  url(images/end.png) no-repeat;
	padding: 60px 0px 0px 0px ;
	float: left;
	text-decoration:none;
}
#copyright1 a {
	color: #ccc9aa;
	text-decoration:none;
	font-weight: bold;
}
#copyright1 a:hover {
	color: #ccc9aa;
	text-decoration:underline;
}
#copyright1 p {
	margin:0 220px 0 0;
}

/*    末末末末末末末末末  Extra  末末末末末末末末末  */ 

#gohome {
	position: absolute;
	z-index: 20;
	visibility: visible;
	margin:0px 0px 0px 45px;
}
#topheaders {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin: 0 0 0 390px;
	top: 0px;
}
#searchpropbox {
	width:586px;
	height:62px;
	background:  url(images/search_prop_bg.gif) no-repeat;
}
#featuredpropertybox {
	width:278px;
	height:500px;
	background:  url(images/featured_property_box.gif) no-repeat;
	padding: 80px 0 0 0;
}
#featuredpropertybox a{
	color:#2f6eaa;
}
#featuredpropertybox a:hover{
	color:#2f6eaa;
	text-decoration:underline;
}
#filelink a{
	color:#595742;
}
#filelink a:hover{
	color:#9a9c9b;
}
#imgborder {
  margin:5px;
  padding:2px;
  border:1px solid #d3d5d6;
}
/*    -----------------------    Style a Form   -----------------------   */  
.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;
}
.map_properties_centername{
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #595742;
}
.map_properties_details_txt{
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #595742;
}
#fakebold{
	font: 500 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #00467f;
}
#featuredtext {
	font: normal 14px/15px  georgia, verdana, sans-serif;
}