﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*try AAAAAA for background of body */
body {
	line-height: 1;
	background-color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* for div content background*/
.contentdiv{
	background-color:#FFFFFF;
}
/* for div content Image background*/
.contentimagediv{
	text-align:center;
	height:auto;
	border:0px;
}

.jobtable
{
	margin: 2px;
	padding: 0;
	border: 2px;
	outline: 1px;
	font-size: 100%;
	vertical-align: baseline;
	border-collapse:separate;
	border-spacing:2px;
	text-align:center;
	border:1px;
	border-color:#DDDDDD;
	margin:2px;
	border-style:solid;
	
}
/* alternate career row table styles */
.jobtable thead
{
	background-color: #00CCFF;
	text-align: center;
	color: #FFFFFF;
	
}
.odd
{
	background-color: #FFFFFF;
	
	
} 
 .even
{
	background-color: #EEEEEE;
	
} 

.careerTitlePosition
{
	text-align:left;
	
}
.addresstable
{
	
}
.addresstable tr td
{
	padding-bottom:10px;
	padding-left:1px;
	
}
.locationaddresstableHeading
{
	padding-bottom:10px;
	padding-top:10px;
	font-family:Serif, "Times New Roman",Georgia;
	font-size:15px;
	color:#00BBBB;
	text-transform:uppercase;
	text-decoration:underline;
	
}

.locationaddresstable tr td
{
	padding-bottom:10px;
	padding-left:5px;
	padding-right:10px;
	
}

.locationaddressemails
{
	padding: 10px;	
	font-family:Serif, "Times New Roman",Georgia;
	font-size:15px;
	color:#00BBBB;
	text-transform:uppercase;	
	
}

.sitemapmenu li a 
{
	list-style-type:square;
	color:#0088FF;
	text-decoration:none;
	text-transform:capitalize;
	text-indent:5px;
	
}

.jobdetailstable
{
	border:5px;
	background-color:#EEEEEE;
	text-align:left;
	width:100%;
}
.jobdetailstable tr td
{
	padding-bottom:10px;
	padding-left:3px;
	
}
