﻿/* CSS Document */
/* DEV NOTES -
This is the MASTER Layouts.css file and should propagate to all versions 
of inpower sites. The properties here can be overridden for individual sites
by editing the Layouts_Override.css file. 

ANY EDITS OR CHANGES MADE TO THIS FILE MUST BE APPLIED TO THE OVERRIDE CSS FILE UNTIL THE FINAL VERSION IS COMPLETED.

*/

/* General Site Styles */
ul {
	clear:both;
	}

/* Hypertext Styles */
p {
}

h1 {
	font-size:1.5em;
	margin:0;
	padding:0;
	}
h2 {
	font-size:1.4em;
	margin:0;
	padding:0;
	}
h3 {
	font-size:1.3em;
	margin:0;
	padding:0;	
	}
h4 {
	font-size:1.2em;
	margin:0;
	padding:0;
	}
h5 {
	font-size:1.1em;
	margin:0;
	padding:0;
	}


/* Layout Columns */

.col100 {
	width:100%;
	display:block;
	float:left;
	}
.col50 {
	width:45%;
	display:block;
	margin-right:2%;
	float:left;
	padding:1%;
	}
	.col50 img {
		margin:12px;
		clear:both;
		float:left;
		border:1px solid black;
		}
.col30 {
	width:26%;
	display:block;
	margin-right:2%;
	float:left;
	padding:1%;
	}
.col60 {
	width:56%;
	display:block;
	margin-right:2%;
	float:left;
	padding:1%;
	}


#scccb-right-content {
  float: left;
  width: 797px;
  top: -2px;
  background:url(../images/right-topbkg.gif) repeat-x top left;
  padding-top: 14px;
  z-index: 1;
}

#scccb-right-content img{

}
#scccb-left-innercontent {
  float: left;
  width: 515px;
}

#scccb-newsevents {
  padding: 4px 0px 8px 40px;
}

#scccb-newsevents p img  {
  margin-bottom: 8px;
}


#scccb-right-innercontent {
  float: right;
  width: 277px;
}

.sccbnews-item {
  padding: 1px;
  margin-bottom: 7px;
}

.sccbnews-item .news_title a {
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
}

.sccbnews-item span {
  color: #634f3e;
  font-size: 11px;
}

.sccbnews-item .news-summery {
  text-align: justify;
  font-size: 12px;
  line-height: 15px;
  padding-right: 15px;
  color: #000;
}

#external_video_feed  {
  width: 275px;
  height: 205px;
  background:url(/images/hilite.jpg) no-repeat;
  background-color: #FFF;
}

.external_video_feed iframe {
  width: 277px;
  height: 460px;
}

/* PHOTO GALLERY STYLES */
#photo_gallery {
	width:100%;
	}
.photo {
		width:225px;
		float:left;
		margin:5px;
		height:150px;
		}
.photo_image {
	width:100%;
	/*float:left;*/
	padding:6px;
	}
.photo_image img{
	border:1px solid black;
	}
.photo_caption {
	width:100%;
	padding:6px;
	font-size:0.9em;
	/*float:left;*/
	}
		/* Styles for the large image page of the photo gallery */
		.photo_lg {
				width:100%;
				margin:5px;
				text-align:center;
				}
		.photo_image_lg {
			width:100%;
			/*float:left;*/
			padding:6px;
			}
		.photo_image_lg img{
			border:1px solid black;
			}
		.photo_caption_lg {
			width:100%;
			padding:6px;
			font-size:0.9em;
			/*float:left;*/
			}
			

