@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f6f6f6;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}
.mainContent {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	background-color: #FFF;
	color: #444;
	line-height: 1.3em;
	font-size: 1.3em;
	position: relative;
}
#cityworksLogo {
	position: absolute;
	left: 602px;
	top: 77px;
}
/*navigation*/
#navigation {
	height: 32px;
	margin-bottom: 15px;
}
#navigation .start {
	background-image: url(../images/barlogo.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 32px;
	float: left;
}
#navigation .navlink {
	background-repeat: repeat-x;
	font-weight: bold;
	border-right: solid 1px #b3b3b3;
	background-image: url(../images/menubar-back.gif);
	font-size: 1.2em;
}
#navigation .end {
	background-image: url(../images/bar-end.jpg);
	background-repeat: no-repeat;
	width: 8px;
	height: 32px;
	float: right;
}
#navigation ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
}
#navigation li {
	display: inline;
	line-height: 32px;
} 
#navigation li a {
	color: #464646;
	text-decoration: none;
	padding: 8px 10px;
}
#navigation li a:hover {
	color: #ffffff;
	background-color: #979797;
	padding: 8px 10px;
}
/*end navigation*/

.thumbnailNavigation {
	text-align: center;
	width: 750px;
	margin-top: 15px;
}
#pageContent {
	width: 750px;
	margin-top: 15px;
}
.thumbnailNavigation img {
	margin-right: .75em;
	margin-left: .75em;
	border: 1px solid #CCC;
}
.leftColumn {
	float: left;
	width: 485px;
}
.leftColumn a:link, #agenda a:link, #hotel a:link {
	color: #f28121;
}
.dividerBar {
	background-image: url(../images/dividerBar.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 750px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightColumn {
	width: 250px;
	margin-left: 15px;
	float: left;
}
.rightColumn img {
	padding-bottom: 15px;
}
.clearFloat {
	clear: both;
}
p {
	margin-top: 0.5em;
}
.noBottom {
	margin-bottom: 0px;
}
h1 {
	font-size: 1.5em;
	color: #941a1d;
	margin: 0px;
}
h2 {
	margin: 0px;
	color: #ce3727;
	font-size: 1.35em;
}
h3 {
	margin: 0px;
	font-size: 1.2em;
}
h4 {
	margin: 0 0 8px 0;
}
.boldColor {
	font-weight: bold;
	color: #f4821e;
}
.pageDropShadow{
	width: 750px;
	height: 15px;
	margin: 0 auto;
	background-image: url(../images/dropShadow.png);
	background-repeat: no-repeat;
}
ul {
	margin: 0px;
	font-size: 12px;
}
.noBullet {
	list-style-type: none;
}
/*Agenda page and Travel page*/
#agenda, #hotel{
	width: 750px;
}
.daybar {
	background-color: #f3f3f3;
	border: solid 1px #e6e6e6;
	color: #808080;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 10px;
	width: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	height: 18px;
}
.toprow {
	width: auto;
	line-height: 20px;
	clear: both;
}
.row {
	width: auto;
	line-height: 22px;
	border-bottom: solid 1px #e6e6e6;
	clear: both;
}
.row ul, .toprow ul {
	margin: 0px;
}
#agenda .columnLeft {
	width: 200px;
	display: inline;
	float: left;
	padding-left: 10px;
}
.sidebarBox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.sidebarBox a {
	color: #444444;
	font-weight: bold;
}
#agenda .columnRight {
	width: 530px;
	padding-left: 10px;
	display: inline;
	float: left;
}
#hotel .columnLeft {
	width: 500px;
	display: inline;
	float: left;
	padding-left: 10px;
}
#hotel .columnMid {
	display: inline;
	float: left;
	width: 70px;
	padding-left: 45px;
}
#hotel .columnRight {
	width: 70px;
	display: inline;
	float: left;
}
#hotel .indent{
	padding-left:25px;
}
#hotel .row{
	padding-top:10px;
}
.leftColumn .courseLeft {
	float: left;
	width: 125px;
}
.course {
	margin-bottom: 12px;
}
.rightColumn .sidebarBox a {
	color: #941A1D;
	font-size: 16px;
	text-decoration: none;
}
.rightColumn .sidebarBox {
	background-image: url(../images/textBoxBgTop.jpg);
	background-repeat: repeat-x;
}
.rightColumn .sidebarBox a:hover {
	color: #941A1D;
	font-size: 16px;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.activity{
	margin-bottom: 10px;
}
.warningText{
	color:#C30;	
}
ol li ul{
	margin-bottom: 10px;	
}
/*slideshow*/
#slideshow {
    position:relative;
    height:151px;
	margin-bottom: 15px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
