﻿/*####################################
#	CSS 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body {
	width: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #393939;
	background-color: #000;
	}
	
html {
	height: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
div#container {
	margin: 0 auto;
	width: 1015px;
	}
	
.col {
	float: left;
	margin-right: 13px;
	}
	
.col.smallest {
	width: 146px;
	}

.col.verticalbanner {
	width: 160px;
}
	
.col.small {
	width: 234px;
	}
	
.col.wide {
	width: 570px;
	}
	
.col.widest {
	width: 643px;
	}
	
.col.full {
	width: 819px;
	}
	
.block {
	margin-bottom: 13px;
	}

h4 {
	margin-bottom: 1em;
	padding: 0 0 0 15px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0068B3;
	}
	
h5 {
	margin-bottom: 0.25em;
	padding: 0 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0068B3;
}

h6 {
	margin-bottom: 4px;
	padding: 0 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
	}

a:link {
	color: #045F9F;
	text-decoration: none;
}

a:visited {
	color: #045F9F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

#scQCHy a img,
#scisoY a img {
	margin-bottom: 13px;
	}
	
#scTLWw {
	float: left;
	margin-left: 13px;
	}

/*####################################
#	HEADER
####################################*/

#header {
	width: 1018px;
	background-color: #fff;
	}

#header h1 a {
	float: left;
	text-indent: -9999em;
	overflow: hidden;
	width: 170px;
	height: 121px;
	background: url(../images/d3_logo.gif) 20px 20px no-repeat;
	}

#header ul.services {
	float: right;
	width: 430px;
	height: 64px;
	padding: 0 10px 0 0;
	}
	
#header ul.services li {
	float: left;
	height: 40px;
	padding: 10px 0 0 40px;
	}
	
#header p {
	float: right;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../images/IT_slogan.png) 0 0 no-repeat;
	width: 810px;
	height: 37px;
	}


/*####################################
#	NAVIGATION
####################################*/

/* Main Navigation */
#header ul.nav {
	clear: both;
	height: 33px;
	padding-left: 4px;
	list-style-type: none;
	background: #595959;
	border-bottom: 4px solid #133e5d;
	}

#header ul.nav li {

	float: left;
	padding: 0 0 0 12px;
	margin: 0;
	}
	
#header ul.nav li a {
	display: -moz-inline-block;
	display: inline-block;
	padding: 12px 6px 9px 6px;
	text-decoration: none;
	color: #aeaeae;
	letter-spacing: 0.5px;
	}
	
#header ul.nav li.sel a,
 #header ul.nav li a:hover {
	color: #fff;
	background: #133e5d url(../images/nav_bg.jpg) 0 0 repeat-x;
	}


/* Sub Navigation */
.smallest h3 {
	float: left;
	width: 130px;
	margin: 0;
	padding: 7px 8px;
	color: #045F9F;
	border-bottom: 1px solid #222;
	background: #0c0c0c url(../images/subnav_top.gif) 0 0 no-repeat;
	}

ul.subnav {
	float: left;
	}
	
ul.subnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ul.subnav li a {
	float: left;
	display: -moz-inline-block;
	display: inline-block;
	width: 130px;
	padding: 7px 8px;
	text-decoration: none;
	letter-spacing: 0.25px;
	color: #fff;
	background: #0c0c0c;
	border-bottom: 1px solid #222;
	}
	
ul.subnav li a:hover {
	text-decoration: none;
}
	
ul.subnav li a:visited {
	color: #fff;
}
	
ul.subnav li.first a,
 ul.subnav li.first.sel a:hover {
	background: #0c0c0c url(../images/subnav_top.gif) 0 0 no-repeat;
	}
	
ul.subnav.one li.first a:hover {
	color: #fff;
	background: #124264 url(../images/subnav_top_on.gif) 0 0 no-repeat;
	}
		
ul.subnav.two li.first a:hover {
	color: #fff;
	background: #3C3C3C url(../images/subnav2_top_on.gif) 0 0 no-repeat;
	}
		
ul.subnav li.last a {
	background: #0c0c0c url(../images/subnav_bot.gif) bottom left no-repeat;
	border-bottom: none;
	}
	
