/* ====================================================================
C A L I T 2    C S S      S H E E T

B O D Y     A N D      S T R U C T U R E
-------------------------------------------------------------------- */

/* ====================================================================
body div structures the layout of the entire page, basic font, etc..
-------------------------------------------------------------------- */

  body
	{
	margin				: 0px;
	background-color	: #ADC4D9; 
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #000;
	padding-right: 10px;
	vertical-align: top;
	}
	
/*
div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	}
*/

img
	{
	border				: none;
	}


figure { margin: 25px 15px 15px 15px; border:1px solid #6699cc; display:table; width:100px; }
figcaption { font-size:11px; color:#666; text-align:center; margin:3px 5px; }


/* ====================================================================
Div that holds the entire website content with shadow background
-- see http://nontroppo.org/test/shadow.html for specifics
-------------------------------------------------------------------- */

#container_BIG 
{
	position: absolute;
	background: url(/images/graphics/shadowblue2.gif) repeat-y;
	width: 780px;
	padding-left: 1px;
	margin-left: 3px;
	margin-top: 2px;
}

/* ====================================================================
Div that holds the content inside of the shadow
-- see http://nontroppo.org/test/shadow.html for specifics
-------------------------------------------------------------------- */
	
#container
	{
	width: 770px;
	background: #fff;
	}

/* ====================================================================
Div that holds the content inside of the shadow, positioned relative
to the other container (#container)
-- see http://nontroppo.org/test/shadow.html for specifics
-------------------------------------------------------------------- */
	
#container2_shadow {
	position: relative;
	padding-left: 0px;
	width: 770px;
	background: #fff;
	color: #ccc;
}

/* ===================================================================
H E A D E R 
(holds the Calit2 logo and navbar)
-------------------------------------------------------------------- */

#header
	{
	margin-bottom		: 0px;
	padding				: 0px;
	background-color	: #6284B2;
	color: #ccc;
	width: 770px;
	height: 80px;
	}

/* ===================================================================
holds the actual navigation bar
-------------------------------------------------------------------- */
	
#nav
	{
	margin-top			: 0px;
	margin-bottom		: 15px;
	/*padding-bottom		: -4px;*/
	background-color	: #345a94;
	color: #ccc;
	width: 770px;
	}

/* ===================================================================
T E X T
(document text)
-------------------------------------------------------------------- */


/* ===================================================================
small
used in documents like: 
http://www.calit2.net/about/buildings/ucsd/connecting_wirelessly.php
-------------------------------------------------------------------- */
.small {
	font-size: 8pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #333;
	padding-right: 10px;
	vertical-align: top;
	}
.small p{
	font-size: 8pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #FFFFFF;
	padding-right: 10px;
	vertical-align: top;
	}
	
.small h1{
	font-family: Arial, Helevetica, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 11pt;
	font-weight: bold;
	color: #333;
	background-color: #FFFFFF;
	}

/* ====================================================================
PAGE NUMBERS
-------------------------------------------------------------------- */
.num{
	width: 455;
	color: #E06F22;
	text-decoration: none;
	font-size: 8pt;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 0px;
	}
.num a:link{
	color: #E06F22;
	}
	
.num a:visited{
	color: #E06F22;
	}
	
.num a:hover{
	color: #E06F22;
	text-decoration: underline;
	}
	
/* ===================================================================
text - basic black text used in areas like #center_column
-------------------------------------------------------------------- */

.text{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #000;
	padding-right: 10px;
	/*vertical-align: top;*/
	}
	
.text p{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #000;
	padding-right: 10px;
	vertical-align: top;
	}

	
.text li{
	 list-style-position: outside;
	list-style-image: url(../images/graphics/arrows.gif);
	list-style-type: circle
	}
	
.text h1{
	font-family: Arial, Helevetica, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #233D6E;
	background-color: #FFFFFF;
	}
	
.text h2{
	font-family: Arial, Helevetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #233D6E;
	background-color: #FFFFFF;
	}
	
.text h3{
	font-family: Arial, Helevetica, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	}
	
.text a:link{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #467CB2;
	text-decoration: none;
	}
	
.text a:visited{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #467CB2;
	text-decoration: none;
	}
	
.text a:hover{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #233D6E;
	text-decoration: underline;
	}


.text td a:link{
	font-size: 8pt;
	color: #467CB2;
	text-decoration: none;
	}
	
.text td a:visited{
	font-size: 8pt;
	color: #467CB2;
	text-decoration: none;
	}

.text td a:hover{
	font-size: 8pt;
	color: #233D6E;
	text-decoration: underline;
	}			

/* ===================================================================
title - used for titles, headings, etc..
-------------------------------------------------------------------- */
	
.title {
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	color: #467CB2;
	font-weight: bold;
	padding-right: 10px;
	}
	
.title a:link{
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	color: #467CB2;
	font-weight: bold;
	padding-right: 10px;
	}
	
.title a:hover{
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	color: #233D6E;
	font-weight: bold;
	padding-right: 10px;
	}
	
.title a:visited{
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	color: #467CB2;
	font-weight: bold;
	padding-right: 10px;
	}

/* ===================================================================
Styles text in the PARTNER page columns
-------------------------------------------------------------------- */
	
.column_table p{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	}

/* ===================================================================
Styles text in the PARTNER pages that are blue columns 
- unique to the site
-------------------------------------------------------------------- */

.blue_table_cell {
   border-bottom: 1px solid white;
   border-right: 1px solid white;
}
	
a.blue_table_cell:link {
    color: white;
    text-decoration: underline;
    border-bottom: 0;
    border-right: 0;
}

a.blue_table_cell:hover {
    color:white;
}

a.blue_table_cell:visited {
    color:white;
}

/* ===================================================================
Breadcrumb styles at the top of the center column 
- usually something like "About > People" 
-------------------------------------------------------------------- */

#breadcrumb h1{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	/*color: #436CA8;*/
	color: #233D6E;
	padding-top:10px;
	}
	
