/* Nemo */

.oneCol .bdr{margin-left:20px; width:960px;}

/*threeCol*/
.threeCol{padding-bottom:30px;}
.threeCol #leftCol{float: left;width:180px;}
.threeCol #rightCol{float: left;width:800px;}
.threeCol #rightCol .contCol{float: left;width:550px;}
.threeCol #rightCol .contColInr{padding:10px 17px 0 31px;}
.threeCol #rightCol .fbCol{float: left;	width:250px;}

/*twoCol*/
/*wide right*/
.twoCol.wideRight #leftCol{float: left;width:185px;}
.twoCol.wideRight #rightCol{float: left;width:795px;}
.twoCol.wideRight #rightCol .rightColInr{padding: 0 0 0 10px;}
.twoCol.wideRight #rightCol .rightColInr .bdr{margin-left:20px;}

/*Inr 3 col */
.twoCol.inrThreeCol #leftCol{float: left;width:180px; margin-right:30px;}
.twoCol.inrThreeCol #rightCol{float: left;width:770px;}

.twoCol.inrThreeCol .threeCol{padding-bottom:20px;}
.twoCol.inrThreeCol .threeCol .col{float:left; width:250px;}
.twoCol.inrThreeCol .threeCol .col1{width:240px;}
.twoCol.inrThreeCol .threeCol .col2{margin:0 15px}

.twoCol.inrThreeCol .threeCol .col1 .fb1 .mid,
.twoCol.inrThreeCol .threeCol .col2 .fb1 .mid{
	/*\*/height:auto !important;/**/
	min-height: 455px;
	height: 455px;
}
.twoCol.inrThreeCol .threeCol .col3 .fb1 .mid{
	/*\*/height:auto !important;/**/
	min-height: 226px;
	height: 229px;
}

/*wide left*/
.twoCol.wideLeft #leftCol{float: left;width:730px;}
.twoCol.wideLeft #leftCol .leftColInr{padding:0 15px;}
.twoCol.wideLeft #rightCol{float: left;width:250px;}

.twoCol.wideLeft .inrTwoCol{padding-left:16px; margin-bottom: 20px;}
.twoCol.wideLeft .inrTwoCol .col1{float: left; width:306px;padding:10px 32px 10px 20px;}
.twoCol.wideLeft .inrTwoCol .col2{float: left; width:306px;padding:10px 16px 10px 20px;}

#ie6 .twoCol.wideLeft .inrTwoCol .col1{float: left; width:306px;padding:10px 16px 10px 20px;}
#ie6 .twoCol.wideLeft .inrTwoCol .col2{float: left; width:294px;padding:10px 16px 10px 20px;}


/* Homepage */

.home{}
.home .bdr{margin-left:20px;}
.home .homeTop{}
	.home .homeTop .leftCol{
		float:left;
		width:310px;
		margin-right:30px;
	}
	.home .homeTop .rightCol{
		float:left;
		width:630px;
		margin-right:10px;
	}
	
.home .homeMid{}
.home .homeMid .bdr{margin-right:10px;}

.home .homeBot{margin-bottom:55px}
.home .homeBot .leftCol{float:left; width:465px; margin:0 15px 0 20px;}
.home .homeBot .rightCol{float:left; width:465px;}

/* Tertiary Nav */
#tNav {margin:10px 0 0 20px;border-top:1px solid #e9e9e9;}
#tNav ul{margin: 0;padding: 0;}
#tNav ul li{padding: 0; border-bottom: 1px solid #e9e9e9;background: none;}
#tNav ul li a{display: block; padding: 6px 0 6px 15px;text-decoration:none; color: #999;}
#tNav ul li a:hover,
#tNav ul li a:focus,
#tNav ul li a:active{text-decoration:underline; color: #2A9BC5;}
#tNav ul li a.selected{font-weight: bold; color: #2A9BC5; background: url(/principalityAssets/nemoAssets/images/arrBlue.gif) 0 .8em no-repeat;}