ul.subnav.one li.last a:hover,
 ul.subnav.one li.last.sel a:hover {
	background: #0064AD url(../images/subnav_bot_on.gif) bottom left no-repeat;
	}
	
ul.subnav.two li.last a:hover,
 ul.subnav.two li.last.sel a:hover {
	background: #565656 url(../images/subnav2_bot_on.gif) bottom left no-repeat;
	}
	
ul.subnav li.sel a {
	color: #0068b3;
	}

ul.subnav.one li a:hover,
 ul.subnav.one li.sel a:hover {
	color: #fff;
	background: #124264 url(../images/subnav_bg.jpg) 0 0 repeat-x;
	}

ul.subnav.two li a:hover,
 ul.subnav.two li.sel a:hover {
	color: #fff;
	background: #3C3C3C url(../images/subnav2_bg.jpg) 0 0 repeat-x;
	}

ul.subnav li.sel a:hover {
	color: #fff;
	}
	
/* Sublinks Navigation */
ul.sublinks li {
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.4em;
}

ul.sublinks a {
	color: #999;
}

/* Breadcrumb Navigation */
ul#breadcrumb {
	float: left;
	width: 390px;
	margin-top: -5px;	
	margin-bottom: 8px;
	
}

ul#breadcrumb li {
	color: #BDBDBD;
	display: inline;
	list-style-type: none;
	}
	
ul#breadcrumb li a {
	color: #696969;
	}


/*####################################
#	FOOTER
####################################*/

div#footer {
	clear: both;
	padding: 20px 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #0C0C0C;
	color: #525252;
	}

#footer p {
	clear: both;
	text-align: center;
	}
	
#footer p a {
	color: #f00;
}

#footer a {
	color: #525252;
	text-decoration: none;
	}	

#footer a:hover {
	text-decoration: underline;
	}
	
#footer div {
	float: left;
	margin: 16px 0;
	padding-left: 40px;	
	}

#footer div h2 {
	float: left;
	margin-right: 4px;
	}

#footer div ul {
	display: inline;
	list-style-type: none;
	}

#footer div ul li {
	float: left;
	height: 10px;
	line-height: 1em;
	margin-right: 4px;
	padding-left: 5px;
	border-left: 1px solid #525252;
	}


/*####################################
#	BODY CONTAINER
####################################*/

div#body {
	overflow: hidden;
	float: left;
	width: 1005px;
	padding: 13px 0 40px 13px;
	background: #222;
	border-bottom: 2px solid #555;
	}

/* GLOBAL STYLES */
.clear { clear: both; }

.center { text-align: center; }
	
h5.center { padding: 0; }
	
.rule {
	margin: 0 15px 30px 15px;
	border-bottom: 1px solid #a1a1a1;
	}

h2.widest {
	text-indent: -9999em;
	overflow: hidden;
	height: 119px;
	margin-bottom: 13px;
	}

.main {
	width: 396px;
	padding-bottom: 13px;
	background: #fff url(../images/main_bot_wide.gif) bottom left no-repeat;
	}

.main.widest {
	width: 643px;
	padding-bottom: 13px;
	background: #fff url(../images/main_bot_widest.gif) bottom left no-repeat;
	}

.main h3 {
	height: 47px;
	margin-bottom: -10px;
	padding: 18px 0 18px 15px;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #fff;
	background: url(../images/h3_bg_wide.jpg) 0 0 no-repeat;
	}
	
.main.widest h3 {
	background: url(../images/h3_bg_widest.jpg) 0 0 no-repeat;
	}
	
.main.full h3 {
	background: url(../images/h3_bg_full.jpg) 0 0 no-repeat;
	}

.main p,
 .main ul {
	padding: 0 15px 0 15px;
	}

.main ul li {
	margin-bottom: 1em;
	margin-left: 1em;
	list-style-type: disc;
	line-height: 1.25em;
	}

#body p {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.5em;
	}
	
#body p.small {
	font-size: .85em;
	}
	
#body p.message {
	border: .5px dashed #000;
	font-size: 1.25em;
	margin: 16px;
	padding: 10px;
	}
	
div#scroll {
	height: 350px;
	overflow: auto;
	}
	
div#scroll.dp {
	height: 381px;
	}
	
div#scroll.cert {
	height: 531px;
	}