.parent {
	color: #666;
	text-decoration: none;
	}
	
.parent a{
	color: #666;
	text-decoration: none;
	}
	
.parent a:hover{
	color: #333;
	text-decoration: none;
	}
	
/* ====================================================================
CENTER HEADLINES PAGE LAYOUT  (was 'center_content')
- used to style headings and other unique text elements in page
like RESEARCH, EDUCATION, and PEOPLE....
-------------------------------------------------------------------- */	
.center_headlines {
	padding-top: 0px;
}
.center_headlines h2{
	padding-left: 20px;
	padding-bottom: 5px;
	background: url("../../../images/graphics/orange2.gif") 0px 30% no-repeat;
	color: #000;
	font-weight: bold;
}

.center_headlines h3{
	padding-left: 45px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}
.center_headlines plain{
	padding-left: 45px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}

.center_headlines p{
	padding-top: 0px;
	
}

/* ====================================================================
PRESENTATION CONTENT
empty div to force correct styles for Presentation pages
-------------------------------------------------------------------- */	

.presentation_content {

}

/* ====================================================================
LINE class
Styles text with a gray left border, on pages like ABOUT
-------------------------------------------------------------------- */	

.line{
	margin-left: 35px;
	padding-left: 15px;
	border-left: 1px solid #C2C2C2;
}

/* ===================================================================
Styles text in the PARTNER pages that are white columns 
usually containing an image, logo, text, etc.
- unique to the site
-------------------------------------------------------------------- */

.white_table_cell {
   border-bottom: 1px solid #CCC;
}

/* ===================================================================
Styles used to structure the leftmost div in a two-column layout
(within centercolumn) 
- usually found in the PARTNER pages
-------------------------------------------------------------------- */

#content_left {
	float: left;
	width: 198px;
	padding: 5px;
}

/* ===================================================================
Styles used to structure the rightmost div in a two-column layout
(within centercolumn) 
- usually found in the PARTNER pages
-------------------------------------------------------------------- */

#content_right {
	width: 198px;
	margin-left: 210px;
	padding: 5px;
}

/* ===================================================================
Simple gray line
-------------------------------------------------------------------- */

.hr {
	 color: #f00;
	width: 415px;
	height: 5px;
}

.hr2 {
	width: 415px;
	height: 1px;
	background:#ADC4D9;
	font-size:0.01pt;
	margin-top:5pt;
	margin-bottom:5pt;
}

/* ====================================================================
web editor image caption
-------------------------------------------------------------------- */	
tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	}
tbody p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	}
	
td a:link {
	color:#467CB2; font-size:8pt;
	}
	
	td a.link {
	
	}
