ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}
ul
{
	list-style: none;
}
a
{
	color: #f00;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #000;
}
a:active, a:visited, a:focus
{
    outline: none;
}
a img
{
	border: 0;
}
.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	_margin-top: -2px;
}
p.clear
{
	margin-bottom: 20px;
	clear: both;
}

body
{
	position: relative;
	background: #fff;
	color: #333;
	font: 12px Arial,Helvetica,sans-serif;
    line-height:18px;
}

body.home
{
	background: url( '../../images/home_bg2.gif' ) repeat-x 0 207px;
}

#bodyWrap
{
	width: 980px;
	margin: 0 auto; /* 	margin-left: 60px; */
}

h1
{
	font-size:24px;
	line-height:26px;
}

h2
{
	font-size: 1.4em;
	color: #f00;
	margin-bottom: 10px;
}
.replace
{
	position: relative;
	margin: 0;
	padding: 0; /* \*/
	overflow: hidden; /* */
}
.replace span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#logo2
{
	height: 95px;
	width: 947px;
}
#logo
{
	position: relative;
	top: 20px;
	float: left;
	width: 715px;
	height: 115px;
	font-size: 1.2em;
	overflow: hidden;
}
#logo span
{
	background: url(../../images/avid_home_header.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#logo_left
{
	width: 235px;
	height: 28px;
	position: relative;
	float: left;
	font-size: 1.2em;
	overflow: hidden;
}
#logo_left span
{
	background: url(../../images/top_logo_staffing.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#Head
{
	width: 980px;
}

#Head .PushAd
{
	float: right;
	width: 265px;
	height: 111px;
	margin-top:34px;/* 34px;*/
	font-size: 11px;
	color: #000;
	text-align: right;
	position: relative;
}

#Head .PushAd div
{
    float: right;
    margin-top: 26px;/*26px;*/
}

#Head .PushAd div.like
{
    position: absolute;
	top: 40px;
	right: 92px;
	width: 50px;
	margin: 0;
}

#Head .PushAd div.SearchSite {
    float:right;
    margin:0;
    display:inline;
}
    #Head .PushAd div.SearchSite .Search {
        margin-top:10px;
        *margin-top:20px;
    }
    #Head .PushAd div.SearchSite input.text {
        margin-right:10px;
        border:solid 1px #ccc;
        display:inline-block;
        height:17px;
    }
    #Head .PushAd div.SearchSite input.search-button {
        border:none;
        background:url(../../images/SearchSite.gif) no-repeat;
        display:inline-block;
        width:68px;
        height:19px;
        text-indent:-99999px;
        cursor:pointer;
    }

#Head .PushAd h2
{
	display: block;
	color:#aaa;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.05em;
	float: left;
}

#Head .PushAd h2 a
{
	text-decoration:underline;
}

#Head .PushAd h2 img
{
	padding-left:5px;
	vertical-align:middle;
}

#Head .PushAd h2 span
{
	display: none;
}

#Head .PushAd strong
{
	color: #414141;
}

#Head .PushAd .socialMediaLinks
{
	background: url( '../../images/avid_social_links.gif' ) no-repeat right top;
	height: 14px;
	position: relative;
	margin-top: 15px;
}
#Head .PushAd .socialMediaLinks .facebook
{
	display: block;
	height: 14px;
	width: 70px;
	position: absolute;
	right: 90px;
	top: 0;
}
#Head .PushAd .socialMediaLinks .facebook:hover
{
	background: url( '../../images/facebook.gif' ) no-repeat right top;
}
#Head .PushAd .socialMediaLinks .twitter
{
	display: block;
	height: 14px;
	width: 52px;
	position: absolute;
	right: 0;
	top: 0;
}
#Head .PushAd .socialMediaLinks .twitter:hover
{
	background: url( '../../images/twitter.gif' ) no-repeat right top;
}
#Head .PushAd .socialMediaLinks span
{
	display: none;
}


/*
/	MAIN NAV
------------------------------------------*/

#mainNav
{
	margin: 0px;
	padding: 0px;
	float: left;
	font: normal 12px Verdana;
	width: 980px;
	*height:60px;
	border-top: 1px solid #CCC;
	position: relative;
	z-index:1000;
}

#mainNav li
{
    float:left;
    height:28px;
    margin-bottom:29px;
}

#mainNav li a
{
    float: left;
    color: #333333;
    margin: 0px 25px 0px 0px; _margin-right:12px;
    padding: 10px 5px 7px 5px; *padding-top:10px;
    text-decoration: none;
    display: block;
}

