
/*///////////////////////////////////////////////////////////////////////////////////////////////////MAIN CSS FILE*/

/* IMPLIMENTED APRIL 30, 2007  */







/*///////////////////////////////////////////////////////////////////////////////////////////////////CONTENT STYLES*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodytext
{
	font-family: Tahoma;
	font-size : 12px;
	color : #2a1909;
}

UL
{
    font-family: Tahoma;
	font-size: 12px;
    color: #2a1909;
}

li
{
list-style-image:url(bullet.jpg)
}

OL
{
    font-family: Tahoma;
    font-size: 12px;
    color: #2a1909;
}

.brownheader
{
	font-family : Tahoma;
	font-size : 18px;
	color : #2a1909;
}

.beigeheader
{
	font-family : Tahoma;
	font-size : 18px;
	color : #a38642;
}

.title
{
	font-family : Tahoma;
	font-weight: bold;
	font-size : 12px;
	color : #a38642;
}

.subtitle
{
	font-family : Tahoma;
	font-size : 12px;
	font-weight: bold;
	color : #2a1909;
}

.footer
{
	font-family: Tahoma;
	font-size : 12px;
	color : #646464;
}

.splashfooter
{
	font-family: Tahoma;
	font-size: 12px;
	color: #012A60;
}

.splashfooter a:link, .splashfooter a:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #012A60;
}

.splashfooter a:hover, .splashfooter a:active
{
	font-family: Tahoma;
	font-size: 12px;
	color: #012A60;
	text-decoration: underline;
}

.caption
{
	font-family: Tahoma;
	font-size : 12px;
	color : #000000;
}

a, a:LINK, a:VISITED {
	font-family: Tahoma;
	font-size : 12px;
	color : #a38642;
	text-decoration: none;
}

a:HOVER {
	font-family: Tahoma;
	font-size : 12px;
	color : #a38642;
	text-decoration: underline;
}









/*///////////////////////////////////////////////////////////////////////////////////////////////////MENU STYLES*/

.menu_css_MainMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #482706;
	height:40px;
	cursor:pointer;
	cursor:hand;

}
	
.menu_submenustyle_MainMenu
{

	background-color:#D5C98F;
	cursor: hand;

}

/** html .menu_submenustyle_MainMenu
{
width:190px;
}
*/

.menu_selectedmenuitem_MainMenu
{
background-color:#ffffff;
}

.menu_unselectedmenuitem_MainMenu
{
background-color:#ffffff;
}

.menu_mouseup_MainMenu
{
}
.menu_mouseover_MainMenu
{
}

.menu_mousedown_MainMenu
{
}



/*/////////////////////////////////////////////////////MENU ITEM STYLES*/

.menu_itemcssclass_MainMenu
{

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482706;
	border-bottom-style : solid;
    border-bottom-width : 1px ;
    border-bottom-color : #482706;
	line-height:29px;
	width:189px;
	background-image:url(/images/menuback.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	
     
}

.menu_itemmousedown_MainMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482706;
    border-bottom-style : solid;
    border-bottom-width : 1px ;
    border-bottom-color : #482706;
	line-height:29px;
	width:189px;
	background-image:url(/images/menuback.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

.menu_itemmouseover_MainMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482706;
    border-bottom-style : solid;
    border-bottom-width : 1px ;
    border-bottom-color : #482706;
	line-height:29px;
	width:189px;
	background-image:url(/images/menubackover.gif);
	background-repeat:no-repeat; 
	padding-left:30px;
}

.menu_itemmouseup_MainMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #482706;
    border-bottom-style : solid;
    border-bottom-width : 1px ;
    border-bottom-color : #482706;
	line-height:29px;
	width:189px;
	background-image:url(/images/menuback.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}



/*/////////////////////////////////////////////////////SUBMENU ITEM STYLES*/

.menu_itemcssclass_MainMenuSub
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	line-height:25px;
	border-bottom: 1px #482706 solid;
}

.menu_itemmousedown_MainMenuSub
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	line-height:25px;
	border-bottom: 1px #482706 solid;
}

.menu_itemmouseover_MainMenuSub
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;  
	line-height:25px;
	border-bottom: 1px #482706 solid;
}

.menu_itemmouseup_MainMenuSub
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	line-height:25px; 
	border-bottom: 1px #482706 solid;
}

/*/////////////////////////////////////////////////////SUBMENU 2 ITEM STYLES*/

.menu_itemcssclass_MainMenuSub2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
	background-image:url(images/box2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
}

.menu_itemmousedown_MainMenuSub2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
	background-image:url(images/box2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
}

.menu_itemmouseover_MainMenuSub2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
	background-image:url(images/box2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
}

.menu_itemmouseup_MainMenuSub2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #373737;
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 18px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////BREADCRUMB*/

.menu_css_path_alter
{
	font-family : Verdana;
	font-size : 10px;
	font-weight :normal;
	color : #666666;
	cursor: text;    
	}

.menu_css_path
{
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;    
	cursor: pointer;
	}

.menu_mouseup_path
{
	text-decoration:none;
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;    
	cursor: pointer;
}

.menu_mouseover_path
{
	text-decoration:underline;
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;    
	cursor: pointer;
}

.menu_mousedown_path
{
	text-decoration:underline;
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;    
	cursor: pointer;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////UTILITY MENU*/

.menu_itemcssclass_TopMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	cursor: pointer;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
}

.menu_itemmousedown_TopMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	cursor: pointer;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
}

.menu_itemmouseover_TopMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	cursor: pointer;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:underline;
}

.menu_itemmouseup_TopMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #482706;
	cursor: pointer;
	padding-top:15px;
	padding-left:5px;
	padding-right:5px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////DATA GRID*/

.grid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.griditem
{
}

.gridaltitem
{
	color:Black;
	background-color:#AEAEAE;
}

.gridheader
{
	background:#3A519A;
	color:White;
}

.gridfooter
{
}




/*////////////////////////////////////////////////////// FOR CAREER PAGES /////////////////////////////*/


.bodytextCareer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.headersCareer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3A519A;
	font-weight: bold;
}
.acentCareer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A519A;
	font-weight: bold;
}
.topmenuCareer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3A519A;
}

.breadcrumbCareer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

.editpanel
{
	border-right: thin inset;
	padding-right: 10px;
	border-top: thin inset;
	padding-left: 10px;
	background: white;
	padding-bottom: 15px;
	border-left: thin inset;
	padding-top: 15px;
	border-bottom: thin inset;
}

.viewpanel
{
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.hrHeadersCareer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.hrDetHeader
{
	font-size: 12px;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.lbjob 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color:#000000;	
}

.hrDetApplyText
{
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.hrDetBodyText
{
	font-size: 12px;
	padding-bottom: 5px;
	color: #666666;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.WhiteText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #FFFFFF;
}

.BlackText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}