<style type="text/css">
.leavethis
{
}
A:link
{
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #660066;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #f00000;
    TEXT-DECORATION: none
}
A.bodytext:link
{
    COLOR: #0000b0;
    TEXT-DECORATION: underline
}
A.bodytext:visited
{
    COLOR: #660066;
    TEXT-DECORATION: underline
}
A.bodytext:hover
{
    COLOR: #f00000;
    TEXT-DECORATION: underline
}
A.linklist
{
    FONT-WEIGHT: bold;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.linklistminor
{
    FONT-WEIGHT: normal;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.standalone
{
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.grid:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.grid:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.grid:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
A.homegrid:link
{
    FONT-SIZE: 11px;
    COLOR: #5d5e59;
    TEXT-DECORATION: none
}
A.homegrid:visited
{
    FONT-SIZE: 11px;
    COLOR: #5d5e59;
    TEXT-DECORATION: none
}
A.homegrid:hover
{
    FONT-SIZE: 11px;
    COLOR: #5d5e59;
    TEXT-DECORATION: none
}
.gridtext
{
    FONT-SIZE: 11px;
    COLOR: #5d5e59
}
A.header:link
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A.header:visited
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A.header:hover
{
    FONT-WEIGHT: bold;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
A.infobar:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.infobar:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.infobar:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
.infobar
{
    BACKGROUND-COLOR: #d6d6b5
}
A.sidebar:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.sidebar:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.sidebar:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
.sidebar
{
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #efefde
}
A.steps:link
{
    FONT-SIZE: 11px;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.steps:visited
{
    FONT-SIZE: 11px;
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.steps:hover
{
    FONT-SIZE: 11px;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
A.tab:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.tab:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000099;
    TEXT-DECORATION: none
}
A.tab:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #f00000;
    TEXT-DECORATION: none
}
.tab-current
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.tab-nolink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #5d5e59;
    TEXT-DECORATION: none
}
A.tooltip
{
    position: relative; /*this is the key*/
    text-decoration: none
}
A.tooltip:hover{BACKGROUND-COLOR: #e1e1e1}
A.tooltip span{DISPLAY: none}
A.tooltip:hover span
{ /*the span will display just on :hover state*/
	BACKGROUND-COLOR: #e1e1e1;
	BORDER: 1px solid #0000b0;
    DISPLAY: block;
	COLOR: #000000;
    POSITION: absolute;
    TOP: 1em; LEFT: 1em; WIDTH: 12em;
    TEXT-ALIGN: center
}
BODY
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
    BACKGROUND-COLOR: #ffffff
}
H1
{
    MARGIN-TOP: 18px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN-BOTTOM: 16px;
    COLOR: #e00000
}
H1.homepage
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #cc0000
}
H2
{
    MARGIN-TOP: 12px;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: 10px;
    COLOR: #5d5e59
}
H3
{
    MARGIN-TOP: 12px;
    FONT-SIZE: 14px;
    MARGIN-BOTTOM: 10px;
    COLOR: #e00000
}
H4
{
    MARGIN-TOP: 12px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 6px;
    COLOR: #e00000
}
H5
{
    MARGIN-TOP: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 8px;
    COLOR: #000000
}
H6
{
    MARGIN-TOP: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN-BOTTOM: 8px;
    COLOR: #000000
}
INPUT
{
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
SELECT
{
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
TABLE.stroke
{
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    BORDER-LEFT: #c0c0c0 1px solid;
    BORDER-BOTTOM: #c0c0c0 1px solid
}
TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
TD.emphasize
{
    BACKGROUND-COLOR: #ffffbb
}
.highlightcell
{
    BACKGROUND-COLOR: #efefef
}
TD.spec
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    BACKGROUND-COLOR: #ffffff
}
TH
{
    background: #264d90;
	font-size: 13px;
    border-bottom: solid 2px #333333;
    color: #FFFFFF;
    margin: 5px 0 5px 0;
    padding: 2px 2px 2px 5px;

}
TH.spechdr
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    BACKGROUND-COLOR: #efefef;
    TEXT-ALIGN: left
}
TR.emphasize
{
    BACKGROUND-COLOR: #ffffbb
}
TR.stripe
{
    BACKGROUND-COLOR: #efefef
}
TEXTAREA
{
    FONT-SIZE: 11px;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
.ajax__calendar .ajax__calendar_dayname, .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year {
    font-size: 11px;
} 
.awardheader {
	font: 8px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #245e9f;
	text-align: center;
	padding: 2px 6px;
	letter-spacing: 2px;
} 
.bullet
{
    COLOR: #e00000
}
.caption
{
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-STYLE: normal;
    TEXT-ALIGN: left
}
.caution
{
    MARGIN-TOP: 8px;
    FONT-SIZE: 8pt;
    MARGIN-BOTTOM: 2px;
    COLOR: #e00000
}
.enewstext
{
    FONT-SIZE: 8pt
}
.error
{
    COLOR: #ff0000
}
.highlight
{
    FONT-WEIGHT: bold;
    COLOR: #e00000;
    FONT-STYLE: italic
}
.inactive
{
    COLOR: #404040;
    TEXT-DECORATION: none
}
.minorhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000
}
.minorsubtitle
{
    MARGIN-TOP: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN-BOTTOM: 8px;
    COLOR: #5d5e59
}
.minortitle
{
    MARGIN-TOP: 12px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 2px;
    COLOR: #e00000
}
.note
{
    COLOR: #e00000;
    FONT-STYLE: italic
}
.productcaption
{
    MARGIN-TOP: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    MARGIN-BOTTOM: 8px;
    COLOR: #5d5e59
}
.sectionhead
{
    MARGIN-TOP: 8px;
    MARGIN-BOTTOM: 2px;
    COLOR: #e00000
}
.smalltext
{
    FONT-SIZE: 11px
}
.smallesttext
{
    FONT-SIZE: 11px;
    COLOR: #666666
}
.subtitle
{
    MARGIN-TOP: 2px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    MARGIN-BOTTOM: 14px;
    COLOR: #5d5e59
}
.survey
{
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #d6d6b5
}
.surveybar
{
    BACKGROUND-COLOR: #5a6bad
}
.tabdescription
{
	MARGIN-LEFT: 7px;
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial;
    	COLOR: #000099;
	BACKGROUND-COLOR: #d6d6b5
}
.title
{
    MARGIN-TOP: 18px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    MARGIN-BOTTOM: 2px;
    COLOR: #e00000
}
.whatshot
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ffffff
}
.image-lg
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 15px;
    WIDTH: 600px;
    COLOR: #666666;
    PADDING-TOP: 15px;
    TEXT-ALIGN: left
}
.image
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 40px;
    FONT-SIZE: 8pt;
    FLOAT: right;
    WIDTH: 250px;
    COLOR: #666666;
    PADDING-TOP: 15px;
    TEXT-ALIGN: left
}
.extronewsimg
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    FLOAT: right;
    PADDING-BOTTOM: 5px;
    WIDTH: 300px;
    COLOR: #666666;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    TEXT-ALIGN: left
}
.image-right400
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    FLOAT: right;
    PADDING-BOTTOM: 5px;
    WIDTH: 400px;
    COLOR: #666666;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    TEXT-ALIGN: left
}
.FeatProd
{
    FONT-SIZE: 13px;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif
}
.image-left
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    FONT-SIZE: 8pt;
    FLOAT: left;
    PADDING-BOTTOM: 15px;
    COLOR: #666666;
    PADDING-TOP: 15px;
    TEXT-ALIGN: left
}
SPAN.disclaimercaption
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #666666;
    FONT-STYLE: normal
}
A.iplinktext:visited
{
    COLOR: #0000b0;
    TEXT-DECORATION: none
}
A.iplinktext:hover
{
    COLOR: #f00000;
    TEXT-DECORATION: none
}
.image-right200
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    FLOAT: right;
    PADDING-BOTTOM: 5px;
    WIDTH: 200px;
    COLOR: #666666;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    TEXT-ALIGN: left
}
.image-right250
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 8pt;
    FLOAT: right;
    PADDING-BOTTOM: 5px;
    WIDTH: 250px;
    COLOR: #666666;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    TEXT-ALIGN: left
}
.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 38px;
	color: #333333;
	background-color: #f8f8f8;        
	float: right;
	width: 225px;
	margin-left: 35px;                              
}

