body
{
	behavior: url(/wwwroot/css/csshover.htc);
}
p, td, div
{
	font-family: Arial, Sans-Serif;
	font-size: 
}
a
{
	font-family: Arial;
	font-size: 12px;
	color: #005e5e;
	text-decoration: underline;
}
a:hover 
{ 
	text-decoration: none; 
}

.department-box-list
{
	margin-left: 35px;
	float: left;
	width: 155px;
}

#two-column
{
	border-collapse: collapse;
	float: left;
	
	margin: 0px;
	padding: 0px;
	border: none;	
}

#one-column
{
	border-collapse: collapse;
	float: left;
	
	margin: 0px;
	padding: 0px;
	border: none;	
	width: 100%;
}

.table-content
{
	 color: #333333;
    font-family: Arial;
	font-size: 12px;
}


#one-column #nav,
#two-column #nav
{
	background-color: #ddbb6f;
	width: 158px;
	
}

#nav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 6px solid white;
	
	background-color: white;
	margin-left: -1px;
	margin-right: -1px;
	
}

#nav ul li ul
{
	margin: 0px;
	padding: 0px;
	border: none;
}


#nav ul li
{
	display: block;
	
	background-repeat: repeat-x;
	/*border-top: 1px solid white;*/
	
}

#nav ul li.first
{
	border: none;
}

