/* reset */

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,  font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
strong
{
    font-weight:bold;
}
em
{
    font-style:italic;
}
.chkBox
{
    border:none;
   
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end */

body
{
    background:#fff url("../Images/pageBackground.gif") repeat-x top left;
}
#pageWrapper
{
    margin: 0 auto;
    width:986px;
    background: url("../Images/shadowLeft.png") repeat-y top left;
    padding:0px 0px 0px 6px;
}
#shadow
{
     background: url("../Images/shadowRight.png") repeat-y top right;
     padding-right:6px;
}
#header
{
     background: url("../Images/headerBackground.gif") no-repeat top left;
     padding:0px 20px;
     height:170px;
     width:940px;
     position:relative;
}
#header-start
{
    background: url("../Images/topFirstpageBackground.gif") no-repeat top left;
    padding:0px 20px;
    height:170px;
    width:940px;
    border-bottom:1px solid #fff;
    position: relative;
}
#content-container
{
   background:#f2f2f3;
   padding:12px 0px 10px 10px;
   width:970px;
}

#content
{
    background:#fff;
    float:left; 
    margin:0px;
    padding:26px 20px 20px 20px;
}
.firstPage #content
{
    background:none;
    padding:0px;
}
.branding
{
    background:#fff;
    padding:0px 20px 0px 20px;
    float:left;
    width:660px;
}
#footer
{
    clear:both;
    background:#275b7d url("../Images/siteInfoBackground.gif") repeat-x top left;
    float:left;
    padding:18px 10px 20px 10px;
    width:960px;
}
.footer-column
{
    width:220px;
    float:left;
    margin:0px 20px 0px 0px;
}
.footer-column dl
{
    float:left;
}
.footer-column-career
{
    width:210px;
    float:left;
    margin:0px 20px 0px 0px;
}
.footer-column-location
{
    width:240px;
    float:right;
}
hr
{
    color:#cccdce;
    width:80%;
}
#secondary-content{
	float: left;
	width: 240px;
	margin: 0px;
}

.column
{
    float:left;
    width:440px;
   
}
.narrow
{
    width:220px;
    
   
}
.wide
{
    width:720px;
}

.mainContent ul
{
    padding-left:15px;
    padding-bottom:1em;
}
.mainContent ol
{
    padding-left:30px;
    padding-bottom:1em;
}
.mainContent img
{
    padding-bottom:1em;
    padding-right:1em;
    xfloat:left;
}
img.right
{
    float:right !important;
}
img.left
{
    float:left !important;
}

/*------ CAMPAIGN GRID --------*/
#headerCampaign
{
     background: url("../Images/topp.jpg") no-repeat top left;
     padding:0px 20px;
     height:170px;
     width:740px;
}
#headerCampaignAlternate
{
     /*height:170px;*/
     width:740px;	
}
#pageWrapperCampaign
{
    margin: 0 auto;
    width:745px;
    background: url("../Images/shadowLeft.png") repeat-y top left;
    padding:0px 0px 0px 6px;
}
#content-container-campaign
{
   background:#f2f2f3;
   padding:12px 10px 10px 10px;
   width:720px;
}
#footer-campaign
{
    clear:both;
    background:#275b7d url("../Images/siteInfoBackground.gif") repeat-x top left;
    float:left;
    padding:18px 10px 20px 10px;
    width:720px;
}