@import url("common_style.css");

/* CSS Document */
html,body{
	margin: 0 0 0 0;
	background-color:#F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

td { font-size: 12px; }

#emailBar{
	position:relative;
	height: 26px;
	width: 100%;
	background-image:url(../_images/blackbar.gif);
	background-repeat:repeat-x;
	top: 0px;
}

#emailButton{
	position:relative;
	text-align:right;
	width: 759px;
}

#header{
	position:relative;
	height: 109px;
	width: 759px;
	top: 0px;
	background-color:#F8F8F8;
}

#header #headerImage{
	float:left;
}

#headerImage{
	margin-top: -18px;
    margin-left: -28px;
}

#header #headerTopLinks{
	position: relative;
	float:right;
}

#header #headerLinks{
	position:absolute;
	bottom:0px;
	right: 0px;
	text-align:right;
	clear:right;
}

#header a:Link{
	color: #000000;
	text-decoration: none;
}
#header a:visited {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #000000;
	text-decoration: underline;
}
#header a:active {
	color: #000000;
	text-decoration: none;
}

#gridLineTop{
/*	position:relative;*/
	width:759px;
	height:10px;
	background-image:url(../_images/grid_line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#leftNav{
/*	position:relative;
	top: 10px;*/
	width: 192px;
	margin-left: 10px;
/*	margin-top:10px;*/
	margin-top:20px;
	float:left;
	padding-bottom: 32767px;
	margin-bottom: -32752px;
	*margin-bottom: 0;
	*padding-bottom: 15px;
}

#leftNav table table{
	border-color:#8696B2;
	border-style:solid;
	border-width: 1px;
}

#leftNav th{
	text-align:left;
	color:#FFFFFF;
	background-color:#8696B2;
}

#leftNav a:Link{
	color: #737373;
	text-decoration: none;
}
#leftNav a:visited {
	color: #737373;
	text-decoration: none;
}
#leftNav a:hover {
	color: #737373;
	text-decoration: underline;
}
#leftNav a:active {
	color: #737373;
	text-decoration: none;
}

#textArea{
/*	position:relative;*/
	margin-left: 225px;
	padding-bottom:30px;
	top: 10px;
/*	width: 520px;*/
	padding-bottom: 32767px;
	margin-bottom: -32737px;
	*margin-bottom: 0;
	*padding-bottom: 30px;
}

#textArea h3{
	color: #8696B2;
	margin-bottom: 8px;
}

#textArea h5{
	color: #8696B2;
	margin-bottom: 5px;
}

#textArea th{
	color: #FFFFFF;
}



#textArea .jobTitle{
	font-size: 18px;
	color:#ffffff;
	font-weight:bold;
}

#textArea .smallGreyText{
	color:#666666;
}

#textArea .smallWhiteText{
	color:#FFFFFF;
}

#textArea ul{
	margin: 6px;
	padding: 0 1em 1em 1em;
	list-style-position:outside;
	margin-bottom: -15px;
}

#textArea a:Link{
	color: #0000FF;
	text-decoration: none;
}
#textArea a:visited {
	color: #0000FF;
	text-decoration: none;
}
#textArea a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#textArea a:active {
	color: #0000FF;
	text-decoration: none;
}

#textArea #black a:Link{
	color: #000000;
	text-decoration: none;
}
#textArea #black a:visited {
	color: #000000;
	text-decoration: none;
}
#textArea #black a:hover {
	color: #000000;
	text-decoration: underline;
}
#textArea #black a:active {
	color: #000000;
	text-decoration: none;
}

#textArea #white a:Link{
	color: #ffffff;
	text-decoration: none;
}
#textArea #white a:visited {
	color: #ffffff;
	text-decoration: none;
}
#textArea #white a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#textArea #white a:active {
	color: #ffffff;
	text-decoration: none;
}


#textArea .description { font-size: 12px; }
#textArea .description font { font-size: 12px; }


.smallText{
	font-size: 12px;
}

.error{
	font-weight: bold;
	color:#FF0000;
}

#footer{
	position:relative;
	background-color:#f8f8f8;
	width: 759px;
	height: 160px;
	bottom: 0px;
	text-align:right;
	/*float:right;*/
	clear:both;
	
	font-size: 11px;
	
	margin: 0; padding: 0;
	
	
	background-image:url(../_images/line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#footer a:Link{
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}

#footer p { margin: 0; }
#footer .small { font-size: 80%; }
#contentArea{
	position: relative;
	width: 758px;
	background-color: #EEEEEE;
/*	min-height:100%;*/
/*	background-image:url(../_images/line.gif);
	background-position:right;
	background-repeat:repeat-y;*/
	border-right: 1px solid #8f8f8f;
	overflow:hidden;
}

.success { color: #0A0; font-weight: bold; }
.gray { color: #777777; }

p#sm_icons_paraElement {
    display: inline-block;
    margin-left: -17px;
    vertical-align: 4px;
}

.social-media-group-links {
	margin-bottom: 5px;
	margin-top: -5px;
}

.jobs-footer-linkedin-group-link {
	margin-left: -112px;
}

.jobs-footer-facebook-group-link {
	margin-left: 22px;
}

