/* 
|
|	Home Style Sheet : McAnaw Realtors
|
| About: Holds elements specific to homepage.
|
|	Author: Erik Smith, erik@pdgcreative.com
|
|	Employer: PDG+creative http://pdgcreative.com
|
|	Created On: September 28, 2007
|
| Major Modifications: -- -- ----
|	
*/
	

	
	/* -------- [ Left ] -------- */
				
					#left {
						width:580px;
						float:left;
						display:inline;
					}
					
						#callout1 {
							width:264px;
							height:238px;
							background:#fff url(../../images/callout-search.jpg) no-repeat 6px 6px;
							float:left;
							margin:0px 5px 0 0;
							position:relative;
							padding:10px;
							border:1px solid #E8EEF4;
							display:inline;
						}
						
						#callout2 {
							width:264px;
							height:238px;
							background:#fff url(../../images/callout-sell.jpg) no-repeat 6px 6px;
							float:left;
							margin:0px 0 0 0;
							position:relative;
							padding:10px;
							border:1px solid #E8EEF4;
							display:inline;
						}
						
							#callout1 p, #callout2 p {
								position:absolute;
								bottom:12px;
								left:15px;
							}
							
							#callout1 p a, #callout2 p a {
								color:#72AAD3;
								font-size:12px;
								text-decoration:none;
							}
							
							
							#homepage_content {
								float:left;
								margin:15px 0 0 15px;
								line-height:25px;
								color:#111;
								background:#fff;
								width: 552px;
							}
							
								#homepage_content p{
									font-size: 12px;
									color: #444444;
								}
							
							#featured-realtor {
								background:#EFEEE6 url(../../images/featured-realtor.jpg) no-repeat;
								clear:both;
								height:200px;
								width:586px;
								float:left;
								margin:15px 0 0 0;
							}
							

								
								#featured-realtor dl {
									float:left;
									width:350px;
									margin:65px 0 0 15px;
								}
								
									#featured-realtor dl dt, #featured-realtor dl dt a {
										font-size:20px;
										color:#5490C1;
										margin: 0 0 6px 0;
										text-decoration:none;
									}
									
									#featured-realtor dl dd {
										line-height:15px;
										font-stretch: condensed;
									}
									
										#featured-realtor dd span {
											clear:both;
											display:block;
										}
									
										#featured-realtor dd strong {
											display:block;
											float:left;
											width:120px;
											color:#000;
											font-weight:bold;
										}
									
										#featured-realtor dl dd a {
										
										}
								
								#featured-realtor img {
									float:right;
									margin:7px 15px 0 0;
									padding:5px;
									background:#fff;
									border:1px solid #ACC0D4;
								}
								
								#featured-realtor dl dd a.visit {
									font-size:12px;
									float:left;
									margin:10px 0 0 0;
								}
							

							
					/* ------ [ Right ]  ------- */			
					
					#right {
						width:193px;
						float:left;
						display:inline;
					}
					
						#right ul.nav {
							margin: 0 0 0 6px;
							padding:0px;
						}
					
						#right ul.nav li {
							list-style-type:none;
							margin:4px 0;
							padding:0px;
						}
						
							#right ul.nav li a {
								border-bottom: 2px solid #fff;
								display:block;
								height:30px;
								text-transform:uppercase;
								color:#5390C1;
								font-size:12px;
								width:177px;
								font-weight: bold;
								text-decoration:none;
								padding:15px 0 0 10px;
								margin:0px;
							}
						
							#right ul.nav li a.home {
								background:#fff url(../../images/right-home.jpg) no-repeat;
							}
							
							#right ul.nav li a.glass {
								background:#fff url(../../images/right-glass.jpg) no-repeat;
							}
							
							#right ul.nav li a.mail {
								background:#fff url(../../images/right-mail.jpg) no-repeat;
							}
					
						#right div.nav {
							background:#DCE8F2 url(../../images/right-grade.jpg) repeat-y;
							height:200px;
							margin:4px 0 0 6px;
						}
				
							#right div.nav h3 {
								font-size:12px;
								font-weight: bold;
								margin:15px 0 0 6px;
								float:left;
							}
							
								#right div.nav ul {
									clear:left;
									float:left;
									margin:15px 0 0 8px;
									display:inline;
								}
							
								#right div.nav ul li {
									list-style-type:none;
									padding:6px;
									width:150px;
								}
								
									#right div.nav ul li a {
										font-size:12px;
									}
