
.sectioncontent {
	padding: 0;
}
.sectioncontentpad {
	padding:0;
}

@import url(/shared/styles/custom_navigation_colors/muted_multi.css);

/********************************************random banner home template********************************************************/   
#sectionheader {
	background-image: url(/primarytemplatefiles/security/images/banners/main1.jpg);

	height:181px;

	
	margin-top: -1px;

}

/********************************************end random banner home********************************************************/


#sectionheader ul {
	
}

#sectionheader ul li {
	
}

p.title {
	font-family: arial, sans-serif;
	color: #7AA8A6;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 9px;
	margin-top: 5px;
}

p.title-info {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	color: #979797;
	font-size: .9em;
	line-height: 1.2em;
}


.columns .column p.paddingleftright25 {
	padding: 0 25px;
}

.columns.full {
	padding-left: 26px;
	padding-bottom: 40px;
}

.columns .column.gutter2 {
	padding-right: 2px;
}

.columns .column .cube.yellow {
	background-color: #CDB458;
}

.columns .column .cube.yellow h2 {
	color: #471E18;
}

.columns .column .cube.yellow p {
	color: #fff;
}

.columns .column .cube.gray {
	background-color: #333333;
}

.columns .column .cube.gray h2, .columns .column .cube.gray p {
	color: #fafafa;
}


.columns .column .cube.blue {
	background-color: #BED6D8;
}

.columns .column .cube.blue h2 {
	color: #471E18;
}

#sectionheader ul li {
	height: 31px;
	background-repeat: no-repeat;
}

#sectionheader ul li#services {
	width: 108px;
	background-image: url(../images/services-tab.png);
}

#sectionheader ul li#services.selected, #sectionheader ul li#services a:hover {
	width: 108px;
	background-image: url(../images/services-tab-hover.png);
}

#sectionheader ul li#media-gallery {
	width: 154px;
	background-image: url(../images/media-gallery-tab.png);
}

#sectionheader ul li#media-gallery.selected, #sectionheader ul li#media-gallery a:hover {
	width: 154px;
	background-image: url(../images/media-gallery-tab-hover.png);
}

#sectionheader ul li#submit-news {
	width: 136px;
	background-image: url(../images/submit-news-tab.png);
}

#sectionheader ul li#submit-news.selected, #sectionheader ul li#submit-news a:hover {
	width: 136px;
	background-image: url(../images/submit-news-tab-hover.png);
}

#sectionheader ul li#contact {
	width: 107px;
	background-image: url(../images/contact-tab.png);
}

#sectionheader ul li#contact.selected, #sectionheader ul li#contact a:hover {
	width: 107px;
	background-image: url(../images/contact-tab-hover.png);
}

#sectionheader ul li#bsu-today {
	width: 110px;
	background-image: url(../images/bsu-today-tab.png);
}

#sectionheader ul li#bsu-today.selected, #sectionheader ul li#bsu-today a:hover {
	width: 110px;
	background-image: url(../images/bsu-today-tab-hover.png);
}


/*
.column {
	background-color: #e3e3e3;
}

.main{
	background-color: #fffccd;
}

.columns {
	background-color: #cdffcd;
}
*/

/* main page float right */

.floatrightnav {
	float: right;
	width: 160px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #c2d2eb;
	background-color: #f1f6ff;
	padding: 6px 10px;
	font-size: 90%;
}

.floatrightnav h4 {
	padding: 0;
	margin: 0 0 8px;
}

.floatrightnav ul {
	list-style-type: square;
	padding: 0 0 0 17px;
	margin: 0;
}

.floatrightnav ul li {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

/* annual security report float right */

.floatrightnav2 {
	float: right;
	width: 160px;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #cacaca;
	background-color: #F6FBF9;
	padding: 0;
	font-size: 90%;
}

.floatrightnav2 h4 {
	padding: 0;
	margin: 0 2px 8px;
}

.floatrightnav2 ul {
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.floatrightnav2 ul li a {
	margin-left: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 7px;
	border-top: 1px solid #cacaca;
	line-height: 120%;
	display: block;
}

.floatrightnav2 ul li a:hover {
	color: #296793;
}




/*schedule table*/
.scheduletable {
border: 0;
border-collapse: collapse;
border-bottom: 1px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
width:100%;
background-color: #fff;
}
.scheduletable tr.first td {
	border-top:1px solid #CCCCCC;
}
.scheduletable tr.second {
	border:0;
}
.scheduletable td {
	border: 0;
	padding: 8px 10px 5px 3px;
	text-align:left;
	vertical-align:top;
}
.scheduletable td.date {
	white-space: nowrap;
}

.scheduletable th.date {
width:20%;
}

.scheduletable th.topic {
width:50%;
}

.scheduletable th.speaker {
width:30%;
}

.scheduletable th.date4 {
width:20%;
}

.scheduletable th.topic4 {
width:40%;
}

.scheduletable th.fee4 {
width:15%;
}

.scheduletable th.speaker4 {
width:25%;
}

.scheduletable th {
color:#666666;
background-color:#CCCCCC;
/*border:1px solid #CCCCCC;*/
font-weight:bold;
padding:3px;
text-align:left;
}
.scheduletable caption {
background-color:#CCCCCC;
border:1px solid #CCCCCC;
font-weight:bold;
padding-bottom:2px;
padding-top:3px;
}

.scheduletable dl {
	border: 0;
	margin:0 ;
	padding: 0;
}
.scheduletable dl dt {
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	margin: 0;
}
.scheduletable dl dd {
	padding: 0;
	margin: 0;
	padding-top: 4px;	
	float: left;
	width: 300px;
}

/*end schedule table*/


/*general tables start*/

table {
	border-collapse: collapse;
	border-left: 2px solid #000000;
	color: #422c33;
	background-color: #e7eff0;
	 width:100%;
}

table th {
	background-color: #43585b;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	color: #e7eff0;
	border-right: 2px solid #000000;
	border-bottom: 1px solid #000000;
}

table td {
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
}

table caption {
	margin-top: 10px;
}

table .sectionheader {
	text-align:center;
}


/*general tables end*/

