/* 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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}/* GLOBAL-------------------------------------------------------------------- */body { 	text-align: left;	background: url(/img/bg.gif) repeat-x;	color: #575639;	font: normal 11px/16px Verdana, Arial, sans-serif;	}a:link, a:visited {	color: #098a8a;	text-decoration: none;	}a:hover, a:active {	color: #c45f1a;	text-decoration: none;	}hr {	clear: both;	border: none 0;	border-top: 1px dotted #b9b883;	text-align: center;	width: 100%;	height: 1px;	margin: 7px 0 7px 0;	}blockquote {	margin: 15px;	}.req {	font-size: 14px;	font-weight: bold;	color: #c30;	}.warn {	color: #e41b5b;	}.fade {	color: #7d7d7d;	}.meta {	font-size: 10px;	color: #7d7d7d;	}/* inline image default positioning */img[src="/img/sep.gif"],img[src="/img/sep_light.gif"] {	margin: 0 0 1px 0 !important;	}/* default file icons */li.binary {	background: url(/img/file/binary.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.excel {	background: url(/img/file/excel.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.html {	background: url(/img/file/html.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.pdf {	background: url(/img/file/pdf.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.ppt {	background: url(/img/file/ppt.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.txt {	background: url(/img/file/txt.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.word {	background: url(/img/file/word.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.zip {	background: url(/img/file/zip.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}li.audio {	background: url(/img/icon_audio.gif) no-repeat 0 0 !important;	padding-left: 22px !important;	}/* tags */span.tagWested {	font-size: 10px;	color: #fff;	background-color: #41b038;	margin: 0;	padding: 0 2px 0 2px;	}span.tagTurnaround {	font-size: 10px;	color: #fff;	background-color: #12a8a8;	margin: 0;	padding: 0 2px 0 2px;	}/* self-clearing floats: add .group class to parents with floats */.group:after {	content: ".";	display: block;	height: 0;	clear: both;		visibility: hidden;	}*:first-child+html .group { /* IE7 */	min-height: 1px;	}* html .group { /* IE6 */	height: 1%;	}/* footnotes ala Clarke */a.longdesc {	position: absolute;	left: -1000px;	}div#content-footnotes {	position: absolute;	left: -1000px;	}#wrapper {	width: 976px;	background: url(/img/wrapper_bg.gif) repeat-y;	margin-left: auto;	margin-right: auto;	margin-top: 0;	margin-bottom: 0;	padding: 0;	}#captcha img {	float: left !important; /* IE8 FIX */	}/* HEADER-------------------------------------------------------------------- */#header {	position: relative;	width: 960px;	height: 121px;	z-index: 300;	background: #fff url(/img/header_bg.gif) no-repeat left top;	text-align: left;	margin-left: auto;	margin-right: auto;	}#header .logo {	position: absolute;	top: 0;	left: 0;	width: 293px;	height: 95px;	}#header .logo p {	text-indent: -9999px;	}/* HEADER / UTIL NAV-------------------------------------------------------------------- */#header .util {	float: right;	border-bottom: 1px solid #8cc9ca;	margin: 10px 15px 0 0;	padding-bottom: 2px;	}* html #header .util { /* IE6 */	margin-right: 7px;	}#header .util ul {	list-style: none;	display: inline;	}#header .util ul li {	display: inline;	font-size: 10px;	font-weight: bold;	color: #c45f1a;	background: url(/img/sep.gif) no-repeat left center;	padding: 0 2px 0 9px;	}#header .util ul li.first {	background: none;	padding-left: 0;	}#header .util ul li.on a {	color: #379730;	}	#header .util ul li a {	color: #08356b;	text-decoration: none;	border: none;	}	#header .util ul li a:hover {	color: #c45f1a;	text-decoration: none;	border: none;	}/* HEADER / NAV http://qrayg.com/experiment/cssmenus/-------------------------------------------------------------------- *//* Root = Horizontal, Secondary = Vertical */ul#navmenu-h {	position: absolute;	bottom: 0;	left: 0;	margin: 0;	border: 0 none;	padding: 0;	width: 770px; /*For KHTML*/	list-style: none;	height: 23px;	}* html ul#navmenu-h { /* IE6 */	bottom: -1px;	}ul#navmenu-h li {	margin: 0;	border: 0 none;	padding: 0;	float: left; /*For Gecko*/	display: inline;		list-style: none;	position: relative;	}* html ul#navmenu-h li { /* IE6 */	margin-left: -2px;	}* html ul#navmenu-h li li { /* IE6 */	margin-left: 0;	}ul#navmenu-h li.on a { /* root tab on state */	background-color: #12a8a8;	}ul#navmenu-h ul {	margin: -1px 0 0 -1px;	padding: 0;	border-right: 1px solid #1c3e7f;	border-bottom: 1px solid #1c3e7f;	border-left: 1px solid #1c3e7f;	background-color: #fff;	width: 195px;	list-style: none;	display: none;	position: absolute;	top: 24px;	left: 0;	}ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {	clear: both;	display: block;	font: 1px/0px serif;	content: ".";	height: 0;	visibility: hidden;	}ul#navmenu-h ul li {	width: 195px;	float: left; /*For IE 7 lack of compliance*/	display: block !important;	display: inline; /*For IE*/	}/* Root Menu */ul#navmenu-h a {	margin-right: 0px;	padding: 2px 15px 0 15px;	float: none !important; /*For Opera*/	float: left; /*For IE*/	display: block;	color: #fff;	font: bold 12px/21px Arial, sans-serif;	text-decoration: none;	height: auto !important;	height: 1%; /*For IE*/	border-right: 1px solid #fff;	}	* html ul#navmenu-h a { /* IE6 */	margin-right: 1px;	}ul#navmenu-h ul a {	border-bottom: 1px dotted #4eb7b7;	}ul#navmenu-h ul li:last-child a {	border-bottom: none;	}/* Root Menu Hover Persistence */ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {	background: #12a8a8;	}/* 2nd Menu */ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {	float: none;	background: #fff;	color: #08356a;	font-weight: normal;	}/* 2nd Menu Hover Persistence */ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {	background: #dcf0ef;	color: #07346a;	}ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {	display: none;	position: absolute;	top: 0;	left: 220px;	}/* Do Not Move - Must Come Before display:block for Gecko */ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {	display: none;	}ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {	display: block;	}/* HEADER / SEARCH-------------------------------------------------------------------- */#header .search {	position: absolute;	bottom: 3px;	right: 18px;	}*:first-child+html #header .search { /* IE7 */	bottom: 2px;	}* html #header .search { /* IE6 */	bottom: 1px;	}#header .search .form {	width: 140px;	height: 13px;	background-color: #fff;	border: none;	font-size: 10px;	color: #083870;	margin: 0;	padding: 2px;	}#header .search .button {	margin: 0 0 -4px 0;	padding: 0;	}/* MAIN-------------------------------------------------------------------- */#main {	width: 960px;	text-align: left;	margin-left: auto;	margin-right: auto;	margin-top: 20px;	}#main a:link, #main a:visited {	color: #098a8a;	text-decoration: none;	border-bottom: 1px solid #b9f1f1;	}#main a:hover, #main a:active {	color: #c45f1a;	text-decoration: none;	border-bottom: 1px solid #c45f1a;	}/* MAIN / SUBNAV-------------------------------------------------------------------- */#main .subnav {	float: left;	width: 150px;	border-top: 5px solid #add593;	margin: 0;	padding: 0;	}#main .subnav ul {	list-style: none;	margin: 10px 0 0 0;	padding: 0;	}#main .subnav ul li {	line-height: 14px;	border-bottom: 1px solid #d1f0bd;	margin: 0 0 5px 0;	padding: 0 0 5px 15px;	}	#main .subnav ul li a {	text-decoration: none;	border: none;	}#main .subnav ul li.section {	border-bottom: 3px solid #d1f0bd;	}	#main .subnav ul li.section a {	text-transform: uppercase;	font-weight: bold;	}#main .subnav ul li.thick {	border-bottom: 3px solid #d1f0bd;	}#main .subnav ul li.on,#main .subnav ul li:hover {	background: url(/img/arrow.gif) no-repeat 1px 5px;	}	#main .subnav ul li.on a {	color: #c45f1a;	}/* MAIN / CONTENT-------------------------------------------------------------------- */#main .content {	position: relative;	float: right;	width: 765px;	border-left: 1px dotted #b9b883;	margin: 0;	padding: 0 20px 0 20px;	}* html #main .content { /* IE6 */	width: 760px;	}#main .content .gradient {	z-index: 0;	position: absolute;	top: 0;	left: 5px;	width: 800px;	height: 50px;	background: url(/img/content_bg.gif) repeat-x;	}* html #main .content .gradient { /* IE6 */	width: 775px;	}#main .content .gradient.landing {	z-index: 0;	position: absolute;	top: 104px;	left: 6;	width: 800px;	height: 50px;	}#main .content .landingPhoto {	width: 800px;	height: 100px;	border-top: 4px solid #add593;	margin: 0 0 0 -15px;	}* html #main .content .landingPhoto { /* IE6 */	width: 775px;	}#main .content .landingPhoto.webinars {	background: url(/img/photo_landing_webinars.jpg) no-repeat;	}#main .content .landingPhoto.ideas {	background: url(/img/photo_landing_ideas.jpg) no-repeat;	}#main .content .landingPhoto.rr {	background: url(/img/photo_landing_rr.jpg) no-repeat;	}#main .content .landingPhoto.links {	background: url(/img/photo_landing_links.jpg) no-repeat;	}#main .content .landingPhoto.resources {	background: url(/img/photo_landing_resources.jpg) no-repeat;	}#main .content .landingPhoto.nclb {	background: url(/img/photo_landing_nclb.jpg) no-repeat;	}#main .content h1 {	position: relative;	font-size: 18px;	line-height: 22px;	font-weight: normal;	color: #08356a;	background: url(/img/h1_bg.gif) repeat-x left bottom;	margin: 10px 0 10px 0;	padding: 0 0 5px 0;	}#main .content h2 {	font-size: 12px;	line-height: 16px;	font-weight: bold;	color: #08356a;	margin: 20px 0 7px 0;	padding: 0;	}#main .content h3 {	font-size: 11px;	line-height: 16px;	font-weight: normal;	color: #08356a;	text-transform: uppercase;	border-bottom: 1px dotted #b9b883;	margin: 20px 0 7px 0;	padding: 0;	}#main .content h3.nb {	border: none;	}#main .content h2 + h3 {	margin-top: 10px;	}#main .content h3 span {	font-size: 11px;	font-weight: normal;	color: #575639;	text-transform: none;	}#main .content p {	position: relative;	font-size: 11px;	line-height: 15px;	font-weight: normal;	margin: 0 0 10px 0;	padding: 0;	}#main .content p.intro {	font-size: 12px;	line-height: 22px;	}#main .content p.arrows {	background: url(/img/arrows.gif) no-repeat 0 6px;	margin: 0 0 6px 0;	padding: 0 0 0 8px;	}	#main .content p.arrows a {	color: #c45f1a;	text-decoration: none;	border: none;	}	#main .content p.arrows a:hover {	text-decoration: underline;	}#main .content p.help {	background: url(/img/icon_help.gif) no-repeat 0 1px;	margin: 0 0 6px 0;	padding: 0 0 0 18px;	}#main .content h3.perm {	text-transform: none;	border: none;	}	#main .content p.perm {	font-size: 10px;	font-style: italic;	}#main .content ul {	list-style: none;	margin: 0 0 10px 2px;	}#main .content ul li {	background: url(/img/bullet_content.gif) no-repeat 0 7px;	padding: 0 0 5px 8px;	}#main .content ul li p {	margin: 10px 0 10px 0;	padding: 0;	}#main .content ul.useraction {	position: relative;	list-style: none;	margin: -4px 0 18px 0;	}#main .content ul.useraction li {	display: inline;	line-height: 18px;	}	#main .content ul.useraction li a {	margin-right: 15px;	}#main .content ul.useraction li.fav {	background: url(/img/icon_fav.gif) no-repeat 0 1px;	padding-left: 17px;	}#main .content ul.useraction li.comment {	background: url(/img/icon_comment.gif) no-repeat 0 1px;	padding-left: 20px;	}#main .content ul.downloads {	position: relative;	list-style: none;	margin: 10px 0 12px 0;	padding: 0;	}#main .content ul.downloads li {	background: none;	margin-bottom: 5px;	}#main .content ul.downloads li img {	vertical-align: middle;	}#main .content ul.rss {	position: relative;	list-style: none;	margin: 20px 0 12px 0;	padding: 0;	}#main .content ul.rss li {	height: 25px;	background: url(/img/icon_rss.gif) no-repeat 0 0;	margin: 5px 0 20px 0;	padding-left: 22px;	}#main .content ol {	margin: 0 0 15px 15px;	}#main .content ol li {	padding-bottom: 5px;	}#main .content ol ol {	margin-bottom: 0;	}#main .content em {	color: #41b138;	font-style: normal;	}#main .content blockquote {	background: transparent url(/img/quote_bg.gif) no-repeat scroll 0 7px;	border-top: 3px solid #d1f0bd;	border-bottom: 3px solid #d1f0bd;	margin: 15px 0 15px 0;	padding: 10px 0 10px 22px;	}#main .content blockquote.nqm {	background: none;	}#main .content blockquote p {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 14px;	line-height: 20px;	font-style: italic;	color: #c45f1a;	margin: 0;	padding: 0;	}#main .content blockquote p.source {	text-align: right;	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	font-style: normal;	color: #575639;	margin: 0;	padding: 0;	}#main .content q {	color: #4aaf3b;	}#main .content cite {	font-style: normal;	}#main .content div.button {	float: left;	background: #d1efbd url(/img/arrows.gif) no-repeat 8px 10px;	border: 1px solid #b9b883;	margin: 10px 15px 10px 0;	padding: 5px 8px 5px 8px;	}#main .content div.button.off {	background: #d1efbd;	}#main .content div.button.off span {	font-weight: bold;	color: #c45f1a;	}#main .content div.button.off span.check {	font-weight: bold;	color: #c45f1a;	background: url(/img/icon_check.gif) no-repeat 0 0;	padding: 4px 0 4px 22px;	}#main .content div.button a {	color: #c45f1a;	font-weight: bold;	margin-left: 10px;	text-decoration: none;	border: none;	}	#main .content div.button a:hover {	border-bottom: 1px solid #c45f1a;	}	#main .content .view {	background-color: #d1f0bd;	border-top: 5px solid #add593;	margin: 15px 0 3px 0;	padding: 5px 10px 3px 10px;	}#main .content .view p {	float: left;	color: #08356b;	padding: 2px 5px 0 0;	}#main .content .photo {	float: left;	border: 1px solid #07346a;	margin: 0 12px 5px 0;	}#main .content .action {	float: right;	margin: 0;	padding: 4px 0 0 0;	}#main .content .action p.comment {	background: url(/img/icon_comment.gif) no-repeat left center;	margin: 0;	padding: 0 0 0 20px;	}#main .content .tabs {	height: 24px;	border-bottom: 5px solid #098a8a;	margin: 0;	padding: 0;	}#main .content .tabs ul {	list-style: none;	display: inline;	}#main .content .tabs ul li {	display: inline;	background: none;	text-align: center;	font-size: 12px;	margin: 0;	padding: 0;	}	#main .content .tabs ul li a {	float: left;	display: block;	text-align: center;	width: 90px;	color: #098a8a;	border: none;	text-decoration: none;	background-color: #d1f0bd;	margin: 0 2px 0 0;	padding: 6px 0 2px 0;	}	#main .content .tabs ul li a:hover,	#main .content .tabs ul li.on a {	background-color: #098a8a;	color: #fff;	}#main .content .column {	width: 48%;	margin-top: 5px;	}#main .content .column.left {	float: left;	}#main .content .column.right {	float: right;	}#main .content .column.right .mod p.suggest {	background: url(/img/icon_suggest.gif) no-repeat 0 0;	padding: 4px 0 2px 20px;	}#main .content .column.right .mod {	border-top: 5px solid #add593;	background-color: #fff;	margin-top: 15px;	margin-bottom: 12px;	padding: 10px 10px 3px 10px;	}#main .content div.topic {	background-color: #fff;	margin-top: -5px;	padding: 0 10px 5px 10px;	}#main .content div.topic li {	background: url(/img/bullet_mod.gif) no-repeat 0 7px;	padding: 0 0 5px 8px;	}#main .content p.prevnext {	font-size: 11px !important;	text-align: right;	margin: 0 10px 3px 0;	padding: 0;	}#main .content p.prevnext font {	font-size: 11px !important;	}	/* MAIN / CONTENT / WIDE-------------------------------------------------------------------- */#main.wide .content {	width: 920px;	border: none;	padding: 0 20px 0 20px;	}#main.wide .content .gradient {	z-index: 0;	position: absolute;	top: 0;	left: 0;	width: 960px;	height: 50px;	background: url(/img/content_bg.gif) repeat-x;	}/* LOGIN */#main.wide .content .modules.login-mod {	float: left;	width: 260px;	margin: 10px 0 0 0;	padding: 0;	}#main.wide .content .modules.login-mod h3 {	font-weight: normal;	margin-bottom: 0;	}#main.wide .content .content-inner.login-text {	float: right;	width: 600px;	margin: 10px 0 0 0;	padding: 0;	}#main.wide .content .content-inner.login-text h2 {	margin-top: 0;	}#main.wide .content .content-inner.login-text div.button {	margin-top: 0;	}/* ABOUT */#main.wide .content-inner.about-text {	width: 600px !important;	}#main.wide .content-inner.about-text h2 {	margin-top: 10px;	}#main.wide .modules.about-mod {	margin-top: 10px;	}#main.wide .modules.about-mod div.blueman {	float: left;	margin: 0 15px 10px 0;	}#main.wide .modules.about-mod p.video {	background: url(/img/icon_video.gif) no-repeat 0 0;	margin-left: 65px;	padding: 2px 0 2px 23px;	}#main.wide .modules.about-mod h4.wested {	font-size: 11px;	font-weight: normal;	color: #565538;	padding-top: 10px;	}/* MAIN / CONTENT-INNER-------------------------------------------------------------------- */#main .content .content-inner {	position: relative;	float: left;	width: 475px;	margin: 0;	padding: 0;	}/* MAIN / MODULES-------------------------------------------------------------------- */#main .content .modules {	position: relative;	float: right;	width: 250px;	}#main .content .modules .mod {	border-top: 5px solid #add593;	background-color: #fff;	margin-bottom: 12px;	padding: 10px 10px 3px 10px;	}#main .content .modules .mod.quote {	background: #fff url(/img/mod_webinar_bg.gif) repeat-x;	}#main .content .modules .mod h3 {	font-size: 11px;	font-weight: bold;	color: #07346a;	text-transform: none;	border: none;	margin: 0 0 6px 0;	padding: 0;	}#main .content .modules .mod h3.wested {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12px;	font-style: italic;	color: #99974a;	border: none;	margin-bottom: 0;	}#main .content .modules .mod h3.resource {	background: url(/img/icon_resource.gif) no-repeat 0 0;	padding-left: 17px;	}#main .content .modules .mod h3.ext {	background: url(/img/icon_external.gif) no-repeat 0 0;	padding-left: 17px;	}#main .content .modules .mod p {	font-size: 11px;	line-height: 15px;	font-weight: normal;	margin-bottom: 8px;	}#main .content .modules .mod p.arrows {	background: url(/img/arrows.gif) no-repeat 0 6px;	margin: 0 0 6px 0;	padding: 0 0 0 8px;	}	#main .content .modules .mod p.arrows a {	color: #c45f1a;	text-decoration: none;	border: none;	}	#main .content .modules .mod p.arrows a:hover {	text-decoration: underline;	}#main .content .modules .mod p.search {	background: url(/img/icon_search.gif) no-repeat 0 0;	padding: 0 0 2px 22px;	}#main .content .modules .mod p.topics {	background: url(/img/icon_topics.gif) no-repeat 0 0;	padding: 0 0 2px 25px;	}#main .content .modules .mod p.suggest {	background: url(/img/icon_suggest.gif) no-repeat 0 0;	padding: 4px 0 2px 20px;	}#main .content .modules .mod p.help {	background: url(/img/icon_help.gif) no-repeat 0 2px;	padding-left: 17px;	}#main .content .modules .mod p.external {	background: url(/img/icon_external.gif) no-repeat 0 2px;	padding: 0 0 2px 20px;	}#main .content .modules .mod ul {	list-style: none;	margin-left: 3px;	}#main .content .modules .mod ul li {	background: url(/img/bullet_mod.gif) no-repeat 0 7px;	padding: 0 0 5px 8px;	}#main .content .modules .mod div.button {	float: left;	background: #d1efbd url(/img/arrows.gif) no-repeat 8px 8px;	border: 1px solid #b9b883;	margin: 0 0 5px 0;	padding: 3px 8px 3px 8px;	}	#main .content .modules .mod div.button a {	color: #c45f1a;	font-weight: bold;	margin-left: 10px;	text-decoration: none;	border: none;	}	#main .content .modules .mod div.button a:hover {	border-bottom: 1px solid #c45f1a;	}#main .content .modules .mod .photo {	float: left;	border: 1px solid #07346a;	margin: 0 12px 10px 0;	}#main .content .modules .mod .photo.nobg {	border: none;	}/* FOOTER-------------------------------------------------------------------- */#footer {	width: 930px;	height: 30px;	border-top: 1px dotted #b9b883;	text-align: left;	margin-left: auto;	margin-right: auto;	margin-top: 20px;	padding-top: 5px;	}#footer a:link, #footer a:visited {	color: #098a8a;	text-decoration: none;	border-bottom: 1px solid #b9f1f1;	}#footer a:hover, #footer a:active {	color: #c45f1a;	text-decoration: none;	border-bottom: 1px solid #c45f1a;	}#footer p.left {	float: left;	}#footer p.right {	float: right;	}/* MAIN / HOME / CONTENT-------------------------------------------------------------------- */#main.home .content {	float: left;	width: 590px;	margin: 0 0 0 15px;	padding: 0;	}* html #main.home .content { /* IE6 */	margin-left: 8px;	}/* SPOTLIGHT SLIDES */#main.home .content .spot {	position:relative;	background-color: #fff;	border: 1px dotted #b9b883;	margin-bottom: 25px;	padding: 15px;	}	#main.home .content .spot .spotview {	height:168px;		position:relative;	overflow:hidden;		}#main.home .content .spot .spotview ul {	position:absolute;	margin:0; 	padding:0;	list-style: none;	}#main.home .content .spot .spotview ul li {	height:168px;	padding:0;		}	#main.home .content .spot .spotview ul li div.slide div.slidepic a {	border-bottom:none;	}#main.home .content .spot .spotview ul li div.slide {	height:168px;	}#main.home .content .spot .spotview ul li .slide .slidepic {	width:230px;	height:164px;	float:left;	border: 1px solid #07346a;		margin-right: 20px;	padding:0;	}#main.home .content .spot .spotview ul li div.slidetext {	width:280px;	height:150px;	float:left;	padding:0;			}#main.home .content .spot .spotview ul li div.slidetext h2 {	margin: 0 0 12px 0;	padding: 0;	font-size: 12px;	font-weight: bold;	}#main.home .content .spot .spotview ul li div.slidetext p {	margin: 0;	padding: 0;	line-height: 20px;	}	#main.home .content .spot .spotview ul li div.slidetext p a,	#main.home .content .spot .spotview ul li div.slidetext p a:hover {	color: #003366;	}#main.home .content .spot div.slidenav {	width:280px;	height:20px;		position:absolute;	left:268px;	top:154px;	border-top: 1px dotted #b6b984;		padding-top:5px;		}#main.home .content .spot div.slidenav p {	float:left;	padding-top: 5px;	text-transform: capitalize;	color: #073569;	}* html #main.home .content .spot div.slidenav p { /* IE6 */	padding-top:7px;	}	#main.home .content .spot div.slidenav ul {	width:210px;	height:20px;	float:left;	display: block;			list-style-type: none;	margin-left: 5px;	}#main.home .content .spot div.slidenav ul li {	float:left;	background: none;	margin:3px 0 0 0;	border:1px solid #fff;			}	#main.home .content .spot div.slidenav ul li a {	width:12px;	height: 10px;	display:block;	margin: 0 0 1px 0;	padding:0 6px 1px 0;	border:none;			outline:none; /* Need for mozilla based browsers to not render underline*/	text-align: center;		}	* html #main.home .content .spot div.slidenav ul li a { /* IE6 */	margin: 3px 0 0px 0;	padding: 0 3px 0 0;	}	#main.home .content .spot .div.slidenav ul li:hover {	border:1px solid #c66018;	}	#main.home .content .spot div.slidenav ul li.active {	border:1px solid #c66018;	}	#main.home .content .spot div.slidenav ul li.active a {	color:#c66018;	}#main.home .content .promo {	background: url(/img/promo_home_bg.gif) repeat-x;	padding: 15px;	}#main.home .content .promo .hAction {	width: 100%;	height: 25px;	border-bottom: 1px dotted #b9b883;	margin: 0 0 15px 0;	padding: 0;	}#main.home .content .promo .hAction h2 {	float: left;	font-size: 18px;	line-height: 25px;	font-weight: normal;	color: #08356b;	margin: 0;	padding: 0;	}#main.home .content .promo .hAction .action {	float: right;	font-size: 11px;	margin: 6px 0 0 0;	padding: 0;	}	#main.home .content .promo .hAction .action a {	background: url(/img/arrows.gif) no-repeat left center;	color: #c45f1a;	text-decoration: none;	border: none;	margin: 0;	padding: 0 0 0 8px;	}	#main.home .content .promo .hAction .action a:hover {	text-decoration: underline;	}#main.home .content .promo blockquote {	background: transparent url(/img/quote_bg.gif) no-repeat scroll left top;	border: none;	margin: 0;	padding: 0 0 0 22px;	}#main.home .content .promo blockquote p {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 14px;	line-height: 20px;	font-style: italic;	color: #c45f1a;	margin: 0;	padding: 0;	}#main.home .content .promo blockquote p.source {	text-align: right;	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	font-style: normal;	color: #575639;	margin: 0;	padding: 0;	}#main.home .content .col {	width: 260px;	margin-top: 15px;	}#main.home .content .col h3 {	font-size: 11px;	font-weight: normal;	color: #07346a;	border-top: 1px dotted #b9b883;	border-bottom: 1px dotted #b9b883;	margin: 0 0 10px 0;	padding: 0;	}#main.home .content .left {	float: left;	border-right: 1px dotted #b9b883;	padding-right: 18px;	}#main.home .content .left .photo {	float: left;	border: 1px solid #07346a;	margin-right: 12px;	}#main.home .content .right {	float: right;	}/* MAIN / HOME / MODULES-------------------------------------------------------------------- */#main.home .modules {	float: right;	width: 326px;	background-color: #fff;	margin: 0;	padding: 0;	}#main.home .mod {	width: 293px;	background-color: #e9ffdc;	border-top: 1px solid #add593;	margin: 3px 0 0 3px;	padding: 10px 15px 10px 15px;	}#main.home .mod.first {	background: url(/img/mod_home_bg.jpg) no-repeat;	border: none;	}#main.home .mod ul {	list-style: none;	margin-left: 3px;	}#main.home .mod ul li {	background: none;	padding: 0 0 5px 8px;	}#main.home .mod li.email {	height: 20px;	background: url(/img/icon_email.gif) no-repeat 0 0;	margin-bottom: 2px;	padding-left: 22px;	}#main.home .mod li.newsletter {	height: 20px;	background: url(/img/icon_newsletter.gif) no-repeat 0 0;	margin-bottom: 2px;	padding-left: 22px;	}#main.home .mod li.rss {	height: 20px;	background: url(/img/icon_rss.gif) no-repeat 0 0;	margin-bottom: 2px;	padding-left: 22px;	}#main.home .mod h3 {	font-size: 11px;	font-weight: bold;	color: #07346a;	text-transform: none;	border: none;	margin: 0 0 6px 0;	padding: 0;	}#main.home .mod h3.wested {	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12px;	font-style: italic;	color: #99974a;	margin-bottom: 0;	}#main.home .mod h4.wested {	font-size: 11px;	font-weight: normal;	color: #565538;	padding-top: 10px;	}#main.home .mod p {	font-size: 11px;	line-height: 15px;	font-weight: normal;	margin-bottom: 10px;	}#main.home .mod p.arrows {	background: url(/img/arrows.gif) no-repeat 0 6px;	margin: 0 0 6px 0;	padding: 0 0 0 8px;	}	#main.home .mod p.arrows a {	color: #c45f1a;	text-decoration: none;	border: none;	}	#main.home .mod p.arrows a:hover {	text-decoration: underline;	}#main.home .mod div.blueman {	float: left;	margin: 0 15px 10px 0;	}#main.home .mod p.video {	background: url(/img/icon_video.gif) no-repeat 0 0;	margin-left: 65px;	padding: 2px 0 2px 23px;	}#main.home .mod .photo {	float: left;	border: 1px solid #07346a;	margin: 0 12px 10px 0;	}#main.home .mod .photo.nobg {	border: none;	}#main.home .mod div.button {	float: left;	background: #d1efbd url(/img/arrows.gif) no-repeat 8px 8px;	border: 1px solid #b9b883;	margin: 0 0 5px 0;	padding: 3px 8px 3px 8px;	}	#main.home .mod div.button a {	color: #c45f1a;	font-weight: bold;	margin-left: 10px;	text-decoration: none;	border: none;	}	#main.home .mod div.button a:hover {	border-bottom: 1px solid #c45f1a;	}	/* MAIN / WEBINARS-------------------------------------------------------------------- */#main .content .content-inner.webinars-text {	width: 375px;	margin-top: 5px;	}#main .content .content-inner.webinars-text h2 {	margin-top: 0;	}#main .content .content-inner .hAction {	width: 100%;	height: 23px;	border-bottom: 1px dotted #b9b883;	margin: 25px 0 5px 0;	padding: 0;	}#main .content .content-inner .hAction h3 {	float: left;	border: none;	margin: 6px 0 0 0;	padding: 0;	}#main .content .content-inner .hAction .action {	float: right;	background: url(/img/arrows.gif) no-repeat 0 6px;	margin: 6px 0 0 0;	padding: 0 0 0 8px;	}	#main .content .content-inner .hAction .action a {	color: #c45f1a;	text-decoration: none;	border: none;	}	#main .content .content-inner .hAction .action a:hover {	text-decoration: underline;	}#main .content .content-inner.webinars-text span.wested {	font-family: Arial, sans-serif;	font-size: 10px;	background-color: #42b139;	margin-left: 5px;	}#main .content .content-inner.webinars-text span.wested span {	color: #fff;	padding: 0 2px 0 2px;	}#main .content .modules.webinars-mod {	width: 350px;	margin-top: 5px;	}#main .content .modules.webinars-mod ul.videos {	list-style: none;	margin: 10px 0 10px 0;	padding: 0;	}#main .content .modules.webinars-mod ul.videos li {	list-style: none;	background: none;	margin: 0 0 5px 0;	padding: 0;	}#main .content .modules.webinars-mod ul.videos li.on {	background: url(/img/arrow.gif) no-repeat 0 5px;	padding-left: 12px;	}	#main .content .modules.webinars-mod ul.videos li.on a {	color: #c45f1a;	font-weight: bold;	text-decoration: none;	border: none;	}#main .content div.webinars-meta {	background-color: #fff;	border: 1px dotted #b9b883;	margin: 0;	padding: 5px 10px 5px 10px;	}#main .content div.webinars-meta ul {	list-style: none;	margin: 0;	padding: 0;	}#main .content div.webinars-meta ul li {	list-style: none;	background: none;	margin: 0 0 5px 0;	padding: 0;	}#main .content div.webinars-meta ul li.live-webinar {	background: url(/img/icon_live_webinar.gif) no-repeat 0 0;	padding: 5px 0 5px 45px;	}#main .content div.webinars-meta ul li.live-teleconf {	background: url(/img/icon_live_teleconf.gif) no-repeat 0 0;	padding: 5px 0 5px 45px;	}	#main .content div.webinars-meta a.arrows {	background: url(/img/arrows.gif) no-repeat 0 5px;	padding-left: 9px;	color: #c45f1a;	border: none;	}#main .content div.webinars-meta p.unable {	float: left;	margin-top: 15px;	}#main .content div.webinars-meta p.help {	margin: 0 0 5px 20px;	padding: 5px 0 0 20px;	}#main .content .content-inner blockquote.webinar {	margin: 20px 0 20px 0;	}#main .content .modules .mod.quote blockquote {	border: none;	margin-top: 0;	margin-bottom: 0;	}#main .content .modules .mod.quote blockquote p {	font-size: 13px;	line-height: 18px;	}#main .content .modules .mod.quote blockquote p.source {	font-size: 11px;	line-height: 16px;	margin-top: -5px;	}#main .content h2.live-webinar {	background: url(/img/icon_live_webinar_grn.gif) no-repeat 0 0;	margin: 5px 0 10px 0;	padding: 5px 0 5px 45px;	}#main .content h2.live-teleconf {	background: url(/img/icon_live_teleconf_grn.gif) no-repeat 0 0;	margin: 5px 0 10px 0;	padding: 5px 0 5px 45px;	}#main .content h2.past-events {	background: url(/img/icon_past_events_grn.gif) no-repeat 0 0;	margin: 5px 0 10px 0;	padding: 6px 0 5px 28px;	}/* SYSTEM SEARCH (HTDig)-------------------------------------------------------------------- */#main .content .sysSearch img[src="/images/htdig/star.gif"] {	margin-left: 2px !important;	}#main .content .sysSearch .nav a,#main .content .sysSearch .nav a:hover {	border: none;	}/* TABLES-------------------------------------------------------------------- */table.data {	width: 100%;	border-collapse: collapse;	border-spacing: 0;	background-color: #fff;	margin: 0 0 15px 0;	}	table.data a {	text-decoration: none !important;	border: none !important;	}table.data thead {	background: #d1f0bd;	}table.data th {	color: #690;	text-align: left;	vertical-align: top;	font-weight: normal;	padding: 5px;	}	table.data th a.down {	color: #c45f1a !important;	background: url(/img/arrow_down.gif) no-repeat right center;	padding-right: 12px;	}	table.data th a.up {	color: #c45f1a !important;	background: url(/img/arrow_up.gif) no-repeat right center;	padding-right: 12px;	}table.data td {	color: #6d6d6d;	text-align: left;	vertical-align: top;	border-bottom: 1px dotted #b9b883;	padding: 5px;	}table.data td.name {	width: 300px;	}	table.data td.name a {	font-weight: bold;	}table.data tr.even {	background-color: #eaf9fa;	}table.data.list, table.data.list thead {	background: none;	}table.data.list th {	font-weight: bold;	color: #575639;	padding: 2px;	}table.data.list td {	border: none;	padding: 2px;	}table.form {	width: 100%;	border-collapse: collapse;	border-spacing: 0;	margin: 15px 0 0 0;	}table.form td {	text-align: left;	vertical-align: top;	padding: 5px;	}table.emailPref {	width: 100%;	border-collapse: collapse;	border-spacing: 0;	background-color: #fff;	margin: 0 0 15px 0;	}table.emailPref thead {	background: #d1f0bd;	}table.emailPref th {	color: #575639;	text-align: left;	vertical-align: top;	font-weight: bold;	padding: 5px;	}table.emailPref td {	color: #6d6d6d;	text-align: left;	vertical-align: top;	padding: 5px;	}table.emailPref tr.even {	background-color: #eaf9fa;	}
