/*top menu bar styles*/

ul#eswmenu { 
	width: 100%; 
	height: 43px; 
	background: #cfdce1 url("../../66410_elec_safety-smart/css-menu/images/menu-bg.jpg") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	clear:both;
}
ul#eswmenu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
	
ul#eswmenu li a { 
	height: 43px; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 120%; 
	padding: 3px 15px 0; 
	}
	
ul#eswmenu li a:hover { 
	color: #e7ba24; 
	}
	
ul#eswmenu li a.current { 
	color: #000; 
	background: url("../../66410_elec_safety-smart/css-menu/images/current-bg.gif") top left repeat-x; 
	padding: 5px, 5px, 0px; 
	}
	
p, li{ font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-weight: normal;
 line-height: 1;
color: #333333;
}

/* side nav selections*/
#videos .sidebarNav .videos,
#eswlinks .sidebarNav .eswlinks,
#experiment .sidebarNav .experiment,
#assessments .sidebarNav .assessments,
#energyesmart .sidebarNav .energyesmart
#safetysmart .sidebarNav .safetysmart
#sustainabilitysmart .sidebarNav .sustainabilitysmart
 {
	background: #B7B7B8 url(../../../get-safety-smart/Get-eSMART/images/sidebarNavHereBg.png) repeat-x left top;
	font-weight: bold;
}
#videos .sidebarNav .videos a,
#eswlinks .sidebarNav .eswlinks a,
#expirement .sidebarNav .experiment a,
#assessments .sidebarNav .assessments a,
#energyesmart .sidebarNav .energyesmart a,
#safetysmart .sidebarNav .safetysmart a,
#sustainabilitysmart .sidebarNav .sustainabilitysmart a {
	color: #2E2F7A;
}


/* table colors*/
tr.lightrow td {
	background-color: #c1cfd6;
}

tr.darkrow td {
	background-color: #abc9d8;
}
tr.headrow td {
	background-color: #7999A6;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/* columns with right side yellow column*/

.twoColFixRt #mainarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	width: 651px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #mainarea p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	font-size: 16px;
	} 
	
.twoColFixRt #mainarea p a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	font-size: 16px;
	color:#6633CC;
	text-decoration: underline;
	} 
	
.twoColFixRt #mainarea li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	font-size: 16px;
	}
	
.twoColFixRt #mainarea li a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	color:#6633CC;
	font-size: 16px;
	text-decoration: underline;
	}  
.twoColFixRt #mainarea li a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	color:#6633FF;
	font-size: 16px;
	text-decoration: none;
	} 
	  
.twoColFixRt #mainarea h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#2e2f7a;
	padding-top: 15px;
	padding-bottom: 5px;
	}
	
.h2purple {
	color:#60F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 20px;
	font-weight: bold;	
	padding-top: 15px;
	padding-bottom: 15px;
}


.twoColFixRt #rside {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 0px;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* background: #e7ba24;the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 10px;
}
.twoColFixRt #lside { 
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRt #lsideacross { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.kidtext {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
}
.kidtext p{
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
}
.kidtext ol li{
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #000;
}
.twoColFixRt #mainarea p + p { margin-top: 0.5em; } 

.indentlist {
	padding-left: 60px;
	
}
.subtitle-ornage {
	font-weight: bold;
	color: #F60;
	padding-top: 15px;
}
#qa ol{
	padding-left: 60px;
}
#qa li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	font-size: 16px;
	padding-right: 15px;
}

#qa li a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 16px;
}
#qa li a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 16px;
	text-decoration: none;
}
.imagefloatRight {
	float: right;
	margin-bottom: 2px;
	margin-left: 25px;
	margin-right: 15px;
}
.imagefloatLeft {
	float: left;
	margin-bottom: 2px;
	margin-left: 25px;
	margin-right: 15px;
}
.callout_box {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	font-size: 16px;
	display: block;
	background-color: #F6E78A;
	text-align: center;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	font-weight: normal;
}