#nav ul li
{
	background-image: url(../images/layout/bg-nav-live.gif);
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav ul li a.children
{
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	top: 2px;
	left: 0px;
	padding: 5px;
	_background-image: url(../images/layout/img-closed-list.gif);
	background-image: url(../images/layout/img-closed-list.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
#nav ul li a.children.expanded
{
	_background-image: url(../images/layout/img-expanded-list.gif);
	background-image: url(../images/layout/img-expanded-list.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
#nav ul li a.link
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 3px 15px;;
	display: block;
}
#nav ul li a.depth1
{
	padding: 3px 3px 3px 24px;;
	text-indent: -9px;
}
/* ------------------- default style, should be overriden by inner departmental pages ----------------*/
h1#inner-header
{
	padding: 0 15px 0 7px;
	height: 30px;
	
	color: white;
	
	font-family: Palatino Linotype, Palatino;
	font-size: 21px;
	font-weight: bold;
	line-height: 27px;
	
	margin: 0px;
	
	background-image: url(../images/layout/bg-inner-header-bmpo.gif);
	background-repeat: repeat-x;
	
	margin-bottom: 10px;
}

h2.inner
{
	font-family: Arial;
	color: #bf963f;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;	
}

#numbers
{
	width: 173px;
	background-color: #cccccc;
	float: right;
	padding: 1px;
	
	margin-top: -35px;
	margin-right: 10px;
	margin-left: 15px;
	
	text-align: center;
}

#numbers ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	margin-left: 25px;
	
	text-align: left;
	
}

#numbers ul li
{
	margin-bottom: 15px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333
}

#numbers h2.inner
{
	margin-left: 15px;
	margin-top: 10px;
	
	text-align: left;
}

.indent
{
	padding-left: 20px;
}
/******************************************************************************
 * General
 ******************************************************************************/
body
{
    background-color: #a7c2be;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/layout/bg-top-strip.gif);
    background-repeat: repeat-x;
} 

#all
{
    margin: 0 auto;
    width: 900px;
    position: relative;
}

a#logo-large
{
}

a#logo
{
    position: absolute;
    top: 4px;
    _top: 1px;
    left: 0px;
    width: 232px;
    height: 87px;
    background-image: url(../images/layout/logo-small.gif);
    font-size: 0px;
    line-height: 0px;
} 
body.homepage a#logo
{
    position: absolute;
    top: 10px;
    _top: 7px;
    left: 0px;
    width: 296px;
    height: 105px;
    background-image: url(../images/layout/logo-large.gif);
    font-size: 0px;
    line-height: 0px;
}

.img-left
{
    float: left;
    margin-right: 10px;
} 

.img-right
{
    float: right;
    margin-left: 10px;
}

img
{
    border: none
}

/******************************************************************************
 * Content
 ******************************************************************************/
 #content
{
    width: 880px;
    background-color: white;
    padding: 10px;
	position: relative;
}

/******************************************************************************
 * Left column of content
 ******************************************************************************/ 
#left-column
{
    float: left;
    display: inline;
} 

#left-column h2
{
    font-size: 20px;
    margin-bottom: 15px;
}

/******************************************************************************
 * Event list
 ******************************************************************************/
 #event-list
{
    width: 270px;
    display: inline;
    float: left;
    margin-top: 10px;
} 

#event-list ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
} #event-list ul li
{
    margin-bottom: 10px;
    float: left;
} 

#event-list ul li .event-date
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    width: 65px;
    float: left;
    display: inline;
} 
#event-list ul li .event a,
#event-list ul li .event, #event-list ul li .event-parent
{
    font-family: Arial;
    font-size: 12px;
    color: #c54f38;
    font-weight: bold;
    float: left;
    width: 203px;
    display: inline;
    text-decoration: none;
}
#event-list ul li .event a:hover
{
	color: black;	
}

#event-list ul li .event-parent
{
	width: 175px;
}
/******************************************************************************
 * Text
 ******************************************************************************/
p
{
    margin-top: 0px;
    margin-bottom: 5px;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
}

.red
{
    font-family: Arial;
    font-weight: bold;
    color: #c54f38;
    font-size: 12px;
    line-height: 16px;
}

p.content
{
    line-height: 20px;
}

p.red .black
{
    color: #333333;
}

h1, h2
{
    font-family: Palatino Linotype, Palatino;
    font-weight: bold;
    color: #6c9a92;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 22px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #333333;
	line-height: 0px;
}

/******************************************************************************
 * Right column of content
 ******************************************************************************/
 #right-column
{
    width: 295px;
    float: right;
    display: inline;
}

 #right-column-parent
{
    width: auto;
    float: right;
    display: inline;
} 

div.box, div.box-top, div.box-no-bottom
{
    border: 1px solid #cccccc;
    border-top: none;
    padding: 10px;
    font-family: Arial;;
    font-size: 12px;
    color: #333333;
    width: 273px;
   overflow: hidden;
}

 #right-column-parent div.box,  #right-column-parent div.box-top,  #right-column-parent div.box-no-bottom
 {
 	width: 243px;
 }

div.box-top
{
    border-top: 1px solid #cccccc;
}

div.box-no-bottom
{
    border-bottom: none;
}

/******************************************************************************
 * content area from cms
 ******************************************************************************/
#content-area
{
    width: 290px;
    display: inline;
    float: left;
    border-left: 1px solid #cccccc;
    margin-top: 10px;
    padding-left: 10px;
    margin-left: 1px;
    padding-right: 5px;
}

/******************************************************************************
 * buttons
 ******************************************************************************/
div.button
{
    background-image: url(../images/layout/btn-bg.gif);
    background-repeat: repeat-x;
    float: left;
    display: inline;
    margin-left: -5px;
    margin-top: -5px;
}

div.button div
{
    background-image: url(../images/layout/btn-bg-right.gif);
    background-repeat: no-repeat;
    float: left;
    width: 19px;
    height: 47px;
    display: inline;
    font-size: 0px;
}

div.button a
{
    display: block;
    float: left;
    padding-top: 9px;
    padding-bottom: 18px;
    padding-right: 5px;
    padding-left: 15px;
    background-image: url(../images/layout/btn-bg-left.gif);
    background-repeat: no-repeat;
    font-family: Cambria;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

/******************************************************************************
 * Header
 ******************************************************************************/
 #header
{
    position: relative;
    height: 156px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/layout/bg-header.jpg);
    background-position: 315px 24px;
    background-repeat: no-repeat;
}

p#trail
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	
	position: absolute;
	left: 0;
	bottom: 0;
	
	background-color: white;
	width: 890px;
	
	margin: 0;
	padding-top: 4px;
	_padding-top: 3px;
	padding-left: 10px;
	line-height: 21px;
	
}

.red a
{
	text-decoration: none;
	color: #C54F38;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.current a
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
/* ------------------- white section ----------------*/
#header div#top-white
{
    background-color: white;
    position: absolute;
    left: 0;
    top: 94px;
    height: 27px;
    width: 890px;
    background-image: url(../images/layout/bg-top-corners-content.gif);
    background-position: top left;
    background-repeat: no-repeat;;
    padding-left: 10px;
    padding-top: 10px;
} 
body.homepage #header div#top-white
{
	 top: 117px;
}
#header div#top-white a
{
    display: inline;
    float: left;
} 

/* ------------------- list of links  ----------------*/
#header ul.top-most-nav li
{
    display: inline;
    margin: 0px;
    padding: 0px;
} 

#header ul.top-most-nav
{
    margin: 0px;
    padding: 0px;
    text-align: right;
    margin-top: -3px;
} 

#header ul.top-most-nav li a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
    color: white;
    border-left: 1px solid white;
    padding-left: 5px;
    padding-right: 3px;
    text-transform: uppercase;
} 

