@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
p, li, td, label{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
h1, h2, h3, h4, h5{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
}
h1, h5{
	font-size:18px;	
	background:url(/images/headerUnderline.gif) repeat-x bottom;
	padding:0 0 5px 0;
}

h2, h3{
	font-size:14px;
	background: url(/images/headerUnderline.gif) repeat-x bottom;
	padding:0 0 5px 0;
}
h2{
	padding:20px 0 0 0;
}
h4{
	font-size:12px;
	background: transparent url(/images/redBullet.gif) no-repeat left center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
}
.imageLinks {
	padding: 0px;
	margin-top: -10px;
}
p{
	margin-top:8px;
	margin-bottom:12px;
	line-height:17px;
}

td{ padding:0 0 0 3px; }
.marginTop{ margin-top:10px; }
.marginBottom{ margin-bottom:10px; }
.marginRight{ margin-right:10px; }
.marginLeft{margin-left:10px}
.wrapper{ width:980px; }
.noPadding{	padding:0;	}

a:link, a:visited{
	color:#3973A6;
	text-decoration:none;
}
a:hover{ color:#f7941e; }

#info_banner { margin: 0 0 10px 0; }

.floatLeftMargin{
	float:left;
	margin:10px 10px 0 0;
}
.grayFont{color:#666}
.orangeFont{color:#f7941e}
.note{
	background-color:#F0F0F0;
	border:solid 1px #ccc;
	display:block;
	font-size:12px;
	padding:5px;
	margin:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*------------------------------------------------------------------
Lumenbrite Title Image Replacements
------------------------------------------------------------------*/
h1.servicesTitle span{
	background:url(/images/title_services.gif) no-repeat;
	width:301px;
	height:30px;
	position:absolute;
}

/*------------------------------------------------------------------
Lumenbrite Masthead
------------------------------------------------------------------*/
#masthead{
	width:980px;	
	height:99px;
	clear:both
}
#masthead h2{
	width:206px;
	height:70px;
	background:none;
	position:relative;
	margin:15px 0 0 5px;
	float:left;
	padding:0;
	overflow:hidden;
}
#masthead h2 a{width:200px; height:100%; display:block}
#masthead h2 a span{
	background:url(/images/lumenbrite_logo2.gif) no-repeat top left;
	width:100%;
	height:100%;
	position:absolute;
}
/*#masthead h2 a:hover span{	background:url(/images/lumenbrite_logo.jpg) no-repeat bottom left; }
*/
.invisible{
	display:none;	
}
.aatc_logo{
	float:right;	
	padding:7px 0 0 0;
	margin:0;
	height:68px;
}
.aatc_logo p{
	margin-bottom:0;	
}
a img {
	border: none;	
}

/*------------------------------------------------------------------
Lumenbrite Navigation
------------------------------------------------------------------*/
ul#navigation{
	padding:0;
	margin:0;	
	width:100%;
	height:41px;
	background:url(/images/navgrad.gif) repeat-x;
	list-style-type:none;
}
ul#navigation li{
	float:left;	
	width:187px;
	height:30px;
	margin:11px 3px 0 0;	
	position:relative;
}
ul#navigation li.firstPadding{ margin-left:15px;}
ul#navigation li.loginBtn{width:90px}
ul#navigation li.accountBtn{width:110px}
ul#navigation li.loginBtn a.logout, ul#navigation li.accountBtn a.account{
	color:#fff;
	background:url(/images/navgradBlue.gif) repeat-x top left;
	display:block;	
	line-height:30px;
	}
ul#navigation h3{
	padding:0;
	text-align:center;
	font-size:14px;
}
ul#navigation a{
	color:#fff;
	background:url(/images/bg_navigation.gif) repeat-x top left;
	display:block;	
	line-height:30px;
}
ul#navigation a:hover, ul#navigation li.loginBtn a.logout:hover, ul#navigation li.accountBtn a.account:hover{
	color:#666;
	background:url(/images/bg_navigation.gif) repeat-x bottom left;
}

