@charset "utf-8";
@import url(navigation.css);
* {
	margin:0;
	padding:0;
	border:0;
	}
a:focus {
	outline: none;
}	
body{
	text-align:center;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#333;
	background:#fff url(bg_body.jpg) top left repeat-x;
	}	
#wrapper	{
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	}
#logoCalitime {
	position:absolute;
	top:220px;
	left:0px;
	background:url(logo_calitime.gif) top left no-repeat;
	width:150px;
	height:60px;
}
#logoCalitime a{	
	display:block;
	width:150px;
	height:60px;
	text-indent:-9999px;
	}
#head{
	float:left;
	width:930px;
	height:175px;
	padding-top:15px;
	position:relative;
	}
#logo {
	position:absolute;
	width:150px;
	}
#navigation	{
	position:absolute;
	margin-left: 150px;
	padding:15px 10px 0 15px;
	width:755px;
	height:160px;
	background:#155595 url(bg_navigation.jpg) top left repeat-y;
	font-size:12px;
	line-height:120%;
	}
#headimg {
	width:780px;
	padding:0 0 0 150px;
	float:left;
	}
#map {
	width:780px;
	height:350px;
	margin:0 0 0 75px;
	float:left;
	}
html>body #map{
	margin:0 0 0 150px;
	}
#contentwrap{
	float:left;
	width:765px;
	padding:30px 0 40px 165px;
	background:#fff;
	}
#contentFull{
	float:left;
	width:720px;
	padding:30px 0 40px 165px;
	background:#fff;
	}
#content{
	float:left;
	width:540px;
	}
#content p, #contentFull p{
	padding: 0 0 1em 0;
	}
.intro{
	color:#155595;
	font-size:16px;
	line-height:150%;
	}
#content a, #contentFull a, #sidebar a{
	color: #FA6C16;
	text-decoration:none;
	}
#content a:hover, #contentFull a:hover, #sidebar a:hover{
	color: #FA6C16;
	text-decoration:underline;
	}
#content h1, #contentFull h1{
	font-size:20px;
	line-height:140%;
	font-weight:normal;
	color: #155595;
	padding:0 0 20px 0;
	}
#content h2, #contentFull h2, #sidebar h2{
	font-size:16px;
	font-weight:normal;
	color: #777;
	padding:0 0 0.4em 0;
	}
#content h3, #contentFull h3{
	font-size:12px;
	color: #155595;
	padding:0.4em 0 0.6em 0;
	}
#content ul, #contentFull ul{
	margin: 5px 15px 1em 0;
	}
#content li, #contentFull li{
	list-style-type:none;
	padding: 0 0 0.4em 14px;
	background:url(bullet.gif) 0 0.5em no-repeat;
	}
#content ul.newsItems{
	margin:0;
	}
#content ul.newsItems li{
	list-style-type:none;
	line-height:120%;
	padding: 7px 0 7px 12px;
	background:url(news_navi_bullet.gif) 0 11px no-repeat;
	border-bottom:#ccc 1px dashed;
	}
#content ul.newsItems li a{
	color:#333;
	}
#sidebar{
	float:right;
	width:180px;
	}
#sidebar p	{
	padding: 0 0 0.5em 0;
	}
#sidebar h1{
	font-size:12px;
	color: #155595;
	font-weight:normal;
	font-variant:small-caps;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#ccc 1px dashed;
	}
#sidebar ul.newsNav{
	margin-top:10px;
	}
#sidebar ul.newsNav li{
	list-style-type:none;
	line-height:120%;
	padding: 5px 0 5px 12px;
	background:url(news_navi_bullet.gif) 0 10px no-repeat;
	border-bottom:#ccc 1px dashed;
	}
/*#sidebar ul.newsNav li:first-child{
	border-top:none;
	}*/
#footer{
	width:775px;
	margin:0 0 0 150px;
	clear:both;
	height:50px;
	color:#fff;
	background:#155595 url(bg_navigation.jpg) top left repeat-y;
	}
#footer a{
	background:none;
	padding:0px 10px 0px 10px;
	color:#fff;
	text-decoration:none;
	}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
	}

#footernav {
	width:750px;
    position: absolute;
	margin: 0 0 0 5px;
	padding-top:25px;
	}
#address{
    font-size:11px;
	color:#666;
	width:750px;
    position: absolute;
	margin: 0 0 0 165px;
	padding-top:15px;
	}
#address a{
	color: #FA6C16;
	text-decoration:none;
	}
#address a:hover{
	color: #FA6C16;
	text-decoration:underline;
	}
.contentRow{
	float:left;
	width:100%;
	padding: 20px 0 0 0;
	}
.thumb{
	float:left;
	width:220px;
	}
.thumbNoLink{
	float:left;
	width:210px;
	padding:8px;
	border:#ccc 1px solid;
	}
.thumb a img{
	padding:8px;
	border:#ccc 1px solid;
	}
.thumb a:hover img{
	padding:8px;
	border:#FA6C16 1px solid;
	}
.thumbNail{
	float:left;
	margin-right:5px;
	}
.last{
	margin-right:0!important;
	}
.thumbNail a img{
	padding:1px;
	border:#ccc 1px solid;
	}
.thumbNail a:hover img{
	padding:1px;
	border:#FA6C16 1px solid;
	}
.contentRow p{
	float:right;
	width:470px;
	padding:0 0 10px 0;
	}
a.zoom {
	background:url(iconZoom.gif) center left no-repeat;
	padding-left:18px!important;
	text-decoration:none;
}
a.pdf {
	background:url(iconPdf.gif) center left no-repeat;
	padding-left:18px!important;
	text-decoration:none;
}
a.catalog {
	background:url(iconCatalog.gif) center left no-repeat;
	padding-left:18px!important;
	text-decoration:none;
}
.date{
	color:#666;
	font-size:16px;
	padding-bottom:5px!important;
	font-style:italic;
	}
.location{
	color:#666;
	font-size:16px;
	padding-bottom:10px!important;
	}
.contentRow p a{
	padding:0 10px 0 8px;
	}
.contentRow h4{
	font-size:16px;
	color: #155595;
	float:right;
	width:470px;
	padding:0 0 0.5em 0;
	}
.hidden {
  display: none;
}
#movie{
	padding-bottom:20px;
	}

/*TABLES*/
table {
	width: 360px;
	color: #333;
	line-height: 100%;
	margin-bottom:20px;
	border-collapse:collapse;
}
table th {
	padding:10px 5px 8px 5px;
	background:#ccc url(bg_table_th.gif) top left repeat-x;
	border-right: #fff 1px solid;
	font-size:1em;
	color:#fff;
	text-align:left;
}
table td.grey{
	background: #efefef;
}
table td {
	padding:5px;
	vertical-align:top;
	background: #fff;
	border-bottom: #ccc 1px dashed;
}
