/*********************************************************************
/* Empower Careers Stylesheet
**********************************************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{

	width:900px;
	/*background: transparent url(/test/resources/images/page_bg.gif) fixed;*/
	text-align:left;
	background-color:#FFFFFF;
}

#header{
	width: 900px;
	height:20px;
	background-color: #000000;
	text-align:right;
	color: #5c5c5c;
	/*display:none;*/
}

#web_design{

	width: 900px;
	height:20px;
	background-color: #000000;
	text-align:center;
	colour: #ffffff;
}

#masthead{
	padding: 0px 0px 0px 1px;
	width: 899px;
	height:244px;
	background-color: #ffffff;
	text-align:left;
	
}

#flashcontent {
	width: 618px;
	height: 550px;
	float: right;
}

#flashcontent2 {
	display:block;
	width: 618px;
	height: 244px;
	float: right;
}

#logo {
	display:block;
	width: 280px;
	height: 244px;
	float: left;
}

#content{
	float: left;
    width: 540px;
	text-align:justify;
	/*padding: 10px 10px 10px 10px;*/
	margin: 20px 0px 40px 40px;
}

#content_home{
	float: right;
    width: 618px;
	height:550px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer_home{
	clear: both;
	height: 50px;
	font-size: 8pt;
	font-weight:normal;
	color: #3e3e3e;
    background: #000000 url('../images/footer_homee.jpg') no-repeat left;
}

#footer{
	clear: both;
	height: 50px;
	font-size: 8pt;
	font-weight:normal;
	color: #3e3e3e;
	/*padding: 10px 10px 10px 10px;*/
	background: #000000 url('../images/footer.gif') no-repeat left;
	/*background-color:#000000;*/
}

#links{
    width:440px;
	border:#bdbdbd 1px solid;
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
}

#sitemap{
    width:440px;
	height:237px;
	/*border:#bdbdbd 1px solid;*/
	font-weight:normal;
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 0px;
	background: #ffffff url('../images/sitemap_image.gif') no-repeat left;
}

/************************ BUG FIXES **************************/

#img_fix_bottom{ 
    vertical-align: bottom; 
}

/************************ LEFT MENU STYLES **************************/

#LeftMenu{
	position:relative;
	float:left;
	width:280px;
	text-align:left;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

#MainMenuItemOff{
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:22px;  /*number to adjust when menu text doesn't align properly*/
	/*background: transparent url(/resources/images/menu_level1_off.gif) no-repeat;*/
	/*background-color: #C7CCD9;*/
	background-color: #dc007a;
}

#MainMenuItemOn{
	float: left ;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:22px;
	/*background: transparent url(../images/menu_level1_on.gif) no-repeat;*/
	background-color: #ef85b6;
}

#SubMenuItemOff{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left ;
	width: 280px;
	text-align: left;
	height:22px;
	padding-top:0px;
	background: transparent url(../images/menu_level2_on.gif) no-repeat;
	background-color: #ef85b6;
}

#SubMenuItemOff_last{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left ;
	width: 205px;
	text-align: left;
	height:30px;
	padding-top:0px;
	background: transparent url(../images/menu_level2_on_last.gif) no-repeat;
	background-color: #ffffff;
}

#SubMenuItemOn{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left ;
	width: 205px;
	text-align: left;
	height:22px;
	padding-top:0px;
	background: transparent url(../images/menu_level2_on.gif) no-repeat;
	background-color: #ffffff;
}

