    /****** WAC Site Redesign css  ******/
* {
   padding:0;
   margin:0;
}


body{font:12px "Helvetica (TT)", Arial, Helvetica, sans-serif; color:#292929; background:#feffff url('images/body_bg.gif') repeat-x;}

/***********old body***********
BODY
{
	background:#868686 url('images/background.jpg') fixed center repeat-y;
	text-align:center;
}
*********end old body***********/


#container{
	width:975px;
	margin:auto;
	/*background-color:#CCCCCC;*/
	background:#ffffff;
	position:relative;
}

#container-green{
	width:975px;
	margin:auto;  
	background-color:#347418;
	position:relative;
	z-index:100;
}

#container-green h1 
{
    font-size: 28px;
    color: #366986;
    display: block;
    border-bottom:solid 1px #366986;
    margin-bottom:8px;
    line-height:21px;
}

#container-green h2 
{
    font-size: 19px;
    color: #54a6d5;
    display: block;
    border-bottom:solid 1px #54a6d5;
    margin-top:10px;
    margin-bottom:8px;
}

img
{
	border:none;	
}

#survey
{ 
	position:fixed;
	float: left;
	bottom:10px;
	right:10px;
	text-align: right;
	vertical-align: bottom; /* this doesn't work in regions with display: inline; */
	z-index:5000;
	border: solid 2px #999999;
	background-color: #858585;
	visibility:visible;
	display:block;
}
#survey a:link, 
#survey a:visited
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}
#survey a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}

#surveyBox
{
	text-align:center;
	background-color:#996666;
	border: solid 2px #FFFFFF;
	padding:2px;
	font-family:Verdana,Geneva,Arial,sans-serif;
	line-height:15pt;
	font-weight:bolder;
	color:#FFFFFF;
	height:120px;
	left:50%;
	margin-left:-125px;
	position:absolute;
	position:fixed;
	top:30%;
	visibility:hidden; 
	display:none;
	width:275px;
	z-index:500;
	text-align:center;	
}

#surveyModal { 
    filter: Alpha(Opacity=40); 
    -moz-opacity:0.4; 
    opacity: 0.4;
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    z-index:200;
    background-color:#999999;
    visibility:hidden;
    display:none;
}
/******************** Header ************************/
#header{
	background-color:#FFFFFF;
	width:975px;
	height:140px;
	position:relative;
}
#logo{
	padding: 0 0 0 0;
	text-align:left;
	z-index:1;
	width:auto;
}
#sbutton
{
	position:relative;
	top:4px;
}
#search{
	padding: 5px 12px 10px 0;
	text-align:right;
	float:left;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;	
}

#search-test{
	padding: 0px 12px 0px 0px;  
	text-align:right;
	float:right;
/*	position:absolute;  */
/*	top:0;
	right:0;  */
	z-index:2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;	
	width:auto;
}

#search a:hover
{
	text-decoration:none;
}

#imageNav{
	position:absolute;
	right:0;
	bottom:0;
	z-index:3;
}

#imageNav-test{
/*	position:absolute;
	right:0;
	bottom:0;  */
	z-index:3;
}

#imageNav-test img 
{
    border-bottom:solid 1px #6d96af /*#224d86*/;
    margin-right:5px;
    padding:1px 1px 3px 1px;
}

#imageNav-test img:hover 
{
 /*   border-right:solid 1px #6d96af;
    border-top:solid 1px #6d96af;
    border-left:solid 1px #6d96af;  */
    border-bottom:solid 2px #6d96af /*#224d86*/;
    padding:0px 1px 2px 1px;
}

.lbSignup
{
	display:inline;
	padding:5px;
	border:1px solid #006699;	
	text-align:center;
	width:150px;
	text-decoration:none;
	background-color:#CCCCCC;
}

.lbSignup-test
{
	display:inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	padding:5px;   */
/*	border:1px solid #006699;	*/
	text-align:center;
/*	width:150px;  */
	text-decoration:none;
/*	background-color:#CCCCCC; */
    color:#ffffff;
}

.lbSignup-test:hover
{
    text-decoration:underline;
}

.lbSignup-test a 
{
    color:#ffffff;  
}

