/* ======================================== INTIALIZATION CSS FILE (calls all other CSS files and sets global HTML elements) ======================================== */


@import url("topnav.css");

@import url("fancybox.css");

@import url("tipTip.css");

@import url("videobox.css");

@import url("codie_logo.css");

@import url("solutions_video_lightbox.css");

@import url("solutions_showcase.css");



/* -------------------- HTML ELEMENTS -------------------- */
* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: url(../images/bg_header.jpg) repeat-x scroll 50% 0 #fff;
	color: #666;
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	height: 100%;
	min-height: 100%;
	width: 100%;
	}
	
h2, p, ul, ol, dl, table {
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 18px;
	font-weight: normal;
	}
	
h3 {
	font-size: 15px;
	font-weight: bold;
	}
	
h4 {
	font-size: 13px;
	font-weight: bold;
	}

img {
	border: 0;
	} 

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}

table tr td {
	text-align: left;
	vertical-align: top; 
	}	

ul, ol {
	padding-left: 22px;
	}
	
ul li, ol li {

	}
	
a {
	color: #616b54;
	text-decoration: underline;
	}
	
a:hover {
	color: #7e8d69;
	text-decoration: underline;
	}

a:focus {
	outline: none;
	}

#content-wrapper h2, #content-wrapper h3, #content-wrapper p /* #content-wrapper ul */ {
	padding-left: 30px;
	}
	
#content-wrapper ul {
	padding-left: 50px;
	}
 	

.no-masthead #content-wrapper h2, .no-masthead #content-wrapper h3, .no-masthead #content-wrapper p, .no-masthead /* #content-wrapper ul */ {
	padding-left: 0;
	}
	
.no-masthead #content-wrapper ul {
	padding-left: 20px;
	}

/* -------------------- LAYOUT DIVS -------------------- */
#container {
	margin: 0 auto;
	position: relative;
	width: 956px;
	z-index: 1;
	/*height: 100%;*/
	min-height: 100%;
	}
	
#irene {
	padding: 20px 0px 20px 0px;
	margin-bottom: 10px;
	text-align: center;
	color:#ff0000;
	border: 3px solid red;
	background: #ffffff;
	font-size: 15px;
	}

/* HEADER */
#header {
	padding: 10px 25px 0px 15px;
	}

#logo h1 a {
	background: url(../images/logo_lx.png) 8px 10px no-repeat;
	cursor: pointer;
	display: block;
	height: 65px;
	width: 360px;
	border: 0px;
	}
	
#logo h1 a.on {
	cursor: default;
	}
	
#logo h1 span {
	display: none;
	}
	
#search {
	position: absolute;
	right: 25px;
	top: 32px;
	width: 237px;
	}

#search input {
	_background: url(../images/png8/bg_search.png) 0 0 no-repeat;
	background: url(../images/bg_search.png) 0 0 no-repeat;
	border: 0;
	color: #a6a6a6;
	font-size: 13px;
	height: 28px;
	padding-left: 8px;
	width: 205px;
	margin-top: 1px;
	line-height: 26px;
	
	*position: relative;
	*top: -1px;

	}

#search button {
	_background: url(../images/png8/btn_search.png) 0 0 no-repeat;
	background: url(../images/btn_search.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	}
	
#search button:hover {
	background-position: 0 -30px;
	}

#search button span {
	display: none;
	}




/* TOPNAV */
#topnav {
	/* see topnav.css */
	padding: 15px 0 10px 0;
	}



/* MAIN AREA */
#mainarea {
	padding: 10px 26px 100px 26px;
	}
	
#mainarea h2 {
	color: #424242;
	}
	
#column-01 {
	float: left;
	width: 645px;
	}
	
#column-02 {
	float: right;
	padding-top: 5px;
	width: 234px;
	}
	
#column-sidebar {
	float: left;
	width: 178px;
	}
	
#column-content {
	border-left: 1px solid #ffd7a3;
	float: left;
	width: 715px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	}
	