.clearfix {
    clear: both;
}

div {
}
#featureanchor a {
	color: #000;
	text-decoration: none;
	cursor:text;
}


/*Begin Button. The following codes are used to create button */
ul#ExtronButton {margin: 0px;padding: 0px; font-size: 11px; line-height: 27px;}
ul#ExtronButton li {list-style-type: none;height: 27px; width: 126px; margin: 5px;text-align:center;font-weight: bold;}
ul#ExtronButton li a, ul#ExtronButton li a:visited {text-decoration: none;color: #000099;display: block;width:100%;}
ul#ExtronButton li a:hover {color: #FF0000;}
ul#ExtronButton li a, ul#ExtronButton li a:hover, ul#ExtronButton li a:visited {background-image: url(/img/button_gray.jpg);}
ul#ExtronButton li a:active {background-image: url(/img/button_gray_down.jpg);}
/*End Button. */
/*Begin Box. The following codes are used to create dialog box */
.ExtronBox {font-size:8pt;border: 1px solid #cccccc;width: 175px;background-color: #f0f0f0;}
.ExtronBoxTitle {font-size:12px;font-weight: bold;color: #ffffff;background-color: #5a6bad;padding: 5px;}
.ExtronBoxText {padding: 5px;}
/*End Box. */

/*Tan Info Box*/

#tanbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #efefde;
	background-color: #f9f9f0;
	padding: 10 20 10 20;
	}

#tanbox h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 10 0;
	}
	
