/* --- CSS Document by Codify Design Studio - codifydesign.com --- */
body
{
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: White;
}

h1
{
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}

h2
{
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h3
{
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

a
{
	color: #36C;
}

a:visited
{
	color: black;
}

a:hover
{
	color: #5872f4;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;height: 83px;
	background-color: #4971a2;
	
}

.bannerArea .container {
	height:83px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}

/* TOP NAVIGATION AREA */
.topnavigationArea
{
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #436d9c;
}

.topnavigationgroup
{
	margin: 0px;
	float: right;
	padding-right: 40px;
}

.topnavigationgroup ul
{
	margin: 0px;
}

.topnavigationitem
{
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
	
}
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}
 .contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;

	width: 210px;
}

.imageright
{
	margin-left: 5px;
	float: right;
}

/* FOOTER AREA */
.footerArea
{
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
}

.footerArea .container
{
	height: 77px;
	background-image: url(images/Footer_Bgnd.jpg);
}

.copyright
{
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: #294C72;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 2px;
	cursor: pointer;
}

.accordionContent
{
	color: #294C72;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.PageHeader
{
	font-family: Arial, Sans-Serif;
	font-size: 23px;
	font-weight: bold;
	color: #294C72;
}

.PageContent
{
	color: #294C72;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 2px;
}

p
{
	font-size: small;
	font-family: Courier New;
	line-height: 1.6;
}

ol
{
	font-size: small;
	font-family: Courier New;
	line-height: 1.75;
}

ul
{
	font-size: small;
	font-family: Courier New;
	line-height: 1.75;
}

.header
{
	font-size: xx-large;
	font-family: Courier New;
	font-weight: bold;
}

.member
{
	font-size: small;
	font-family: Courier New;
	font-weight: bold;
}

.container
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*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: 0px;
	padding: 0px;
	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: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	border-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
}

/* 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: 14em;
	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;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 99%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*DESIGN INFORMATION: describes color scheme, borders, fonts*/
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.9em 0.75em;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	color: white;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
}

/*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;
	filter: alpha(opacity:0.1);
}

/* 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;
	}
}

/* Custom Classes added by Codify Design Studio  */
ul.MenuBarHorizontal a:visited
{
	color: white;
}

ul ul a
{
	background-color: #436d9c;
}

ul a.MenuBarItemHover
{
	background-color: #19385a;
}

ul .MenuBarItemSubmenu ul li a
{
	border: none;
}

ul a.MenuBarItemSubmenu.MenuBarItemSubmenuHover
{
	background-color: #19385a;
}

ul.MenuBarSubmenuVisible li
{
	border: none;
}

.onMouseOverMenu
{
	background-image: url(Images/MenuOver.jpg);
	color: Red;
}

.onMouseOutMenu
{
	background-image: url(SpryAssets/topnav_bkgd.jpg);
	color: White;
}

.careerContent
{
	color: #294C72;
	border: 1px dashed #2F4F4F;
	padding: 5px;
	padding-top: 10px;
}

.selectedCareerContent
{
	background-color: #294C72;
	color: White;
	border: 1px dashed #2F4F4F;
	padding: 5px;
	padding-top: 10px;
}

.selectedHeader
{
	border: 1px solid #2F4F4F;
	color: White;
	background-color: #294C72;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 2px;
	cursor: pointer;
}