/* SIDENAV */
#sidenav {
	padding-top: 32px;
	}
	
#sidenav ul {
	margin: 0;
	padding: 0;
	}

#sidenav ul li {
	border-top: 1px solid #ffd7a3;
	color: #cac7b4;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sidenav ul li.last {
	border-bottom: 1px solid #ffd7a3;
	}

#sidenav ul li a {
	color: #424242;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	text-decoration: none;
	}
	
#sidenav ul li a:hover {
	background-color: #f7faf3;
	color: #8d8b80; /*#7e8d69;*/
	}
	
	
/* on state */
#sidenav ul li.on a {
	background: url(../images/bg_sidenav_on.gif) 0 0 no-repeat;
	color: #fff;
	text-shadow:0px 1px 2px #686868;
	}
	
#sidenav ul li.on a:hover {
	background-color: transparent;
	cursor: default;
	}
	

/* subnav */
#sidenav ul li ul.subnav {
	padding: 5px 0px 10px 60px;
	}
	
#sidenav ul li ul.subnav li {
	border: 0;
	list-style: circle;
	padding: 0;
	}

#sidenav ul li ul.subnav li a {
	background: none;
	color: #cac7b4;
	cursor: pointer;
	display: block;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	}
	
#sidenav ul li ul.subnav li a:hover {
	color: #7e8d69;
	}



/* BREADCRUMB */
#breadcrumb {
	border-bottom: 1px solid #ffd7a3;
	height: 32px;
	padding: 0px 20px 0px 20px;
	}
	
#breadcrumb h2 {
	font-size: 22px;
	height: 32px;
	margin: 0;
	
	*padding-bottom: 5px;
	}

#breadcrumb span.on{
	background: url(../images/icon_arrow_right.gif) 0 4px no-repeat;
	margin-left: 4px;
	padding-left: 30px;
	}

#breadcrumb span.arrow {
	display: none;
	}

#content-wrapper {
	line-height: 18px;	
	padding: 15px 20px;
	}



/* FOOTER */
#footer {
	background: url(../images/bg_footer.gif) 0 0 no-repeat;
	height: 60px;
	text-align: center;
	width: 904px;
	position: absolute;
	bottom: 20px;
	left: 26px;
	}

#footer * {
	margin: 0;
	}

#links {
	padding-top: 9px;
	}
	
#links a {
	color: #fff;
	font-weight: bold;
	margin: 0 20px;
	text-decoration: none;
	}
	
#links a:hover {
	color: #77c3e5;
	font-weight: bold;
	text-decoration: none;
	}
	
#links a.on,
#links a.on:hover {
	color: #77c3e5;
	cursor: default;
	}
	
#legal {
	color: #fff;
	padding-top: 8px;
	}





/* -------------------- MODULES -------------------- */

/* HOMEPAGE ROTATOR */
#feature {
	background: url(../images/bg_shadow_long.gif) 50% 100% no-repeat;
	padding-bottom: 7px;
	position: relative;
	}
	
#rotator {
	background: #fff;
	height: 288px;
	margin: 0 auto;
	position: relative;
	width: 904px;
	}
	
#rotator #rotator-sidebar {
	float: right;
	position: absolute;
	width: 260px;
	right: 0;
	top: 0;
	z-index: 999;
	}

#rotator .rotator-nav {
	margin: 0;
	padding: 0;
	}
	
#rotator .rotator-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#rotator .rotator-nav li a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-indent: -9999px;	
	}

#rotator .rotator-nav li.nav-item-1 a {
	height: 98px;
	background: url(../images/panel_nav_1_libraries.png) left bottom no-repeat;
	}

#rotator .rotator-nav li.nav-item-2 a {
	height: 92px;
	background: url(../images/panel_nav_2_colleges.png) left bottom no-repeat;
	}
	
#rotator .rotator-nav li.nav-item-3 a {
	height: 98px;
	background: url(../images/panel_nav_3_govagencies.png) left bottom no-repeat;
	}
	