#mainNav li.last {float:right;margin:0;}
#mainNav li.last a
{
    margin-right: 0;
}

#mainNav li a:visited
{
    color: #535353;
}

#mainNav li.current a
{
	color:#FE1100;
}

#mainNav li a:hover,
#mainNav li.hover a
{
    color: #FE1100;
    background: transparent url('../../images/menutab-bg.gif') repeat-x top left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 4px 6px 4px;
}

#mainNav li.current a
{
    border-top: 3px solid #FE1100;
    padding-top: 7px;
}

/*  SubNav  */


#mainNav li ul {position:absolute;top:-9999px;visibility:hidden;}
#mainNav li ul.subNav
{
    visibility:visible;
    list-style: none;
    left:0;
    margin:0; padding:0;
    float:none;
    z-index: 990;
    background: transparent;
    width:auto;
    height:30px;
}
#mainNav li ul.subNav li
{
    margin: 0; padding: 0;
    float:left;
    height:30px;
    width:auto;
    background: transparent;
}
html #mainNav li ul.subNav li a
{
    float:none;
    display:block;
    margin-right:0;
    padding:8px 10px 8px 9px;_padding-bottom:8px;
    white-space:nowrap;
    background:url('../../images/menutab-bg.gif') repeat-x left top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	border-left: 1px solid #cccccc;
    font-size:11px;
}
#mainNav li.current ul li a,
#mainNav li.hover ul li a
{
    border-top: none;
    padding: none;
    color: #535353;
    font-size:11px;
}

#mainNav li.current ul li a:hover,
#mainNav li.hover ul li a:hover
{
    color: #FE1100;
}
html #mainNav li ul.subNav li.last a {
	float:none;
    display:block;
    margin-right:0;
    padding:8px 10px 8px 8px;_padding-bottom:8px;
    white-space:nowrap;
    background:url('../../images/menutab-bg.gif') repeat-x left top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
    font-size:11px;
}

/*html #mainNav li ul.subNav li a:hover {background:url('../../images/SubNav_divider.gif') no-repeat right center;}
html #mainNav li ul.subNav li.last a,
html #mainNav li ul.subNav li.last a:hover {background:none;}*/


/*
/	SIDEBAR / NAV
------------------------------------------*/

#sideBar
{
	float: left;
	width: 243px;
}
#sideBarImage
{
	border-left: 10px solid #FE1100;
	padding: 0 0 0 10px;
}
#sideBarImage div.imageLeft { width:112px;float:left; }
#sideBarImage div.imageRight { width:111px;float:left; }

#sidenav
{
	background-color: Aqua;
	padding-top: 260px;
	width: 200px;
}

#subnav
{
	margin: 10px 0 0 0;
}

#subnav li
{
	display: inline;
}
#subnav li a
{
	display: block;
	border-left: 10px solid #ECECEC;
	padding: 7px 0 7px 10px;
	color: #333333;
	font-family: verdana;
	font-size: 12px;
}

#subnav li ul
{
    display:none;
}

#subnav li.CMSListMenuHighlightedLI ul
{
    display:block;
}

#subnav li.CMSListMenuHighlightedLI ul a
{
    padding-left:30px;
    color:#FE1100;
    background:url(../../images/gray_bullet.gif) no-repeat 20px 14px;
    *background-position:30px 14px;
}
#subnav li.CMSListMenuHighlightedLI ul a:hover
{
	color:#333;
}

#subnav li a.CMSListMenuLinkHighlighted, #subnav li.indent a.CMSListMenuLinkHighlighted
{
	/* 	border-left-color: #dfdfdf; */
	font-weight: bold;
}

#subnav li a:hover, #subnav li.indent a:hover
{
	border-left-color: #BABABA;
	background-color: #f8f8f8;
}

#subnav li.indent
{
	padding-left: 30px;
	margin: 0;
}

.NavTitle
{
	display: block;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	border-left: 10px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}

.contactsubnav
{
	margin-top: 120px !important;
}


/*
/      Tab Nav
--------------------------------------------------------------------------------------------------------*/


ul.shadetabs
{
	border-bottom: solid 1px #CCC;
	float: left;
	margin-top: 5px;
	width: 100%;
}
ul.shadetabs li
{
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	margin-right: 15px;
}
ul.shadetabs li a
{
	background: url( '../../images/tabnav_bg.gif' ) no-repeat left top;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	display: block;
	height: 45px;
	padding: 0 5px;
	text-decoration: none;
}
ul.shadetabs li.selected a
{
	background: url( '../../images/tabnav_bg.gif' ) no-repeat left bottom;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	height: 47px;
}
#contentA ul.shadetabs li.selected a
{
	color: #000;
}

