@charset "UTF-8";
/* Layout CSS */

/* Home Page and overall structural elements */
body {
	font-family:  Helvetica, sans-serif;
	text-align: center;
	background: #1a2254;
	margin: 0;
	padding: 0;	
}

/* Top/Shadow */
#hd {
	background-color: /*#E6E6E6*/ #1a2254;
	width: 100%;
	padding: 0px;
}
#hd-inner {
	width: 921px;
	height: 5px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #0a3742 url(../images/splc-shadow-top.gif) no-repeat 0 0;
}

/* Body/Shadow */
#bd-top {
	width: 921px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #0a3742 url(../images/splc-container-top-bg.gif) repeat-y 0 0;
}
#bd {
	width: 921px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #1a2254 url(../images/splc-container-bg.gif) repeat-y 0 0;
}

/* Branding Container */
#branding {
	width: 897px;
	height: 111px;
	margin: 0 12px 0 12px;
	padding: 0;
	text-align: left;
	clear: both;
	background-color: #2e41ce;
}
.branding-inner {
	width: 821px;
	padding: 0;
	margin: 0 38px 0 38px;
}
.branding img {
	padding: 0;
	margin: 0;
}

.signature {
	margin: 26px 0 0 0;
	padding: 0; 
	float: left;
	}
	
.conference {
	margin: 26px 0 0 0;
	padding: 0; 
	float: right;
	}

.search {
	float: right;
	padding: 0;
	margin: 0;
	width: 400px;
}

.azindex {
	float: right;
	height: 11px;
	margin: 35px 20px 0 0;
	padding: 0; 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal;
}

.azindex a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	font-weight:normal; 
}

.azindex a:hover {
	text-decoration: underline;	
	
}

.searchBox { 
	float:right;
	width: 201px;
	margin: 32px 0 0 0;
    background-color: #FFFFFF;
}

#input {
    float: left;
    padding: 0;
    margin: 3px 3px 3px 6px;
    border: 0;
    width: 159px;
    background: none;
	font-size:12px;
	color:#999999;
}

#searchButton { 
	 float: right;
    margin: 3px 3px 0 0; 
}

/* Main Navigation Container */
#mainNav {
	width: 867px;
	height: 32px;
	margin: 0 12px 0 12px;
	padding: 0 0 0 30px;
	z-index:1000;
	background: url(../images/splc-menu-bg.gif) repeat-x;
	border-top: solid 1px #FFF;
	clear:both;
}

/* Saturn 2009 Home Page */
#feature {
	width: 897px;
	margin: 0 12px 0 12px;
	padding: 0;
	height: 235px;
	background: #ffffff url(../images/splc-banner-bg.jpg) no-repeat 0 0;
	clear: both;
	text-align: left;
}

/* Content Island Banner Container */
#banner {
	width: 821px;
	height: 165px;
	background-color: #000000;
	margin-left: 50px;
	margin-right: 50px;
	clear: both;
	background-image: url(../images/interop1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #FFF; 
	text-align: left;
}
.banner-inner {
	width: 821px;
	margin: 0;
}
.banner-inner .title {
	width: 821px;
	height: 61px;
	padding: 10px 7px 0px 75px;
	float: left;
	display: inline;
}
.banner-inner .areaDescription {
	width: 821px;
	height: 61px;
	padding: 0px 7px 0px 75px;
	float: left;
	display: inline;
}


/* Content Area Layout */

/* Content Container (common to all web pages) */
#content {
	width: 821px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
/* ------------------------- */
/* 1 column layout */
#L-100 {
	width:821px;
	margin: 0px;
}
/* 3 equal columns layout */
#L-33-33-33 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-33-33-33 #col-1 {
	width: 269px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Center column */
#L-33-33-33 #col-2 {
	width: 269px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Right column */
#L-33-33-33 #col-3 {
	width: 269px;
	clear:right;
	float: left;
	display: inline;
}
/* ------------------------- */
/* 3 column 50-25-25 layout */
#L-50-25-25 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-50-25-25 #col-1 {
	width: 407px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Center column */
