/* PAGE STRUCTURE */


body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color:#333333;
	background-color:#ebebeb;
}


#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#masthead,
#crumbtrail,
#content {
	margin-right: 32px;
	margin-left: 32px;
}

#navigation {
	margin-right: 30px;
	margin-left: 30px;
}




img {
	border:none;
}

/* COLUMNS */


.leftcol {
	width: 195px;
	float: left;
	margin-bottom:20px;
}


.rightcol {
	margin-left: 215px;
}



/* MASTHEAD & BANNER */


#masthead {
	background-image: url(/images/masthead3.jpg);
	background-repeat: no-repeat;
	height:150px;
	border-bottom: 1px solid #CCCCCC;
}


#masthead .links {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 0px;
	color: #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

}

#masthead a:link, 
#masthead a:visited {
	color: #0066CC;
	text-decoration: none;
	font-size: 85%;
	font-weight:bold;

}

#masthead a:hover {
	color:#CC0066;
	text-decoration:underline;
}


.datedisplay {
	color:#EC0090;
	font-family:verdana;
	font-size:145%;
	font-weight:bold;
	margin-left:725px;
	margin-top:90px;
	position:absolute;
	width:210px;
	
}

/* ACCESSIBILITY HIDDEN JUMP LINK */

#accessibility {
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: -100px;
}



/* NAVIGATION */


#navigation {
	margin-bottom: 6px;
	margin-top: 5px;

}

#navigation table {
	width:911px;
}

#navigation td {
	padding:8px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	border: 1px solid #e51971;
	vertical-align: bottom;
	background-image: url(/images/navbg.gif);
	background-position: center;
}


#navigation td.on {
	background-image: url(/images/navbg-on.gif);
	border: 1px solid #FF3399;
}


#navigation td a:link,
#navigation td a:visited {

	background-image: url(/images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;

	text-decoration: none;
	text-transform: uppercase;
	display: block;

}

#navigation td a:hover {
	background-image: url(/images/navarrow-on.gif);
}

.fadetop {
	background-image: url(/images/fadetop.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
}



.fadebottom {
	background-image: url(/images/fadebottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
}


/* BROWSE BY DAY BUTTONS  */

#content ul.daylist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
}


#content ul.daylist li {
	display:inline;
}


#content ul.daylist a { 
	text-decoration:none;
	border:1px solid #CCCCCC;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:120%;
	height:90px;
	
	}
#content ul.daylist a.selected { 
	border:1px solid #0066CC;
	background-color:#0066CC;
	color:#FFFFFF;
	}
	
#content ul.daylist a:hover { 
	border:1px solid #666666;
}
	

/* CRUMBTRAIL */

#crumbtrail {
	margin-bottom: 8px; 
	font-size: 75%;
	color:#666666;
}

#crumbtrail a:link,
#crumbtrail a:visited {
	color: #666666;
}

#crumbtrail a:hover {
	color: #0066CC;
}


/* MAPS */

.gmap {
	float:right;
	margin-left:15px;
	margin-top:0px;
}


/* TOOLS */

#tools {

	float:right;
	margin-right:30px;

}

#tools  div.printtools {
	display:none;
}

/* SUB NAVIGATION */

.subnavheader {
	padding: 7px 2px 6px 10px;
	color: #CC0066;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../images/boxhead.gif);
	font-weight: bold;
}



#content ul.subnav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#content  ul.subnav li {
	
	margin-bottom: 2px;
}

#content  ul.subnav a:link,
#content  ul.subnav a:visited {
	display:block;
	height:100%;
	background-color: #F8F8F8;
	padding: 5px 10px;
	font-weight:bold;
}



#content  ul.subnav li.on  a:link,
#content  ul.subnav li.on  a:visited {
	background-color: #E0ECFE;
}

#content  ul.subnav a:hover {
	background-color: #E0ECFE;
	color: #0066CC;
}


/* SUB NAVIGATION indented nav level 3 */



#content ul.subnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border:none;


}


#content  ul.subnav ul  li {

	margin-bottom: 2px;
}

#content  ul.subnav ul  li a:link,
#content  ul.subnav ul  li a:visited {
	background-image:url("/images/subnav-indent-bullet.gif");
	background-repeat:no-repeat;
	background-position: 10px 10px;
	display:block;
	height:100%;
	background-color: #F8F8F8;
	padding: 5px 19px;
	font-weight:bold;
	font-size:11px;
}