div.tabcontentstyle
{
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 0 15px 15px 15px;
}

/*
/   MAIN CONTENT STYLES
/---------------------------------------------------------------------------*/



#wrapper
{
	width: 980px;
	min-height: 193px;
	position: relative;
	padding-top: 4px;
}
#wrapperMarlboro
{
	background: url(../../images/photo_contact5.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 193px;
}

#wrapperNashua
{
	background: url(../../images/photo_contact8.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}

#wrapper_contact
{
	/* background:url(../../images/photo_contact0.jpg) no-repeat 8px 0; */
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}
#wrapper_search
{
	background: url(../../images/photo_can_bot.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}
#wrapper_candidates
{
	background: url(../../images/photo_can_bot.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}
#wrapper_employers
{
	background: url(../../images/photo_emp_bot1.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 338px;
}

#wrapper_employers.noBackground
{
	background-image: none;
}


/* This makes the text and download button line up in ie7 */
*:first-child + html #employers_download
{
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	margin-top: 227px;
	margin-left: -200px;
	width: 225px;
}

#wrapper_industries
{
	background: url(../../images/photo_industries_bot.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}
#wrapper_placement
{
	background: url(../../images/photo_shake_bot.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 193px;
}
#wrapper_main
{
	/*	background:url(../../images/photo_main_2.jpg) no-repeat 0px 0; */
	background-repeat: no-repeat;
	width: 963px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 22px 7px;
	min-height: 266px;
}
#wrapper_search
{
	background: url(../../images/photo_resume_bot.jpg) no-repeat 8px 0;
	width: 930px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 0px 7px;
	min-height: 166px;
}
#wrapper_alerts
{
	/*background:url(../../images/photo_alerts.jpg) no-repeat 8px 0; */ /*background-repeat: no-repeat;*/
	width: 931px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 22px 7px;
	height: auto !important; /* for modern browsers */
	height: 379px; /* for IE5.x and IE6 */
	min-height: 379px; /* for modern browsers */
}

#wrapper_alerts div.alertTitle
{
	background: url( '../../images/hdr_alerts.gif' );
	height: 39px;
	width: 713px;
}

#wrapper_alerts div.alertTitle a.logout
{
	float: right;
	margin: 12px 40px 0 0;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper_admin
{
	background: url(../../images/photo_admin.jpg) no-repeat 8px 0;
	background-repeat: no-repeat;
	width: 931px;
	border-left: 10px solid #d2d2d2;
	padding: 0px 0px 22px 7px;
	min-height: 266px;
}

#searchbox1_panel1 table
{
	margin: 8px;
}

#searchbox1_panel1 td
{
	font: 12px Arial, Helvetica, sans-serif;
}

#searchbox1_panel1 input
{
	font: 12px Arial, Helvetica, sans-serif;
	background: #eee;
	border: solid 1px #999;
}

#searchbox1_panel1 select
{
	font: 12px Arial, Helvetica, sans-serif;
	background: #eee;
	border: solid 1px #999;
}

.main_title
{
}

h1.main_title
{
	padding-left: 0px;
	margin: 0px 0px 9px 218px;
}

#side_menu
{
	float: left;
	margin: 10px 20px 0px 275px;
	_margin: 10px 20px 0px 140px;
}
#side_menu ul
{
	float: left;
}
#side_menu li
{
	margin: 0px 0px 6px;
}
#side_menu a, #side_menu a:link, #side_menu a:visited
{
	font-weight: bold;
	color: #acacac;
}
#side_menu #curr, #side_menu a:hover
{
	color: #f00;
	text-decoration: none;
}
.fletter
{
	color: #f00;
}

#content
{
	float: left;
	width: 543px;
	margin: 10px 0px 0px 0px;
	line-height: 20px;
}

#content p
{
	font-size: 1.2em;
	margin: 0px 0px 12px 0;
}
#content a, #content a:link, #content a:visited
{
	color: #f00;
	font-weight: bold;
}
#content h1
{
	font-size: 1.9em;
	font-weight: bold;
	margin: 0px 0px 10px;
	color: #333;
}

#contentA h3, #content h3
{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
}
#contentA h3 {margin-left: 10px;}
#contentA h4, #content h4
{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 18px;
	margin-left: 10px;
}

#contentA h4 a
{
	color: #333;
}

#contentA h4 a:hover
{
	color: #FE1100;
}

#contentA h4.first
{
	padding-top: 0px;
	margin-top: 0px;
}

#contentA h4.last
{
	margin-bottom: 18px;
}

#contentA div.redBorder h4
{
	padding-top: 0px;
}

#contentA
{
	float: left;
	display:inline;
	width: 711px;
	margin: 0 0 0 24px;
	line-height:18px;
	color: #333333;
	background-color: #ececec;
	border: 1px solid transparent;
	border-top: none;
}

#contentA p
{
	font-size: 12px;
	padding: 6px 10px;
}
#contentA p.testimonial
{
	padding: 10px;
}
#contentA a, #content a:link, #content a:visited
{
	color: #f00;
	font-weight: bold;
}
#contentA a:hover
{
	color: #000;
}

#contentA h1
{
	font-size: 1.9em;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	color: #333;
	letter-spacing: -.05em;
	line-height: 1.1em;
}

#contentA .introHdr
{
	font-size: 1.9em;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	display: block;
	color: #333;
	letter-spacing: -.05em;
	line-height: 1.1em;
}

#contentA h1.moreLesser
{
	font-size: 1.2em;
	letter-spacing: -.05em;
	line-height: 1.1em;
}

#contentA h1.lesser
{
	font-size: 1.7em;
	color: #FE1100;
	letter-spacing: normal;
	margin-top: 24px;
}

#contentA h2
{
	font-size: 1.7em;
	color: #333;
	letter-spacing: normal;
	margin-left: 10px;
}

#contentA h2.headred
{
	color: #FE1100;
	margin-top: 24px;
}

#contentA ul
{
	padding-bottom: 15px;
	margin-left: 10px;
}

#contentA .redBorder ul
{
	padding-bottom: 0;
}

#contentA .multiPartList li
{
	margin-bottom: 12px;

}

#contentA .articleDate
{
	font-weight: bold;
	padding-right: 5px;
}

#contentA .articleLink
{
	padding-left: 15px;
	background: url( '../../images/bullet_red.jpg' ) no-repeat;
	margin-left: 10px;
}

#contentA .stronger
{
	font-size: 1.4em;
}

#contentB
{
	width: 543px;
	margin: 10px 20px 0px 275px;
	line-height: 20px;
	float: left;
	_margin-left: 130px;
	color: #333;
}
#contentB p
{
	font-size: 1.2em;
	margin: 0px 0px 12px 0;
}
#contentB a, #content a:link, #content a:visited
{
	color: #f00;
	font-weight: bold;
}
#contentB a:hover
{
	color: #000;
}

#contentB h1
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0px 10px;
}

#contentA table,
#contentB table
{
	margin:10px 0;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

#contentA table caption,
#contentB table caption
{
    font-weight:bold;
    text-align:left;
    padding:0 5px;
}
#contentA table th,
#contentB table th
{
	font-weight:bold;
    background-color: #ffffff;
	color:#FE1100;
    text-align:left;
    vertical-align:top;
    padding:5px;
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
}
#contentA table td,
#contentB table td
{
	padding:5px 5px 0;
	vertical-align:top;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
    background-color: #ffffff;
}

/* reset page-specific tables */
#contentA .loginForm table,
#contentA .searchTable table,
#contentA .jobsTable {border:none;margin:0 0 0 10px;}
#contentA .loginForm table td,
#contentA .application td,
#contentA .searchTable table td{padding:0;border:none;}
#contentA .jobsTable td{padding:0 0 0 5px;border:none;}
#contentA .jobsTable th {padding:0 0 0 5px;border:0;background:#999;color:#FFF;}
#contentA .application {border:none;}
#contentA .application td {border:none;}
.searchTable {margin-left: 10px;}
#footer_line
{
	background: #d2d2d2;
	width: 930px;
	height: 2px;
	margin: 8px 0px 16px;
}
.line
{
	width: 930px;
	border-top: 2px solid #d2d2d2;
}
.linex
{
	width: 930px;
	border-top: 1px solid #d2d2d2;
	margin: 0px !important;
	margin: 13px 0px -13px 0px;
}
#footer
{
	padding: 0px 0px 10px;
}
#footer a, #footer a:link, #footer a:visited
{
	color: black;
}
#welcome
{
	float: left;
	width: 443px;
	height: 266px;
	margin: 0px 0px 0px 218px !important;
	margin: 0px 0px 0px 109px;
}
#welcome p
{
	margin-right: 10px;
}
#welcome li
{
	font-weight: bold;
	font-size: 1.2em;
	color: #f00;
}
#welcome a, #welcome a:link, #welcome a:visited
{
	color: #f00;
}
#welcome a:hover
{
	color: #000;
}

#welcome h1
{
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
}
#jobs
{
	float: right;
	width: 268px;
	padding: 0px 0px 12px 0px;
	margin-left: 0px;
	border: 1px solid #ccc;
}

#jobs #searchlink
{
	margin: 10px;
	color: #FE1100;
}

#jobs #searchlink a
{
	color: #FE1100;
}


#jobs .tit
{
	width: 274px;
	_width: 251px;
	background: #f00;
	padding: 14px 0px 10px 0px !important;
	padding: 0px 0px 10px 23px;
	margin: 0px 0px 24px 0;
}
#jobs ul
{
	overflow: auto;
	padding: 0px 4px;
	margin: 0px 0px 4px;
}
#jobs a, #jobs a:link, #jobs a:visited
{
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}

#jobs a:hover
{
	text-decoration: underline;
}

#jobs li a, #jobs li a:link, #jobs li a:visited
{
	color: black;
	font-weight: normal;
	font-size: 1em;
	line-height: 20px;
	text-decoration: underline;
}
#jobs #searchlink
{
	margin: 0px 0px 0px 26px;
	color: #FE1100;
}

#text_left
{
	width: 660px;
	float: left;
	font-size: 12px;
	margin: 10px 0px 0;
}
#text_right
{
	width: 240px;
	float: left;
	font-size: 1.2em;
	margin: 10px 0px 0;
}
#text_right a, #text_right a:link, #text_right a:visited
{
	color: #f00;
	text-decoration: none;
}
.highlight
{
	color: #f00;
}
#footer_menu
{
	/* background:url(../../images/MSA_member.jpg) no-repeat right top; */
	width: 969px;
	margin: 50px auto 0px auto;
	font-size: 11px;
	color: #626262;
	text-align: right;
    /* 	border-top: 1px solid #D2D2D2; */
}
#copyright
{
    clear: both;
}
#addr
{
    width: 153px;
    height: 120px;
    float: right;
    text-align: left;
}

#footer_menu img
{
	float: left;
    margin-right:0;
}

#footer_menu img.midImage
{
	margin:15px 143px 0 126px;
}

#footer_menu a, #footer_menu a:link, #footer_menu a:visited
{
	color: #626262;
}
#footer_menu a:hover
{
	color: #000;
}
#footer_menu .badge
{
    margin-top: 45px;
    margin-right:0;
}
#stat
{
	float: left;
	margin: 10px 0px 0px -8px;
}
#footer_links
{
	margin: 15px 0;
	padding: 15px 0 0 0;
	text-align: right;
	width: 969px;
	border-top: 1px solid #D2D2D2;
}
#footer_links a
{
	padding: 0 5px;
}
#footer_links a, #footer_links a:visited, #footer_links a:link
{
	color: #626262;
}
#footer_links a:hover
{
	color: #000;
	text-decoration: none;
}
#footer_menu #footer_links img
{
	margin-right:0;
}
ul.redBullet
{
	margin-left: 20px;
}
#contentA ul.redBullet
{
	padding:6px 0;
}
.redBullet li
{
	background-image: url(../../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
}
.redBullet.extraPadding li
{
	padding-bottom:10px;
}

ul.listType1,
ul#siteMap .CMSListMenuLI .CMSListMenuUL,
ul.CMSSiteMapList ul { margin-left: 20px; }

ul.CMSSiteMapList li { padding-bottom:15px; }
#contentA ul.CMSSiteMapList ul,
#contentA ul.CMSSiteMapList ul ul,
#contentA ul.CMSSiteMapList ul ul ul { padding-bottom:0; }

.listType1 li,
ul#siteMap .CMSListMenuLI .CMSListMenuUL li,
ul.CMSSiteMapList ul li {
	background-image: url(../../images/gray_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom:0;
}

ul#siteMap ul ul {padding-bottom:0;}

.listType2 li
{
	margin-bottom: 20px;
}

#content h2
{
	color: #FE1100;
	font-size: 18px;
}

#form1
{
	color: #FE1100;
}

#ctl00_plcContent_rptJobs_ctl00_subHeader
{
	background-color: #999999;
	color: #FFFFFF;
	width: 637px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#jobBtn
{
	width: 200px;
	margin-left: 150px;
}

#panel1
{
	color: #FE1100;
}
#rightCol
{
	width: 90px;
	float: left;
}

#searchbox1_gvTest td
{
	font-size: 10px;
}
#searchlink
{
	margin-top: 10px;
}
#ctl00_plcContent_rptJobs_ctl00_jobTable
{
	color: #919191;
}

#ctl00_plcContent_rptJobs_ctl00_jobTable *
{
	font: 12px Arial, Helvetica, sans-serif;
}

#gvTest_ctl00_Label1
{
	font-weight: bold;
}

#ctl00_plcContent_rptJobs_ctl00_jobTable td
{
	width: 200px;
	margin: 10px;
	padding-bottom: 10px;
}
#ctl00_plcContent_rptJobs_ctl00_jobTable .JobTitle
{
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
#ctl00_plcContent_rptJobs_ctl00_jobTable .JobLocation
{
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#ctl00_plcContent_rptJobs_ctl00_subHeader
{
	padding-top: 2px;
	padding-left: 5px;
	font-weight: bold;
}

#leftCol
{
	float: left;
	width: 500px;
}

.submitJobOrder,
.submitResume
{
	width: 221px;
	height: 93px;
	margin: 27px 0 0 0;
	padding: 40px 10px 10px 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
}
.submitJobOrder {background: #333 url( '../../images/submit_job_order.gif' ) no-repeat;}
.submitResume {background: #333 url( '../../images/submit_resume.gif' ) no-repeat;}

.submitJobOrder h2,
.submitResume h2
{
	display: none;
}
.submitJobOrder .job-submit,
.submitResume .job-submit
{
	display: block;
	text-align: right;
}

.submitApplication {margin-left:8px;}

.searchJobsApplyNow
{
	width:243px;
	margin:27px 0 0 0;
}
.searchJobsApplyNow p
{
	width:121px;
	float:left;
}
.searchJobsApplyNow p.right
{
	width:114px;
	float:right;
}
.searchJobsApplyNow .searchJobsButton { background:url(../../images/button_search_jobs_sidebar.png) no-repeat; height:30px; width:79px; }
.searchJobsApplyNow .applyNowButton { background:url(../../images/button_apply_now_sidebar.png) no-repeat; height:30px; width:79px; }

.downloadBox
{
	padding: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #ccc;
	margin-top: 10px;
}

.downloadBox p
{
	line-height: 20px;
}

.downloadBox h5
{
	font-size: 14px;
}

.application *
{
	font: 12px Arial, Helvetica, sans-serif;
}

.application input
{
	background: #eee;
	border: solid 1px #666;
	font: 12px Arial, Helvetica, sans-serif;
}

.directions
{
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

ul.directions li
{
	line-height: 20px;
}

.splitViewA
{
	word-wrap: break-word;
	float: left;
	width: 300px;
}

.splitViewB
{
	float: left;
	margin-left: 60px;
}

#ctl00_plcContent_requirementForm td
{
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}

#ctl00_plcContent_requirementForm td.divider
{
	margin-top: 5px;
	padding: 0px;
	background-color: #f00;
	height: 2px;
}

#ctl00_plcContent_requirementForm .radio
{
	border: 0px;
}


#contentA h1.NoMargin
{
	margin-bottom: 0px;
	margin-top: 30px;
}
.indent, #siteMap
{
	margin-left: 20px;
}


.HomeCallouts
{
	height: 39px;
	width: 268px;
	background-color: #CCCCCC;
}
.HomeCallouts h2
{
	padding: 10px 0 0 15px;
	color: Black;
	font-weight: 400;
}

.extraMargin
{
	margin: 20px 0;
}

.redBorder
{
	border: solid 2px #FE1100;
	padding: 15px;
	width: 320px;
	margin-left: 120px;
}
.redBorder ul
{
	margin-left: 20%;
}
.redBorder h4
{
	text-align: center;
}

div.last
{
	margin-bottom: 20px;
}

img.arrowRedTall
{
	margin-left: 280px;
}

/*
/            GLOBAL MODIFIERS
--------------------------------------------------------------------------------------------------------*/

.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.headred
{
	color: #FE1100;
}

/*
/		CONTACT SLIDESHOW
--------------------------------------------------------------------------------------------------------*/

.main_title
{
	position: relative;
	display:block;
	width:711px;
	height:140px;
	margin-bottom:8px;
}
.main_title img { position:absolute;
	width:711px;}
.wrapper_contact
{
	position: relative;
}
.ImageSlideshow
{
	position: relative;
	height: 223px;
	overflow: hidden;
}
.ImageSlideshow IMG
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ImageSlideshow IMG.active
{
	z-index: 3;
}
.ImageSlideshow IMG.last-active
{
	z-index: 2;
}

#slideshowNavigation
{
	background-color: #CCC;
	width: 223px;
	margin-top: 10px;
	text-align: center;
	z-index: 100;
}

#slideshowNavigation span
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
}



/*
/		HOME
--------------------------------------------------------------------------------------------------------*/

.HomeBnrWrap
{
	/*background: url( '../../images/home_bnr_bg.gif' ) no-repeat top;*/
	padding: 33px 0; *margin-top:2px;
    position:relative;
}

.HomeBnr
{
	background: red url( '../../images/home_bnr_bg.jpg' ) no-repeat;
	width: 960px;
	height: 279px;
	padding: 0 20px 0 0;
	color: #626262;
	font-size: 13px;
	position: relative;
}
.HomeBnr strong
{
	font-weight: normal;
	color: #FE1100;
}
.HomeBnr h1
{
	padding: 20px 0px 10px;
}
.HomeBnr h1 span
{
	display: none;
}
.HomeBnr table
{
	margin-top: 20px;
}
.HomeBnr table a
{
	background: url( '../../images/bullet_red.jpg' ) no-repeat;
	line-height: 19px;
	padding-left: 18px;
	font-size: 12px;
	margin-left: 42px;
}

.HomeBnr .HomeBnrText
{
	padding-left: 20px;
	width: 560px;
	float: left;
}
.HomeBnr .ImageSlideshow
{
	width: 373px;
	height: 279px;
	float: left;
}
.HomePushWrap
{
	width: 981px;
	padding: 24px 0;
}

.SearchJobs
{
	background-color: #aaa;
	width: 261px;
	height: 208px;
	color: #333;
	float: left;
}
.SearchJobs h2 span
{
	display: none;
}
.SearchJobs table
{
	margin: 0 10px;
}
.SearchJobs td
{
	padding: 0 10px 5px 0;
}
.SearchJobs .right
{
	text-align: right;
}
.SearchJobs .submit
{
	text-align: right;
}

#subHead
{
	background-color: #ECECEC;
	border: 1px solid #C0C0C0;
	padding: 10px;
	width: 208px;
	height: 186px;
	float: left;
	margin-left: 9px;
	font-size: 11px;
	color: #828282;
	position: relative;
}
#subHead .img img
{
	border: 1px solid #C0C0C0;
}
#subHead h2
{
	margin: 10px 0 15px 0;
}
#subHead h2 span
{
	display: none;
}
#subHead a
{
	color: inherit;
	font-weight: normal;
	text-decoration: underline;
}
#subHead a.more
{
	background: url( '../../images/bullet_red_graybg.gif' ) no-repeat center;
	width: 20px;
	height: 15px;
	text-indent: -9999px;
	float: left;
}

#subHead .newsLinkContainer
{
	margin-top: 6px;
}

.subHead
{
	background: #e9e9e9 url('../../images/subHead-bg.gif') repeat-x top left;
	border: 1px solid #C0C0C0;
	padding: 10px;
	width: 208px;
	height: 186px;
	float: left;
	margin-left: 9px;
	font-size: 11px;
    line-height:14px;
	color: #828282;
	position: relative;
    overflow:hidden;
}
.subHead .img img
{
	border: 1px solid #C0C0C0 !important;
}
.subHead h2
{
	margin: 10px 0 15px 0;
}
.subHead h2 span.header
{
	display: none;
}
.subHead a
{
	color: inherit;
	font-weight: normal;
	text-decoration: underline;
}
a.more
{
	background: url( '../../images/bullet_red_graybg.gif' ) no-repeat center;
	width: 20px;
	height: 15px;
	text-indent: -9999px;
	float: left;
}

.subHead .newsLinkContainer
{
	margin-top: 6px;
}

p.introCopy
{
	margin-bottom: -18px;
}

.newsIntro {height:60px;margin:0;}

.pagerContainer
{
    background: #404040;
    height: 20px;
    padding:5px 0 0 5px;
}

.pagerContainer a
{
    color: #ffffff;
    float:left;
}

.newsPagerContainer
{
    float: right;
}

.newsPagerContainer a
{
    padding-right: 3px;
    text-decoration: none;
    color: #fff;
    float:none;
}

.newsPagerContainer strong
{
    padding-right: 3px;
}

.pagerContainer a:hover,
.newsPagerContainer a:hover
{
    color: #FE1100;
}


/*
/		FORMS
--------------------------------------------------------------------------------------------------------*/

div.loginForm
{
	margin-top: 20px;
}



/*
/		Q/A Expland
--------------------------------------------------------------------------------------------------------*/

.expandwrap h4
{
	color: Red;
	cursor: pointer;
	padding-top: 5px !important;
	font-size: 13px !important;
}
.expandwrap h1
{
	margin-bottom: 20px;
}
.expandwrap .activeQuestion
{
	color: Black;
}
.expandwrap .answer
{
	display: none;
}

.breadcrumbs
{
    position:absolute;
    top:123px;
    left:10px;
}
    .breadcrumbs a
    {
        padding-right:12px;
        background:url('../../images/breadcrumb_divider.gif') no-repeat right center;
        font-weight:bold;
    }


/*  SLIDESHOW TEMPLATE
----------------------------------------------------------------------------------------------*/

.Slideshow
{
    margin:0 0 10px 0;
    width:100%;
    float:left;
}
.Slideshow li {float:left;}
.Slideshow li a
{
    display:block;
    width:160px;
    margin:0 20px 0 0;
}
.Slideshow li a.last {margin:0;}
.Slideshow li a img {display:block;width:160px; margin-left: 10px;}


/*  SEARCH RESULTS
---------------------------------------------------------------------------------------------*/

.search-header
{
    margin-bottom:20px;
}


/* Search Jobs, Apply Now buttons - for use on multiple pages */
a.searchJobsButton
{
	display:inline-block;
	height:21px;
	width:111px;
	background:url(../../images/button_search-jobs-gray.gif) no-repeat;
	line-height:inherit;
}
a.searchJobsButton span {visibility:hidden;}
a.applyNowButton
{
	display:inline-block;
	height:21px;
	width:111px;
	background:url(../../images/apply_now.gif) no-repeat;
	line-height:inherit;
}
a.applyNowButton span {visibility:hidden;}



/* AVID Career Path */
#contentA .js {
    display: none;
}
    #contentA .ani_box {
        width: 385px;
        height: 380px;
        float: right;
        border-left: 1px solid #CCC;
        margin-top: 54px;
        margin-left: 16px;
    }
    #contentA .ani_box .vector {
        float: left;
        height: 220px;
    }
    #contentA .ani_box .path {
        text-align: center;
    }
    #contentA .ani_box .nofloat {
        float: none;
    }
    #contentA .ani_box .next {
        margin-bottom: 10px;
    }
    .tooltip {
        position: absolute;
        float: left;
        width: auto;
        height: auto;
        padding: 10px;
        border: 2px solid #CCC;
        background-color: #CCC;
        display: none;

        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;

        behavior: url(/includes/css/PIE.htc);
    }

    #contentA .ani_box button.button {
        color: #ffffff;
        padding: 2px 10px;
        border: 1px solid #F10000;
        background-color: #F00;
        margin: 0 5px;

        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;

       background: rgba(0,0,0,0.25);
       box-shadow: 0 2px 6px rgba(241,0,0,.5), inset 0 1px rgba(0,0,0,0), inset 0 10px rgba(229,77,77,1), inset 0 10px 20px rgba(229,77,77,0.25), inset 0 -15px 30px rgba(241,0,0,1);
       -webkit-box-shadow: 0 2px 6px rgba(241,0,0,.5), inset 0 1px rgba(0,0,0,0), inset 0 10px rgba(229,77,77,1), inset 0 10px 20px rgba(229,77,77,0.25), inset 0 -15px 30px rgba(241,0,0,1);
       -moz-box-shadow: 0 2px 6px rgba(241,0,0,.5), inset 0 1px rgba(0,0,0,0), inset 0 10px rgba(229,77,77,1), inset 0 10px 20px rgba(229,77,77,0.25), inset 0 -15px 30px rgba(241,0,0,1);

       cursor: pointer;

        behavior: url(PIE.htc);

    }

    #contentA .ani_box .hidden {
        display: none;
    }

    #contentA .ani_box a.button {
        margin: 0 5px;
        cursor: pointer;
    }


/*  OUR STORY
---------------------------------------------------------------------------------------------*/

div.NewsHead
{
	float:left;
	width:713px;
	padding:10px 0px 10px 10px;
}

div.NewsHead h2
{
	float:left;
	width:705px;
	background:url(../../images/background_news.gif) repeat-y;
	font-size:16px !important;
	line-height:1.5em;
	color:#FFF !important;
	padding:4px 3px 2px 3px !important;
	margin-left: 0 !important;
}
div.NewsHead h4
{
	margin-left: 0 !important;
}
div.NewsHead a.articleLink {
	margin-left: 0 !important;
}

div.NewsHead span
{
	font-size:13px;
	font-weight:bold;
	padding-top:18px;
	color:#FE1100;
}

div.NewsHead p
{
	float:left;
	width:693px;
}

