﻿/* **********************************************************
 * Define how links 
 * ******************************************************** */
div {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12px;
}

/* **********************************************************
 * Define how links 
 * ******************************************************** */


/* **********************************************************
 * Define the main DIV container
 * ******************************************************** */
.gd_content {  
	width:  759px;
/*	height: 575px; */
	height: auto; 
	margin-left:  auto; /* horizontally centers the page in the browser */
	margin-right: auto;	
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12px;
/*	border: 1px #000000 solid;
	border-width: 1px 1px 1px 1px;
*/	
}
.gd_contentVarHeight {  
	width:  759px;
	height: 100%;
	margin-left:  auto; /* horizontally centers the page in the browser */
	margin-right: auto;	
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12px;
/*	border: 1px #000000 solid;
	border-width: 1px 1px 1px 1px;
*/	
}
/* Describes the title area just below the menu */
.gd_title { 
	clear: both;
	width:  100%;
	height: 65px;
}
/* Defines the horizontal line underneath the page title */
.gd_titleUnderline { 
	clear: both; 
	width:  100%;
	height: 21px;
	margin-left:  auto; /* horizontally centers the page in the browser */
	margin-right: auto;	/* horizontally centers the page in the browser */
}

.gd_titleUnderline .left {  
	float: left;
/*	width:  39.0%; */
	width: 297px;
	height: 100%;
}
.gd_titleUnderline .middle {
	float: left;
	width: 166px;
	height: 1px;
}
.gd_titleUnderline .right {  
	float: left;
/*	width:  30.5%; */
	height: 100%;
}

.gd_subTitle {  
	clear: both;
	width:  100%;
/*	height: 45px; */
	height: 16px;
}

.gd_breadcrumb {  
	font-family: Arial, Verdana, san-serif;
	font-size: 9px;
	font-weight: bold;	
	color: #7F7F7F;
	text-align: center;	
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.1em;  
}
.gd_breadcrumb a:link {
	color: #7F7F7F;
	text-decoration: none;
}
.gd_breadcrumb a:visited {
	color: #7F7F7F;
	text-decoration: none;
}
.gd_breadcrumb a:hover {
	color: #9F3925;
	text-decoration: none;
}


/* **********************************************************
 * Define vertical spacing
 * ******************************************************** */
.gd_3pxVSpacing {  
	clear: both;
	width:  100%;
	height: 3px;
	font-size: 0px;
}

.gd_5pxVSpacing {
	clear: both;
	width:  100%;
	height: 5px;
	font-size: 0px;
}
.gd_10pxVSpacing {
	clear: both;
	width:  100%;
	height: 10px;
	font-size: 0px;
/*	border: 1px #000000 solid;
	border-width: 1px 1px 1px 1px;
*/	
}

.gd_30pxVSpacing {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 0px;
}



/* **********************************************************
 * Define horizontal spacing
 * ******************************************************** */
.gd_1pxHSpacing {  
	float: left;
	width:  1px;
	height: 100%;
	font-size: 0px;
}
.gd_2pxHSpacing {  
	float: left;
	width:  2px;
	height: 100%;
	font-size: 0px;
}
.gd_3pxHSpacing {  
	float: left;
	width:  3px;
	height: 100%;
	font-size: 0px;
}
.gd_5pxHSpacing {  
	float: left;
	width:  5px;
	height: 100%;
	font-size: 0px;
}

/* adds horizontal spacing between elements */
.gd_10pxHSpacing {  
	float: left;
	width:  10px;
	height: 100%;
	font-size: 0px;
}

/* **********************************************************
 * Define a horizontal line
 * ******************************************************** */

/* adds a 1px, black, horizontal line  */
.gd_lineHorizontal {  
	clear: both;
	float: left;
	width: 100%;
	height: 0px;
	border: 1px #7F7F7F solid;
	font-size: 0px;
	border-width: 1px 0px 0px 0px;
	margin-bottom: 0px !important; /* set bottom margin for Mozilla, Opera and other non-IE browsers */
	margin-bottom: -3px;           /* set bottom margin for IE browser only */
	                               /* the margin-bottom parameters are needs because of differences between IE and non-IE browsers */
	                               /* Normally in CSS whichever rule is specified last takes precedence.
                                      When !important appears after a command, the CSS command takes precedence 
	                                  regardless of what appears after it. This is true for all browsers except IE. */	   	
}

.gd_lineHorizontal {
	clear: both; 
	width:  100%;
	height: 1px;
	text-align: center;
	margin-left:  auto; /* horizontally centers the page in the browser */
	margin-right: auto;
	border: 1px #7F7F7F solid;
	border-width: 1px 0px 0px 0px;	
}

/* **********************************************************
 * Define a vertical line
 * ******************************************************** */
.gd_lineVertical {  
	float:left;
	width: 1px;
	height: 100%;
	border: 1px #7F7F7F solid;
	border-width: 0px 0px 0px 1px;
	margin-bottom: 0px !important;	/* !important tells Mozilla and other browsers to ignore */
	margin-bottom: -3px;  /* only IE will */
}

/* Small Cap Titles */
.gd_smallCap {  
	font-family: "Verdana", san-serif;
	font-size: 9px;
}

.gd_justify {
	text-align: justify;
}	

/* **********************************************************
 * Show images without borders
 * ******************************************************** */
img {
	border: none;
}


/* ******************************************************************************************	
/* Defines the appearance of news items, press releases, publications and other lenghty text 
 * *************************************************************************************** */
.gd_standardFormat {
}

.gd_standardFormat p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
/*	line-height: 1.4em; */
	line-height: 130%;
	text-align: justify;
	margin-top: 0px;
}

.gd_standardFormat a:link {color: #737A7F; text-decoration: none;}
.gd_standardFormat a:visited {color: #737A7F; text-decoration: none;}
.gd_standardFormat a:hover {color: #9F3925; text-decoration: none;}


/* Define a custom look for ordered and unordered list.
 * A small centered dot (image file) is used for the bullet, and the text is offset by a few pixels.
 */
.gd_standardFormat ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(/PublishingImages/SmallBullet.gif);

	margin-left: 15px;	
	padding-left: 0px;
}
.gd_standardFormat ol{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	list-style-position: outside;
	list-style-image:url(/PublishingImages/SmallBullet.gif);	
	margin-left: 15px;	
	padding-left: 0px;
}

/* set indent (distance between the bullet and text) */
.gd_standardFormat li{
	padding-left: 0px;
	margin-bottom: 0.6em;
}	

