@charset "ISO-8859-1";
@import "common.css";

/* Top */
#topBorder {
	background: transparent url(../images/design/home/topBorder.gif) no-repeat scroll center top;
	}
/* Tag line */
#tagLineContainer {
	height: 134px;
	position: absolute;
	right: 73px;
	top: 185px;
	width: 393px;
	z-index: 1100;
	}
/* Badge */
#badgeContainer {
	height: 133px;
	position: absolute;
	right: 40px;
	top: -60px;
	width: 133px;
	z-index: 1095;
	}
/* Top Space */
#topSpace {
	background: transparent url(../images/design/home/topSpaceBg.gif) no-repeat scroll 0px 0px;
	height: 210px;
	margin: 0px auto;
	width: 754px;
	}
/* Photos */
#photosContainer {
	background: transparent url(../images/design/home/photoBg.png) no-repeat scroll 0px 0px;
	height: 374px;
	overflow: hidden;
	position: absolute;
	right: 80px;
	top: -60px;
	width: 519px;
	z-index: 1090;
	}
	#photosContainer img {
		background-color: transparent;
		height: 340px;
		margin: 12px 0px 0px 15px;
		padding: 0px;
		width: 487px;
		}
/* Main Container */
#mainContainer {
	background: #F2EDCC url(../images/design/home/bg.gif) repeat-y scroll 0px 0px;
	}
	
/* Content */
#contentContainer {
	/*height: 461px;*/
	padding-top: 145px;
	position: relative;
	}
	#contentContainer .content {
		float: left;
		padding: 0px 10px;
		width: 480px;
		line-height: 18px;
		color: #40210D;
	}
	#contentContainer .quickLinks img {
		margin-top: -3px;
	}
	#contentContainer .quickLinks {
		float: right;
		margin: -50px 0px 0px;
	}