body {
	background-image: url(images/design_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #f4eec5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414242;
}


td { vertical-align: top; } 

.five {height: 5px;}

.seven {height: 7px;}

.ten {height: 10px;}

.fifteen {height: 15px;}

.thirty {height: 30px;}

.fifty {height: 50px;}

.norepeat
{background-repeat: no-repeat;
}

.lineheight {
line-height: 30px; }

.navibkgd
{background-image:url(images/design_navi.jpg);}

.body_design
{background-image:url(images/design_body.jpg);}

.design_underline
{background-image:url(images/design_underline.jpg);}

.design_footer
{background-image:url(images/design_footer.jpg);}

.footer {
color: #ffffff; 
line-height: 13pt;
}

.seperator
{background-image:url(images/seperator.jpg);}

.seperator_700
{background-image:url(images/seperator_700.jpg);}

.lineheight
{ line-height: 18px; }

.style1 {
font-size: 14px;
font-weight:bold;
}

.style2 {
	font-size: 20px;
	font-weight: bold;
	color: #5f9bc6;
}
.style3 {color: #5f9bc6}

.style5 {color: #5f9bc6; 
font-size: 14px;
font-weight:bold; }

.style6 {font-size: 16px;
font-weight:bold; }

.style7 {color: #1f648b}

.style8 {font-size: 11px; 
color: #ffffff; }

.style9 {font-size: 11px; 
color: #000000; }

.style10 {font-size: 14px;  }

ul.lineheight {
line-height:15px;
margin-left:0px; }


/**************** Content ****************/ 
.content {
min-height:400px; }


/**************** Home pg buttons ****************/ 

.buttonsHome {
width:550px;
height:55px;
margin:15px auto 5px; }

.btnHiring {
float:left; }

.btnNews {
float:right; }


/**************** White Links ****************/ 

a:link { 				/* Link you haven't been to */
color: #ffffff; 
text-decoration: none; 
} 

a:visited {   			/* Link you have been to */
color: #ffffff; 
text-decoration: none; 
} 

a:hover {    			 /* Link when you hover */
color: #ffffff; 
text-decoration: none;
} 


/**************** Blue Links ****************/


a.blue:link { 				/* Link you haven't been to */
color: #1f648b; 
text-decoration: underline; 
} 


a.blue:visited {   			/* Link you have been to */
color: #1f648b; 
text-decoration: underline; 
} 


a.blue:hover {    			 /* Link when you hover */
color: #5f9bc6; 
text-decoration: underline;
} 

/**************** Gray Links ****************/ 

a.gray:link { 				/* Link you haven't been to */
color: #414242; 
text-decoration: underline; 
font-weight:bold;
} 

a.gray:visited {   			/* Link you have been to */
color: #414242; 
text-decoration: underline; 
font-weight:bold;
} 

a.gray:hover {    			 /* Link when you hover */
color: #989898; 
text-decoration: underline;
font-weight:bold;
} 


/**************** Footer Links ****************/ 

a.footer:link { 				/* Link you haven't been to */
color: #d1d3d5; 
text-decoration: underline; 
} 

a.footer:visited {   			/* Link you have been to */
color: #d1d3d5; 
text-decoration: underline; 
} 

a.footer:hover {    			 /* Link when you hover */
color: #ffffff; 
text-decoration: underline;
} 



/************************* Images *************************/ 

img.floatright { 
    float: right; 
    margin:0 0 0 15px; 
}


img.floatleft { 
    float: left; 
    margin-right: 20px;
}



/*Navigation CSS*/

#mymenu{
padding-top:15px;
font:normal 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight:bold;
width:390px;
float: left;
}

#mymenu a{
font:normal 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration:none;
font-weight:bold;
}

#mymenu a:hover {
color: #ffffff;
text-decoration:none;
}

#dropmenudiv{
position:absolute;
border:1px solid #1f648b;
border-bottom-width: 0;
font:normal 12px;
font-family: Arial, Helvetica, sans-serif;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1f648b;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color: white;
text-align:left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5f9bc6;
}
/*Navigation CSS - END*/


