@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	margin-left:0;
	background:url(../img/bg_logos_window.jpg) no-repeat center top;
	/*background:url(../img/bg_stage.gif) repeat-x;*/
	background-color:#2F3A50;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

/* -------------------------- text ---------------------------- */

.title {
	clear:both;
	font-weight:bold;
	color:#014C78;
	font-size:85%;
}

.title_link a, .title_link a:visited {
	font-weight:bold;
	color:#014C78;
	font-size:85%;
}

p {
	margin:0;
	padding:5px 10px 10px 20px;
}

a {
	text-decoration:none;
	color:#014C78;
}

/* -------------------------- backgrounds and centering ------- */

#wrapper_overall {
	width:876px;  /* :Kludge: fixes offset in Firefox  */
	margin:0 auto;
	background:url(../img/bg_overall.gif) repeat-y;
}

#wrapper_overall img { /* pushes logo to left*/
	/*float:left;*/
}

#bg_edge_right {
	float:left;
	background:url(../img/bg_edge_right.gif) no-repeat;
	width:16px;
	height:460px;
}

#wrapper_content {
	float:left;
	width:840px;
}

#bg_edge_left {
	float:left;
	background:url(../img/bg_edge_left.gif) no-repeat;
	width:16px;
	height:460px;
}

/* -------------------------- header ------------------------ */

#header {
	width:840px;
	height:85px;
	background:url(../img/bg_header.jpg) no-repeat;
	position:relative;
}

#header #logo {
	float:left;
}


/* -------------------------- navigation -------------------- */

/* - main nav - */

#nav img {
	display:block;
	border:0;
	padding:0;
	border:0;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	display :inline;
	margin:0;
	display:inline;
}

/* - tier 2 nav in top banner area - */

#nav_2 {
	position:absolute;
	top:2px;
	left:652px;
	
	/*border:1px solid #900;*/
}

#nav_2 img {
	display:block;
	border:0;
	padding:0;
	border:0;
}

#nav_2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav_2 li {
	display :inline;
	margin:0;
	display:inline;
}

/* - sub navigation - */

#nav_sub {
	float:left;
	background-color:#727885;
	width:426px;
	height:26px;	
	padding: 10px 10px 0 20px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
}

#nav_sub a, #nav_sub a:visited {
	color:#FFF;
	background:url(../img/icon_breadcrumb.gif) no-repeat right 70%;
	padding-right:16px;
}

.btn_return {
	/*float:right;*/
	background:url(../img/arrow_blue_left.gif) no-repeat left 55%;
	margin-left:10px;
	padding-left:12px;
}

.btn_view_pdf {
	/*float:right;*/
	background:url(../img/icon_pdf.gif) no-repeat right 55%;
	padding-right:26px;
}

.btn_print a {
	position:relative;
	top:-10px;
	left:520px;
	font-size:80%;
	color:#FFF;
	padding-right:27px;
	background:url(../img/icon_printer.jpg) no-repeat right;
}

.btn_print_events a {
	position:relative;
	top:-10px;
	left:330px;
	font-size:80%;
	color:#FFF;
	padding:0 27px 5px 0;
	background:url(../img/icon_printer.jpg) no-repeat right;
}

.btn_print_events_2 a {
	position:relative;
	padding-right:30px;
	background:url(../img/icon_printer_2.jpg) no-repeat right;
}

/* - html text title banners - */

#title_sub {
	float:left;
	background-color:#727885;
	border-bottom:1px #FFF solid;
	width:623px;
	height:26px;
	padding:10px 0 0 20px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
}

#events_sub {
	float:left;
	background-color:#727885;
	width:426px;
	height:26px;
	margin-bottom:10px;
	padding:10px 10px 0 20px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	line-height:1em; /*override the col_3_2 line-height*/
}

/* -------------------------- content ----------------------- */

/* - banners - */

/*
#banner {
	margin:0;
	padding:0 0 0 2px;
}
*/

/* - 1st column - */

#col_3_1 {
	float:left;
	width:194px;
	background-color:#FFF;
	border-bottom:1px solid #E4E4E4;
	font-size:85%;
	line-height:1.6em;
}