#content  ul.subnav ul  li.on  a:link,
#content  ul.subnav ul  li.on  a:visited {
	background-color: #E0ECFE;
}

#content  ul.subnav ul  li a:hover {
	background-color: #E0ECFE;
	color: #0066CC;
}




/* CONTENT STYLES */

#content {
	margin-top:0px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}


#content ul {
	padding-bottom:15px;
}


#content h1,
#content h2,
#content h3,
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0066;
}


#content h1 {
	font-size: 140%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EA478D;
	padding-bottom: 3px;
	margin-bottom: 12px;
	margin-top:3px;
}


#content h1 {
	border-bottom:2px solid #EA478D;
	font-size:130%;
	font-weight:normal;
	letter-spacing:0px;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:2px;
	text-transform:uppercase;
}



#content h2 {
	font-size: 130%;
}

#content h2.snug,
#content h3.snug {
	margin-top:0px;
}


#content h3 em {
	color:#339933;
}

#content h4 {
	color:#333333;
	font-size: 90%;
	margin-bottom: 4px;
	margin-top: 4px;
}

#content p,
#content li {
	line-height:140%;
	font-size:85%;
}

#content p {
	margin-top: 0px;

}

#content p.small {
	font-size:75%;
	color:#666666;
}

a:link, a:visited {
	color:#0066CC;
}

a:hover {
	color:#CC0066;

}


form td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

input.button {
	cursor:pointer;
	padding:5px;
}


.box {
	border: 1px solid #CCCCCC;
	background-image: url(/images/boxfade.gif);
	background-repeat: repeat-x;
	padding: 20px;
	margin-bottom: 20px;
	
}

.box  div.inner  {
	margin-left:10px;
	margin-right:10px;
}


#content .box h1 {
	font-weight:bold;
	background-image: url(/images/boxhead.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 100%;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top:30px;
	padding-top: 6px;
	padding-left: 10px;
	color:#777777;
}


#content .box h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;

}

#content .box h3 {
	font-size: 100%;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom: 5px;
}


.calendar th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left:10px;
	padding-bottom: 8px;
}

.calendar {
	font-size: 85%;
}

.calendar td {
	padding-bottom: 8px;
	padding-right:10px;
}


#content .calendar ul.news {
	font-size: 120%;
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

a.button:link,
a.button:visited  {
	color: #FFFFFF;
	background-color:#E51971;
	font-weight:bold;
	padding: 3px 7px 3px 7px;
	font-size:12px;
	border: 1px solid #e51971;
	background-image: url(/images/navbg.gif);
	background-position: center;
	text-decoration: none;

}

a.button:hover {
	background-image: url(/images/navbg-on.gif);
}



img.border {
	border: 1px solid #e51971;
}

img.photo {
	border: 1px solid #999999;
}


#content ul.pdflist {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 padding-bottom:12px;
	padding-left: 0.3em;
	padding-top: 0.3em;
	
}

#content ul.pdflist li {
	background-image: url("/images/icon_pdf.gif");
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 1.85em;
	line-height: 175%;
}


#content ul.arrowlist {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 padding-bottom:12px;
	padding-left: 0em;
	padding-top: 0.2em;
	
}

#content ul.arrowlist li {
	background-image: url("/images/icon_listarrow.gif");
	background-repeat: no-repeat;
	background-position:left 2px;
	padding-left: 1.65em;
	line-height: 175%;
}


/* SIDEBOX STYLES IN LEFT COL */

.sidebox {
	background-color:#E0ECFE;
	padding: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}



#content  h2.sidebox {
	background-image: url("../images/sidebox-head.gif");
	background-repeat:no-repeat;
	margin-bottom: 0px;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 0px;
}

#content  .sidebox p {
	margin-bottom:5px;
	line-height: normal;
	font-size:75%;
}



#content  .sidebox ul.pdflist li {
	font-size:75%;
	background-position:left top;
	line-height:140%;
}



.sidebox-foot {
	background-image:url(../images/sidebox-foot.gif);
	background-repeat:no-repeat;
	width:195px;
	height: 10px;
	background-color: #FFFFFF;
}


/* TABLE STYLES  */