#tanbox p {
	font-size: 9px;
	color: #403a34;
	}
	
#tanbox .section {
	border-top: 1px solid #efefde;
	padding: 10 0 0 0;
	}	
	
#tanbox .hilite {
	color: #cc0000;
	font-weight:bold;
	}
	
/*Home Page*/
.btnHeader 
{
    color:#234889;
    font-family:Arial;
    font-size:16px;
}

.homeHeader
{
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #234b89;
	text-decoration: none;
}

/*Application Section Articles*/
#articlebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#articlebox h4 {
margin: 0px;
}
	
#articlebox p {
margin: 0 0 10px 0;
}

#articlebox ul {
margin-top: 0;
margin-bottom: 10px;
}

/*SI Speakers Page*/
.sititle {	
	line-height: 1em;
	font-weight: bold;
	MARGIN-TOP: 18px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #e00000
}

.sisubtitle {
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 1em;
	font-weight: bold;
    FONT-SIZE: 14px;
    COLOR: #5d5e59;
	display: inline;
}

.learnmore {
	background-color: #f8f8f0;
	padding: 5px;
	display: inline;
	border: 1px solid #e3e3cd;
	color: #746d65;
}

/*Attention Box*/
.attnbox {
	background-color: #9B0E0E;
	color: #9B0E0E;
}

.attnboxtd {
	background-color: #F2F1E7;
}


/*Prodtype pages*/

#prodtypeoutsidecontainer {
	 width:790px;
	 background-color:#fff;
	 padding:0;	 
}
#prodtypepresentation {
	 text-align:left;
	 margin:1em 0 .5em;
	 padding:0;
	 width:790px;
}
#prodtypeproductcontainer {
	 float:left;
	 width:535px;
	 padding:0;
	 margin:0;
}
.prodtypeproductrow {
	 float:left;
	 text-align:center;
	 width:530px;
	 padding:0;
	 margin:.25em 0;		
}
.prodtypeproductrow3col {
	 float:left;
	 text-align:center;
	 width:790px;
	 padding:0;
	 margin:.25em 0;		
}
.prodtypeproduct {
	 float:left;
	 width:260px;
	 padding:0;
	 margin:0;	
}
.prodtypeproduct p {
	margin:.5em 0;
}
.prodtypetextdivider {
	height:2px;
	font-size:2px;
	background-color:#ccc;
	width:222px;
	margin:.25em 14px;
}
#prodtypetext {
	padding:0;
	margin:15px 0;	
}
#prodtypetext p{
	 margin:1em 1.5ex;
}
#prodtypetextcontainer {
	float:right;
	padding:0;
	border:1px solid #0016aa;
	width:252px;
	margin-bottom:20px;	
}
.slideshowheader 
{
    background: url(/slideshow/img/titlebg3.jpg) repeat-y;
    width:790px;
    height:25px;
    color:White;
    font-size:large;
    font-weight:normal;
    text-align:center;
    padding-top:2px;    
}
.ptrightcontainer 
{
    width:252px;
    float:right;
}

