/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/


.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {position:relative;width:950px;height:96px;margin:0 5px;padding:0;}



.contentContainer {position:relative;overflow:hidden;width:950px;padding:0 0 20px 0;margin:0 5px;}
#leftCol {position:relative;float:left;overflow:hidden;width:652px;margin:0;padding:0 40px 0 18px;}
#rightCol {position:relative;float:right;overflow:hidden;width:230px;margin:0;padding:0 10px 0 0;}



.bannerHolder {position:relative;float:left;width:690px;height:158px;}
.bannerContainer {position:relative;}

#leftCol .col1 {float:left;width:320px;overflow:hidden;padding:0;margin:0;}
#leftCol .col2 {float:left;width:300px;overflow:hidden;padding:0 0 0 32px;margin:0;}

#rightCol .holder {clear:both;padding:0 5px 0 10px}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Form CSS */

.clearFive {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 5px;	
}

.clearFifteen {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px;	
}

.clearTwenty {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 20px;	
}