﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
h2 {font-family: arial, helvetica; color: #ab251c; font-size:1.3em; font-weight: bold; margin: 0px; padding: 0px;}

A {outline-style: none; outline-color: invert; outline-width:thin; color: #ad241e;	}


#Jobs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	
	
.Job_Title_Black
{	font-family: arial, helvetica;
    font-size:14pt;
    text-align:left;
    color: #000000;
    font-weight:bold;
}

	
	
:visited {color: #ab251c; text-decoration:underline;}



a.close_window:link {color: #ab251c; text-decoration:underline;}



#container {width: 650px; margin: 0px auto; padding: 0px; display: block; text-align: left; vertical-align: top;  }

#job_title { margin: 0px 0px 25px 0px; padding: 0px; display: block; text-align: left; vertical-align: top; font-size: 2em; color: #ab251c; font-weight: bold; }




	
.Header_Bold
{	font-family: arial, helvetica;
    color: #000000;
    font-size:16pt;
    font-weight: bold;
    text-align: left;
}

#Header
{	font-family: arial, helvetica;
    color: #000000;
    font-size:10pt;
    text-align:left;
    padding-right:30px;

}

#text_content
{	font-family: arial, helvetica;
    color: #000000;
    font-size:10pt;
    text-align:left;
    padding-right:10px;
    

}


.contact
{	font-family: arial, helvetica;
    font-size:16pt;
    text-align:left;
    color: #022277;
    font-weight:bold;
}


#contact
{	font-family: arial, helvetica;
    color: #000000;
    font-size:10pt;
    text-align:left;

}




.oneColFixCtr #container {
	width: 859px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}





/*---- Store Listings Begins----*/


.listing_name {
	font-weight: bold;
	vertical-align:top;
	width: 230px;
	padding-right: 10px;
}

.listing_location {
	vertical-align:top;
	width: 240px;
	padding-right: 10px;
	color: #838282;
}

.listing_contact {
	vertical-align:top;
	width: 105px;
	padding-right: 10px;
	color: #838282;
}


.listing_searchresults {

	 padding: 25px 0px 10px 0px;
	 font-weight: bold;
	 font-size: 13pt;
	 color: #000000;
	
}


.listing_white {
	background-color: #ffffff;
}

.listing_lightblue {
	background-color: #ebf1ff;
}



.form_text

{	font-family: arial, helvetica;
    color: #000000;
    font-size:9pt;
    text-align:left;
    line-height: 14pt;
    width: 575px;
    border: 0px;
    

}

.form_text_header

{	font-family: arial, helvetica;
    color: #ffffff;
    text-transform:uppercase;
    font-size:9pt;
    text-align:left;
    width: 575px;
    border: 0px;
    background-color: #003580;
    font-weight: bold;
    

}


.btn-submit {
	width: 77px;
	height: 26px;
	background: url('../publishingimages/siteart/content/btn-submit.gif') no-repeat;
	margin: 20px 20px 20px 0px;
	cursor: pointer;
}


