/* BCP CSS */

/*===== Class Formatting =====*/

.side-button-holder{

	/*width: 180px; should expand with content*/
	height: 45px;
	margin: 1px 0 0 0;
	cursor: pointer;
}
.greatsouthern {
	padding: 10px;
	background-color:#FFC;
	text-align:center;
	border:thin;
	border-style:dashed;
	border-color:#333;
}
.greatsouthern.p {
	text-align:center;
}
.supercertain {
	padding: 10px;
	background:url(images/SSbg.jpg);
	align:center;
	border:thin;
	border-style:dashed;
	border-color:#333;
}
.supercertain.p {
	align:center;
}
.side-button{
	width: 165px;
	height: 45px;
	margin-left: 0px;
}

.content-table{
	/*font-size: 10px;*/
}

.band-heading{
	background-color: #eee;
	margin: 3px 0;
	font-weight: bold;
	padding: 0 3px;
}

.table-heading{
	width: 100%;
	font-weight: bold;
	background-color: #eee;
	margin: 3px 0;
	text-align: center;
}

.table-list{
	margin: 0;
	padding-left: 0px;
	list-style-type: square;
	list-style-position: outside;
}

.normal-list{
	margin: 0;
	padding-left: 1.3em;
	list-style-type: square;
	list-style-position: outside;
}

.break-line{
	border-bottom: 1px solid #ddd;
	width: 600px;
	height: 1px;
	margin: 10px auto;
	clear: both;
}

.contact-float{
	float: left; 
	font-size: 11px; 
	width: 300px;
	padding-bottom: 10px;
}

.logo-float{
	display: block;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

.link-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cont-col-left{
	float:left; 
	display: inline; 
	margin: 5px 5px 10px 12px; 
	color: #444; width: 56px; 
	font-size: 11px;
}

.cont-col-right{
	float:left; 
	display: inline; 
	margin: 5px 0px; 
	font-size: 11px;
}

.grey-link{
	color: #666;
	font-weight: bold;
}

/*===== Class Element Formatting =====*/
.side-button a{
	text-decoration: none;
	border: none;
}

.content-table td{
	width: 198px;
	padding: 2px;
}

.content-table a{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.content-table a:hover{
	color: #444;
	text-decoration: underline;
}



.table-list li{
	margin: 0;
	padding-left: 2px;
}

.normal-list li{
	margin: 2px 0;
}

.link-list a{
	margin-right: 10px;
	color: #666;
	text-decoration: none;
	border: none;
}

.link-list a img{
	margin: 0;
	color: #666;
	border: none;
	border: 0;
	vertical-align: -100%;
}

.link-list a:hover{
	color: #666;
}

.link-list td{
	padding: 5px 0;
}

.logo-float img{
	border: none;
}
.cite {
	font-size: 9px;
	font-style: italic;
}
.rep {
	font-size: 9px;
	font-style:italic;
	color:#666;
	text-align:center;
}
.quote {
   font-size:11px;
   font-style:italic;
   color:#333;
}
