@charset "UTF-8";
/* CSS Document */

#footer {
	margin-left:300px;
	margin-top:80px;
	padding-bottom:30px;
}

#contentContainer {
	margin-top:10px;
	margin-left:30px;
	text-align:left;
	/*border:solid 1px red;*/
}

.thumbContainer {
	width:1130px;
}

.leftThumb {
	background:transparent url(../images/backgrounds/leftThumbBg.png) no-repeat;
	width:490px;
	height:574px;
	float:left;
	/*position:relative;*/
	padding-left:35px;
	padding-top:25px;
}

.rightThumb {
	background:transparent url(../images/backgrounds/rightThumbBg.png) no-repeat;
	width:495px;
	height:574px;
	float:right;
	/*position:relative;*/
	padding-left:65px;
	padding-top:25px;
}

/* ///////////////////////////// Thumb Images and content /////////////////////////// */
.thumb {
	border: 1px solid black;
}
.thumbList {
	margin-left:1.4em;
	margin-top:-13px;
	width:350px;
}
.thumbContent {
	margin-left:1.4em;
	margin-top:-6px;
	width:350px;
}
.pTitle {
	margin-top:-6px;
}
.imgTitles {
	margin-top:-8px;
}

/*//////////////////////// Background Divs ///////////////////////////*/
#bgImgLeft {
	background:transparent url(../images/backgrounds/portBgFullNew.jpg) no-repeat;
	width:1024px;
	height:2500px;
}
#bgImgRight {
	background:transparent url(../images/backgrounds/portBgRight.png) no-repeat;
	width:627px;
	height:720px;
}

/*#bgImgBottom {
	background:transparent url(../images/backgrounds/portBgBottom.png) no-repeat;
	width:1024px;
	height:826px;
	margin-top:824px;
}*/