a.menuon:link {
    display: block;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuon:visited {
    display: block;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuon:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:link{
	display: block;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:visited {
    display: block;
	height: 16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	padding-top:4px;
	margin-left:40px;
}

a.menuoff:hover {

    display: block;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	padding-top:4px;
	padding-left: 40px;
	margin-left:0px;
	background-color: #ef85b6;
}

#MenuText{
	background-color:#ffffff;
	margin-top:-10px;
	padding-bottom:-2px;
	height:22px;
	width:179px;
}

/***************************** SUB MENU LEVEL 1 *******************************/

a.suboff:link {
    display: block;
	height:16px;	
	color: #ffffff;
	text-decoration:none;
	margin-left:40px;
	padding-top:3px;
}

a.suboff:visited {
    display: block;
	height:16px;
	color: #ffffff;
	text-decoration:none;
	margin-left:40px;
	padding-top:3px;
}

a.suboff:hover {

    display: block;
	height:16px;
	color:#dc007a;
	text-decoration:none;
	margin-left:40px;
	padding-top:3px;
}

a.subon:link {
    display: block;
	height:16px;
	color: #dc007a;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
	padding-top:3px;
}

a.subon:visited {
    display: block;
	height:16px;
	/*color: #787878;*/
	color: #dc007a;
	font-weight:bold;
	text-decoration:none;
	margin-left:40px;
	padding-top:3px;
}

a.subon:hover {

    display: block;
	height:16px;
	color:#dc007a;
	text-decoration:none;
	margin-left:40px;
	padding-top:3px;
}

#menu_padding{
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:217px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

#menu_padding_long{
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:400px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

#menu_padding_verylong{
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:1600px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

#menu_padding_veryverylong{
	float: left;
	width: 280px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:2000px; 
	background-color: #dc007a;
	/*background: #991f00 url(../images/menu_pad_curve.gif) no-repeat;*/
}

/*********************************************************************
* HTML tag styles                             
*********************************************************************/

body{

    font-family: verdana, arial, 'sans serif';
    color: #686869;
    font-size:8pt; 	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	/*background-image:url('../images/bg.gif');
	background-repeat: repeat-x;*/
}

p.center{
    text-align:center;
}
p.right{
    text-align:right;
}

p.justify{
    text-align:justify;
}

p.highlight{
    text-align:justify;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#ef85b6;
}

a{
	color: #dc007a;
	text-decoration: none;
}

a:link{
	color: #dc007a;
	text-decoration: none;
}

a:visited{
	color: #dc007a;
	text-decoration: none;
}

a:hover{
	color: #dc007a;
	text-decoration: underline;
}

h1
{
font-size:18pt;
font-weight:normal;
color: #dc007a;
text-decoration:none;
}

h2
{
font-size:11pt;
font-weight:bold;
color: #dc007a;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/************** .title styles *****************/

#header .title{
    padding: 3px 20px 0px 0px ;
}

#web_design .information{
    padding: 0px 0px 0px 0px ;
	/*color:#666666;*/
	color:#8f8f8f;
}

#web_design a{

    /*color:#666666;*/
	color:#8f8f8f;
}

#header h1{
font-size:10px;
text-decoration:none;
color:#FFFFFF;
padding: 0px 0px 0px 0px ;
}

/************** .menu_quotes styles *****************/

.menu_quotes_more{

    padding: 7px 23px 0px 0px;
	font-weight:bold;
	color: #ffffff;
	text-align:right;
}

#menu_quotes a{
color:#FFFFFF;
}

/************** .smallBanner_text styles *****************/

.smallBanner_header{

    padding: 10px 30px 5px 20px;
	font-size:10pt;
	font-weight:bold;
	color: #0058AB;
}

.smallBanner_text{
    padding: 0px 30px 0px 20px;
}

.smallBanner_more{

    padding: 0px 30px 5px 120px;
	font-weight:bold;
	color: #0058AB;
	text-align:right;
}

/************** .info styles *****************/

.info{
	clear: both;
	padding: 10px 20px 0px 20px;
	font-size: 8pt;
}

/************** .footerText styles *****************/

#footer .footerText{
    padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #3e3e3e;
	text-align:center; 
}

#footer_home .footerText{
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color: #3e3e3e;
	text-align:center; 
}

#footer a{
    color:#3e3e3e;
    font-weight:normal;
    text-decoration:none;
}

#footer_home a{
    color:#3e3e3e;
    font-weight:normal;
    text-decoration:none;
}