strong {
	font-weight: bold;
	}

#body p.more a {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #fd0404;
	}
	
#body p.more a:hover {
	text-decoration: underline;
	}
	
a.more,
 a.more:visited {
	color: #fd0404;
}


/* BUTTONS AND QUOTE BOX */
#digPrototype a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	width: 234px;
	height: 140px;
	background: url(../images/bttn_dig_prototype.jpg) 0 0 no-repeat;
	}

#infoRequest a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	width: 234px;
	height: 140px;
	background: url(../images/bttn_info_request.jpg) 0 0 no-repeat;
	}

#quoteBox {
	width: 209px;
	height: 257px;
	padding: 40px 20px 0 15px;
	background: url(../images/quote_box.jpg) 0 0 no-repeat;
	}

#body #quoteBox p {
	font-size: 1.1em;
	letter-spacing: 0.25px;
	line-height: 1.4em;
	}
	

/*####################################
#	PAGE DETAILS
####################################*/
	
/* HOME PAGE */
#techSupport {
	width: 643px;
	height: 224px;
	background: url(../images/h2_tech_support.jpg) 0 0 no-repeat;
	margin-bottom: 13px;
	}

#techSupport h2,
 #body #techSupport p,
  #techSupport a {
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
#techSupport h2 {
	height: 42px;
	}
	
#techSupport p {
	height: 152px;
	}
	
#techSupport a {
	display: block;
	height: 30px;
	}

.corners {
	width: 484px;
	background: #fff url(../images/wide_bot.gif) bottom left no-repeat;
	}
		
.corners .top {
	width: 484px;
	background: transparent url(../images/wide_top.gif) top left no-repeat;
	}

.corners h3,
 .corners h4 {
 	padding: 0.5em 1em;
	margin-bottom: 6px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0068B3;
	border-bottom: 1px solid #B2B2B2;
	}

#body .corners p,
 .corners ul {
	padding: 0 1em;
	font-size: 0.9em;
	}

.corners ul li {
	list-style-type: none;
	line-height: 1.25em;
	margin-bottom: 1em;
	}

.corners ul li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

.corners ul li a:hover {
	text-decoration: underline;
	}

#upcomingEvents,
 #latestNews,
  #d3Testimonials,
   #d3Tech {
	float: left;
	width: 241px;
	}

#upcomingEvents {
	border-right: 1px solid #B2B2B2;
	}

#d3Testimonials {
	height: 155px;
	background: url(../images/h3_testimonials.jpg) bottom left no-repeat;
	}

#d3Testimonials h3 {
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 155px;
	border: none;
	}

#d3Testimonials a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	margin-top: 96px;
	height: 44px;
	}

#d3Tech {
	width: auto;
	}

#d3Tech cite {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
	color: #757575;
	}
	
.badge {
	width: 143px;
	height: 154px;
	}
	
.badge h4 {
	text-indent: -9999em;
	overflow: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
	}

.badge a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	height: 154px;
	}

#nvidia {
	background: url(../images/bttn_nvidia.jpg) 0 0 no-repeat;
	}

#inventor {
	background: url(../images/autodesk_inventor.jpg) 0 0 no-repeat;
	}


/* P and ID Homepage */
.small.sub h3 {
	width: 220px;
	height: 24px;
	padding: 10px 0 0 15px;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #fff;
	background: url(../images/h3_bg_small.jpg) 0 0 no-repeat;
	}

.small.sub div {
	background: #cecece url(../images/sub_bot.gif) bottom left no-repeat;
	}
	
.small.sub div.noBg {
	background: none;
	}

.small.sub ul {
	padding: 15px;
	}

.small.sub ul li {
	list-style-type: none;
	line-height: 1.25em;
	margin-bottom: 4px;
	}

.small.sub ul li a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
	}

.small.sub ul li a:hover {
	text-decoration: underline;
	}

#body .small.sub p {
	margin: 0;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #000;
	background: #fff;
	}

.sub .screencast a,
 .sub .brochure a,
  .sub .pressRelease a {
	display: block;
	width: 173px;
	height: 28px;
	padding: 14px 0 0 62px;
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
	color: #0488FB;
	background: #000;
	}

