@import url("global.css");

/* CONTENTBOX */


#ContentBox {
	width:940px;
	background:url(../images/ContentBoxBG.jpg) repeat-x #1B1B1B;
	padding:0 0 20px 0;
}
/* CONTENTBOX LEFT */

#ContentBox .Left {
		width:387px;
		float:left;
	}

#Address {
	float:left;
	width:168px; /* 183px */
	padding:20px 0 0 15px;
}
#Address p {
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:14px;
	margin:0 0 10px 0;
}
#QuickContact {
	width:189; /* 204px */
	float:left;
	padding:20px 0 0 15px;
}
#QuickContact input {
	font:11px "Courier New", Courier, monospace;
	padding:0 0 0 5px;
	width:155px;
	height:15px;
	margin:0 0 5px 0;
	border:1px solid #333;
}
#QuickContact textarea{
	font:11px "Courier New", Courier, monospace;
	padding:1px 0 0 5px;
	width:155px;
	height:80px;
	margin:0 0 5px 0;
	border:1px solid #333;
}
#QuickContact .SubmitBtn{
	background:url(../images/SubmitBTN.jpg) no-repeat;
	width:72px;
	height:20px;
	border:none;
}

/* CONTENTBOX MIDDLE */

#ContentBox .Middle {
	width:215px; /* 225px */
	float:left;
	padding:30px 0 0 10px;
}
	#ContentBox .Middle h1 {
		font:12px Arial, Helvetica, sans-serif;
		padding:0 0 0 48px;
		color:#fff;
		line-height:18px;
	}
	#ContentBox .Middle ul {
		margin:0 0 10px 0;
	}
	#ContentBox .Middle ul li {
		list-style:none;
		padding:0 0 0 48px;
		line-height:18px;
		font:12px Arial, Helvetica, sans-serif;
	}
	#ContentBox .Middle ul li a {
		color:#C29939;
	}

/* CONTENTBOX RIGHT */

#ContentBox .Right {
	float:left;
	padding:20px 0 0 0;
}
	#ContentBox .Right #Financing {
		background:url(../images/Financing.gif) no-repeat;
		width:280px;
		height:80px;
		margin:0 0 0 20px;
	}	
		#ContentBox .Right #Financing a {
		display:block;
		width:240px;
		height:80px;
	}
	#ContentBox .Right #SocietiesTop {
		background:url(../images/Societies_Top.jpg) no-repeat;
		width:280px;
		height:20px;
	}
	#ContentBox .Right #SocietiesBG {
		background:url(../images/Societies_BG.jpg) repeat-y;
		width:280px;
	}
	#ContentBox .Right #SocietiesBTM {
		background:url(../images/Societies_BTM.jpg) no-repeat;
		width:280px;
		height:79px;
	}
#Societies {
	padding:10px 20px 0 40px;
}
	#Societies h1 {
		font:12px Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	#Societies p {
		font:12px Arial, Helvetica, sans-serif;
		color:#4D4D4D;
		margin:12px 0 0 0;
	}
	