


/* PAGE STRUCTURE */


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


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

#masthead,
#crumbtrail,
#content {

}



img {
	border:none;
}

/* COLUMNS */


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


.rightcol {
	margin-left: 215px;
	padding:15px;
	padding-top:0px;
}



/* MASTHEAD & BANNER */


#masthead {
	background-image: url(/images/masthead4.jpg);
	background-repeat: no-repeat;
	height:150px;
}


#masthead .links {
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 5px;
	color: #999999;
	border-top-left-radius:5px;

}

#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: 625px;
    margin-top: 78px;
    position: absolute;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 210px;
}

/* ACCESSIBILITY HIDDEN JUMP LINK */

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





/* NAVIGATION */


.navigation {
	margin-bottom: 6px;
	margin-top: 6px;

}


.navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
.navigation li {
	display:inline;
	}
	
.navigation a:link,
.navigation a:visited {
    background-image: url("/images/navbg.gif");
    background-position: center center;
    border: 0px solid #FF3399;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    padding: 6px;
    text-decoration: none;
    vertical-align: top;
    width: 98px;
	 letter-spacing: -0.33px;
    line-height: 120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}



.navigation a:hover,
.navigation li.on a:link,
.navigation li.on a:visited {
	background-image: url(/images/navbg-on.gif);
	border: 0px solid #FF70AC;
	color:#FFFFFF;
}



.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: 80%;
	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-bottom:1px solid #CC0066;
	/* background-image: url(../images/boxhead.gif);*/
	font-weight: bold;
	font-family: 'Ubuntu';
	background-color:#FDDBE9;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}



#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;
	border:none;
}


#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;
	text-decoration:none;
}



#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: 0px solid #CCCCCC;
}


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


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




#content h1 {
	border-bottom:2px solid #EA478D;
	font-size:150%;
	font-weight:normal;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-top:0px;
	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 {
	 background-color: #EC2175;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 5px;
	 border-radius:5px;
	 -moz-border-radius:5px;
}

input.button:hover {
	 background-color: #666;
	
}


.box {
	border: 0px solid #CCAACC;
/*	background-image: url(/images/boxfade.gif);
*/	background-repeat: repeat-x;
	padding: 0px;
	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: #EA478D;
	font-size: 100%;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top:30px;
	padding-top: 6px;
	padding-left: 10px;
	color:#CC0066;
	background-color:#FDDBE9;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}


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

}

#content .box h3 {
	font-size: 120%;
	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;
	margin-left:15px;
}


#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%;
}



.community-data {
	border:0px solid #CCCCCC;
	padding:10px;
	padding-top:0px;
	padding-bottom:5px;
	background-color:#FEFCD5;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#content .community-data ul {
	padding-bottom:0px;
	padding-top:5px;
	margin-top:0px;
}

#content .community-data h3 {    
	padding-top: 15px;
}


/* 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 dotted #999;
	margin-bottom: 12px;
	padding:10px;
	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: 0 30px 10px 10px;
	background-color: #FFFFFF;
	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;
}

table.photogallery th.header {
    background-color: #FDDBE9;
    border-bottom: 10px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    color: #CC0066;
    padding-bottom: 4px;
    padding-top: 5px;
}


#content .gallery-thumbnail {
    color: #666666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 140px;
    margin: 0 24px 32px 0;
    width: 195px;

}

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 .box table.photogallery  h3 {
	margin-top:0px;
}

#content  table.photogallery p {
	font-size:11px;
	color:#777777;
	line-height:120%;
}
 

table.photogallery h3 a:link,
table.photogallery h3 a:visited {
	text-decoration:none;
}


#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 #C0DFFB;
	margin-top:15px;
	clear:right;
}


/* FOOTER */

#footer {
	font-size: 75%;
	color:#999999;
	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;
}

/* GOOGLE TRANSLATE */

#google_translate_element {

	position:absolute;
	margin-left: 740px;
    margin-top: 8px;
}



/* GOOGLE SEARCH */

/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */



#cse-search-form {
	height:30px; /*stops page wobbling on load */
	padding:4px;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:2px;
	background-color:#99CCFF;
	background-color:#FFCC66;
	border-radius:4px;
	margin-bottom:8px;
}

#cse-search-form td.gsc-input  {
	width:570px;
}

#cse-search-form td.gsc-search-button {
	width:auto;
	
}

#cse-search-form table.gsc-search-box td.gsc-search-button {
	width:100px;
}

#cse-search-form table.gsc-search-box td.gsc-clear-button {
	width:400px;
}


#cse-search-form  input.gsc-input {
	font-size:110%;
	padding:3px;
	width:540px;
	background-image:none !important ;
	border-color:#CC9933;
}

#cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
#cse .gsc-branding,
.gsc-branding {
  display: none;
}
#cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
#cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
#cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
#cse input.gsc-search-button,
input.gsc-search-button {
  font-family: arial;
  color: #FFFFFF;
  background-color: #CC6600;
  border: 0px outset;
  border-color: #666666;
  font-size:100%;
  padding:3px;
  padding-left:20px;
  padding-right:20px;
  font-weight:bold;
  cursor:pointer;
}

#cse-search-form input.gsc-search-button:hover {
  background-color: #666666;

}

/* Inactive tab */
#cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
#cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
#cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
#cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
#cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
#cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
#cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
#cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
#cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
#cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
#cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
#cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
#cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
#cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
#cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
#cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
#cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
#cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
#cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
#cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
#cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
#cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
#cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

















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