#rotator .rotator-nav li.ui-tabs-selected a,
#rotator .rotator-nav li.ui-tabs-selected a:hover {
	background-position: left top;
	}

#rotator .ui-tabs-hide {
	display :none;
	}
	
#rotator .feature {
	float: left;
	height: 288px;
	position: relative;
	width: 670px;
	}
	
#rotator .rotator-wrapper {
	padding: 31px 30px;
	}
	
#rotator #panel-1 {
	background: url(../images/panel_1_libraries.jpg) no-repeat;
	}
	
#rotator #panel-2 {
	background: url(../images/panel_2_colleges.jpg) no-repeat;
	}

#rotator #panel-3 {
	background: url(../images/panel_3_govagencies.jpg) no-repeat;
	}

#rotator h2 {
	color: #f04e23;
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
}

#rotator p{
	font-size: 12px;
	width: 275px;
}

/* TABBED CONTENT */
#tabbedcontent {
	background: url(../images/bg_tabbedcontent.gif) 0 0 no-repeat;
	height: 325px;
	width: 235px;
	}
	
.tab-headers a {
	cursor: pointer;
	display: block;
	float: left;
	color: #424242;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 117px;
	height: 34px;
	}
	
.tab-headers a.active,
.tab-headers a.active:hover {
	_background: url(../images/png8/bg_tabbedcontent_tab.png) no-repeat;
	background: url(../images/bg_tabbedcontent_tab.png) no-repeat;
	cursor: default;
	height: 34px;
	width: 117px;
	color: #f1f1f1;
	text-shadow:0 1px 2px #686868;
	}

.tab-headers span {
	}
	
.tab-mainarea {
	position: relative;
	}
	
*html .tab-mainarea {
	position: relative;
	height: 251px;
	}

.tab-content {
	}
	
.tab-content .content-photo img {
	bottom: 0px;
	left: 20px;
	position: absolute;
	}

.tab-content .content-wrapper {
	padding: 20px 15px 10px 15px;
	_width: 235px;
	_height: 325px;
	width: 205px;
	height: 255px;
	}
	
#tabbedcontent .tab-content .content-wrapper h2, #tabbedcontent .tab-content .content-wrapper h2 a {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	text-decoration: none;
	}

#tabbedcontent .tab-content .content-wrapper h2 a:hover {
	text-decoration: underline;
	}

#tabbedcontent .tab-content .content-wrapper p, #tabbedcontent .tab-content .content-wrapper p a {
	color: #424242;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
	}
	
#tabbedcontent .tab-content .content-wrapper p a:hover {
	text-decoration: underline;
	}

#tabbedcontent .tab-content .content-wrapper .hr {
	width: 235px;
	height: 1px;
	background: url(../images/hr_tabbedcontent.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}



/* MICRO CALLOUTS */
#micro-callouts {
	/*padding-top: 25px;*/
	padding-top: 5px;
	}
	
.callout {
	float: left;
	color: #424242;
	width: 200px;
	height: 325px;
	background: url(../images/bg_callout.gif) 0 0 no-repeat;
	margin-right: 22px;
	}
	
.callout.last {
	margin-right: 0;
	}
	
.callout-head {
	background: #6b5f55 url(../images/bg_tab_orange.gif) no-repeat;
	height: 32px;
	}
	
.callout-head h3 {
	color: #f1f1f1;
	font-size: 15px;
	font-weight: normal;
	width: 180px;
	margin-left: 10px;
	position: relative;
	top: 7px;
	left: 10px;
	text-shadow:0px 1px 2px #686868;
	}

.callout-content {
	padding-left: 1px;
	padding-right: 1px;
	}
	
.callout-text {
	height: 130px;
	padding: 10px 15px;
	}

.callout-text p {
	height: 80px;
	}


/* MASTHEADS */
#masthead {
	width: 674px;
	height: 209px;
	position: relative;
	margin-bottom: 20px;
	}
	
#masthead h2 {
	color: #f04e23;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 102px;/* 96px; */
	left: 0;
	
	*padding-bottom: 5px;
}