a.cap:link {color:#467CB2; font-size:8pt;}
a.cap:visited {color:#467CB2; font-size:8pt;}
a.cap:hover {color: #467CB2; font-size:8pt;}	
	
/* ====================================================================
L E F T     S I D E     N A V I G A T I O N 
(menu on the left side of the page)
-------------------------------------------------------------------- */

#menu{
	margin-left: 0px;
	margin-top: 3px;
	color: #FFF;
	text-decoration: none;
	font-family: Myriad, Verdana, sans-serif;
	font-size: 8pt;
	padding: 0px 2px 10px 4px;
	}
		
#menu li{
	padding-top: 3px;
	padding-bottom: 3px;
	color: #30559A;
	text-decoration: none;
	list-style-type: none;
	}

	
#menu ul li{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 0px 0px -30px; 
	color: #30559A;
	text-decoration: none;
	list-style-type: none;
	}

	
#menu a{
	color: #467CB2;
	/*color: #59779E;*/
	text-decoration: none;
	}
	
#menu a.active, #menu a:hover{
	color: #30559A;
	text-decoration: underline;
	}
	
/* ====================================================================
CENTER COLUMN (VERTICAL) LIST STYLES 
-------------------------------------------------------------------- */	
/*
#two_column_list{
	margin-left: 0px;
	margin-top: 3px;
	color: #FFF;
	text-decoration: none;
	font-family: Myriad, Verdana, sans-serif;
	font-size: 9pt;
	padding: 0px 2px 10px 3px;
	}
		
#two_column_list li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #598FA9;
	text-decoration: none;
	list-style-type: none;
	background: url(../images/graphics/grey_arrow.gif) center left;
	background-repeat: no-repeat;
	background-position: 0.4em;
	padding-left: 1.5em;
	}
	
*/

/* ====================================================================
R I G H T S I D E      C O N T E N T
-------------------------------------------------------------------- */


/* ====================================================================
Bluebar - the blue title bar for the rightside SEARCH, RELATED LINKS,
WEBCASTS, etc..
-------------------------------------------------------------------- */
	.bluebar_related h1{
	background: url(../images/graphics/related_smbar.png) no-repeat top right;
	font-size:11px;
	padding:2px 0px 0px 10px;
	font-family: Aial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	height: 18px;
	margin:0px;
	}
	
	.bluebar_highlight h1{
	background: url(../images/graphics/highlight_smbar.png) no-repeat top right;
	font-size:11px;
	padding:2px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color: #FFF;
	height: 18px;
	margin:0px;
	}


/* ====================================================================
Box - Div that holds rightside content for each of the individual 
sections
-------------------------------------------------------------------- */

.box_top {
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 18px 5px;
	background: #ECF1F5 url(../images/graphics/box_body.jpg) top center no-repeat;
	}
	
.box_bottom {
	margin: -20px 0px 10px 0px;
	padding: -5px 2px 18px 5px;
	background: url(../images/graphics/box_bottom.jpg) top center no-repeat;
	}
	
  End usable box divs!!!   
	

/* ====================================================================
STYLE FOR SEARCH BOX  - BELOW CAN BE DELETED
-------------------------------------------------------------------- */

#searchbox {
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 0px 2px;
	width:190px;
}


#search input {
	border: 1px solid #666;
	font-size: 12px;
	padding: 2px;
	width: 190px;
}
/*.topsform {
	margin: -1px 2px 3px 0px;
	padding: 0px;
	width: 185px;
	height: 22px;	
	background-color: #FFFFFF;
	border: 1px solid #D6D3CE;
	float: right; 
	}	
	*/
	
.t-s{
	/* this margin setting effects the actual search box placement  */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	width: 85%;
	height: 22px;
	border: 1px solid #8ca4bd;
	background-color: #FFF;	
	}	
	
/* Hide from IE-Mac \*/	
.topsformsubmit{
	margin: 3px 0px -10px 0px;
	padding:0px 0px 0px 3px;
	/*background: url("../images/graphics/white.gif") no-repeat;*/
	width: 17px;
	height: 17px;
	}
/* End hide */	


/* ====================================================================
Rightcolumn text - headings, paragraph, etc.
-------------------------------------------------------------------- */

.rightcolumn h1 { 
	font-size: 10pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 5px 5px 3px;
	color: #233D6E;
	}
		