table.directory {
	border: 1px solid #CCCCCC;
	font-size: 85%;
	width: 530px;
	margin-bottom: 12px;
}
table.directory th {
	text-align: left;
	background-color: #F5F5F5;
	width: 75px;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;

}
table.directory th,
table.directory td {
	padding: 2px 3px 3px 5px;
	border-bottom-width: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
table.directory td {
	padding-left: 8px;
	background-color:#FFFFFF;
}


table.news th, 
table.news td {
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.news td.month {
	font-size: 100%;
	color: #CC0066;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	padding-left: 0px;
	padding-bottom: 1px;
}
table.news th {
	text-align: right;
	padding-right: 8px;
}




table.standard {
	border: 1px solid #CCCCCC;
	font-size: 85%;
	margin-bottom: 12px;
}
table.standard th {
	text-align: left;
	background-color: #F5F5F5;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
table.standard th,
table.standard td {
	padding: 3px 3px 7px 7px;
	vertical-align: top;

}
table.standard td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}



table.standard2 {
	border: 1px solid #CCCCCC;
	font-size: 85%;
	margin-bottom: 12px;
}
table.standard2 th {
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	background-image: url(../images/navbg.gif);
	background-position: center;

}
table.standard2 th,
table.standard2 td {
	padding: 3px 3px 7px 7px;
	vertical-align: top;

}
table.standard2 td {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #F5F5F5;
}



#content table.invisible,
#content table.invisible p {
	font-size:85%;
	padding:0px;
	margin:0px;
	line-height:normal;
}

#content table.invisible td {
	vertical-align:top;
	padding:0px;
	padding-bottom:4px;
	padding-right:6px;

}



table.form {
	border: 1px none #CCCCCC;
	margin-bottom: 12px;
	width:100%;
}


table.form th {
	text-align: left;
	background-color: #E0ECFE;
	font-weight: bold;
	padding: 4px 4px 4px 7px;
	font-size: 90%;
	color: #0066CC;
}

table.form td {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left:8px;
}

label {
	cursor:pointer;
}



.table-menu {
	font-size: 85%;
	color: #000000;
}


.table-menu .subtitle {
	font-style:italic;
	color:#990066;

}





table.centrelist {
	border: 1px solid #CCCCCC;
	font-size: 85%;
	margin-bottom: 12px;
	width:100%;
}
table.standard th {
	text-align: left;
	background-color: #F5F5F5;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
table.centrelist  th,
table.centrelist  td {
	padding: 4px 8px;
	vertical-align: top;
}
table.centrelist  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-bottom:8px;
}



table.centrelist  td a.button {
	float:right;
}


#content table.centrelist  h2 {
	padding:0px;
	margin:0px;
	padding-top:5px;
}






#content p.posted,
#content span.posted {
	
	color:#666666;
	margin-top:0px;
}

#content span.posted {

	margin-left:5px;
}


/* PHOTO GALLERY */


table.photogallery {
	border: 0px solid #CCCCCC;
	margin-bottom: 12px;
	
}


table.photogallery td {
	padding: 0px 4px 10px 15px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	vertical-align:top;
	width:auto;
}

table.photogallery th {
	padding-bottom: 12px;
	background-color: #FFFFFF;
	vertical-align:top;
	width:120px;
}

table.photogallery th img{
	width: 120px;
	height: 90px;
}


#content .gallery-thumbnail {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 190px;
	height: 140px;

}

table.photogallery img,
#content .gallery-thumbnail img,
#content img.gallery-zoom   {
	border:3px solid #DDDDDD;
	display:block;
	height:135px;
	width:180px;
}

table.photogallery img,
#content img.gallery-zoom  {
	height:auto;
	width:auto;
}


#content  div.question h3 {
	margin-top:0px;
}


#content  div.question h3,
#content  div.answer h3 {
	font-size:12px;
}

#content  div.question {
	font-weight: bold;
	background-color: #EDF3FE;
	padding: 6px 10px 3px;
	margin-top: 35px;
}


#content  div.question em {
	font-weight: normal;
	/* text-align: right;*/
}

#content  div.answer {
	margin-left:10px;
	margin-right: 10px;
}


.videoframe {
	padding:10px;
	background-color:#DDDDDD;
	text-align:center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E51971;
	border-bottom-color: #E51971;
}

/* Furniture - mock Horizontal Rule */
div.hr {
	border-bottom:1px dotted #CCCCCC;
	margin-top:15px;
}


/* FOOTER */

#footer {
	font-size: 75%;
	color:#999999;
	padding-left: 32px;
	clear: both;


}

#footer a:link, 
#footer a:visited {
	color:#999999;

}

/*INTERNAL USE COMMENT */
.comment {
	background-color: #FFFFCC;
	color: #666666;
	font-style: italic;
	font-size: 85%;
	padding:5px;
}


@media print {
	#tools { 
	display:none
	}
}