#masthead p{
	color: #424242;
	font-size: 15px;
	width: 250px;
	position: absolute;
	top: 130px;/* 122px; */
	left: 0;
}
	
.learningexpress-library {
	background: url(../images/masthead-products-learningexpresslibrary.jpg) 0 0 no-repeat;
	}

.job-career-accelerator {
	background: url(../images/masthead-products-jobandcareeraccelerator.jpg) 0 0 no-repeat;
	}

.computer-skills {
	background: url(../images/masthead-products-computerskills.jpg) 0 0 no-repeat;
	}
.computer-internet-basics {
	background: url(../images/masthead-products-computerinternetbasics.jpg) 0 0 no-repeat;
	}
.college-efolio {
	background: url(../images/masthead-products-collegeefolio.jpg) 0 0 no-repeat;
	}

.publishing {
	background: url(../images/masthead-products-publishing.jpg) 0 0 no-repeat;
	}

.learnatest {
	background: url(../images/masthead-products-learnatest.jpg) 0 0 no-repeat;
	}

.contact {
	background: url(../images/masthead-contact.jpg) 0 0 no-repeat;
	}

.product-features-webinar {
	background: url(../images/masthead-productfeatureswebinar.jpg) 0 0 no-repeat;
	}
	
.training-webinar {
	background: url(../images/masthead-trainingwebinar.jpg) 0 0 no-repeat;
	}
	
.request-info {
	background: url(../images/masthead-requestinfo.jpg) 0 0 no-repeat;
	}
	
.request-trial {
	background: url(../images/masthead-requesttrial.jpg) 0 0 no-repeat;
	}

/* PRODUCT SCREENSHOTS */
#product-screenshot {
	_width: 674px;
	width: 614px;
	height: auto;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-left: 30px;
	padding: 0 30px;
}
#product-screenshot .topcap {
	width: 674px;
	height: 15px;
	background: url(../images/bg_productshot_topcap.gif) 0 0 no-repeat;
	margin-left: -30px;
}
#product-screenshot .bottomcap {
	clear: both;
	width: 674px;
	height: 15px;
	background: url(../images/bg_productshot_bottomcap.gif) 0 0 no-repeat;
	margin-left: -30px;
}
#product-screenshot h2 {
	color: #f04e23;
	font-weight: bold;
	line-height: 24px;
}
#product-screenshot .screenshot {
	float: left;
	margin: 0 10px;
	position: relative;
}
#product-screenshot .screenshot p {
	text-align: center;
}
#product-screenshot .screenshot img.enlarge {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 100px;
}

/* VISIT OUR SITE ICONS */
#visit-our-site {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: -10px
}
#visit-our-site h2 {
	width: 160px;
	height: 29px;
	background: url(../images/nextsteps-vertical-header.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-shadow:0px 1px 2px #333;
	text-align: center;
	margin-bottom: 0;	
}
#visit-our-site ul {
	width: 160px;
	list-style: none;
	padding: 0;
}
#visit-our-site ul li a {
	margin: 0;
	padding: 0 0 0 38px;
	_width: 160px;
	width: 122px;
	display: block;
	text-decoration: none;
	font-size: 10.5px;
	line-height: 28px;
}
#visit-our-site ul li.jca a {
	height: 50px;
	background: url(../images/visitoursite-jca.gif) 0 0 no-repeat;
}
#visit-our-site ul li.jca a:hover {
	background-position: left bottom;
	color: #333;
}