.sub .screencast a {
	background: url(../images/icon_screencast.jpg) bottom center no-repeat;
	}

.sub .brochure a {
	background: url{../images/icon_brochure.jpg) bottom center no-repeat;
	}

.sub .pressRelease a {
	background: url(../images/icon_press_release.jpg) bottom center no-repeat;
	}


/* Survive and Thrive */
h2#survive {
	background: url(../images/survive_banner.jpg) 0 0 no-repeat
	}

/* TRAINING SECTION */
h2#training {
	background: url(../images/h2_training.jpg) 0 0 no-repeat;
	}

.courseDescription,
 .trainingCalendar {
	float: left;
	width: 191px;
	height: 177px;
	}

.courseDescription h3,
 .trainingCalendar h3 {
	text-indent: -9999em;
	overflow: hidden;
	height: 81px;
	}

#body .courseDescription p,
 #body .trainingCalendar p,
 #body .trainingCalendar fieldset label {
	text-align: center;
	padding: 16px 45px;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #fff;
	}

#body .trainingCalendar fieldset {
	text-align: center;
	}
	
#body .trainingCalendar fieldset label {
	padding: 16px 0 8px;
	width: 100%; !important
	}
	
#body .trainingCalendar fieldset input {
	margin-top: 5px;
	}

.courseDescription {
	background: url(../images/box_course_desc.jpg) 0 0 no-repeat;
	margin-right: 13px;
	}

.trainingCalendar {
	background: url(../images/box_training_cal.jpg) 0 0 no-repeat;
	}

.courseDescription a {
	color: #007BC1;
	}

.trainingCalendar a {
	color: #FBD04E;
	}

.phone strong,
 .email strong {
 	clear: both;
	float: left;
	display: block;
	width: 58px;
	line-height: 1.5em;
	color: #006DB6;
	}
	
.form {clear: both}

.form strong {
	padding-right: 5px;
	color: #006DB6;
	}

#body p.phone {
	margin:0px;
	}


/* SUPPORT SECTION */
h2#support {
	background: url(../images/h2_support.jpg) 0 0 no-repeat;
	}

.autoDeskSupport,
 .servicePacks,
  .d3WhitePapers {
	float: left;
	width: 121px;
	height: 176px;
	}

.autoDeskSupport h3,
 .servicePacks h3,
  .d3WhitePapers h3 {
	text-indent: -9999em;
	overflow: hidden;
	height: 81px;
	}

#body .autoDeskSupport p,
 #body .servicePacks p,
  #body .d3WhitePapers p {
	text-align: center;
	padding: 10px 6px;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #fff;
	}

.autoDeskSupport {
	background: url(../images/box_autodesk_support.jpg) 0 0 no-repeat;
	margin-right: 13px;
	}

.servicePacks {
	background: url(../images/box_service_packs.jpg) 0 0 no-repeat;
	margin-right: 13px;
	}

.d3WhitePapers {
	background: url(../images/box_white_papers.jpg) 0 0 no-repeat;
	}

.autoDeskSupport a {
	color: #007BC1;
	}

.servicePacks a {
	color: #FBD04E;
	}

.d3WhitePapers a {
	color: #DB8102;
	}


/* PRODUCTS SECTION */
h2#products {
	background: url(../images/h2_products.jpg) 0 0 no-repeat;
	}
	
h2#promotions {
	background: url(../images/promotions-banner.jpg) 0 0 no-repeat;
	}
	
.promo {
	margin: 0 20px 5px 20px;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #a1a1a1;
	}

.promo.last {
	margin: 0 20px;
	padding: 5px 0 0 0;
	border-bottom: none;
	}

.main .promo h4 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	}

#body .promo p {
	margin: 0;
	padding: 0;
	}
	
#screencast {
	width: 234px;
	height: 295px;
	background: url(../images/bttn_screencast.jpg) 0 0 no-repeat;
	}

#screencast h3 a,
 #body #screencast p {
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

#screencast h3 a {
	display: block;
	height: 292px;
	}

#screencast p {
	height: 1px;
	}
	
#eligibleProducts {
	margin: 0 15px 1em;
	}
	
#eligibleProducts thead tr td {
	font-weight: bold;
	}
	