.lbSignup-test a:hover
{
    text-decoration:underline;
}

/******************* Top Nav ************************/

div#topnavDiv
{
	position:relative;
	padding-top:4px;
	padding-bottom:6px;
	width:975px;
	height:30px !IMPORTANT;
	max-height:30px;
	text-align:center;
	margin:auto;
	z-index:1000;
	white-space:nowrap;
	left:1.5px;

}
.divlink a {
	display: block;
	width: 160px;
	background: url(images/navbg.gif) repeat;
	font-family: "Verdana";
	font-weight: normal;
	color: #FFFFFF;
	font-size:18px;
	line-height:30px;
	text-decoration: none;
}

#container-green .divlink a {
	display: block;
	width: 160px;
	background: url(images/navbg-green.gif) repeat;
	font-family: "Verdana";
	font-weight: normal;
	color: #FFFFFF;
	font-size:18px;
	line-height:30px;
	text-decoration: none;
}

.divlink a:hover {
	background: url(images/navhover.gif) repeat;
}

ul#topnav 
{
	position:absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space:nowrap;
}
ul#topnav li {
	float: left;
	position: relative;
	/* width*: 10em; */
	width:160px;
	text-align: center;
	cursor: default;
	background-color: #336699;
	border: 1px solid #336699;
}

#container-green ul#topnav li {
	float: left;
	position: relative;
	/* width*: 10em; */
	width:160px;
	text-align: center;
	cursor: default;
	background-color: #265411;
	border: 1px solid #ffffff;
}

ul#topnav li.topnav-large a
{
	padding:5px 10px;
	line-height: 15px;
}
ul#topnav li.topnav-large a:hover
{
	padding:5px 10px;
	line-height: 15px;
	background: url(images/navhover_large.gif) repeat-x;
}

#container-green ul#topnav li.topnav-large a:hover
{
	padding:5px 10px;
	line-height: 15px;
	background: #265411;
}

/* Down Menus */
ul#topnav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	text-align:left;
	border-bottom: 1px solid #9999cc;
}

#container-green ul#topnav li li {
	display: block;
	float: none;
	border: 0;
	text-align:left;
	border-bottom: 1px solid #9999cc;
}

#topnav li li a {
	display: block;
	font-family: "Verdana";
	color: #FFFFFF;
	padding: 0px 10px;
	font-size:9px;
	line-height:30px;
	text-decoration: none;	
}

#topnav li li a:hover {
	width: 138px;
    background: url(images/navhover.gif) repeat;
	font-family: "Verdana";
	color: #FFFFFF;
	font-size:9px;
	line-height:30px;
	text-decoration: none;	
}

#container-green #topnav li li a:hover {
	width: 138px;
    background: #267f11;
	font-family: "Verdana";
	color: #FFFFFF;
	font-size:9px;
	line-height:30px;
	text-decoration: none;	
}

/* Drop Down Box */
ul#topnav li ul {
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #336699;
	border-right: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

ul#topnav li>ul {
	top: auto;
	left: auto;
}



ul#topnav li:hover ul, ul#topnav li.over ul {
	display: block;
}
/******************* What's happening scroll ******************************/
#scrollingtxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	overflow: auto;
	width: 175px;
	height: 220px;
	text-align: left;
	display: table-cell;
}
#scrollingtxt a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

/******************* End ******************************/
/********************** Content Area - Main Page ********************/
#mainContentContainer{
	width:975px;
	height:280px;
	background-color:#006699;
	overflow:hidden;
}
#leftMain{
	width:195px;
	float:left;
	height:280px;
	background-color:#006699;
}
#centerMain{
	width:175px; 
	float:left;
	text-align:left;
	padding:10px 10px 10px 10px;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	height:260px;
	background-color:#006699;
}
#rightMain{
	width:585px;
	float:right;
	overflow:hidden;
	height:280px;
	background-color:#CCCCCC;
}
.scrollheading
{
	text-align:center;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	top:-4px;
}