.csblockquote {
	float: right;
	width: 252px;}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.cstitle {
	border: 0;
	color: #414e5e;
	background-color: #f8f8f8;
	height: 30px;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    width: 790px;
}
#prodtypebanner {
	width:790px;
	text-align:center;		
	padding:0;
	margin:0;		
}

/*Training site style*/

#trainingsb {	
	
}

#trainingsb ul {	
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 10px;
}
#trainingsb li{	
	margin: 0;
	padding: 0 0 2px 2px;
}


#rtsidebar {
	width: 220px;
	float: right;
	margin: 0 20px 0 0;
}
#csblockquote {
	background-color: #f0f0f0;	
	padding: 0 0 3px 0;
	}
#csblockquote a {
color: #234b89;
}

#csblockquote a:hover {
	color: #993300;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

.cstitle {
	border: 0;
	color: #414e5e;
	background-color: #f8f8f8;
	height: 30px;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    width: 790px;
}

#csblockquote h3 {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(/training/img/tbl_bg.gif) repeat-x;
	text-align: center;
	height: 23px;
	margin: 0;
	padding: 3px 0 0 0;
}

#csblockquote ul {	
	list-style: none;
	margin: 0;
	padding: 10px;
}
	
#csblockquote ul li {
	margin: 0 15px;
	padding: 5px 0 5px 2px;
	border-top: 1px dotted #ccc;
	
}
#csblockquote .top{
	margin: 0 15px;
	border-top: 0px;
}

#csblockquote ul li a {
	display: block;
	padding: 0;
	
	}
	
#csblockquote ul li a:hover {
	background: #F4F4F4 no-repeat right center;
	}		
#traininghome .header,
#traininghome .header a{
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #234b89;
	text-decoration: none;
	}
	
#traininghome .header2,
#traininghome .header2 a{
	color: #234b89;
	font-size: 11px;
	text-decoration: none;
	}
#traininghome .header2 a:hover{
	color: #993300;
	border-bottom: 1px dotted #993300;
	background: #f8f8f8;
	}
	
#traininghome p{
	color: #404040;
	line-height: 18px;
	}
	
#traininghome tr .tblhead{
	background: url(/training/img/tbl_bg.gif) repeat-x;
	font-size: 10px;
	color: #FFFFFF;	
	padding: 0 0 0 5px;
	}
	
#traininghome .tblbody1,
#traininghome .tblbody2{
	color: #404040;
	padding: 3px 0 3px 5px;
	font-size: 10px;
	}

#traininghome .tblbody2{
	background: #f8f8f8;
	}
	
#traininghome .tblbody1 a,
#traininghome .tblbody2 a{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
	}

#traininghome .tblbody1 a:hover,
#traininghome .tblbody2 a:hover{
	color: #993300;
	text-decoration: none;
	border-bottom: 1px dotted #993300;
	background: #f0f0f0;
	}

/*K-12 site*/

#k12container{
	width: 100%;
	
	}
	
div#k12product h2{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height:40px;
	margin:0 20px;
	color: #234a8b;
	text-align: center;
	font-size: 24px;
	}
	
div#k12product h1{
	font-family: Georgia;
	font-weight: normal;
	line-height:40px;
	margin:0 20px;
	color: #134E97;
	text-align: center;
	font-size: 28px;
	}
	
div#k12content{
	margin-left: 290px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 10px;
	width: 63%;
	}
	
div#k12content .k12awardimg{
	float: right; 	
	padding: 5px;
	}
	