/*-------------------------------------------------------------------------------
Image replacement for the navigation menus
--------------------------------------------------------------------------------*/
ul#navigation a span#trainingTab{
	background:url(/images/nav_instructor_training.gif) no-repeat top left;
	width:187px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#trainingTab, #trainingPage ul#navigation span#trainingTab{
	background:url(/images/nav_instructor_training.gif) no-repeat bottom left;
}
ul#navigation a span#servicesTab{
	background:url(/images/nav_professional_services.gif) no-repeat top left;
	width:187px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#servicesTab, #servicesPage ul#navigation span#servicesTab{
	background:url(/images/nav_professional_services.gif) no-repeat bottom left;
}
ul#navigation a span#companyTab{
	background:url(/images/nav_about_company.gif) no-repeat top left;
	width:187px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#companyTab, #companyPage ul#navigation span#companyTab{
	background:url(/images/nav_about_company.gif) no-repeat bottom left;
}
ul#navigation a span#resourcesTab{
	background:url(/images/nav_student_resources.gif) no-repeat top left;
	width:187px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#resourcesTab, #resourcesPage ul#navigation span#resourcesTab{
	background:url(/images/nav_student_resources.gif) no-repeat bottom left;
}
ul#navigation a span#account{
	background:url(/images/nav_myAccount.gif) no-repeat top left;
	width:110px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#account{
	background:url(/images/nav_myAccount.gif) no-repeat bottom left;
}
ul#navigation a span#login{
	background:url(/images/nav_login.gif) no-repeat top left;
	width:90px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#login, #resourcesPage ul#navigation span#login{
	background:url(/images/nav_login.gif) no-repeat bottom left;
}
ul#navigation a span#logout{
	background:url(/images/nav_logout.gif) no-repeat top left;
	width:90px;
	height:30px;
	position:absolute;
	left: 0px;
	top: 0px;
}
ul#navigation a:hover span#logout, #resourcesPage ul#navigation span#logout{
	background:url(/images/nav_logout.gif) no-repeat bottom left;
}
/*-------------------------------------------------------------------------------
end image replacement
--------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
Lumenbrite 

------------------------------------------------------------------*/
.colorBar{
	width:6px;
	height:560px;
	float:left;	
	margin:0 15px 0 0;
}
.content{
	width:615px;
	background:url(/images/color_bar.gif) no-repeat;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
}
.content h3{
	background:none;	
	font-size:16px;
	padding:20px 0 0 0;
}


#mainContent{
	display:inline;
	width:635px;
	float:left;
	margin:15px 0 0 15px;
}
#cartContent{
	display:inline;
	width:980px;
	float:left;
	margin:15px 0 0 15px;
}
#trainingPage #mainContent h1 {
	clear: both;	
}
#leftColumn{
	width:340px;
	float:left
}
#rightColumn{
	width:270px;
	float:right;
	padding:0;
}

/*------------------------------------------------------------------
Lumenbrite Home Layout
------------------------------------------------------------------*/
.homeBannerContainer{
	background-color:#fff;
	border:solid 1px #CCC;
	padding:5px;
	width:625px;
	margin-bottom:15px;
}
.bannerSize{width:625px;height:192px }
.bannerContainer{ overflow:hidden; position:relative}
.bannerButtons{
	position:absolute;
	left: 470px;
	top: 167px;
	z-index: 1000;	
}
ul#dots{padding:0; margin:0; list-style:none;}
ul#dots li{float:left}
ul#dots a{
	width:16px;
	height:16px;
	background:#fff;
	display:block;
	color:#fff;
	margin:0 0 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px;	
}
ul#dots a:hover{background:#f7941e; color:#f7941e;}
ul#dots li.activeSlide a {
	background:none repeat scroll 0 0 #F7941E;
	color:#F7941E;
}
.clients{
	width:623px;
	height:69px;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
}
ul.clientLogos{
	padding:0;
	margin:0;
	list-style:none;
}
ul.clientLogos li{ 
	float:left;
	margin-right:8px;
}

.lumenClientsAre{
	width:115px;
	height:43px;
	margin:16px 0 0 10px;
	border-right:solid 1px #999;
	float:left;
	font-size:11px;
}
#lumenClients {
	float:left;
	font-size:11px;
	height:43px;
	margin:16px 0 0 10px;
	width:475px;
	overflow:hidden;
}
#lumenClients div{
	width: 475px;
	height: 43px;
	padding: 0px;
	margin: 0px;

}



