/*Section: Breadcrumb styles ---------------------------------------*/
/*IN 2010 THE BACKGROUND COLOR WAS REMOVED AND THE FONT CHANGED TO THE BACKGROUND COLOR*/
/*breadcrumb width set in main-about.css */
#breadcrumb { /*set breadcrumb background color*/
	/*background-color:#7DAEDC;*/
	/*BREADCRUMB BORDER DEFINED IN style.css*/
}
.breadcrumb p{
	color:#01ABC4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:1px 3px 1px 3px;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	/*color:#F77A8A;*/
	color:#01ABC4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
}

.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration:underline;
}	
/*End Section: Breadcrumb styles -----------------------------------*/

/* Section: Sidebar Layout --------------------------------------------*/

div.sidebar-top { /* top part of sidebar header with curved edge*/
	/*background-image:url(/images/sidebar-top-home.jpg);
	background-repeat:no-repeat;*/
	background-color:#01ABC4;
	font-size:9px;
	line-height:9px
}

div.sidebar-header { /* sidebar header text area*/
	/*background-image:url(/images/sidebar-header-home.jpg);
	background-repeat:repeat-y;*/
	background-color:#01ABC4;
}

div.sidebar-links { /* sidebar links tinted text area*/
	/*background-image:url(/images/sidebar-tint-home.jpg);
	background-repeat:repeat-y;*/
	background-color:#B1E0EA;
}

div.sidebar-btm { /* bottom part of sidebar links tinted text area with curved edge*/
	/*background-image:url(/images/sidebar-btm-home.jpg);
	background-repeat:no-repeat;*/
	background-color:#B1E0EA;
}
/* End Section: Sidebar Layout ----------------------------------------*/

/* SEARCH THE INTERNET PAGE LAYOUT */
/* THIS IS JUST THE CONTAINER REQUIRED IN FIREFOX */
#internetsearch	{
}

#internetsearch-leftcol {
	clear:both;
	float:left;
	margin:5px 0 0 0px;
	width:300px;
	/*border:dashed;
	border-width:thin;*/
}

#internetsearch-rightcol {
	float:left;
	margin:5px 0 0 0;
	width:300px;
	/*border:dashed;
	border-width:thin;*/
}

/* this is the container for firefox */
#search {
}

/* this is the blue callout box 252X70 used by all searches */
#search-box {
	width:275px;
	height:70px;
	background-image:url(/search/images/search-calloutbox.jpg);
	background-repeat:no-repeat;	
	margin-bottom:20px;
}

#search-logo {
	float:left;
	margin:23px 0 0 10px;
	width:90px;
	border:dashed;
	border-width:thin;
}

#isearch-form {
	float:left;
	margin:25px 0 0 10px;
	width:200;
	border:dashed;
	border-width:thin;
}