div#k12content p{
	line-height:1.4;
	padding: 0;
	}
	
div#k12content h1{
	font-family: Georgia;
	font-weight: normal;
	line-height:40px;
	margin:0 20px;
	color: #134E97;
	text-align: center;
	font-size: 28px;
	}
	
div#k12content h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #5f5f5f;
	margin: 0 0 15px 15px;
	text-align: center;
	}
	
div#k12content h3{
	font-size: 1.1em;
	color: #234a8b;
	margin: 0 0 0 15px;
	}
	

div#k12content li{
    	margin: 0 0 10px 0;
	}
	
	
div#k12learnmore{
	background: #ffffff;
	float: right;
	width: 250px; 
	padding-bottom: 25px;
	}
	
div#k12learnmore h1, div#k12download h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #134e97;
	margin: 0 20px 15px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
div#k12learnmore h2{
	font-size: 10px;
	color: #234a8b;
	margin:0 15px;
	}	
	
div#k12learnmore h3{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #5f5f5f;
	margin: 0 0 15px 15px;
	text-align: center;
	}

div#k12learnmore p, div#k12download p, div#k12download li{
	font-size: 10px;
	color: #333333;
	margin: 0px 15px 15px 15px;
	}
	
div#k12download{
	background:#ffffff;
	float: right;
	clear: right;
	width: 250px;
	}

div#k12learnmore a, div#k12download a{
	color: #234a8b;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}

div#k12wrapper{
	float:left;
	width:100%;
	margin-left:-300px;
	}

.quote{
    font:  14px/20px Georgia,times,serif;
    color: #053d9a;
    margin: 0px 15px 10px 25px;
}

.quoter{
    font: 10px/11px Verdana,Arial,sans-serif;
    color: #47494a;
    margin: 0px 0px 0px 25px;
}

.quotername{
    font: 10px/11px Verdana,Arial,sans-serif;
    color: #47494a;
    font-weight: bold;
    margin: 0px 0px 0px 25px;
}

.testimonialstitle{
    font: 24px Droid serif!important;
    color: #314e88;

}

.testimonialsleftsidebar{
    float: left;
    width: 35.46%;
    text-align: right;

}

.testimonialsrightsidebar{
    float: right;
    width: 59.54%;
    text-align: left;

}

.testimonialshr{
    rule: 1px;
    color: #bdbdbd;
    margin: 5px 0 10px 0;
}

.sidebarquotername{
    font: 12px/16px Arial;
    color: #70849a;
}

.sidebarquoter{
    font-weight: bold;
    color: #26477a;
}

.sidebarquote{
    font: 14px/20px Georgia;
    color: #5a6a7f;
}


#sb_edusupport{    
margin: 0 0px;    
padding: 10px 0;    
/*border-top: 1px solid #b2b19c;    
border-bottom: 1px solid #b2b19c; */    
} 

#sb_edusupport p{    
text-align: center;    
font: 18px/20px Arial, Helvetica, sans-serif; 
color: #494234;
margin: 0;        
padding: 0; 
} 

#sb_edusupport p.edunumber{    
font-size: 22px;    
color: #234a8b;     
}
	
.pheader{
font: normal 18px Georgia, "Times New Roman", Times, serif;
color: #234b89!important;
text-decoration: none;	
display: block;	
padding-top: 20px;	
padding-bottom: 5px;
}    

.pheader a:hover { 
color: #234b89; 
} 	
	
	
/* product/awards.aspx */
#awardscontainer {
	width:795px;
	height:700px;
	overflow:scroll;
	margin:0;
	padding:0;	
}
#awardscontainer h2 {
	color:#234B89;
	font:14pt Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
}
#awardscontainer p {
	color:#404040;
	line-height:18px;
}
ul#awardsyear {
	text-align:center;
}
ul#awardsyear li {
	display:inline;
	list-style-type:none;
	width:45px;
	line-height:2.5em;
}
ul#awardsyear li a{
	color:#00f;
}
td.awardsyeardivider {
	background:url("/training/img/tbl_bg.gif") repeat-x scroll 0 0 transparent;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#FFFFFF;
	font-size:10px;
	padding:0 0 0 5px;
	line-height:20px;
}
td.awardsyeardivider a {
	color:#fff;
}
.awardstext {		
	font-size:8pt;
}
.awardstext span {
	color:#264d90;
}
div.sectionborder {
	background-color:#ccc;
	padding:0;	
	height:1px;
}