#L-50-25-25 #col-2 {
	width: 200px;
	margin-right: 7px;
	clear:right;
	float: left;
	display: inline;
}
/* Right column */
#L-50-25-25 #col-3 {
	width: 200px;
	float: left;
	display: inline;
}
/* ------------------------- */
/* 2 column 50-50 layout */
#L-50-50 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-50-50 #col-1 {
	width: 407px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Right column */
#L-50-50 #col-2 {
	width: 407px;
	clear:right;
	float: left;
	display: inline;
}
/* ------------------------- */
/* 2 column 60-40 layout */
#L-60-40 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-60-40 #col-1 {
	width: 476px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Right column */
#L-60-40 #col-2 {
	width: 338px;
	clear:right;
	float: left;
	display: inline;
}
/* ------------------------- */
/* 2 column 67-33 layout */
#L-67-33 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-67-33 #col-1 {
	width: 545px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Right column */
#L-67-33 #col-2 {
	width: 269px;
	clear:right;
	float: left;
	display: inline;
}
/* ------------------------- */
/* 2 column 75-25 layout */
#L-75-25 {
	width:821px;
	margin: 0px;
}
/* Left column */
#L-75-25 #col-1 {
	width: 614px;
	margin-right: 7px;
	float: left;
	display: inline;
}
/* Right column */
#L-75-25 #col-2 {
	width: 200px;
	clear:right;
	float: left; 
	display: inline;
	overflow: hidden;
}


/* Home Page content container */
#hpcontent {
	margin: 0px 0px 0px 0px;
	text-align: left;
}

/* Content Island Landing page content container */
#CILcontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top: solid 1px #000;*/
}

/* Content Island Landing container elements */
#CILhappenings {
	float: right;
	width: 338px;
	background-color: #f6f7f9;
	border-bottom: solid 7px #185F9D;
	margin-bottom: 14px;
	display: inline;
	padding: 0px;
	/*border-top: solid 1px #000;*/
}
#CILglobal {
	height: 100%;
	width: 338px;
	float: left;
	display: inline;
}

#CILinfo {
	float: right;
	width: 338px;
	border-top: solid 1px #000;
	margin: 0px 0px 14px 476px;
	background-color: #F6F7F9;
	display: inline;
}

/* Content Island Secondary page content container */
#CIScontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top: solid 1px #000;*/
}

/* Content Island Secondary container elements */
#CIShappenings {
	float: right;
	width: 200px;
	background-color: #f6f7f9;
	border-bottom: solid 7px #185F9D;
	margin-bottom: 14px;
	display: inline;
	padding: 0px;
}
#CISglobal {
	height: 100%;
	width: 200px;
	float: left;
	display: inline;
}
#CISinfo {
	float: right;
	width: 200px;
	border-top: solid 1px #000;
	margin: 0px 0px 14px 614px;
	background-color: #F6F7F9;
	display: inline;
}

/* Bottom/Shadow */
#bd-btm {
	width: 921px;
	height: 5px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/splc-shadow-bottom.gif) no-repeat 0 0;
}

/* Footer */
#ft {
	width: 921px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.ft-inner {
	width: 821px;
	color: #5d4f4a;
	margin: 7px 50px 7px 50px;
}
.ft-col-1 {
	width: 269px;
	padding: 0;
	margin-right: 7px;
	float: left;
	display: inline;
	text-align: left;
	color: #287cb2;
	font-size: 11px;
}
.ft-col-2 {
	width: 269px;
	padding: 0;
	margin-right: 7px;
	float: left;
	display: inline;
	text-align: center;
}
.ft-col-3 {
	width: 269px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	text-align: right;
}

/*  Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
#vidplay-top {
	height: 60px;
	background-color: #007d9a;

}

#vidplay-mid {
	height: 35px;
	background-image: url(../images/player-bkgd-2.png);

}

#player {
	height: 285px;
	padding: 30px 0px 0px 0px;
	background-image: url(../images/player-bkgd.png);

}

#vid-titles {
	width: 100%;
	height: 30px;

}

#buttons {
	float: right;
	margin-right: 45px;
    margin-top: 15px;
	height: 60px;

}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End CSS Document */
.blist1 li {
	padding-right: 100px;
	margin-left: 30px;
	padding-bottom: 7px;
	list-style-type: disc;
}

.red {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