#eligibleProducts thead tr td,
#eligibleProducts tbody tr td {
	padding: 0 20px 5px 0;
	}

#productGallery div {
	float: left;
	width: 350px;
	height: 100px;
	margin-left: 15px;
	padding: 30px 0 15px 15px;
/*	border-right: 1px solid #a1a1a1;*/
	border-bottom: 1px solid #a1a1a1;
	}



#productGallery div img {
	float: left;
	margin-right: 6px;
	}

#productGallery div h4,
{
	float: left;
	text-align: center;
	width: 0px;
	}

 #productGallery div a {
	float: left;
	text-align: center;
	width: 50px;
	}
#productGallery div a {
	color: #fd0404;
	}

#productGallery.main div h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.25em;
	letter-spacing: 0.25px;
	color: #0070B9;
	}

#productGallery div a {
	padding-top: 5px;
	}

#productGallery div.last {
	margin-left: 0;
	border-right: none;
	}

#productGallery div.last2 {
	margin-left: 0;
	border-right: none;
	border-bottom:none;
	}


#productGallery div.bottom {
	border-bottom: none;
	}


/* SERVICES SECTION */
h2#services {
	background: url(../images/h2_services.jpg) 0 0 no-repeat;
	}
	
h4#focused {
	text-indent: -9999em;
	overflow: hidden;
	width: 368px;
	height: 43px;
	margin: 4px 0 8px 13px;
	background: url(../images/h4_focused.gif) 0 0 no-repeat;
	}

img.center {
	margin: 8px 0 0 120px;
	}


/* SOLUTIONS SECTION */
h2#solutions {
	background: url(../images/h2_solutions.jpg) 0 0 no-repeat;
	}
	
/* AUTODESK CERTIFICATION */
h2#autoDeskCertification {
	background: url(../images/h2_autodesk_certification.jpg) 0 0 no-repeat;
	}
	
/* DIGITAL PROTOTYPING SOLUTIONS */
h2#digitalPrototyping {
	background: url(../images/h2_digital_prototyping.jpg) 0 0 no-repeat;
	}
	
/* 2010 Autodesk Products */
h2#products_2010 {
	background: url(../images/h2_2010.jpg) 0 0 no-repeat;
	}	
	
/* EVENTS SECTION */
h2#events {
	background: url(../images/h2_events.jpg) 0 0 no-repeat;
	}

.event {
	width: 346px;
	margin: 0 25px;
	padding-top: 15px;
	border-bottom: 1px solid #a1a1a1;
	}

.event.last {
	border-bottom: none;
	}

.event .date {
	width: 58px;
	height: 11px;
	padding-top: 4px;
	color: #FF440B;
	}
	
.event h5 {
	margin-top: -15px;
}

.event h5,
 #body .event p {
 	padding-left: 62px;
	width: 256px;
		}

/* ABOUT US SECTION */
h2#aboutUs {
	background: url(../images/h2_about_us.jpg) 0 0 no-repeat;
	}
	
h5 span {
	display: block;
	color: #000;
}
	
/* HYTROL PAGE */
h2#hytrol {
	background: url(../images/h2_hytrol.jpg) 0 0 no-repeat;
	}

.iconLinks {
	margin: 15px;
	padding-top: 20px;
	border-top: 1px solid #a1a1a1;
	}

.iconLinks a {
	float: left;
	display: block;
	width: 180px;
	height: 30px;
	padding-top: 85px;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	}

.iconLinks a.read {
	background: url(../images/icon_read.jpg) center 15px no-repeat;
	}

.iconLinks a.watch {
	background: url(../images/icon_watch.jpg) top center no-repeat;
	}


/* CONTACT INFO PAGE */
#contactInfo.main h4 {
	padding-bottom: 10px;
	}
	
#contactInfo h6 {
	padding: 0;
}

#contactInfo .email h4 {
	margin: 0;
	padding: 13px 0 80px 0;
	}

#contactInfo span {
	line-height: 1.5em;
	}

#contactInfo .telephone,
 #contactInfo .fax {
 	float: left;
	width: 140px;
	padding-left: 15px;
	}

#contactInfo .address,
 #contactInfo .email {
	float: left;
	width: 220px;
	}
	