/*unified styles for Adlanding page - from Flora*/
#adproduct{
        margin: 0 0 15px 0;
}
#adproduct h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: strong;
	height:30px;
	line-height:30px;
	margin: 15px 0 0 0;
	color: #134E97;
	text-align: center;
	font-size: 24px;
}
#adproduct h2{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	line-height:40px;
	margin:0 20px;
	background: #234a8b;
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	}
#adwrapper {
	float:left;
	width:100%;
	margin-left:-250px;
}
#adcontent {
	margin-left: 250px;
	padding-right: 10px;
	padding-left: 7px;
	border-right: #CCC 1px solid;
}
#adcontent p {
	line-height:1.4;
	padding: 0;
}
#adcontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: strong;
	height:24px;
	line-height:20px;
	margin: 15px 0 0 0;
	color: #134E97;
	text-align: center;
	font-size: 24px;
}
#adcontent h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #5f5f5f;
	margin: 0 0 15px 15px;
	text-align: center;
	}
#adcontent h3{
	font-family: Arial;
	font-size: 16px;
	color: #234a8b;
	margin: 15px 0 0 0;
	}
#adlearnmore {
	background: #ffffff;
	float: right;
	width: 240px;
	padding-right: 10px;
	padding-bottom: 25px;
}
#addownload {
	background:#ffffff;
	float: right;
	clear: right;
	width: 240px;
	padding-right: 10px;
}
#adlearnmore h1, #addownload h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #cb7e32;
	margin: 0 0 15px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#adlearnmore p, #addownload p, #addownload li {
	font-size: 10px;
	color: #333333;
	margin: 0 0 15px 15px;
}
#adlearnmore h2, #addownload h2 {
	font-size: 10px;
	color: #234a8b;
	margin:0 15px;
}
#adlearnmore a, #addownload a {
	color: #234a8b;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
#adquote_article {
	font-family: 'Times New Roman', Times, serif;
	float: left;
	border-bottom: #333 1px solid;
	border-top: #333 1px solid;
	margin:20px 0 25px 0;
	padding:5px 0 5px 0;
	width:540px;
}
#adquote_article2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	margin:10px 10px 10px 10px;
	padding:5px 0 5px 0;
}
#adquote_article p {
	font-size: 19px;
	line-height: 24px;
	margin:0;
	padding: 10px 32px 10px 32px
}
#adquote_article .quoterad {
	font-size: 14px; 
	padding-left:32px;
	padding: 10px 32px 10px 32px
}
.iconlist{
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	}

li.pdf{
	background-image: url(/img/pdficon.gif);
	}

li.doc{
	background-image: url(/company/img/icon_doc.gif);
	}

li.dwg{
	background-image: url(/company/img/icon_dwg.gif);
	}

li.htm{
	background-image: url(/company/img/icon_htm.gif);
	}
	
li.pdf, li.doc, li.dwg, li.htm{
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 25px;
	margin: .4em 0;
	}


/*=========================*/	
/*====== Footer ===========*/
/*=========================*/
#mainFooter {
	margin:0 auto;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:3px;
	background:url(/img/footer.jpg) no-repeat;
	width:1015px;
	height:51px;
	position:relative;
}

#mainFooter a:link, #mainFooter a:visited {
	text-decoration:none;
	color:#869bc5;
}

#mainFooter a:hover, #mainFooter a:active {
	color:#c9d5ec;
}

#mainFooter #weee {
	padding-left:10px;
    vertical-align:middle;
}

#mainFooter img.weee {
	position:static;
}

#mainFooter img.twitter {
	margin-left:20px;
	vertical-align:middle;
	border: 0px;	
}

#mainFooter img.rss {
	margin-left:0px;
	border:0px;
	vertical-align:middle;	
}
	
</style>
