/*  
Theme Name: SLC
*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-y;
	font-family: 'lucida grande', verdana;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff url('/images/bar-vert-sub.gif') repeat-y;	
}

#banner {
	background-color: #036;
	padding: 0;
	margin: 0;
	vertical-align: top;
	min-width: 725px;
	text-align: left;
}
#banner img {
	border: 0;
}
#search-form {
	float: right;
	padding: 5px;
	margin: 5px;
}

#sidebar {
	float: left;
	width: 172px;
	padding-top: 70px 0px 0px 0px;
	text-align: left;
}
.sidebar-button {
	padding: 7px;
	margin: 0;
	border-bottom: 1px solid #cc9;
	font-size: 12px;
	font-family: verdana, 'lucida grande';
}

#sidebar a:link { color: #336; text-decoration: none; }
#sidebar a:visited { color: #336; text-decoration: none; }
#sidebar a:hover { color: #fff; text-decoration: none; }
#sidebar a:active { color: #336; text-decoration: none; }

#content {
	margin-left: 200px;
	margin-right: 0px;
	font-size: 13px;
	line-height: 18pt;
	color: #036;
	text-align: left;
}

#content a:link { color: #036; text-decoration: underline; }
#content a:visited { color: #036; text-decoration: underline; }
#content a:hover { color: #069; text-decoration: none; }
#content a:active { color: #036; text-decoration: underline; }

#images {
	float: right;
	width: 100px;
	padding-left: 30px;
	padding-top: 80px;
	font-size: 11px;
}
#images img {
	margin: 0px;
	border: 0;
	padding: 0;
}

#content img {
	padding: 10px;
	float: right;
}

#footer{ 
	clear: both; 
	height: 10%;
	vertical-align: bottom; 
	padding: 0; 
	margin: 0;
	background-position: top left;
	background-repeat: repeat-y;
	text-align: center;
}

#footer a:link { color: #000; text-decoration: none; }
#footer a:visited { color: #000; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: none; }
#footer a:active { color: #000; text-decoration: none; }

#navigation {
	margin-left: 175px;
	text-align: center;
	font-size: 11px;
	background-color: #999;
	text-align: center;
}
#copyright {
	margin-left: 175px;
	text-align: center;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	text-align: center;
}
#title {
	font-size: 17px;
	text-transform: uppercase;
	color: #660;
}
#content p {
	padding-top: 5px;
}


#content .quote p {
	text-align: right;
	font-style: italic;
}

.clear {
	clear: both;
	}
	
	
	
/*STYLES FOR VIDEO SECTION*/
	
#video {
	font-size: 0.9em;
	}

#video table {
	border-collapse: collapse;
	width: 750px;
	}
	
		#video table a, #video table a:link, #video table a:visited {
			text-decoration: underline;
			color: #0a50a1;
			}
		
		#video table a:hover{
			text-decoration: none;
			color: #990f07;
			}
			
		#video td {
			border: 0px solid #000;
			padding: 0px 7px;
			}
			
		#video .spacer{
			border: 0px solid #fff;
			background-color: #fff;
			width: 0px;
			}
		#video .header{
			font-weight: bold;
			font-size: 1.2;
			}
			
		#video .shaded{
			background-color: #ddd;
			}