/*------------------------------------------------------------------
Lumenbrite Group Courses Layout
------------------------------------------------------------------*/
.courseDesc{
	width:570px;
	border:solid 1px #d6d6d6;
	padding:10px 30px 10px 10px;
	margin:0 0 10px 0;
	background: #f0f0f0 url(/images/learnMore.gif) no-repeat right center;
}
.courseHover{
	background:#E6E6E6 url(/images/learnMoreOver.gif) no-repeat right center;
	cursor:pointer;
}
.groupHeading {
	padding:15px 0 15px 15px;
	background: transparent url(/images/redBullet.gif) no-repeat left center;
	color:#666;
}
.courseDesc h3{
	width:520px;	
}
/*------------------------------------------------------------------
Lumenbrite Course Layout
------------------------------------------------------------------*/
.courseInfoSection{
	width:615px;
	margin:0 0 10px 0;
	clear:both;
}	
.courseLeftColumn{
	width:405px;
	margin:0 10px 0 0;
	float:left;
}
.courseRightColumn{
	width:200px;
	float:right;
	
}
.courseImages{
	margin-top:30px;
}
.homeVideo{
	margin:0 0 10px 0;	
}
ul.courseList{
	padding:0;
	margin:15px 0 25px 15px ;
	list-style-type:none;
	float:left;
	width:135px;
}
ul.courseList2{
	padding:0;
	list-style-type:none;
	float:left;
	width:135px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}
.courseList h2{
	padding:8px 0 0 0;
	margin:0 0 10px 0;
	background: none;
}
.courseList2 h2 {
	background: none;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#scheduleTable {
	margin:10px 0 0 0;
	border-collapse:collapse;
	background:#E6E6E6;
}
#scheduleTable td{
	border-bottom:solid 1px #736E6E;
	border-top:solid 1px #736e6e;
}
.leftBorder{
	border-left:solid 1px #736E6E;
}
.rightBorder{
	border-right:solid 1px #736E6E;	
}
#scheduleTable a, #scheduleTable input{
	width:100px;
	padding:3px 0;
	text-align:center;
	display:block;
	background:#3973A6;
	color:#FFF;
	margin:0;
	border:none;
}
#scheduleTable tr.rowHilite{
	background:#AAA;
	cursor:pointer;
}
#scheduleTable a:hover{
	background:#fff;
	color:#333;
}
#scheduleTable .rowHilite a{
	background:#fff;	
	color:#333;
}
.courseCost{
	width:175px;
	height:65px;
	padding:15px 25px 0 0;
	margin:25px 0 0 0;
	float:right;
	color:#FFF;
	background: transparent url(/images/arrowBG.gif) no-repeat left top;
	
}
.courseCost h4{
	color:#fff;
	background: none;
	font-size: 20px;
}
select {
	border: 1px solid #333;
	width: 285px;
	float:left;
	color: #3973A6;
}
#pick_city {
	border: 1px solid #333;
	width: 115px;
	background: #3973A6;
	color: white;
}
#pick_city:hover {
	
	color: black;
	background: white;
	cursor: pointer;
}

#request_training {
	border: 1px solid #333;
	width: 72px;
	background: #3973A6;
	color: white;
}
#request_training:hover {
	
	color: black;
	background: white;
	cursor: pointer;
}
.rightImageFloat {
	float: right;
	margin-left: 10px;
}

/*course outlines*/
#course_outline .outline {
	
	float:left;
	width: 290px;
	
}
#course_outline .outline h2 {
	
	background: none;
	padding-top: 5px;
}
#course_outline .outline > ul {
	
	list-style: none;
	padding-left: 10px;
}
#course_outline .outline ul ul {
	padding-left: 20px;
}
#course_outline .outline ul ul li {
	
	list-style-type: disc;
}
#course_outline .outline ul ul li ul li{
	
	list-style-type: circle;
}
/*------------------------------------------------------------------
Lumenbrite Professional Serives
------------------------------------------------------------------*/

h2.caseStudies{
	background:url(/images/line_arrow.gif) no-repeat bottom right;
	height:26px;
	line-height:26px;	
	margin:0 0 10px 0;
	padding:0;
	position:relative;
}
h2.caseStudies span{
	background:url(/images/case_studies.gif) no-repeat top left;
	width:132px;
	height:26px;
	position:absolute;
}
h2.caseStudies a:hover span{
	background:url(/images/case_studies.gif) no-repeat bottom left;
}
#servicesPage p strong{
	color:#666;
	
}

