/* WestProp Real Estate CSS */

/* Colors
   gold: 214/185/115, #D6B973
   burgundy: 148/78/31, #944E1F
   gold medium: 218/197/150, #DAC596
   gold light: 232/215/174, #E8D7AE
*/


/* global */
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
td   { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 14px; 
	   color: #333333; 
	   font-style: normal; font-weight: normal; text-decoration: none; }

a:link    { color: #944E1F; text-decoration: none; font-weight: bold; }
a:visited { color: #944E1F; text-decoration: none; font-weight: bold; }
a:hover   { color: #D6B973; text-decoration: none; font-weight: bold; }
a:active  { color: #D6B973; text-decoration: none; font-weight: bold; }


/* copyright */
.copy           { font-family: Verdana, Arial, Helvetica, sans-serif; 
				   font-size: 10px; line-height: 11px;
				   color: #000000; 
				   font-weight: normal; text-decoration: none; }
.copy a:link    { color: #944E1F; text-decoration: none; font-weight: normal; }
.copy a:visited { color: #944E1F; text-decoration: none; font-weight: normal; }
.copy a:hover   { color: #D6B973; text-decoration: none; font-weight: normal; }
.copy a:active  { color: #D6B973; text-decoration: none; font-weight: normal; }

/* home page main bullets */
.home           { font-family: Verdana, Arial, Helvetica, sans-serif; 
				   font-size: 10px; line-height: 14px;
				   color: #000000; 
				   font-weight: normal; text-decoration: none; }
.home a:link    { color: #000000; text-decoration: none; font-weight: normal; }
.home a:visited { color: #000000; text-decoration: none; font-weight: normal; }
.home a:hover   { color: #944E1F; text-decoration: none; font-weight: normal; }
.home a:active  { color: #944E1F; text-decoration: none; font-weight: normal; }


/* page titles */
h1 { font-family: Verdana, Helvetica, sans-serif; 
     color: #944E1F; font-size: 18px; line-height: 18px; 
	 font-weight: bold; text-decoration: none; }

.h3 { font-family: Verdana, Helvetica, sans-serif; 
     color: #944E1F; font-size: 12px; line-height: 18px; 
	 font-weight: bold; text-decoration: none; }


/* =================================================================================================== */
/* FORM STUFF */
.box { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 12px; 
	   color: #333333; background: #ffffff; 
	   width: 100%; height: 12px; 
	   border: #333333; border-style: solid; 
	   border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.field { font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-size: 10px; line-height: 12px; 
		 color: #888888; background: #eeeeee; 
		 width: 100%; height: 76px; 
		 border: #999999; border-style: solid; 
		 border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* drop-down */
.dd { font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 10px; line-height: 14px; 
	  color: #333333; background: #eeeeee; 
	  width: 100%; 
	  border: #333333; border-style: solid; 
	  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* button */		  
.but { font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 10px; line-height: 14px; font-weight: bold; 
	   color: #ffffff; background: #ff7d00;
	   width: 100%; height: 16px; 
	   border: #35271a; border-style: solid; 
	   border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* text box */
.textBox { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; line-height: 14px; color: #000000;
width: 200px; height: 15px;
border: #000000; border-style: solid; background: #EEEEEE;
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}

/* text area */
.textArea   { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; line-height: 14px; color: #000000;
border: #000000; border-style: solid; background: #EEEEEE;
width: 350px; height: 100px;
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}
	
/* dropdown */	  
.dropDown { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; line-height: 12px; color: #000000;
width: 250px; height: 16px;
border: #000000; border-style: solid; background: #EEEEEE;
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px 
}

.dropDown1 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; line-height: 12px; color: #000000;
width: 310px; height: 16px;
border: #000000; border-style: solid; background: #EEEEEE;
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px 
}
/* =================================================================================================== */