/******************* News & Higlights Text Section*********************/
#newsContainer{
	width:975px;
	height:205px;
	background-color:#FFFFFF;
	margin-top:4px;
	font-size: 11px;
}
.colheading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #333333;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:bold;
}
.purchOnline
{
	padding: 2px;
	margin-bottom:5px;	
}
.colstoryttl{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	
}
a.colstoryttl{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a.colstoryttl:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}
.newsSections{
	width:175px;
	height:185px;
	float:left;
	text-align:left;
	padding: 5px 4px 5px 15px;
	border-right:1px solid #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow:auto;
	
}
.newsSectionsScroll{
	width:179px;
	height:150px;
	float:left;
	text-align:left;
	padding:0;
	border-right:1px solid #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow-y:auto;
}
#calendar{
	width:180px; /* adjust width accordingly to avoid overflow */
	height:195px;
	float:left;
	text-align:center;
	padding: 5px 5px 5px 5px;
}

/********************** Footer *****************************/
.footer{
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-top:5px;
	background-color:#FFFFFF;
	/* footertext */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;
	clear:both;
}
a.footertxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;	
	text-decoration: none;
}
a.footertxt:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 1px;	
	text-decoration: underline;
}

/*********************** Inner Pages ****************************/

/************** Left Nav *******************/
#leftArea{
	height:auto;
	width: 195px;
	background-color:#006699;
	float:left;
	position:relative;
	text-align:left;
	z-index:10;
	overflow:hidden;
}

#leftArea-green{
	height:auto;
	width: 195px;
	background-color:#347418;
	float:left;
	position:relative;
	text-align:left;
	z-index:10;
	overflow:hidden;
}

#event{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding:5px;
	float:left;
	margin-top:15px;
	width:185px;
}
#event h3
{
    padding-top: 15px;
}
select.event{
	position:relative;
	top:8px;
	width:150px;
}
#lnavCalendar
{	
    /*background: transparent url(images/calendar_sprite.jpg) 0px 0px no-repeat;*/
    height:182px;
    width: 185px;
	position:relative;
	top:25px;
	border: 2px solid #020F48;
	padding: 1px;
	left: -3px;
}

#container-green #lnavCalendar
{	
    /*background: transparent url(images/calendar_sprite.jpg) 0px 0px no-repeat;*/
    height:182px;
    width: 185px;
	position:relative;
	top:25px;
	border:none;
/*	border: 2px solid #020F48;   */
	padding: 1px;
	left: -3px;
}

#container-green #lnavCalendar table 
{
    border:none;
}

.special-events #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width:195px;
	list-style:none;
}
.special-events #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: -28px
	
	/* width: 200px; *//* Width of Menu Items */
}
.special-events #menu ul li {
	position: relative;
	background-image: none;
	display: block;
	float: none;
}
.special-events #menu li ul {
	position: absolute;
	left: 100%; /* Set 1px less than menu width */
	top: 0;
	/* display: none; */
	width:100%;
}
/* Styles for Menu Items */
.special-events #menu ul li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	background-position:right;
	background-image: url('images/menu_extend.jpg');
	background-repeat:repeat-y;
		
	/* background-color: #006699; */
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;
}



/* Styles for Special Events Menu  */
.special-events #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width:195px;
	list-style:none;
	margin-top:100px;
}
.special-events #menu ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
	/* width: 200px; *//* Width of Menu Items */
}
.special-events #menu ul li {
	position: relative;
}
.special-events #menu li ul {
	position: absolute;
	left: 100%; /* Set 1px less than menu width */
	top: 0;
	/* display: none; */
	width:100%;
}
/* Styles for Special Events Menu Items */
.special-events #menu ul li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #415968;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	background-position:right;
/*	background-image: url('images/menu_extend.jpg');   
	background-repeat:repeat-y;   */
	border:none;
	background:transparent;	
	/* background-color: #006699; */
/*	border-bottom: 1px solid #ffffff;   */
	line-height: 19pt;
	text-decoration: none;
	padding:5px;
}

.special-events #menu ul li a:hover 
{
    color:#1a1a1a;
    font-weight:bold;
    font-size: 14px;
    border-bottom:1px solid #ea3840;
    background:trasparent;
    background-color:transparent;
    line-height: 19pt;
    padding-bottom:4px;
}
/*   ////////////////////////////////  */



