/***************************************
layout.css
Severn Link
Revised:21/10/2009
***************************************/
.twoColElsLtHdr #wrapper {
	width: 955px;
	margin: auto;
	position: relative;
}

.twoColElsLtHdr #banner {
	width: 740px;
	margin: auto;
	margin-bottom:15px;
	margin-top: 15px;
	overflow:hidden;
}

.twoColElsLtHdr #mainContentWrapper {
	width: 740px;
	margin: auto;
	margin-bottom:15px;
	margin-top: 15px;
	background-image:url(images/site/mainContentWrapper-bg.jpg);
	background-repeat: repeat-y;
}
.twoColElsLtHdr #mainContentWrapper.full {	background-image:url(images/site/mainContentWrapper-bg-full.jpg); }

.twoColElsLtHdr #navbar {
	width:780px;
	margin-bottom:15px;
	margin-top: 15px;
	float: left;
}

.twoColElsLtHdr #banner_left {
	float: left;
	width: 534px;
}
.twoColElsLtHdr #banner_left img { display:inline; border:1px solid #FFFFFF; }
.twoColElsLtHdr #banner_left img:hover { border:1px solid #282828; }
.twoColElsLtHdr #banner_right {
	float:right;
	width: 192px;
}

.twoColElsLtHdr #col {
	width: 150px;
	margin-top: 5px;
	position:absolute;
	top:0;
	right:0;
}


.twoColElsLtHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.twoColElsLtHdr #shadwrap {
	background-image: url(/images/site/bgshad_small.png);
	background-repeat: repeat-y;
	width: 800px;
}

.twoColElsLtHdr #header {
	background-image: url(images/site/header-revised-slogan.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 207px;
	background-position: center;
	margin-bottom:10px;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 155px;
	padding: 0;
}

.twoColElsLtHdr #mainContent { margin: 0 0px 0 170px; } /* 15 right 175left*/

.twoColElsLtHdr #listingBox {
	margin: 0px 15px 15px 10px; /*15 right */
	padding:10px;
}

.twoColElsLtHdr #mainContentRight {
	float:right;
	width: 190px;
	margin-right:15px;
	border-left: 1px solid #c4c4c4;
	background: #f7f7f7;
	padding:5px;
}

.twoColElsLtHdr#flags { width:198px; padding:0;margin:0; overflow:auto; }
.twoColElsLtHdr #flags p { padding:0; width:auto; margin:0; font-size:9px;float:left; display:inline; font-weight:bold;}
.twoColElsLtHdr #flags img { float:right; border:0; display:inline; }
.twoColElsLtHdr #flags .clear-flag { clear: both; }


/******************************************
start subContainer CSS and four columns
******************************************/
.twoColElsLtHdr #subContainer { margin:0; padding:0; padding-top:20px;margin-bottom:15px; background:#fff; overflow:hidden; }

.twoColElsLtHdr #firstCol {
	float:left;
	width: 150px;
	padding:5px;
	margin-right:8px;
}
#firstCol p, #secondCol p { margin:1.2em 0; }
.twoColElsLtHdr #secondCol {
	float:left;
	width: 170px;
	padding:5px;
	margin-right:10px; /* 7 */ 
}

.twoColElsLtHdr #thirdCol {
	float:left;
	width: 365px; /*170 */
	padding:5px;
	/*margin-right:10px;*/}
#thirdCol p { margin-top:0; }
/*
.twoColElsLtHdr #fourthCol {
	float:left;
	width:185px;
	padding:5px;
}
*/

.twoColElsLtHdr .footer {
	padding: 0;
	height: 150px;
	background-color: #fff;
	width: 780px;
	position: relative;
	background-repeat: no-repeat;
	background-position:bottom;
	overflow:auto;
}

.twoColElsLtHdr .footer-0 { background-image: url(../images/site/footers/footer-10.jpg); }


.clearfloat, .clearfix {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
