/* ----------------------------  zero all margins and padding  -----------------------------------  */

* {
	margin: 0;
	padding: 0;
	}
	

div.index {
	float:left;
	position:absolute; 
	z-index:101;
	font-size: 12px;
	margin:-3px; 
	margin-top:-3px; 
	padding-left:5px;	 
	padding-top:2px; 
	background:url(/theme/default/images/orange_triangle.gif) no-repeat top left; color:white; font-weight:bold; border:none; width:46px; height:46px;}

/*h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #000;
	padding: 0 0 5px 0;
	}
a,a:visited,a:hover {
	color: #009fd3;
	}
img {
 border: none;
 	}
*/
.colRight .ads-section{
	background-color: #fff;
}


/* ---------------------------------- new 2 column ------------------------------------------*/
.bd-div{
	background: #fff;
	width: 800px;
	margin: auto;	
	}
.leftBlock{
	float: left;
	overflow: hidden;	
	display: inline;
}
.noLeftRight .leftBlock, .oneThird .leftBlock{
	width: 800px;
	margin: 0 20px;
}
.twoThirds .leftBlock, .col2or3 .leftBlock{
	width: 500px;
	margin: 0 10px 0 20px;
}
.topLeftRight .leftBlock, .topRight .leftBlock{
	width: 550px;
	margin: 0 10px 0 20px;
}
.oneThird .colLeft{
	margin: 0 20px 0 0;
		
}
.colMain{
	float: left;
	overflow: hidden;
	display: inline;
}
.noLeftRight .colMain{
	width: 800px;
}
.twoThirds .colMain, .col2or3 .colMain, .topLeftRight .colMain, .oneThird .colMain{
	width: 500px;
}
.colLeft{
	float: left; 
	overflow: hidden;
	display: inline;
}
.twoThirds .colLeft, .col2or3 .colLeft, .oneThird .colLeft{
	width: 250px;
}
.topLeftRight .colLeft{
	width: 140px;
	margin: 0 10px 0 0;
}
.colRight{
	float: right;
	overflow: hidden;
	display: inline;
	margin: 0 20px 0 0;
}
.twoThirds .colRight, .col2or3 .colRight{
	width: 250px;	
}
.topLeftRight .colRight, .topRight .colRight{
	width: 160px;
}

.topRight .colMain{
	width: 550px;
}



#colMain{
	overflow: hidden;
	background-color: #fff;	
}

.small-container-rounded {
	background: url(/theme/default/images/round-small-box-bg-bottom.gif) 0 100% no-repeat;
}
.small-container-rounded .tl {
	background: url(/theme/default/images/round-small-box-bg-top.gif) 0 0 no-repeat;
	margin:0 0 10px 0;
	padding-bottom: 10px;
	width: 250px;
	overflow: hidden;	
	clear: both;	
}

.large-container-rounded {
	background: url(/theme/default/images/module-box-bg-bottom-600.gif) bottom left no-repeat;
}
.large-container-rounded .tl {
	background: url(/theme/default/images/module-box-bg-top-600.gif) top left no-repeat;
	margin:0 0 10px 0;
	padding-bottom: 10px;
	width: 500px;
	overflow: hidden;	
	clear: both;	
}
.large-container-rounded .content, .small-container-rounded .content{
	margin-top: 10px;
	margin-left: 10px;	
}
.small-container-rounded .content{
	margin-top: 10px;
	margin-left: 20px;		
}
.small-container-rounded h2{
	color:#333333;
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px;
	padding:7px 0pt 0pt 35px;
}

/* ------------------------------------  top tabbed nav bar  -----------------------------------------  */
	
.nowrap{
 white-space:nowrap;
}
.emptyPaddingDiv{
 padding-top: 5px;
}

/* ----------- common stuff ------------- */
.clearLeft {
	clear: left;
	}
.linkStyle{
  color: #009fd3;
  cursor: pointer;
  text-decoration: underline;
}
	

.seeMoreLink a, .seeMoreLink a:visited{
	white-space: nowrap;
	padding: 5px;
	color: #2f63b3;
	text-decoration: none;
}
.seeMoreLink a:hover{
	text-decoration: underline;
	color: #2f63b3;
}
.seeMoreProps {
	text-align: right;
	margin: 5px;
}

.publicPageImage{    
	
}
.ovrly{
	float: left;
	position: absolute;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}

.hidePopup{
	display: none;
}
.hide{
	display: none;
}