#contactInfo .directions {
	height:12px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -45px;
	text-align: center;
	width: 100%;
	}

.viewBuilding a {
	float: left;
	clear: both;
	text-align: right;
	overflow: hidden;
	display: block;
	width: 229px;
	height: 156px;
	}

.chatOnline a {
	float: left;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 142px;
	height: 156px;
	background: url(../images/box_chat_white.jpg) 0 0 no-repeat;
	margin-left: 13px;
	}

/* CAREER OPPORTUNITIES PAGE */
h2#career {
	background: url(../images/h2_career.jpg) 0 0 no-repeat;
	}

#body #careerOpp p {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	}

#careerOpp table {
	margin: 0 0 0 15px;
	}

#careerOpp table thead {
	padding: 8px;
	margin: 0;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #a1a1a1;
	}

#careerOpp table td {
	border-top: 1px solid #a1a1a1;
	padding: 8px 0;
	vertical-align: middle;
	}

#careerOpp table td.left {
	width: 140px;
	color: #0264AA;
	border-right: 1px solid #a1a1a1;
	}

#careerOpp table td.right {
	width: 460px;
	padding-left: 15px;
	}

/* REQUEST FORM PAGE */
h2#request {
	background: url(../images/h2_request_form.jpg) 0 0 no-repeat;
	}
	
/* NEWSLETTER PAGE */
h2#news {
	background: url(../images/h2_news.jpg) 0 0 no-repeat;
	}
	
form label span {
	color: #0071BA;
	}

form fieldset {
	margin: 0 15px;
	}
	
form label {
	float: left;
	display: block;
	width: 90px;
	}
	
form.wider label {
	padding-right: 7px;
	width: 120px;
	}
	
form.supportForm label {
	width: 75px;
	}
	
form.supportForm label.error,
form label.error {
	color: red;
	float: none;
	margin: 0 0 5px 90px;
	width: auto;
	}
	
form.supportForm div.textbox label {
	line-height: 1.75em;
	}

form #inputs input,
 form #inputs textarea,
 form #inputs select {
	width: 142px;
	margin-bottom: 8px;
	border: 1px solid #0093FF;
	}
	
form.supportForm #inputs input,
form.supportForm #inputs textarea {
	width: 182px;
	margin-bottom: 6px;
	border: 1px solid #cfcfcf;
}

form.supportForm #inputs textarea {
	height: 100px;
	}

form .checkbox {
	margin: 10px 0;
	}

form .checkbox div {
	padding: 5px 0 0 90px;
	}

form #inputs .checkbox input {
	float: left;
	clear: both;
	width: 20px;
	margin: 0 10px 0 0;
	border: none;
	}

form .checkbox label {
	float: none;
	display: inline;
	line-height: 1.4em;
	}

form #inputs textarea {
	height: 44px;
	}

form #buttons {
	margin-top: -20px;
	text-align: right;
	}
	
form.supportForm #buttons {
	margin-top: 10px;
	}

form .textbox {clear: both;}

form .textbox label {
	padding-top: 15px;
	}

/* TESTIMONIALS PAGE */
h2#testimonials {
	background: url(../images/h2_testimonials.jpg) 0 0 no-repeat;
	}
	
#body p.cite {
	font-style: italic;
	padding-bottom: 15px;
	margin: 0 15px 25px 15px;
	border-bottom: 1px solid #a1a1a1;
	}

/* Advanced Specialty Training */
div.advancedSpecialtyTraining div.left,
div.advancedSpecialtyTraining div.right {
	float: left;
	width: 304px;
	}

div.advancedSpecialtyTraining div.left h4,
div.advancedSpecialtyTraining div.right h4 {
	margin-bottom: .5em;
	}

div.advancedSpecialtyTraining div.left ul,
div.advancedSpecialtyTraining div.right ul {
	margin-bottom: 1.5em;
	padding-left: 25px;
	}
	
div.advancedSpecialtyTraining div.left ul li,
div.advancedSpecialtyTraining div.right ul li {
	line-height: 1em;
	margin-bottom: .5em;
	}

/* Webinar Section*/
	h2#webinar {
	background: url(../images/h2_webinar.jpg) 0 0 no-repeat;
}

form.centerContent {
	text-align: center;
	}