/*------------------------------------------------------------------
Lumenbrite Locations
------------------------------------------------------------------*/
body.location_details ul.courseList {
	margin:15px 0 0 0px;

}
body.location_details ul.courseList2 {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.clear {
	clear:both;	/*Request a #course# training date in #city# */
}
/*------------------------------------------------------------------
Lumenbrite Contact form
------------------------------------------------------------------*/
.formError {
	color: #F00;	
}
#contact_page textarea, #contact_page input{
	border:1px solid #999;
	font-size:11pt;
	padding:1px;
	color:#4790CD;
	width: 340px;
	
}
.message_sent {
	color: #F7941E;	
}

/*------------------------------------------------------------------
Lumenbrite Video
------------------------------------------------------------------*/
#video_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 610px;
}

.video_container {
	
	padding: 0px;
	margin: 20px 0px;

}
.video_info {
	margin: 0 0 0 10px;
	width: 450px;
	float: left;
}
.video_info h4 {
	margin-top: 0px;	
}
.video_thumbnail {
	float: left;	
}


.resouce_link {
	background:url(/images/videoPlayBtnBG.jpg) repeat-x top left;
	float:right;
	display: block;
	padding:0 5px 0 15px;
	line-height:23px;
	border: 1px solid #666;
	font-weight: bold;
	
}

.resouce_link:hover {
	background:url(/images/videoPlayBtnBG.jpg) repeat-x bottom left;
	color: white;
}
.vid_software{
	float:left;
}
.clear {
	display: block;
	clear: both;
}


/*------------------------------------------------------------------
Lumenbrite SideConetent
------------------------------------------------------------------*/
#sideContent{
	width:290px;
	float:left;
	margin:15px 0 0 30px;
}
#sideContent p{
	line-height: 25px;	
	padding:0 0 0 10px;
}
ul.sideContact{
	padding:0;
	margin:0 0 20px 5px;
	list-style-type:none;
}
.sideContact li{
	background:url(/images/redBullet.gif) no-repeat left center;
	padding:0 0 0 10px;
	margin:10px 0;
	font-weight:bold;
	font-size:14px;
}
#live_help {
	list-style: none;
	background: none;
	padding: 0px;
}
#contact_us {
	list-style: none;
	background: none;
	padding: 0px;
}
#contact_us a {
	display: block;
	clear: both;
	margin: 0px;
	width: 210px;
	line-height: 46px;
	text-align: center;
	color: white;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background: url(/images/contactBTN.png) no-repeat left top;
}
#contact_us a:hover {
	background: url(/images/contactBTN.png) no-repeat left bottom;
}
ul.featuredCourses{
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.featuredCourses li{
	font-size:12px;
	
}
.featuredCourses img {
	padding-bottom: 15px;
	float: left;
	padding-right: 5px;
}
.featuredCourses a:link, .featuredCourses a:visited{
	color:#666;	
	padding:10px 0 10px 5px;	
	display:block;
	
}
.featuredCourses a:hover{
	color:#666;
	background-color:#C4C4C4;
}
#sideContent .courseList {
	margin: 0px;
}
/*------------------------------------------------------------------
Lumenbrite Footer
------------------------------------------------------------------*/
#footer{
    width:99%;
    background:url(/images/navgrad.gif) repeat-x;
    padding:50px 0 0 1%;
    clear:both;
}
#footer a{
	color:#3973A6;
	text-decoration:none;
}
#footer a:hover{
	color:#f7941e;
}
ul.cities{
	padding:0;
	margin:10px 0;
	list-style-type:none;
	float:left;
	width:150px;
}

/*---------------------------------------------------------------------
Form Elements
----------------------------------------------------------------------*/
input[type=text], textarea {
	border:1px solid #CCC;
	font:10pt Arial, Helvetica, sans-serif;
	padding:2px;
}
/*---------------------------------------------------------------------
Account Elements
----------------------------------------------------------------------*/
.accountDetails{
	color:#FFA803;
	font-size:12px;
	float:right;
	clear:right;
	height:24px;
}
.accountName{
	color:#666;
	margin:0 7px 0 0;
	float:right;
	line-height:24px;
}
.cartInfo{
	background:url(/images/cartInfoBackground.gif) repeat-x;
	line-height:24px;
	float:right;
	padding:0 4px;
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
}
.cartInfo a {
	color:#FFA803;
}
.cartInfo a:hover {
	color:#666;
}