/* NEXT STEP ICONS */
/* vertical */
#nextsteps-vertical {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
#nextsteps-vertical h2 {
	width: 160px;
	height: 29px;
	background: url(../images/nextsteps-vertical-header.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-shadow:0px 1px 2px #333;
	text-align: center;
	margin-bottom: 0;
}
#nextsteps-vertical ul {
	width: 160px;
	list-style: none;
	padding: 0;
}
#nextsteps-vertical ul li a {
	margin: 0;
	padding: 0 0 0 38px;
	_width: 160px;
	width: 122px;
	display: block;
	text-decoration: none;
	font-size: 10.5px;
	line-height: 28px;
}
#nextsteps-vertical ul li.contact a {
	height: 30px;
	background: url(../images/nextsteps-vertical-contact.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.viewdemo a {
	height: 30px;
	background: url(../images/nextsteps-vertical-viewdemo.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.attendwebinar a {
	height: 30px;
	background: url(../images/nextsteps-vertical-attendwebinar.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.downloaddatasheet a {
	height: 30px;
	background: url(../images/nextsteps-vertical-downloaddatasheet.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.downloadfeaturedresources a {
	height: 30px;
	background: url(../images/nextsteps-vertical-downloaddatasheet.gif) 0 0 no-repeat;
	line-height: 14px;
}
#nextsteps-vertical ul li.requestinfo a {
	height: 30px;
	background: url(../images/nextsteps-vertical-requestinfo.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.requestinfo-last a {
	height: 34px;
	background: url(../images/nextsteps-vertical-requestinfo-last.gif) 0 0 no-repeat;
}	
#nextsteps-vertical ul li.freetrial a {
	height: 34px;
	background: url(../images/nextsteps-vertical-freetrial.gif) 0 0 no-repeat;
}
#nextsteps-vertical ul li.contact a:hover,
#nextsteps-vertical ul li.viewdemo a:hover,
#nextsteps-vertical ul li.attendwebinar a:hover,
#nextsteps-vertical ul li.downloaddatasheet a:hover,
#nextsteps-vertical ul li.downloadfeaturedresources a:hover,
#nextsteps-vertical ul li.requestinfo a:hover,
#nextsteps-vertical ul li.requestinfo-last a:hover,
#nextsteps-vertical ul li.freetrial a:hover {
	background-position: left bottom;
	color: #333;
}
/* #nextsteps-vertical ul li.downloadfeaturedresources a:hover {
	background-position: top;
	color: #333;
} */
/* horizontal */
#nextsteps-horizontal {
	display: block;
	width: 390px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}
#nextsteps-horizontal h2 {
	width: 113px;
	height: 32px;
	background: url(../images/nextsteps-horizontal-header.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-shadow:0px 1px 2px #333;
	text-align: center;
	margin-bottom: 0;
	float: left;
}
#nextsteps-horizontal ul {
	list-style: none;
	padding: 0;
	height: auto;
	overflow: hidden;	
}
#nextsteps-horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nextsteps-horizontal ul li a {
	display: block;
	width: 46px;
	height: 32px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 10.5px;
	line-height: 28px;
}
#nextsteps-horizontal ul li.contact a {
	background: url(../images/nextsteps-horizontal-contact.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.viewdemo a {
	background: url(../images/nextsteps-horizontal-viewdemo.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.attendwebinar a {
	background: url(../images/nextsteps-horizontal-attendwebinar.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.downloaddatasheet a {
	background: url(../images/nextsteps-horizontal-downloaddatasheet.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.requestinfo a {
	background: url(../images/nextsteps-horizontal-requestinfo.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.freetrial a {
	background: url(../images/nextsteps-horizontal-freetrial.gif) 0 0 no-repeat;
}
#nextsteps-horizontal ul li.contact a:hover,
#nextsteps-horizontal ul li.viewdemo a:hover,
#nextsteps-horizontal ul li.attendwebinar a:hover,
#nextsteps-horizontal ul li.downloaddatasheet a:hover,
#nextsteps-horizontal ul li.requestinfo a:hover,
#nextsteps-horizontal ul li.freetrial a:hover {
	background-position: left bottom;
}


/* COMPANY_NEWS */
.news-wrapper .date,
.press-wrapper .date,
.events-wrapper .date,
.video-wrapper .date {
	color: #999;
	font-size: 11px;
	margin-bottom: 0;
}
.news-wrapper h3,
.press-wrapper h3,
.events-wrapper h3,
.video-wrapper h3 {
	color: #f04e23;
	margin-bottom: 10px;
}
a.back {
	display: block;
	width: 70px;
	height: 25px;
	background: url(../images/btn_back.png) 0 0 no-repeat;
	text-indent: -9999px;
}
a.back:hover {
	background-position: left bottom;
}

/* COMPANY_EVENTS */
.event-wrapper,
.testimonials-wrapper {
	width: 100%;
	/*height: 150px;*/
	position: relative;
	margin-bottom: 40px;
}
.event-date,
.testimonial-quote {
	color: #999;
	font-size: 15px;
}
.event-title,
.event-title a,
.testimonials-organization {
	color: #f04e23;
	font-size: 15px;
	text-decoration: none;
}
.event-title a:hover {
	text-decoration: underline;
}
.event-booth,
.event-location,
.event-city,
.event-state,
.testimonials-city,
.testimonials-state {
	color: #333;
	font-size: 12px;
}
.event-booth {
	float: left;
	margin-right: 4px;
}
.event-city,
.testimonials-city {
	clear: both;
	float: left;
	margin-right: 4px;
}
a.moreinfo {
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/btn_moreinfo.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	bottom: 0;
}
a.moreinfo:hover {
	background-position: left bottom;
}

/* CONTACT US */
#contact-info {
	height: auto;
	overflow: hidden;
	padding: 20px 0 20px 30px;
	/* border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1; */
}
#contact-info dl {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
}
#contact-info dl dt {
	float: left;
	clear: left;
	width: 80px;
	padding: 0 0 1em 0;
	margin: 0 -1px 0 0;
	font-size: 15px;
}
#contact-info dl dd {
	float: left;
	clear: right;
	padding: 0 0 1em 0;
	margin: 0 ;
}
#contact-form {
	padding-top: 20px;
}


/* -------------------- CONTENT SPECIFIC DIVS -------------------- */


/* SEARCH RESULTS */
#results-head {
	border-bottom: 1px solid #e9efe0;	
	margin-bottom: 15px;
	}

#results-head h2 {
	margin-bottom: 5px;
	}

#results-head p {
	color: #c5cad4;
	font-size: 11px;
	font-style: italic;
	padding-left: 10px;
	}
	
#results-details {
	padding: 0px 10px;
	}

#results-details table {
	margin: 0;
	}

#results-details table tr td.col-number {
	padding-right: 20px;
	}
	