#contentContainer-green #menu ul li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	background-position:right;
	background-image: url('images/menu_extend-green.jpg');
	background-repeat:repeat-y;
		
	/* background-color: #006699; */
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;
}

#contentContainer-green #menu ul li a:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image:none;
	background-color: #0099cc;
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;
} /* Hover Styles */

#contentContainer-green #menu ul li a:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image:none;
	background-color: #49d70b;
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;
} /* Hover Styles */

#navCurrent a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image:none !important;
	background-color: #0099cc;
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;	
}

#contentContainer-green #navCurrent a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image:none !important;
	background-color: #49d70b;
	border-bottom: 1px solid #ffffff;
	line-height: 14pt;
	text-decoration: none;
	padding:5px;	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */
.celebration
{
	width:500px;
}
.celebration ul
{
	position:relative;
	left:15px;
	list-style:none;
}
.celebration ul ul
{
	position:relative;
	left:30px;
	list-style:none;
	
}
.celebration ul li
{
	color:#003399;
font-size:19px;
margin-top:20px;
}
.celebration ul li ul li
{
	font-weight:normal;
	list-style-position: outside;
	color:#666666;
font-size:12px;
margin-top:15px;
}
.celebration ul li ul li a
{
	font-weight:normal;
	list-style-type: circle;
	list-style-position: outside;
	color:#333333;
	font-size:12px;
	text-decoration:underline
}
.celebration table
{ font-size: 12px;
    font-family: Verdana;
}

.artfusion ul
{position:relative;
	left:15px;
	list-style:none;
}
.artfusion ul li ul
{ position:relative;
	left:30px
}
/************** GIFT CARD PAGES *************************/
.amountfield{
    border: 1px solid;
    font-size:30px;
    color:#990000;
    display:inline;
    white-space:nowrap;
}
.amount{
    font-family: "Arial";
    font-weight:bold;
    font-size:30px;
    color:#990000;
    line-height:35px;
}
#or{ font-size: 25px; color: #999999;}
#createown{ color:#990000; font-size:25px; text-decoration:underline; white-space:nowrap; overflow:hidden; line-height:35px; }
.gcList{
    width: 100%;
}
.gcList ul li{
    list-style:none;
    margin-left: 20px;   
    color:#99cc33;
    font-family: "Arial";
    font-size: 15px;
    font-weight:bold;
    line-height:20px; 
}
.gcList ul{
    padding-bottom: 20px;
    margin-left:20px;
}
.gcList ul li:before{
    /* content: "\00BB \0020"; */
    content: "- ";
}
.gcHeaders{
    color:#99cc33;
    font-family: "Arial";
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin-left:20px;
}
.gcHR{
    width:95%; 
    margin:auto; 
    color:#cccccc;
    margin-bottom: 10px;
}
#questions ul li{
    color:#0000FF;
    padding-top:20px;
    list-style:none;
}
#questions ul ul li{
    list-style-type:none;
    position:relative;
    left: 40px;
    color:#000000;
    padding:7px;
    list-style-position:outside;
}
#questions ul ul ul li{ 
    list-style-position:inside;
    list-style-type:square;
    padding-top:5px;
    
}
#questions{
    font-family: "arial";
    font-size: 17px;
    width:670px;
    display: block;
    position:relative;
    left: 10px;
    line-height:18px;
}   



/************** Inner Pages Content Area ****************/
.dirTitle
{
	font-size:25px;
	color:#000033;
	font-weight:bolder;	
	padding-bottom:5px;
	font-family:Arial;
}
.dirList
{
	display:none;
}
.dirList ul
{
	list-style:none;
	margin-left:10px;
}
#innerContent{
	width:975px;
	height:auto;
	overflow:auto;
}

#contentContainer{
	width:975px;
	height:100%;
	background:#006699;
	overflow:auto;
}	

#contentContainer-green{
	width:813px;
	height:100%;
	background:#ffffff url(images/green-background.png) bottom no-repeat;
/*	overflow:auto;  */
	padding:10px 80px 100px 80px;  
	border:solid 1px rgb(34, 77, 134);
	position:relative;
	z-index:1000;
}	

