body{
	background:#F8F9FC url(/images/bg.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
p, li, td, th, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
img{
	border:0;
}
a{
	color:#5A4B23;
	font-weight:bold;
	text-decoration:underline;
}
div.clear{clear:both;}

#wrap{
	width:820px;
	margin:20px auto;
	background:white;
}

#top{
	width:818px;
	height:171px;
	background:#999 url(/images/top.png) no-repeat;
	border:1px solid #676767;
	border-bottom:0;
}
#top div{
	float:right;
	width:250px;
	margin:15px 15px 0 0;
}
#top h3{
	color:white;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}
#top p{
	color:white;
	font-size:10px;
	margin:0;
	padding:0;
	line-height:160%;
}

#nav{
	border-left:1px solid #676767;
	border-right:1px solid #676767;
	height:29px;
	background:black;
}
#nav ul{
	margin:0 15px;
	padding:0;
	list-style:none;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 10px;
	font-weight:normal;
	float:left;
	border-right:1px solid #999;
}
#nav ul li.first a{
	border-left:1px solid #999;
}
#nav ul li a:hover{
	background:#555;
}

#main{
	border:1px solid #676767;
	border-top:0;
}

#content{
	padding:30px 0 30px 15px;
	width:540px;
	float:left;
}


#sidebars{
	width:230px;
	float:right;
	padding:0 15px 20px 0;
	margin-top:10px;
}
.sidebar{
	width:230px;
	margin-top:30px;
}



#main h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	font-size:26px;
	font-weight:normal;
	color:#333;
	border-bottom:1px solid #CCC8BB;
	margin:0;
	padding:0 0 3px 0;
}
#main h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.02em;
	font-size:17px;
	font-weight:normal;
	color:#333;
	border-bottom:1px solid #CCC8BB;
	margin:20px 0 0 0;
	padding-bottom:3px;
}
#main h3{
	font-size:12px;
}
#main p{
	line-height:1.6em;
	margin:.8em 0;
}
#main li{
	margin-top:10px;
	margin-bottom:10px;
}


#content .location{
	padding:15px 0 0 0;
	clear:both;
}
#content .location div.pic{
	width:130px;
	float:left;
}
#content .location div.pic img{
	border:1px solid #333;
}
#content .location h3{
	margin:0 0 5px 0;
	padding:0;
	font-size:13px;
}
#content .location p{
	margin:0;
	padding:0;
}


#sidebars small{
	font-size:10px;
	font-style:italic;
	line-height:1.4em;
}
#sidebars p{
	line-height:1.4em;
	padding-left:12px;
}
#sidebars h2{
	margin:0 !important;
	padding:0 0 3px 0 !important;
}

#sidebars ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebars ul li{
	padding-left:12px;
	background:url(/images/pointer.png) no-repeat 0 5px;
	line-height:1.4em;
}
#sidebars ul li div{
	font-size:10px;
	color:#666;
}
p.pointer{
	background:url(/images/pointer.png) no-repeat 0 5px;
}

#footer{
	background:#F8F9FC;
	text-align:center;
	padding:5px 0 0 0;
}



table.locationdata{
	border-collapse:collapse;
	margin:20px 0 30px 0;
	border:1px solid #ddd;
}
table.locationdata td{
	border-bottom:1px solid #ddd;
	padding:3px 5px;
}
table.locationdata .td-0{
	width:150px;
}
table.locationdata .td-1{
	text-align:right;
}

table.locationdata .td-2{
	text-align:center;
	width:50px;
	color:#666;
}
table.locationdata .td-3{
	text-align:right;
}

table.locationdata .tr-odd td{
	background:#eee;
}

.csc-textpic img{
	border:1px solid #555;
}
