/* Start of CMSMS style sheet 'fohp' */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5D52;
	background-image: url(images/cms/bg.jpg);
	background-repeat: no-repeat;
        background-position: center top;
        background-color: #f7f7f7;
        margin-top: 25px;
}
#menu {
	background-image: url(images/cms/mentex.gif);
	background-repeat: repeat-x;
	width: 630px;
	clear: right;
	float: left;
	padding-top: 12px;
 [if {!} chrome] padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
.searchouter {
	background-image: url(images/cms/searchbg.gif);
	height: 52px;
	width: 260px;
	float: left;
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	text-align: center;

}

#searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#pad {
	background-image: url(images/cms/mentex.gif);
	background-repeat: repeat-x;
	float: left;
	height: 52px;
	width: 10px;
	clear: right;
}

#twocol {
	float: left;
	width: 910px;
	background-color: #FFFFFF;
	
}
#leftcol {
	clear: right;
	float: left;
	width: 170px;
	
}
#footer {
	float: left;
	width: 910px;

	text-align: center;
	padding-top: 25px;
padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
background-image: url(images/cms/masthead_back_ground.jpg);
	width: 910px;
height: 160px;

	
}


#content {
	float: left;
color: #3B5D52;
	width: 650px;
	padding-right: 10px;
	padding-left: 35px;
line-height: 18px;
}

#wrapper #twocol #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3B5D52;
margin-top: 0;
text-align: center;
}

#wrapper #twocol #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3B5D52;
margin-top: 0;
text-align: left;
}

#wrapper #twocol #content a:link {
	fcolor: #0033CC;
	text-decoration: none;
}
#wrapper #twocol #content a:visited {
	color: #0033CC;
	text-decoration: none;
}
#wrapper #twocol #content a:hover {
	fcolor: #0033CC;
	text-decoration: underline;
}

#wrapper #twocol #content p {
	margin-top: 0px;
}

#masthead {

	float: left;
	width: 910px;

}

#breadcrum {
	float: left;
	height: 20px;
	width: 898px;
	padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
}



#utilitylink {
	height: 18px;
	width: 900px;
	text-align: right;
	padding: 5px;
}
.toplink{
color: #3B5D52;
text-decoration:none;
}

#mastheadl {
	height: 90px;
	width: 170px;
	clear: right;
	float: left;

}
#mastheadr  {
	float: left;
	height: 90px;
	width: 170px;
	clear: none;

}
#menubarwrapper {
	width: 910px;
	float: left;
}

#mastheadc {
	clear: right;
	float: left;
	text-align: center;
	width: 570px;


}

#cntnt01searchinput
{
margin-top:10px;
}
#wrapper #bg {

}


.red
{
	color: #FF0000;
}
/* End of 'fohp' */

/* Start of CMSMS style sheet 'Horizontalmenu.css' */
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal li.currentpage, ul.MenuBarHorizontal li.activeparent
{
	display: block;
	cursor: pointer;
	padding: 11px 8px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/cms/mentex.gif);
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal li.currentpage, ul.MenuBarHorizontal li.activeparent
{
	color: #2C453D;
	background-image: url(images/cms/mentexhover.gif);
	background-repeat: no-repeat;
}

ul.MenuBarHorizontal a:hover
{
color: #FFFFFF;
background-image: url(images/cms/over.gif);
	background-repeat: repeat-x;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

/* End of 'Horizontalmenu.css' */