#innerContentTop{
	width: 780px;
	min-height:177px;
	height:auto !important;
	height:177px;
	max-height:177px;
	overflow:hidden;
	text-align:left;
	vertical-align: middle;
	float:right;
/*	background-color:#cad3ed; */
	background-image:url(images/pg_title_bg.jpg);
	position:relative;
}

#container-green #innerContentTop{
	width: 780px;
	min-height:177px;
	height:auto !important;
	height:177px;
	max-height:177px;
	overflow:hidden;
	text-align:left;
	vertical-align: middle;
	float:none;  
/*	background-color:#cad3ed; */
	background-image:url(images/pg_title_bg.jpg);
	position:relative;
}

#innerContentTitle{
	position:absolute;
	vertical-align:top;
	text-align:left;
	margin-left:10px;
	font-family: "Times New Roman";
	color: #006699;
	font-size: 38px;
	line-height: 53px;
	letter-spacing: 1px;
	width:480px;
	overflow:auto;
	min-height:177px;
	height:auto !important;
	height:177px;
	max-height:177px;
}
#titleDetail
{
	font-size: 16px;
	line-height:19px;
	position:relative;
	top:10px;
}
#titleImage
{
	width:auto;
	min-height:177px;
	height:auto !important;
	height:177px;
	max-height:177px;
	float:left;
	overflow:hidden;
}
#titleDesc
{
	float:left;
	display:block;
	vertical-align:top;
	text-align:left;
	font-family: "Times New Roman";
	color:#000000;
	letter-spacing: 1px;
	z-index:50;
	width:500px;
	height:100%;
}
.maintxt
{
	min-height:530px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-color:#e9eefc;
	padding:10px 10px 10px 10px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	border-top:4px solid #CCCCCC;
}

.maintxt-events
{
	min-height:530px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-image:url(special-events/images/35-percent-white.png)/*#ffffff*/;
	padding:10px 10px 10px 10px;
	margin-top:-4px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	border-top:4px solid #CCCCCC;
}

.maintxt-green
{
/*	min-height:530px;  */
	height:auto !important;
/*	height: 530px;  */
/*	width:853px;  */
	text-align:left;
/*	float:right;  */
/*	background-color:#e3f1dc;   */
	padding:0px 10px 10px 10px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	border-top:1px solid #54a6d5;
	position:relative;
/*	z-index:100;  */
}

.maintxt40
{
	min-height:530px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
}
.maintxtaf
{
	min-height:530px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-color:#000000;
	padding:10px 10px 10px 10px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
}
.maintxt-notitle
{
	min-height:630px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-color:#e9eefc;
	padding:10px 10px 10px 10px;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
}

.special-events .maintxt-notitle
{
	min-height:630px;
	height:auto !important;
	height: 530px;
	width:760px;
	text-align:left;
	float:right;
	background-color:#e9eefc;
	padding:10px 10px 10px 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
}

#maintxt-wide
{
/*	width: 975px !important;	*/
width:955px;
}

/***************** Celebrate Diversity Pages **********************/
/* Event Styles */
.eventSnippet{
    width:715px;
    padding-left:10px;
    padding-bottom:25px;
}
.eventImageWrp{
    width:100px;
    float:left;
}
.eventdetailsWrp{
    width:600px;
    padding-left: 10px;
}
.eventDetailsLink{
    float:right;
    visibility:hidden;
}
.eventType {		
    font-weight: bold;	
    font-size: 10px;		
    text-transform: uppercase;	
    color: #e20000;	
    line-height: 14px;	
    padding-top: 0px;	
    font-family: Verdana, sans-serif;
}
.title{
    font-size:11px;
    font-weight:bold;
    font-family: Verdana, sans-serif;
}
.dateTime{
    font-size:10px;
    color:#918080;
    font-family: Verdana, sans-serif;
}
.filmReview{
    margin-left:10px;
    width: 740px;
    padding: 5px 0px;
}
.review{
    width: 30%;
    float:left;    
}
.filmImage{
    width:70%;
    float:left;
}
.reviewDate{
    font-weight:bold;
    color:#EE0000;
}
.reviewTitle{
    font-style:italic;
    font-weight:bold;
}