#results-details table tr td.col-desc {
	padding-bottom: 20px;
	}
	
#results-details .result-title a {
	/*color: #aad09d;*/
	font-weight: bold;
	font-size: 14px;
	}
	
#results-details .result-desc {
	line-height: 16px;
	padding: 4px 0 4px 0;
	}
	
#results-details .result-url {
	color: #c5cad4;
	font-size: 11px;
	font-style: italic;
	}
	
#results-pagination {
	border-top: 1px solid #e9efe0;
	padding: 15px 0 0 10px;
	}
	
#results-pagination a,
#results-pagination span.on {
	margin-left: 10px;
	}
	
#results-pagination a {
	font-weight: bold;
	text-decoration: none;
	}



/* LEADERSHIP */
.team-member {
	/*border-bottom: 1px solid #e9efe0;
	margin-bottom: 15px;*/
	padding: 10px 0;
	}
	
.member-photo {
	float: left;
	padding: 0 15px 0px 0;
	}

.member-photo img {
	border: 4px solid #dfddd2;
	display: block;
	}
	
.member-info {
	color: #cac7b4;
	font-size: 11px;
	}
	
.member-info h3 {
	color: #f04e23;
	margin-bottom: 5px;
	}

.member-info p {
	color: #999;
	margin-bottom: 7px;
	}



/* -------------------- FORMS -------------------- */
table.forms {
	margin-left: 30px;
	}

.width_250 {
	_width: 270px;
	_height: 30px;
	width: 260px;
	height: 20px;
	padding: 5px;
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	}
	
