/* Home CSS ---------------------------

	Website: www.thesocialmall.com
	Author: Erik Smith erik@pdgcreative.com
	Employed By: PDG+creative
	
	File Information: Home CSS
	Date Created: December 26, 2007
	Notes --
	
	---------------------------------------
*/


/* Divide One ------------- */

#main {
	height:337px;
	background:#fff url('../../images/main-repeat.jpg') repeat-x;
}

	#main img.gameplan {
		float:left;
	}

	#callout {
		float:left;
		width:400px;
		margin:70px 0 0 10px;
	}
	
		#callout dt {
			font-size:24px;
			color:#444;
			padding-bottom:4px;
		}
		
		#callout dd {
			color:#36466A;
			line-height:24px;
			font-size:14px;
		}
		
			#callout dd a.readmore {
				float:right;
				margin:15px 0 0 50px;
			}
			
			
			
			
			
	/* Divide Two ------------------- */
	
	#circle {
		float:right;
		width:474px;
		height:325px;
		background:#fff url('../../images/circle.jpg');
		position:relative;
	}
	
		#circle a {
			display:block;
			padding:45px 0;
			width:160px;
			position:absolute;
			color:#0B3186;
			font-size:15px;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
		}
		
			#circle a:hover {
				color:#444;
			}
	
		#circle a.box1 {
			left:10px;
			top:30px;
		}
		
		#circle a.box2 {
			left:260px;
			top:30px;
		}
		
		#circle a.box3 {
			left:10px;
			top:160px;
		}
		
		#circle a.box4 {
			left:260px;
			top:170px;
		}
		
		
	
	#news {
		width:350px;
		float:left;
		padding:10px 0;
		margin:25px 0 0 0;
	}
	
		#news h3 {
			font-size:15px;
			font-weight:normal;
			color:#444;
			padding-bottom:4px;
			border-bottom:1px solid #ccc;
		}
	
		#news dl {
			padding:5px 0;
			margin:0 0 0 15px;
		}
	
			#news dt {
				color:#36466A;
				font-size:14px;
				font-weight:bold;
			}
			
			#news dd {
				width:275px;
				font-size:12px;
				color:#36466A;
			}
			
				#news dd a {
					color:#444;
					font-style: italic;
					text-decoration:none;
					font-weight:bold;
				}
			