/* Fusion Page */
#fusionSponsors{
	width: 780px;
	height:120px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	float:right;
	background-color:#FFFFFF; 
	position:relative;
}
.thumLinks{
    color:#FFFFFF;
}
.fusionText{
    color:#FFFFFF;
    font-size:17px;
    font-weight: normal;
    line-height:20px;
    font-family:"Arial";
    text-decoration:none;
}
.fusionDiv{  
    background-color:#000000; 
    width:95%; 
    padding:0; 
    margin:0; 
}

.newsEventsTitle{
    font-weight:bold;
    font-size:15px;
    padding: 2px;
}
.newsEventsDesc{
    font-size:14px;
    padding: 2px;
    width: 750px;
}
.newsEventsLink{
    font-size:14px;
    padding:2px;
}

/***** Newsletter signup  *****/
.cb_elert{
    width:25px;
}
.title_elert{
    width:200px;
}

/****** Clearing floats **********/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block; clear: both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/****** End Clearing floats ********/

.maintxt a{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	text-decoration: underline; 
}

.maintxt a:hover{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;
	text-decoration: none;
}
.subhead{
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18pt;
}
/*****  Sub menu on right ***********/
.subhead2{
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height:2;
}
#submenu{
	margin-top: 6px;
	width: 190px;
	height: 400px;
	min-height: 400px;
	float: right;
	/*background-image: url('images/right-sidebar-menu.gif');*/
	/*background-repeat:no-repeat;*/
	background-color: #cbd5f8;
	border: 1px solid #006699;
	vertical-align: top;
	display: table;
	
}
hr.tickets{ width:600px }

