﻿/* 
	**** Palette ***************
	orange #F89A22
	light orange (flesh) #FFE7CB
	blue in page #0062ad  
	corp header blue #6699cc
	corp page blue #91BBE4
	****************************
*/


/*****************************************************************************************
									Tag selectors - global to all pages 
******************************************************************************************/
body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;	/* override in divPage */
	min-width:800px;
	margin:8px;
}
h1, h2, h3, h4, h5, h6	{
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
h1 {
	font-size:20px;
	text-align:center;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
p {
	margin-top: 0px;
}
p.withLeading { 
	margin-top: 1em; 
}
p.noFollowing { 
	margin-bottom: 0px; 
}
p.reversedSpacing { 
	margin-top: 1em; 
	margin-bottom: 0px; 
}

img {
	display:block;
	border:none;
}

table {
	border-collapse:collapse;
}

ul, ol { 
	margin-top:0;
	margin-bottom:0;
}
li {
	margin-top: 3px;
	margin-bottom: 3px;
}
ul ul li {
	list-style-type: square;
}
ul ul ul li { 
	list-style-type: circle; 
}

span.code { 
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif; 
	font-weight: bold
}



/*****************************************************************************************
						Class selectors - global to all pages, unless noted 
******************************************************************************************/
.hidden {
	visibility: hidden;
}
.inline {
	display:inline;
}
.centered {
	text-align:center;
}
.rightPadded {
	text-align:right;
	padding-right:5px;
}

.command /* simulate hyperlink */ {
	text-decoration:underline;
	color:Blue;
	cursor:hand;
}
.expand /* hyperlink when rolled over */ {
	text-decoration:none;
}
.expand:hover {
	text-decoration:underline;
	cursor:hand;
}


div.leftColumn {
	float:left;
	width: 47%;
}
div.rightColumn {
	float:right;
	width:47%;
}
div.rightColumn .ulInRightColumn {
	/* setup hack for IE7-, needed when UL in a floated DIV and we want to collapse bullets to LHS */
	margin-left:-15px;
}

hr.centerLine {
	width:70%; 
	height:1px;
	text-align:center;
	margin:0 auto;
	clear:both;
	background-color:#0062ad;
	color:#0062ad;
}

.redFlag {
	color:Red;
	font-weight:bold;
}

/*****************************************************************************************
						ID-based selectors, first of master page (organized by 
						specific page part) then of pages
******************************************************************************************/
/* Global */
#divPage {
	width:800px;
	text-align:left;
	margin:0 auto;
}
#divPositioning {
	position:relative;
}

/* Header Elements */
#divHeader {
	width:800px;
	height:100px;
	position:relative;
	background-color:#6699cc;
	/*background-color:#F89A22;*/
}
#divHeaderFlash {
	text-align:left;
	height:100px;
	background-color: #6699CC;
	background-image:url('images/noFlash/corp-Header.jpg');  
	background-repeat:no-repeat;
}

/* ... for non_Flash agents */
#divHomeMenuFlashReplacement {
	/*background-color:#F89A22; */
	background-color:#6699CC;
}
#divHomeMenuFlashReplacement a {
	display:block;
	float:left; 
	margin-right:10px;
	vertical-align:top;
	font-weight:bold;
	height:11px;
}

#divGlobalMenuFlashReplacement {
	background-color:Blue; 
	height:20px;
	width:300px;
}

#divMenuFlashReplacement {
	margin-top:60px;
	background-color:Blue; 
	height:20px;
	width:300px;
}
#divHeaderFlash a {
	color:White;
	font-size:13px;
	text-decoration:none;
	padding-left:10px;
}
#divHeaderFlash a:hover {
	font-weight:bold;
	padding-left:5px;
}

/* Text Menu (currently only used in footer) */
#divTextMenu {
	margin:0 0 20px 150px;	/*centering thrown off by "intruding" terms, etc. */
	text-align:center;
}
#divTextMenu a {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:0 5px;
	/*border-right:solid 2px #0062ad;*/
}
#divTextMenu a:hover {
	color:#F89A22;
}
#divTextMenu .separator {
	font-family:Wingdings;
	font-size:x-small;
	color:#0062ad;
}

/* Search Box */
#divSearchBox {
	float:right;
	width:225px; 
	text-align:left;
}
#divSearchBox .searchLabel {
	margin-top:3px;
	font-size:smaller;
}
 #divSearchBox span {
	font-size:14px;
	padding-left:8px;
 }
#divSearchBox input {
	width:180px;
}
#divSearchBox select {
	width:220px;
}

/* Breadcrumb bar */
#divBreadcrumb {
	float:left;	/* force autosize (vs. whole width) */
	margin:2px auto 10px;
	background-color: #6699cc;
	color:White;
	font-size:85%;
}
#divBreadcrumb #divSize {
	float:left; 
	padding:5px 0 0 5px;
}
#divBreadcrumb a {
	color:White;
	text-decoration:none;
}
#divBreadcrumb a:hover {
	text-decoration:underline;
}
#divBreadcrumb img {
	display:inline;
}



/* Content Area */
#divContent {
	position:relative;
	margin:10px 0;
}

/* Footer */
#divFooter {
	position:relative;
	height:25px;
	font-size:12px;
	font-weight:bold;
	padding:10px 10px 0 10px;
}
#divFooter .right {
	float:right;
}
#divFooter a {
	color:Black;
}
#divFooter img {
	width:40px;
	height:20px;
}

#divTnC {
	float:right;
	margin-top:23px;
	text-align:right;
}
#divTnC a {
	display:block;
	text-decoration:none;
}
#divTnC a:hover {
	text-decoration:underline;
}