#header ul.top-most-nav li a.first-left
{
    border: none;
}

/* ------------------- want to box ----------------*/ 
#want-to
{
    width: 316px;
    height: 24px;
    background-image: url(../images/layout/bg-want-to.gif);
    background-position: top left;
    float: left;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
    display: inline;
} 

#want-to select
{
    width: 231px;
    height: 18px;
    margin: 0px;
    border: solid 1px #bfbfbf;
    font-size: 10px;
}

/* ------------------- Search form ----------------*/ 
#search-form
{
    float: left;
    display: inline;
    width: 154px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: #d1aa55;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    background-image: url(../images/layout/bg-search-form.gif);
    background-position: top left;
    background-repeat: repeat-x;
}
input.search-text
{
    vertical-align: middle;
    height: 14px;
    width: 127px;
    margin: 0px;
    font-family: Arial;;
    font-size: 11px;
    color: #666666;
    padding: 1px;
    padding-left: 3px;
    border: solid 1px #bfbfbf;
}

/******************************************************************************
 * Footer
 ******************************************************************************/
 #footer p
{
    float: right;
    display: inline;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    color: white;
    padding-right: 10px;
    margin: 0px;
    padding-top: 7px;
    background-image: url(../images/layout/bg-footer-right-curve.gif);
    background-position: bottom right;
    background-repeat: no-repeat;;
    height: 35px;
} 

#footer
{
    width: 880px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: white;
    height: 44px;
    position: relative;
    background-image: url(../images/layout/bg-bottom-corners-content.gif);
    background-position: bottom left;
    background-repeat: no-repeat;;
} 

/* ------------------- footer list ----------------*/ 
#footer ul
{
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 32px;
    padding-left: 5px;
    padding-top: 10px;
    background-image: url(../images/layout/bg-footer-left-curve.gif);
    background-position: bottom left;
    background-repeat: no-repeat;;
}

#footer ul li
{
    display: inline;
} 

#footer ul li a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    color: white;
    border-left: 1px solid white;
    padding-left: 6px;
    padding-right: 4px;
}

#footer ul li a.first-left
{
    border: none;
}


#footer-curve
{
    height: 42px;
    background-image: url(../images/layout/bg-footer.gif);
    background-repeat: repeat-x;;
} 

#footer div.white
{
    width: 7px;
    height: 7px;
    /*background-image: url(../images/layout/bg-bottom-right-curve.gif);*/
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 0px;
} 
#header #top-white ul.main
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#header #top-white ul li
{
	position: relative;
	display: inline;
	width: 95px;
	float: left;
}
#header #top-white ul li:hover ul {
	display: block;
}
#header #top-white ul ul
{
	width: auto;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 100;
	margin: 0;
	display: none;
}
#header #top-white ul ul li
{
	width: inherit;
	line-height: 16px;
	clear: both;
}
#header #top-white ul ul a
{
	color: white;
	text-decoration: none;
}
#header #top-white ul ul li:hover
{
	border-top: solid 2px black;
}
#top-white ul.section-live li
{
	border-top: solid 2px #debb70;
	border-bottom: solid 2px #debb70;
}
#header #top-white ul.section-play li
{
	border-top: solid 2px #c66239;
	border-bottom: solid 2px #c66239;
}
#header #top-white ul.section-play
{
}
#header #top-white ul.section-city li
{
	border-top: solid 2px #7c7c7c;
	border-bottom: solid 2px #7c7c7c;
}
#header #top-white ul.section-city
{
}
#header #top-white ul ul li a
{
	white-space: nowrap;
}

#section-live
{
	left: 10px;
	background-color: #debb70;
}
#section-work
{
	left: 105px;
	background-color: #88afa8;
}
#section-play
{
	left: 200px;
	background-color: #c66239;
}
#section-city
{
	left: 295px;
	background-color: #7c7c7c;
}
.top-nav
{
	top: 128px;
	width: auto;
	padding: 0px;
	position: absolute;
	z-index: 100;
	margin: 0;
	display: none;
	list-style-type: none;
}
.homepage .top-nav {
	top: 150px;
} 
.top-nav a
{
	color: white;
	text-decoration: none;
	padding-bottom: 4px;
}
.top-nav li
{
	padding: 0px 5px 3px;
}
.top-nav li:hover
{
	background-color: black;
}

.next-25 .event-date
{
	color: #AF3A29;
	font-weight: BOLD;
}
.next-25 li
{
	color: #b9b9b9;
	padding-bottom: 15px;
}