.width_250_select {
	_width: 282px;
	_height: 30px;
	width: 272px;
	height: 30px;
	padding: 5px;
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	}
	
.width_115_select {
	_width: 125px;
	_height: 30px;
	width: 125px;
	height: 30px;
	padding: 5px;
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	}

.width_115 {
	_width: 125px;
	_height: 30px;
	width: 115px;
	height: 20px;
	padding: 5px;
	background: #fff;
	border: 1px solid #d7d7d7;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	}

.btn-form {
	background: url(../images/btn_more.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	margin-left: 250px;
	height: 32px;
	_width: 128px;
	width: 116px;
	padding-left: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	text-shadow:0px 1px 2px #686868;
	text-decoration: none;
	}

.btn-form:hover {
	color: #fff;
	background-position: 0 -32px;
	text-decoration: none;
	}

textarea.contact-us {
	color: #666;
	font: 11px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	width: 550px;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 5px;
	margin-top: 5px;
}
a.btn-form-submit {
	display: block;
	text-indent: -9999px;
	max-width: 78px;
	height: 25px;
	background: url(../images/btn_submit.gif) left top no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
a.btn-form-submit:hover {
	background-position: left bottom;
}


/* -------------------- SITE MAP -------------------- */
.sitemap .linkset {
	float: left;
	width: 172px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.sitemap h2 {
	padding-left: 30px;
}
.sitemap h3 {
	margin-bottom: 10px;
}
.sitemap h3 a {
	color: #424242;
	text-decoration: none;
}
.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.sitemap ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
.sitemap ul li a {
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}


/* -------------------- POP UP DIVS -------------------- */
#pop-container {
	padding: 5px 10px;
	}

#pop-header h2 {
	border-bottom: 1px solid #e9efe0;
	font-size: 18px;
	padding-bottom: 10px;
	}

#pop-header {
	}
	
#pop-content {
	line-height: 18px;	
	}

#pop-content h3 {
	margin-bottom: 0;
	}





/* -------------------- MISCELLANEOUS -------------------- */
.clear {
	clear: both;
	}

.btn-more {
	background: url(../images/btn_more.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 32px;
	_width: 128px;
	width: 116px;
	padding-left: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	text-shadow:0px 1px 2px #686868;
	text-decoration: none;
	}

.btn-more:hover {
	color: #fff;
	background-position: 0 -32px;
	text-decoration: none;
	}

.btn-downloadnow-small {
	display: block;
	width: 146px;
	height: 25px;
	background: url(../images/btn_downloadnow_small.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
.btn-downloadnow-large {
	display: block;
	width: 179px;
	height: 32px;
	background: url(../images/btn_downloadnow_large.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}
	
.btn-downloadnow-small:hover, .btn-downloadnow-large:hover {
	background-position: left bottom;
	}
	
.divider-long {
	background: url(../images/bg_shadow_long.gif) 50% 100% no-repeat;
	height: 7px;
	margin-bottom: 15px;
}
	
.divider-medium {
	background: url(../images/bg_shadow_medium.gif) 50% 100% no-repeat;
	height: 7px;
	margin-bottom: 15px;
}
	
.divider-small {
	background: url(../images/bg_shadow_small.gif) 50% 100% no-repeat;
	height: 4px;
	/* margin-bottom: 15px; */
}
	

/* TESTIMONIALS */
.rotating_testimonialbg {
	background-image: url(../images/rotating_testimonials_bg.png);
	display: block;
	height:405px;
	width:163px;
	background-repeat:no-repeat;
}
	
.rotating_testimonialbg:hover {
	background-position: -200px 0px;
}

.rotating_testimonial {
	position:relative;
	padding-left:15px;
	top:40px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color:#000000;
}

.rotating_testimonial_linktoall {
	display: block;
	height: 50px;
	width: 140px;
	margin-top: -17px;
	margin-left: 5px;
	line-height: 12px;
	font-size: 11px;
}

.rotating_testimonialbg a {
	text-decoration: none;	
}