#submenu a{
	color: #006699;
	padding:10px 10px 0px 10px;
}
.subhead3{
	color: #006699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

/******************** Calendar ********************/
.calendar_border
{
	border: solid 1px;
}

.homecalendar a
{
	text-decoration:none;
}
.homecalendar a:hover
{
	text-decoration:underline;
}
.homecalendar_dates
{
	background: transparent url(images/calendar_sprite.jpg) -27px 0px no-repeat; 
	vertical-align: middle;
}

#container-green .homecalendar_dates
{
	background: #ccc;
	color:#6d6c60; 
	vertical-align: middle;
}

.homecalendar_dates a
{
    background: #BA2F92;
}

#container-green .homecalendar_dates a
{
    background: none;
    color:#ffffff;
}

.homecalendar_dates a:hover
{
    /*background: #BF479E;*/
}

.homecalendar_pastdates 
{
	background: transparent url(images/calendar_sprite.jpg) 0px 0px no-repeat; 
	color: #969696;
}

#container-green .homecalendar_pastdates 
{
	background: #ccc; 
	color: #6d6c60;
	opacity:.4;
	filter: alpha(opacity = 40);
	zoom: 1;
}

.homecalendar_nonMonth 
{
	/*background: transparent url(images/calendar_sprite.jpg) 0px 0px no-repeat; */
	color: #FFFFFF;
	font-size:0px;
	height:0px;
}

.homecalendar_todayDayStyle
{
    z-index: 10;
    background: transparent url(images/calendar_sprite.jpg) -54px 0px no-repeat;
}

#container-green .homecalendar_todayDayStyle
{
    z-index: 10;
    font-weight:bold;
    background:#6d6c60;
    color:#ffffff;
 /*   background: transparent url(images/calendar_sprite.jpg) -54px 0px no-repeat;  */
}

.homecalendar_todayDayStyle a
{
    /* z-index: 11; */
    /* background: #FBB034; */
}

#container-green .homecalendar_todayDayStyle a
{
    color:#ffffff;
    }

.homecalendar_todayDayStyle a:hover
{
    /*background: #FFBA4F;
    z-index: 12;*/
}

/* calendar-selected-date drop-down calendar */
.selectCalendar
{
    border: 3px solid #020F48;
    display: none;
}
.showCal
{
	border: 3px solid #020F48;
    display: block;
}
.selectCalendar2
{
    border: 3px solid #020F48;
    margin-right: 34px;
}

/* escape char */
.\314-link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;

}
.\314-link a {
	color:  #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.\314-link a:hover {
	text-decoration: underline;
}
.w-link {
	color: #F3AC23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;

}
.w-link a {
	color:  #F3AC23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.w-link a:hover {
	text-decoration: underline;
}
.museum-link {
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	
}
.museum-link a {
	color:  #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.museum-link a:hover {
	text-decoration: underline;
}
.theatre-link {
	color: #75a18e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
.theatre-link a {
	color: #75a18e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.theatre-link a:hover {
	text-decoration: underline;
}
.symphony-link {
	color: #8fbafb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	
}
.symphony-link a {
	color: #8fbafb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.symphony-link a:hover {
	text-decoration: underline;
}
.eventTimeMain
{
		font-size:12px;
    font-weight: bold;
    color: #333333;
    display:block;

}
.eventTimeMain2
{
		font-size:10pt;
    font-weight: bold;
    color: #333333;
    display:block;

}

.eventTitle
{
		font-size:10pt;
    font-weight: bold;
    color: #222222;
}
.eventTitle a
{
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.eventTitle a:hover
{
    font-weight: bold;
    color: #cccccc;
    text-decoration:none;
}
.eventTime
{
    color:#B92F92;
}

.eventTime2
{
    color:#BBB;
}

.noUndrLn a
{
	text-decoration:none;
}

.noUndrLn a:hover
{
	text-decoration:underline;
}
/************************** Jobs **************************/
.jobDiv
{
		font-size:10pt;
		font-weight: bold;
		color: #222222;
}

.jobTitle
{
    font-weight: bold;
    color: #555;
}
.jobTitle a
{
    font-weight: bold;
    color: #555;
    text-decoration: underline;
}
.jobTitle a:hover
{
    font-weight: bold;
    color: #cccccc;
    text-decoration:none;
}

/************************** Press **************************/

.pressLabels
{
		padding-bottom:5px;
		font-size:10pt;
		font-weight: bold;
		color: #222222;
		display:block;
}

.press
{
    color: #555;
}
.press a
{
    color: #555;
    text-decoration: underline;
}
.press a:hover
{
    color: #cccccc;
    text-decoration:none;
}

/*             Friday Lunch Break Escapes          */

.june-container 
{
    width:558px;
    min-height:300px;
    height:auto !important;
    font-family:Arial;
    padding-top:170px;
    padding-right:20px;
    padding-bottom:20px;
    padding-left:180px;
    margin:0px;
    border:solid 1px #9a0048;
    color:#6d6c60;
    background:url(images/fyc-background-image-2.jpg) no-repeat #0d4c71;
}

.june-artist img 
{
    float:right;
    width:133px;
    display:inline;
    margin-left:8px;
    clear:right;
}

.june-artist #caption
{
    float:right;
    font-size:8px;
    clear:both;
}

.june-container a 
{
    color:#8e1cdf;
    font-weight:bold;
}

.june-container h1 
{
    font-size:42px;
    border-top:solid 1px #0085c2;
    color:#0085c2;
    line-height:100%;
    margin-bottom:8px;
}

.june
{
    width:528px;
    margin-top:5px;
    font-size:14px;
    display:block;
    font-family:Arial;
    border:solid 1px #9a0048;
    background:#FFFFFF;
}

.june-content 
{
    padding:7px 8px 10px 4px; 
    overflow:auto; 
 /*   height:300px;   */
}

.june-date
{
    color:#eda620;
    font-size:20px;
    font-weight:bold;
    display:block;
    border-bottom:solid 1px #eda620;
    margin-bottom:4px;
    margin-top:19px;
    display:block;
    clear:both;
}

.june-performer
{
    float:left;
}

.june-time
{
    color:#0085c2;
    padding:0px 5px;
    font-weight:bold;
}

.june-artist
{
    font-size:10px;
    line-height:100%;
    padding:0px 5px;
    margin-bottom:8px;
  /*  float:left;  */
  clear:both;
}

.june h1
{
    font-size:26px;
    font-weight:lighter;
    color:#ffffff;
    background:#9a0048;
    padding-left:4px;
    line-height:30px;
    border:none;
}
