@charset "utf-8";

/*
|--------------------------------------------------------------------------
| Angelo David > Global Style Sheet > Home Page
|--------------------------------------------------------------------------
|
| @package		Angelo David
| @subpackage	Frontend
| @company		JD Companies
| @phone		
| @fax			
| @author		
| @email		
| @link			
| @copyright	
|
*/

/*
|--------------------------------------------------------------------------
| Angelo David > Global Style Sheet >Primary Site Colors
|--------------------------------------------------------------------------
|
| White 			#ffffff
| Black				#000000
| Dark Brown		#54301a
| Light Brown		#dad5cf
| Green				#727a35
|
*/

/*
|--------------------------------------------------------------------------
| Angelo David > Global Style Sheet > Home Page > Images
|--------------------------------------------------------------------------
|
| Declares all global images and some positioning.
| Additional positioning can be found following this section.
|
*/










/*
|--------------------------------------------------------------------------
| Angelo David > Global Style Sheet > Home Page > Global Styles
|--------------------------------------------------------------------------
|
*/

					.left_column { width:300px; float:left; }
					.right_column { width:535px; float:left; }
						.right_column  #map_image { margin-left: 31px; } 
						
					#contact_form { width:235px; font-size:12px; }	
					
					.address_box { margin-bottom:20px; }

					.little_title { font-size:12px; }

					.success { font-size:11.5px; color:#00CC00; margin-top:10px; }
					.error { margin-top:10px; }
					.error p { font-size:11.5px; color:#CC3333; }					

					input { width:230px; margin-bottom:5px; }
					textarea { width:230px; height:100px; margin-bottom:5px; }
					label { font-size:11px; }
					input.submit { width:100px; cursor:pointer; }
					input.human {
						clear;
						width: 20px;
					}


/*
|--------------------------------------------------------------------------
| Angelo David > Global Style Sheet > Home Page > Layout
|--------------------------------------------------------------------------
|
*/

						/* ----- Main Menu home link -------------- */
						#menu ul li a span#contact_link { font-weight:bold; border-top:10px solid #dad5cf; }