body 
{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 17px; 
	color: #000;
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x; 
	margin: 0px; 	
}
A
{
	color: #9D0029;
	text-decoration: underline;
}
A:hover
{
	color: #003E73;
	text-decoration: underline;	
}
A:visited
{
	color: #9D0029;
	text-decoration: underline;	
}


#page
{
	margin-right: auto; margin-bottom: -12px; margin-left: auto;
	background-image: url(../images/bg_page_white.jpg); 
	width: 858px;	
}

#left_top 
{
	margin: 0 0 0 5px;
	background-image: url(../images/bg_left_top.jpg); 
	background-repeat: repeat-x;
}

#header
{
	/*float: left;*/
	height: 37px; 
	width: 677px; 
	background-image: url(../images/bg_header_top.jpg); 
	background-repeat: repeat-x;  	
}

#textsize_buttons
{
	float: right; 
	margin-top: 5px; 
	margin-right: 25px;		
}

#left_banner 
{
	margin: 0 0 0 5px;
	width: 170px; 
	height:216px;
	/*background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;*/
}

#left_navigation, .left_navigation
{
	float: left; 
	width: 144px;
	height:365px;
	margin-left: 25px;
	margin-top: 10px;
	position:relative; z-index:1; top:-216px;
}

.logo
{
	width: 144px; 
	margin-bottom: 4px;
}

.menu
{
	 margin:2px 0;
}

.breadCrumb
{
	font-size: 11px; 
	color: #333333;
	font-weight: bold; 
	margin-left: 15px;	
	/*margin-bottom: 8px;*/
}

.contentPanel
{
	width: 640px;
	margin-top: 15px;
	margin-left: 13px;
}

#bg_page_bottom
{
	background-image: url(../images/bg_bottom_white.jpg);
	background-repeat: repeat-x; 
	width: 847px; 
	height: 18px; 
	margin-left: 5px; 
	margin-bottom: 0px;
}

#bottom_Links
{
	text-decoration: none;
	background-color: #000000;
	width: 847px; 
	height: 25px; 
	margin-left: 5px; 
	padding-top: 10px;
}
.bottom_links
{
	color: #fff;
	text-decoration: none;
	margin: 0 30px 10px 30px;
	/*margin-top: 0px; margin-right: 30px; margin-bottom: 10px; margin-left: 30px;*/
}
.bottom_links A:visited
{
	color: #fff;
	text-decoration: none;
}
.bottom_links A:link
{
	color: #fff;
	text-decoration: none;
}
.bottom_links A:active
{
	color: #F3BD69;
	text-decoration: none;
}
.bottom_links A:hover
{
	color: #F3BD69;
	text-decoration: none;
}

.footer
{
	font-size: 11px;
	color: #404040;
	text-align: center; 
	text-decoration: none; 
	background-image: url(../images/bg_footer.jpg); 
	background-repeat: repeat-x;
	width: 847px;
	height: 50px;
	margin-left: 5px;
	padding-top: 5px;
}
.footer A:visited
{
	color: #CECECE;
	text-decoration: none; 
}
.footer A:link
{
	color: #CECECE;
	text-decoration: none; 
}
.footer A:active
{
	color: #F3BD69;
	text-decoration: none; 
}
.footer A:hover
{
	color: #F3BD69;
	text-decoration: none; 
}


.h1
{
	font-size: 20px;
	color: #9D0029;
	text-decoration: none;
}

.h2
{
	font-size: 16px; 
	font-weight: bold; 	
	color: #9D0919;
	margin-top: 8px; 
	margin-bottom: 8px;
}

.h3
{
	font-size: 16px; 
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
	margin-bottom:8px;	
}

.button 
{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #A50328;
	border: 1px solid #8C010D;
	text-align: center;
	/*padding: 0 20px 0 20px;	*/
	/*height: 20px;*/
}	

/** Home Page (Hot Job) **/
/*#content_middle
{
	float: left; 
	width: 380px; 
}*/

#content_right
{
	float: right; 
	width: 240px;
	/*margin-right: 15px;*/
}

#rss 
{
	float: right; 
	margin-top: 28px; 
	margin-right: 16px;
}

.bg_rightbox_top
{
	background-image: url(../images/bg_right_box_top.jpg);  
	background-repeat: no-repeat; 
	width: 189px;
	height: 50px;
}	

.bg_rightbox
{
	background-image: url(../images/bg_right_box_mid.jpg); 
	background-repeat: repeat-y;
	width: 189px; 
	padding-left: 10px;
}	

.bg_rightbox_bottom
{
	background-image: url(../images/bg_right_box_bot.jpg); 
	background-repeat: no-repeat;
	width: 189px;
	height: 15px; 
}

.content_rightbox
{
	/*margin-top: 10px; margin-right: 18px; margin-bottom: 0px; margin-left: 6px; */
	margin: 10px 18px 0 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #4E0013;
}

.orangetext 
{
	color: #FFDB85;
}

.whitetext 
{
	color: #fff;
	font-size: 13px; 
	font-weight: bold;
}
.whitetext A
{
	color: #fff;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: underline; 
}
.whitetext A:hover
{
	color: #F3BD69;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: underline;
}

.yellowtext 
{
	color: #EC9304; 
}

/** Apply Page **/
.mapToolTip
{
	font-size:11px;
	width: 200px;
}

/** Submit Resume Page **/
.submitResume td
{
	height: 27px;
}

.bodytext
{
	font-weight: normal;
	text-decoration: none;
	/*padding: 8px 20px 0 0;*/
}
/*.bodytext A
{
	font-weight: normal;
	text-decoration: underline;
}
.bodytext A:hover
{
	font-weight: normal;
	text-decoration: underline;
}*/

.textfield
{
	padding: 2px;	
	width: 300px;
}

.required
{
	color: red;
}

.availability table
{
	background-color: #E8EDED;
}
.availabilityHeader td
{
	text-align: center;
	background-color: #DDC78E;
}

.availabilityContent
{
	text-align: center;
	background-color: #F1E8CF;
}
.availabilityContent .dropdown
{
	font-size: 11px;
}


/** People Table **/
.surround 
{
	width: 590;
}
.topleft 
{
}
.topright 
{
}
.toprepeat 
{
}
.bottomleft 
{
}
.bottomright 
{
}
.bottomrepeat 
{
}
.left 
{
}
.right 
{
}
.bodyarea 
{
}
.image  
{
}
.text 
{
	position: relative;
	/*font-family: arial;
	font-size: 10pt;*/
	padding-left: 10px;
}
.heading 
{
	position: relative;
	/*font-family: arial;
	font-size: 11pt;*/
	font-weight: bold;
	/*color: #8B0D0A;*/
	padding-left: 10px;
}