#breadcrumb { /*set breadcrumb background color*/
	background-color:#7DAEDC;
	
}

/* Section: Sidebar Layout --------------------------------------------*/
.sidebar ul { /*list with > bullets used for lists of links*/
	list-style-image:url(/images/arrows/arrow-bullet-home.gif);
}

div.sidebar-top { /* top part of sidebar header with curved edge*/
	background-image:url(/images/sidebar-top-home.jpg);
	background-repeat:no-repeat;
	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;
}

div.sidebar-links { /* sidebar links tinted text area*/
	background-image:url(/images/sidebar-tint-home.jpg);
	background-repeat:repeat-y;
}

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;
}
/* 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;
}


