@charset "utf-8";
/* CSS Document */

body
	{
	margin:0 auto;
	height:100%;
	width:100%;
	background-color:#ffffff;
	color:#606060;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(#.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}

/*========================================================*/
/*                                                        */
/*                 D I V    L A Y O U T                   */
/*                                                        */
/*========================================================*/
a,a:link {border:0;}
	
#wrap {
	width:970px;
	margin:0 auto;
	text-align:center;
	height:100%;
	z-index:1;
	text-align:left;
	}
	
#header_wrap
	{
	width:970px;
	float:left;
	clear:both;
	padding:10px 0;
	}
#logo_wrap
{
    clear:left;
	float:left;
	padding-left:50px;
}
#menu_wrap
{
    clear:right;
	float:right;
	margin-top:70px;
	text-align:right;
	width:700px;
}
/* for understanding browsers */
#content_wrap
{
	float:left;
	clear:both;

}
#contentpane
{
	width:970px;
	height:100%
}            
#footer
{
	height:40px;
	padding:0;
	width:970px;
	clear:both;
	float:none;
}
#bgimage_wrap {

	background-image:url(/portals/_default/skins/creativenorthants/ballonlong.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:220px;
	height:100%;
}
#maintable {
	height:550px;
	}
	
/*========================================================*/
/*                                                        */
/*                T E X T   F O R M A T                   */
/*                                                        */
/*========================================================*/

ul li {
	list-style-image:url("/portals/_default/skins/creativeNorthants/bullet.gif");
	list-style-type:square;
	}
p,td,a {text-align:left;}
p,ul,li
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	}
#content_wrap td 	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
strong { 
	color:#d6408b;
	}
	
#content_wrap p 	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}
h1
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#d6408b;
	}
h2
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d6408b;
	padding:5px 0;
	}
h3
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d6408b;
	padding:5px 0;
	}
.foot
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	color:#606060;
	}
#footer p
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	color:#606060;
	}
#footer a
	{
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
	}
#hours p	{
	margin: 0px;
	font-size:11px;
	color:#606060;
	}
a {
	color:#d6408b;
	text-decoration:none;
	}	
a:link {
	color:#d6408b;
	text-decoration:none;
	}
a:visited {
	color:#d6408b;
	text-decoration:none;
	}
a:hover {
	color:#9E9C9C;
	text-decoration:underline;
	}
#footer .skinobject
	{
	color:#606060;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	}

/*========================================================*/
/*                                                        */
/*          C S S   M E N U    S T Y L E                  */
/*                                                        */
/*========================================================*/

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/
/******************************************************
 MainMenu
*******************************************************/

/* root-level menu */
ul#MainMenu {
	margin: 0;
	height: 30px;
	text-align: left;
	background-image: url('images/menu/menubg_336699a_2x30.gif');
	background-repeat: repeat-x;
}

/* all submenus */
/* Typically set borders, background colors here. */
ul#MainMenu .sub {
	border: solid 1px #333;
}

ul#MainMenu .lvl1 {
	border-top: 0;

}

/* all menu items */
/* Typically set menu item borders here. */
ul#MainMenu li {
}

/* nested menu items */
ul#MainMenu .sub li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a {
	padding: 8px;
	height: auto;
	color: #51524d;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
}

/* nested menu item links */
ul#MainMenu .sub a {
	padding: 4px 8px;
	height: 100%;
	font-size: 10px;
	line-height: 12px;
	background-color: #999999; 
	opacity: 0.88;
	filter: alpha(opacity=88); /* */
}

/* hovered menu item links */
ul#MainMenu a:hover,
ul#MainMenu .root a.breadcrumb:hover,
ul#MainMenu .sub a.breadcrumb:hover,
ul#MainMenu .root a.current:hover,
ul#MainMenu .sub a.current:hover {
	height: auto;
	color:#fff;
	background-color: #d6408b;
	background-image: url('images/menu/menubg_336699b_2x30.gif');
	background-repeat: repeat-x;
}

/* hovered nested menu item links */
ul#MainMenu .sub a:hover {
	background-image: none;
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul, 
ul#MainMenu li.hover ul {
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu .sub li:hover ul, 
ul#MainMenu .sub li.hover ul {
	left: 160px;
	top: 0;
}

ul#MainMenu .branch {
}

ul#MainMenu.root .breadcrumb {
}

ul#MainMenu.root a.current,
ul#MainMenu .sub a.current {
	background-color: #51524d;
	color:#fff;
}




/* root-level menu */
ul.ModuleMenu {
	background-color: #000;
	text-align: left;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul.ModuleMenu ul {
	border: solid 1px #333;
}

/* menu items */
/* Typically set menu item borders here. */
ul.ModuleMenu li {
}

/* nested menu items */
ul.ModuleMenu li li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul.ModuleMenu a {
	padding: 8px;
	height: 100%;
	color: #fff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
}

/* nested menu item links */
ul.ModuleMenu ul a {
	background-color: #d6408b;
	opacity: 0.9;
	filter: alpha(opacity=90); /* */
}

/* hovered menu item links */
ul.ModuleMenu li a:hover {
	background-color: #c00;
}

/* hovered nested menu item links */
ul.ModuleMenu li li a:hover {
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul.ModuleMenu li:hover ul, 
ul.ModuleMenu li.hover ul {
	width: 160px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul.ModuleMenu li li:hover ul, 
ul.ModuleMenu li li li:hover ul, 
ul.ModuleMenu li li li li:hover ul, 
ul.ModuleMenu li li.hover ul, 
ul.ModuleMenu li li li.hover ul, 
ul.ModuleMenu li li li li.hover ul {
	left: 160px;
	top: 0;
}

ul.ModuleMenu a.MenuRootBranch {
}

ul.ModuleMenu a.MenuItemBranch {
}

ul.ModuleMenu li a.MenuItemCurrent {
	background-color: #999;
}

ul.ModuleMenu a.MenuItemBreadcrumb {
}

ul.ModuleMenu li.rootSeparator {
}

ul.ModuleMenu li.subSeparator {
}

ul.ModuleMenu li.leftCap {
}

ul.ModuleMenu li.rightCap {
}






/* Module Title Menu */
.ModuleTitle_MenuContainer {
	width: 12px;
	height: 12px;
	margin: 0;
	border: 0;

	padding: 0;
	background-color: transparent;
	text-align: center; 


}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	width: 2px;
	height: 2px;
	background-color: Transparent;
}


/* Module Action Menus */
.ModuleTitle_SubMenu
{
	top: 0;
	border:1px solid #C0D6E5;
	z-index: 9999999;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}




/*/////////New Jobs Page Styling///////////////*/

#dnn_ctr659_ViewPositionsAvailable_lblOfficeTxt {display:none;}

#dnn_ctr659_ViewPositionsAvailable_lblOffice {font-size:16;
color:#D6408B;}

#dnn_ctr659_ViewPositionsAvailable_trSummary2 {display:none;}

#dnn_ctr659_ViewPositionsAvailable_lblSummary1Title, .SubHead {
font-weight:800;}
