/* ------ general ------ */
table, td, tr {
	margin:2px 0;
	padding:2px 0;

}
form {
	margin:5px 0;
	padding:5px 0;
	font-size:11px;
	line-height:20px;
}
img {
	border: none;
	margin:0;
	padding:0;
}
#skiplinks {
	color: #FFFFFF;
	visibility:hidden;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.skips {
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0;
}
.skips a, .skips a:visited, .skips a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.skips a:active, .skips a:focus {
	color: #FFFFFF;
	background-color: #4A4A4A;
}
/* ------ container ------ */

#layoutwrapper {
	width: 740px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 8px solid #0F2F5E;
}
/* ------ header ------ */
#headercontainer {
	width: 740px;
	height:33px;
	border-bottom: 3px solid #fff;
	background-color:#052554;
}
/* ------ logo and photo ------ */
#imagecontainer {
	margin-left: 1px;
	width: 739px;
	height:120px;
}
#bcHeader {
	width: 740px;
	height:7opx;
}
#bclogo {
	float:left;
	display:inline;
}
#hours {
	float:left;
	display:inline;
	padding-top:0;
	margin-top:12px;
}
#cds {
	float:right;
	display:inline;
	padding-right:1px;
}
#pagetitle {
	clear:both;
	padding: 0 10px;
	width: 720px;
}
.chambers {
	font-size:10px;
	color:#666;
	line-height:12px;
	padding-top:5px;
}
/* ------ content ------ */

#contentcontainer {
	width: 740px;
	margin:25px 0 0 0;
	padding:0;
}
#leftnavholder {
	width: 150px;
	float: left;
	margin:0;
	padding:0 0 0 10px;
}
#content {
	margin-left: 185px;
	width: 540px;
	margin-top:0;
	padding:0;
}
#contentMain {
	float: left;
	width: 310px;
	margin-right:15px;
	margin-top:0;
	padding:0;
}
#contentSub {
	float: right;
	width: 205px;
	border-left:1px dotted #9BB4E0;
	padding-left:8px;
}
#contentSub p {
	font-size: 10px;
	line-height:16px;
	color:#1D426B;
	margin-bottom:5px;
	padding:0;
}
#contentSub p a:link {
	text-decoration: none;
	font-weight: bold;
	color: #1d426b;
	margin:5px 0;
	padding:0px 0;
}
#contentSub p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1d426b;
}
#contentSub p a:hover {
	text-decoration: underline;
	color: #1d426b;
}
#contentSub p a:active {
	text-decoration: none;
	color: #1d426b;
}
#base {
	width: 739px;
	background-image: url(../graphics/bgd.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height:3em;
	clear: both;
}
/* ------ footer------ */

#footer {
	width: 740px;
	text-align: left;
	padding-top: 5px;
	margin: 0 auto;
	height:20em;
}
#cdslogo {
	float: right;
	width: 50px;
	padding-top: 0px;
}
#footercontent {
	margin-left: 80px;
	width: 720px;
}
/* subMenu styles */

#subMenu {
	width: 160px;
}
#subMenu, #subMenu ul {
	font-size: 1em;
	text-align: left;
	line-height:1.2em;
}
#subMenu ul {
	z-index: 10000;
}
#subMenu li {
	list-style-type: none;
}
#subMenu a {
	display: block;
	text-decoration: none;
	margin-bottom:-5px;
	padding-left:20px;
	padding-right: 5px;
	color: #000000;
}
#subMenu a:hover, #subMenu a:active, #subMenu a:focus {
	background-color:#D8DEE6;
	color: #000;
}