#col_3_1 .promos {
	width:182px;
	padding:10px 0 0 12px;
}

#col_3_1 .promos img {
	border:0;
}



#col_3_1 .divider {
	clear:both;
	height:1px;
	background-color:#CCC;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0px 0px 0px 0px;
	padding:0;
}

/* - 2nd column - */

#col_3_2 {
	float:left;
	width:456px;
	text-align:left;
	line-height:1.6em;
}

/*#col_3_2 .copy {
	marging-top:10px;
}
*/
#col_3_2 img.title {
	margin:0px 10px 8px 10px;
}

#col_3_2 #flashcontent {
	padding-left:1px;
}

#col_3_2 .divider {
	clear:both;
	height:1px;
	background-color:#CCC;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0px 10px 8px 10px;
	padding:0;
}

#col_3_2 .item_wrapper {
	clear:both;
	width:456px;
}

#col_3_2 table .divider {
	clear:both;
	height:1px;
	background-color:#CCC;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#col_3_2 .spacer {
	clear:both;
	height:1px;
	background-color:#FFF;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0px 10px 8px 10px;
	padding:0;
}

#col_3_2 .img_left {
	clear:left;
	float:left;
	padding:0 10px 10px 10px;
	border:0;
}

#col_3_2 .img_right {
	float:right;
	padding:10px 10px 10px 10px;
	border:0;
}

/* - directory indexes - */

#col_3_2 .index ul {
	float:left;
}

#col_3_2 .index ul {
	list-style:none;
	margin:0; /* :kludge: fixes IE list margins */
	padding:10px 0 20px 50px;
}

#col_3_2 .index ul li {
	padding:10px 0 0 0;
}

#col_3_2 .index a, #col_3_2 .index a:visited {
	/*background:url(../img/icon_index.gif) no-repeat left 50%;*/
	padding-left:28px;
}

/* - directory lists - */

.list {
	padding:10px 0 10px 10px;
	width:446px;
	color:#CCCCCC;
}

table tr.d0 td {
	background-color: #FFF;
	border-bottom:#e4e4e4 1px solid;
}

table tr.d1 td {
	border-bottom:#e4e4e4 1px solid;
}

.table_col_1 {
	width:120px;
}

.table_col_2 {
	width:10px;
}

.table_col_3 {
	width:160px;
}

.table_col_4 {
	width:10px;
}

.table_col_5 {
	width:150px;
}

/* - tenant pages - */

.tenant {
	width:455px;
	background:url(../img/bg_tenant.gif) no-repeat;
}

.tenant #logo {
	float:left;
	padding:10px 0 0 10px;
}

.tenant #info {
	width:400px;
	overflow:hidden;
	float:left;
	padding:20px 0 0 20px;
}

.tenant #description {
	clear:both;
	padding:20px 0 0 0;
}

/* - 3rd column - */

#col_3_3 {
	float:left;
	width:174px;
	background-color:#EEEDE6;
	margin-right:3px;
	padding:0 4px 12px 8px;
	font-size:85%;
	line-height:2em;
	border-bottom:1px solid #d5d4cc;
	overflow:hidden;
}

#col_3_3 .divider {
	height:1px;
	background-color:#CCCCCC;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#col_3_3 .divider_section {
	height:4px;
	background-color:#FFF;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#col_3_3 .btn {
	padding-top:10px;
}

/* -------------------------- footer ----------------------- */

#footer {
	clear:both;
	width:856px;
	height:71px;
	background:url(../img/bg_footer.jpg) no-repeat;
	padding:8px 0 0 28px;
}

#footer .text {
	position:relative;
	left:14px;
	top:-18px;
	font-size:80%;
	color:#BFC2C9;
}


/* -------------- utilities, hacks & kludges ------------- */

.clear_both {
	clear:both;
}

.hidden {
	display:none;
}

.align_center {
	text-align:center;
}

.divider_vertical {
	clear:both;
	width:1px;
	height:40px;
	background-color:#E4E4E4;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0 5px 0 5px;
	padding:0;
}





