/* Each subpage (subpages are pages that can generate content) of the site can contain links to their
own external style sheet to help in customizing page specific content */


/* all text height on the page is controlled by the body tag unless otherwise noted */
body {
	margin: 0;
	text-align: center;
	background-color: #AEC4D9;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}
/* The Wrap Div Wraps the whole site so that a background shadow can be displayed. */
#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/search-page-bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* The headbar is at the top of the site */
#headbar {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0650a3;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
#headbar P {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#headbar a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#headbar a:hover {
	color: #F0CD32;
	text-decoration: none;
}

/* The site head contains either a img file or a flash file */
#sitehead {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/* The top menu is below the sitehead but above the content sections including the sidebar */
#top_menu {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	padding-bottom: 7px;
}
#top_menu a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-right: 13px;
	padding-left: 13px;
}
#top_menu a:hover {
	color: #F42A41;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#top_menu ul {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#top_menu li {
	/*display: inline; */
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_menu ul li ul {
	text-align: left;
	position: absolute;
	left: -999em;
	width: 180px;
	background-color: #CCCCCC;
	border: 2px solid #000;
}
#top_menu>ul>li ul {
	width: 175px;
}
#top_menu li ul a {
	color: #000099;
}
#top_menu li ul a:hover {
	color: #CF0018;
	display: block;
}
#top_menu ul li:hover ul, #top_menu ul li.bcfhover ul {
	left: auto;
}

/* top menu links color and decoration defined below */

#top_menu img {
	border-width: 0px;
}

/* Info request links defined below */
#info_req a{
	color: #F42A41;
}
#info_req a:hover {
	color: #F0CD32;
}

/* content section - This section wraps all content below the top menu and above the footer */
#content {
	width: 920px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* Header 1 default styles defined below */
#content h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
#search_content {
	width: 920px;
}

/* All heading 1, heading 2, paragraphe, and link tags located in the main_content div are styled below. Custom heading 1 used in the main_content div can be
customized in one of two ways - #main_content h1 can be redefined with local (page level) CSS or it can be defined inside of
a custom page ID or Class Div that should be contained in that subsections custom external style sheet */
#search_content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CF0018;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#search_content h2 {
	margin: 0px 0px 4px;
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #F42A41;
	background-image: url(/images/heading_bg_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#search_content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #CF0018;
}
#search_content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #CF0018;
	margin: 0px;
	padding: 0px;
}
#search_content h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#search_content p{
	margin: 0px;
	padding: 0px 0px 10px;
}
#search_content a {
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	text-decoration: none;
}
#search_content a:hover{
	color: #000000;
}

/* Page content padding defined below */
.section {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}

/* the following CSS allows an image to be used as a link with any boarders for a:hover effects */
.none img {
	border-width: 0px;
}
#search_content .none a {
	text-decoration: none;
	border-width: 0px;
}
#foundations ul {
	margin-top: 10px;	
}
#foundations li a {
	font-weight: bold;
}
/* image that seperates the main content from the footer defined below */
#footertopper {
	height: 25px;
	width: 920px;
	background-image: url(/images/search_footer_topper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* footer section and links defined below */
#footer {
	width: 920px;
	background-color: #F0CD32;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#footer a:hover {
	color: #F42A41;
}