@charset "utf-8";

/* City of Santa Barbara City TV-18 CSS Document */

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	background-image: url(../assets/city-seal-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.twoColFixLtHdr #printHeading {
	display: none;
}

/* City of Santa Barbara City TV-18 CSS Document */

#Accessibility {
	font-size: 10px;
	height: 13px;
	text-align: right;
	font-style: italic;
	padding-right: 10px;
	padding-top: 6px;
	background-color: #000000;
}

#Accessibility a {
	color: #FFFFFF;
	text-decoration: none;
}

#Accessibility a:hover {
	text-decoration: none;
	color: #ECCDA1;
}
.twoColFixLtHdr #outerContainer {
	margin: 0px;
	padding: 0px;
	width: 795px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/navigation-gradient-end.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container {
	width: 795px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position: left 100px;
	background-repeat: no-repeat;
	background-image: url(../assets/navigation-background.jpg);
}

.twoColFixLtHdr #header {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #000000;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 157px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	float: left;
	text-align: left;
}

.twoColFixLtHdr #mainContent, .twoColFixLtHdr #mainContent th, .twoColFixLtHdr #mainContent td {
	line-height: 1.4;
	font-size: 12px;
}

.twoColFixLtHdr #footer {
	font-size: 10px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	clear: both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #outerContainer #container #mainContent table tr td #listisb p {
	font-size: 14px;
}