/*****************************************************************************************
									Page Specific rules
******************************************************************************************/

#divContent .lblHeader {
	text-align:left;
	margin-bottom:10px;
}

/* Pages with "negative space" (colored central area) */
#divContent .negSpacePositioning {
	width:100%;
	text-align:center;
}

#divContent .negSpacePositioning h1 {
	margin:10px 0 3px 24px;
}



/* Gallery specific (neg space) classes */
#divContent .negSpaceTable  .caption {
	width:100%;
	text-align:center;
	font-size:smaller;
	margin-bottom:15px;
}
#divContent .negSpaceTable .projectTitle {
	font-weight:bold;
}
#divContent .negSpaceTable .credit .name {
	font-weight:bold;
}

#divContent .projectSummary {
	position:relative;
	margin-bottom:20px;
}
#divContent .newProjectMarker {
	/*margin:10px 0 0 100px;*/
	left:-10px;
	top:-15px;
	position:absolute;
}

#divContent .narration {
	margin:0 30px;
}


/* KLDUDGE>>> table for positioning using GIF corners */
#divContent .negSpaceTable {
	text-align:left;
	border-collapse:collapse;
	background-repeat:no-repeat;
}
#divContent .negSpaceTable td.border, #divContent .negSpaceTable td.content {
	background-color:#91BBE4;
	color:Black;
	text-align:justify;
}
#divContent .negSpaceTable  .borderTB {
	height:27px;
}
#divContent .negSpaceTable  .borderLR {
	width:25px;
	background-color:#91BBE4;
}
#divContent .negSpaceTable td.upperLeft { background-image: url(images/corner_lft_top.png); }
#divContent .negSpaceTable td.upperRight { background-image: url(images/corner_rht_top.png); }
#divContent .negSpaceTable td.lowerLeft { background-image: url(images/corner_lft_btm.png); }
#divContent .negSpaceTable td.lowerRight { background-image: url(images/corner_rht_btm.png); }


#divSlideShow {
	margin:15px 0 5px 0;
	text-align:center;
	color:#0062ad;
	font-weight:bold;
}
#divSlideShow a {
	color:#0062ad;
}
#divSlideShow a:hover {
	color:black;
}
#divSlideShowNote {
	font-size:8pt;
	font-style:italic;
	text-align:center;
}


/* products.aspx */
#divContent #divItemMenu {
	margin-right:20px;
	float:left; 
	width:200px; 
	height:450px;	
	overflow:auto;
	text-align:center;
	font-size:85%;
}

#divContent .sectionListItem {
	margin:20px 0 10px 0;
}


#divContent .imgSectionOverview {
	float:left;
	padding-right:10px;
} 

#divContent .itemMenuEntry {
	margin-bottom:20px;
}

#divContent .itemMenuEntry .imgProductItem {
	width:100px;
	margin:0 auto 3px;
}

#divContent #divCutSheetDownload {
	font-weight:bold;
	margin:10px 0 20px 0;
}

#divCatalogList {
	text-align:center;
}
#divCatalogList table {
}
#divCatalogList td {
	padding:10px;
	text-align:center;
}
#divContent #divCatalogList .catalogItem {
	float:left;
	width:250px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
#divContent #divApplication {
	margin-bottom:15px;
	text-align:center;
	font-size:larger;
	font-weight:bold;
}

#divAdditionalResources {
	float:right; 
	width:400px;
}
#divAdditionalResources a {
	display:block;
}

#tblIlluminatorAccessories {
	text-align:left;
}
#tblIlluminatorAccessories td {
	margin:0 10px;
	vertical-align:top;
}

/* gallery.aspx - use classes for most controls since they are renamed by containing control */
/* See separate section for "rounded corner (negative space) table" */
/*#divContent .gvProjects {
	border:none;
	width:750px;
}
#divContent .gvProjects td {
	vertical-align:top;
	border:none;
	padding:5px;
}*/
#divContent .dlProjects {
	text-align:left;
}
#divContent .dlProjects td {
	padding:10px;
	width:350px;
}

#divContent .insertContent {
}

/*
#divContent .galleryListItem {
	margin:3px 20px 5px 20px;
}
#divContent .galleryListItem img {
	padding: 5px 0 5px 50px;
}
#divContent .galleryListItem a {
	text-decoration:none;
}
#divContent .galleryListItem a:hover {
	text-decoration:underline;
}
*/

#divContent .insertContent .scene {
	margin:10px 0 20px 0;
}
#divContent .insertContent .scene img {
	text-align:center;
	margin:0 auto 10px;
}
#divContent .insertContent hr {
	text-align:center;
	color:White;
}

 #divContent .imgTinyLogo {
	float:left;
	margin:5px 5px 0 0;
}





/* Education */

div.educationItem {
	clear:both;
	margin-bottom:40px;
}

div.educationItem li {
	text-align:left;
}

div.educationItem div.downloadSidebar {
	float:right;
	width:200px;
	padding-left:20px;
	text-align:center;
}









/* Contact Us (form email) page */
div.buttonBar {
	margin:10px 0 20px 0;
	text-align:center;
	clear:both;
}

#divContent .divContactInfo select {
	width:170px;
}

#divContent .divContactInfo div.labelRight {
	float:left;
	width:125px;
	text-align:right;
	padding-right:5px;
}

#divContent .divContactInfo .rqrdGlyph {
	color:Red;
	font-weight:bold;
	margin-left:5px;
	display:none;
}

#divContent .divContactInfo .txtFullWidth {
	width:700px;
	height:75px;
}