.rightcolumn p { 
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	margin:0px 5px 10px 5px;
	}

/* ====================================================================
Rightside text - same as rightcolumn, just different margins
-------------------------------------------------------------------- */

.rightside p{
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #333;
	text-decoration: none;
	line-height: 10pt;
	}
	
.rightside a{
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	color: #598FA9;
	text-decoration: none;
	}
	
.rightside a.active, .rightside a:hover{
	color: #30559A;
	text-decoration: underline;
	}

/* ====================================================================
Rightside lists - styles
-------------------------------------------------------------------- */
	
.rightside ul{
	font-size: 7pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #333;
	padding-right: 5px;
	padding-left: 15px;
	list-style: none;
	}
	
.rightside ul a{
	font-size: 7pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #59779E;
	list-style: none;
	}
	
.rightside li{
	list-style-position: outside;
	list-style-image: url(../images/graphics/here.gif);
	list-style-type: none;
	}
	

/* ===================================================================
H A C K S      A N D       C R O S S - B R O W S E R 
C O M P A T A B I L I T Y 
(hacks and fixes for 'difficult' styles or styles that don't work
the same on different browsers
-------------------------------------------------------------------- */

	
/* ====================================================================
COLUMNS
-------------------------------------------------------------------- */	
/* -21px is for who? Netscape 4, I would guess - er yes */
#columns
	{
	width: 770px;
	}
/* NB - OmniWeb displays the 1px space as looking somewhat thicker, but set it to 0px and there is no space */
/* IE5 gets the spacing all wrong: -18px puts it right. Then use the tantek-family hack to make everything right again */
/*/*/
.columns
	{
	margin-top			: 18px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 1px;
	}
/* */
/* empty required to get IE5 vback on track */
#empty{}


#leftcolumn
	{
	float				: left;
	width				: 135px;
	height				: 100%;	
	margin-top			: -11px; 
	background: url(../images/graphics/menu.png) no-repeat;
	/*background-color	: #fff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;*/
	
	}
	

#leftcolumn
	{
	/*/*/
	margin-top			: 0px;
/* */
	}

/*
make sure that the hack widths equals the value of .centercolumn's margin-right
the initial width is for NN4 - experiment and set to what seems best
*/
#rightcolumn
	{
	position			: static;
	float				: right;
	width				: 200px;
	margin-left			: 0px;
	padding				: 0px;
	z-index				: 3;
	color				: #666666;
	background-color	: #fff;
	}

/* 
For NN4, -25px is the margin-left setting to make the centercolumn column but up against the left column. (OmniWeb is much the same, but this stylesheet makes no allowances for it).
For other browsers, the equivalent margin-left setting is equal to the width of the left column.
margin-right is set to the value of the overriding values for .rightcolumn's width. 
A margin can be created between these two columns either by changing these values, or by setting the padding of the relevant #...padding divs.
margin-top is set to -1px to make NN4 line up correctly.
*/
#centercolumn
	{
	margin				: 0px;
	padding				: 0px;
	color				: #666666;
	background-color	: #ffffff;
	z-index				: 4;
	}
#centercolumn
	{
	margin-right		: 0px;
	margin-top			: -1px;
	margin-bottom		: 0px;
	padding-bottom		: 22px;
	margin-left			: -25px;
	}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
#centercolumn
	{
	margin-right		: 200px;
	margin-left			: 140px;
	margin-top			: 0px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 0px;
	width				: 415px;
	}
	#centercolumn p {width:406px;}
	#centercolumn2 p {width:306px;}
#empty{}
/*  */

/* following bit only necessary if OmniWeb to be handled - the .fake bit is only picked up by OmniWeb, IE and, er, Amaya
see  http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml
But exclude it from IE5/mac */
/*\*/
.fake.centercolumn
	{
	margin-right		: 1px;
	margin-left			: 1px;
	}
/* this bit resets for IE */
* html .centercolumn
	{
	margin-right		: 200px;
	margin-left			: 140px;
	}
/* End of OmniWeb shenanigans */

.centercolumn2
	{
	margin				: 0px;
	padding				: 0px;
	color				: #666666;
	background-color	: #ffffff;
	z-index				: 4;
	}
.centercolumn2
	{
	margin-right		: 0px;
	margin-top			: -1px;
	margin-bottom		: 0px;
	margin-left			: -25px;
	}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
.centercolumn2
	{
	margin-right		: 35px;
	margin-left			: 145px;
	margin-top			: 29px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-top			: 0px;
	}
#empty{}
/*  */

/* following bit only necessary if OmniWeb to be handled - the .fake bit is only picked up by OmniWeb, IE and, er, Amaya
see  http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml
But exclude it from IE5/mac */
/*\*/
.fake.centercolumn2
	{
	margin-right		: 1px;
	margin-left			: 1px;
	}
/* this bit resets for IE */
* html .centercolumn2
	{
	margin-right		: 35px;
	margin-left			: 145px;
	}
/* End of OmniWeb shenanigans */



/* ====================================================================
F O O T E R   
- Layout for area at bottom of page
-------------------------------------------------------------------- */

/* ====================================================================
Footer   - Div that holds the entire footer, containing the footerbar,
links, etc.
-------------------------------------------------------------------- */
#footer
	{
	clear				: both;
	margin-top			: -11px;
	padding-top: 25px;
	width				: 100%;
	color				: #666666;
	background-color	: #ffffff;
	}
	
/* ====================================================================
footerhack
-------------------------------------------------------------------- */

#footer
	{
/*/*/
	margin-top			: 0px;
/* */
	}

/* ====================================================================
Footerstyle is used to style the elements underneat the Footerbar,
which is essentially a duplicate of the navbar's links
-------------------------------------------------------------------- */
	
.footerstyle p
	{
	padding: 5px 5px 35px 5px;
	background:#FFF;
	font: 7pt Verdana, Arial, Helvetica, sans-serif; 
	color: #666;
	text-align: left;
	}
	
.footerstyle a:link{
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	color: #467CB2;
	text-decoration: none;
	}
	
.footerstyle a:visited{
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	color: #233D6E;
	text-decoration: none;
	}
	
.footerstyle a:hover{
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	color: #233D6E;
	text-decoration: underline;
	}

/* ====================================================================
Footerbar is the blue bar that contains the text:
"A UCSD > UCI Partnership...." etc.
-------------------------------------------------------------------- */
	
#footerbar
	{
	clear: both;
	border: none;
	height: 20px;
	background-color:#6284B2; 
	height: 13pt;
	color: #FFF;
	text-align: left;
	font: 7pt Verdana, Arial, Helvetica, sans-serif; 
	}

/* ====================================================================
Column_padding_after 
- used in certain pages to create extra spacing at bottom of footer
-------------------------------------------------------------------- */
	
#column_padding_after {
	background-color: #fff;
}	

/* ====================================================================
UCSDUCI - Span class to style footerbar text in Image Galleries
-------------------------------------------------------------------- */

.ucsduci 
{ 
	font-weight: bold; 
	padding: 5px 5px 5px 5px;
}
	
/* ====================================================================
clear - only required for NN4 compatibility
-------------------------------------------------------------------- */

.clear { clear : both; font-size: 1px; line-height: 0px; }


/* ====================================================================
headerpadding - sets margins and padding for the Header and 3 columns
for the page - all content for these sections is contained within
the ___padding for that section
-------------------------------------------------------------------- */

.headerpadding, .leftpadding, .centerpadding, .rightpadding
	{
	margin				: 0px;
	padding				: 0px;
	}

/*
a:link
	{
	color: #467cb2;
	}
*/	

/* following styles have nothing to do with the structural layout */
h1, h2
	{
	margin-top			: 0px;
	}

p
	{
	margin-bottom		: 0px;
	padding-bottom		: 0px;
	margin-top          : 15px;
	}
	
figure + p
    {
	margin-top          : 0px;
	}
	
div > figure.image
	{
	display:table !important;
	text-align: center !important;
	margin-top: 15px;
	}

/* ==========================================================
GOOGLE SEARCH BAR (on rightside)
(currently disabled (?????))
----------------------------------------------------------- */

.gtext p{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #000;
	padding-right: 10px;
	vertical-align: top;
	}
	
.gtext a:link{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #467CB2;
	text-decoration: none;
	}
	
.gtext a:visited{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #467CB2;
	text-decoration: none;
	}
	
.gtext a:hover{
	font-size: 9pt;
	line-height: 11pt;
	font-family: Verdana, sans-serif;
	color: #233D6E;
	text-decoration: underline;
	}
	
