@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 8/12/08 www.4site.tv */

body {
	background-image:url(../images/framework/bkgr.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
}

#wrapper {
	width:900px;
	margin:0px auto 0px auto;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	font-size:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:2px;
}

p {
	font-size:12px;
	line-height:16px;
	margin-bottom:16px;
}

p.setback {
	color:#62625e;
}

p.sub {
	font-size:11px;
	font-style:italic;
	line-height:14px;
	color:#999999;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:24px;
	color:#2A5C96;
	margin-bottom:11px;
	font-weight:bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#2a5c96;
	text-transform:uppercase;
	margin-bottom:7px;
	font-weight:bold;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#2a5c96;
	margin-bottom:7px;
	font-style:italic;
}

a:link, a:visited {
	color:#ae922a;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:white;
	background-color:#ae922a;
}

ul {
	margin:0px 0px 15px 20px;
	list-style-type:none;
}

ol {
	margin:0px 20px 15px 40px;
}

ol li {
	font-size:12px;
	padding:0px 0px 6px 10px;
}

ul li {
	font-size:12px;
	padding:0px 0px 6px 15px;
	background-image:url(../images/framework/bkgr-nav-bullet.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
}

.left {
	float:left;
	margin:0px 15px 10px 0px;
}

.right {
	float:right;
	margin:0px 0px 10px 15px;
}

blockquote {
	margin:0 50px 16px 50px;
	text-align:justify;
}

caption {
	font-size:12px;
	line-height:18px;
	margin-bottom:25px;
	font-style:italic;
}

/*--------------------------------------page layout--------------------------------------*/

#header {
	position:relative;
	height:220px;
	z-index:20;
}

img.logo {
	position:absolute;
	left:50px;
	top:17px;
}

img.tagline {
	position:absolute;
	right:52px;
	top:21px;
}

p.navExtra {
	position:absolute;
/*	right:50px;
	top:120px; */
	right:55px; /* Temporary until search is turned back on */
	top:55px; /* Temporary until search is turned back on */
	text-align:right;
}

p.navExtra, p.navExtra a:link, p.navExtra a:visited {
	font-size:10px;
	color:#104380;
}

p.navExtra a:hover {
	background-color:transparent;
	color:#104380;
	text-decoration:underline;
}

form.search {
	position:absolute;
	left:666px;
	top:145px;
	width:190px;
	text-align:right;
}

form.search input {
	float:left;
}

form.search input.field {
	width:148px;
	margin-right:3px;
	border:none;
	background-color:transparent;
	height:16px;
	background-image:url(../images/framework/bkgr-search.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:9px;
	padding:3px 5px 0px 5px;
}

form.search input.submit {
	margin-top:1px;
}


/* NAV (horizontal HTML text) */

#nav {
	position:absolute;
	top:178px;
	left:50px;
	width:800px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	background-color:white;
	margin:0px;
	padding:0px;
	z-index:25;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
	background-image:none;
	padding:0px;
	margin:0px;
}

#nav li a:link, #nav li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#124b8e;
	font-weight:bold;
	padding:9px 7px 9px 16px;
	background-image:url(../images/framework/bkgr-nav-bullet.gif);
	background-position:left 11px;
	background-repeat:no-repeat;
	margin:0px;
	display:block;
	line-height:13px;
	text-decoration:none;
}

#nav li.firstNav a:link, #nav li.firstNav a:visited {
	/*padding-left:0px;*/
	background-image:none;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

#nav li a:hover {
	color:#ae922a;
	background-color:transparent;
	text-decoration:none;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}

/*--1st level drop downs--*/
#nav ul {
	position: absolute;
	left: -999em;
	width:13em;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index:25;
}

/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}

/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:7px 14px 7px 14px;
	width:13em;
	text-align:left;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#124b8e;
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	background-color:#ffffff;
	background-image:none;
	height:auto;
}

#nav li li a:hover {
	background-color:#eeeeee;
	color:#124b8e;
	background-image:none;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li.sfhover ul {
	left:2px;
	z-index:2000;
	/* (prevents sticking menu in IE7) */
	min-height:0;
}

#nav li:hover.firstNav ul, #nav li.sfhover ul {
	left:0px;
	z-index:2000;
}

/* IE6 specific (set absolute top margin to work with li a "display:inline-block" fix above) */
* html #nav li.sfhover ul {
	top:32px;
}

/*####### END DROPDOWNS #######*/


#content {
	margin-bottom:40px;
	padding-left:50px;
	padding-right:50px;
	margin-top:40px;
	min-height:260px;
      height:auto !important;
	height:260px;
	z-index:10;
	background-image:url(../images/framework/bkgr-sidnav.gif);
	background-position:-35px top;
	background-repeat:repeat-y;
}

body#home #content {
	margin-bottom:35px;
	margin-left:33px;
	margin-top:15px;
	min-height:260px;
	padding:0px;
      height:auto !important;
	height:260px;
	z-index:10;
	background-image:none;
}

/*  (homepage) */
#left {
	width:396px;
	margin-right:470px;
}

* html #left {
	width:396px;
	margin-right:465px;
}

#quotes {
	width:318px;
	height:128px;
	position:relative;
	background-image:url(../images/framework/bkgr-quote.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:37px 32px 8px 46px;
}

p span.quoteBold {
	font-size:22px;
	font-weight:bold;
}

#quotes p {
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}

#quotes p.source {
	margin-top:0px;
	font-size:12px;
	color:#8f7500;
	font-style:italic;
}

#brochurebox {
	width:396px;
	padding-top:232px;
	height:38px;
	position:relative;
	margin-top:20px;
	background-image:url(../images/framework/bkgr-brochure.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#mapbox {
	width:396px;
	padding-top:232px;
	height:38px;
	position:relative;
	margin-top:20px;
	background-image:url(../images/framework/bkgr-map.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#solutions {
	width:330px;
	height:202px;
	position:relative;
	margin-top:20px;
	background-image:url(../images/framework/bkgr-solutions.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 8px 46px;
}

#solutions h1 {
	color:white;
	margin-bottom:0px;
}

#solutions p.small {
	margin-top:0px;
	font-size:11px;
	color:#e8c62d;
	font-style:italic;
}

ul.solutions {
	margin:15px 0px 0px 94px;
	padding:0px;
	list-style-type:none;
}

ul.solutions li {
	background-image:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #4c76a7;
}


ul.solutions li a, ul.solutions li a:visited {
	display:block;
	padding:8px 0px 8px 0px;
	margin:0px;
	color:white;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
}

ul.solutions li a:hover {
	background-color:#37669c;
}

ul.solutions li.last {
	border-bottom:none;
}

#flash {
	width:430px;
	height:485px;
	float:right;
	z-index:10;
}

/* (mini flash videos) */
#flash1, #flash2, #flash3, #flash4, #flash5, #flash6, #flash7, #flash8, #flash9 {
	width:175px;
	height:190px;
	margin:0px;
}

/* subpage */
#sidebar {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}

ul.subNav {
/*	width:200px;*/
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style-type:none;
}

ul.subNav li {
	border-bottom:1px solid #dcdcdc;
	padding:11px 15px 11px 0px;
	background-image:none;
}

ul.subNav li h2 {
	margin-bottom:0px;
}

ul.subNav li a:link, ul.subNav li a:visited {
	font-size:12px;
	text-decoration:none;
}

ul.subNav li a:hover {

}

.sideVid {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
}

ul.news li {
	background-image:none;
}

#right {
	width:560px;
	margin-left:240px;
}

* html #right {
	width:530px;
	margin-left:265px;
}

#footer {
	background-image:url(../images/framework/bkgr-footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:75px;
	padding-right:50px;
	padding-bottom:40px;
	clear:both;
}

/*************************************** About Us ******************************/

ul.faq li {
	font-weight:bold;
}

.answer {
	background-color:#f0f0f0;
	margin:4px 0;
	padding:10px;
	border:1px solid #CFCFCF;
	font-weight:normal;
}


.answer p {
	margin:0;
}

/*************************************** Series *******************************/
table.agenda {
	margin:0 0 20px 0;
}

table.agenda th {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:8px 0;
	background-color:#2A5C96;
	color:#FFFFFF;
}

table.agenda td {
	padding:5px 0;
}

table.courseContent {
	background-color:#AE922A;
	width:430px;
	margin:0 auto 20px auto;
	border:1px solid #000000;
	border-collapse:collapse;
}

table.courseContent th {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding:8px 0;
	border:1px solid #000000;
	color:#FFFFFF;
}

table.courseContent td ul {
	list-style:disc;
	margin: 10px 20px 15px 40px;
	color:#FFFFFF;
}

table.courseContent td li {
	background-image:none;
	list-style:disc;
	padding:0px 0px 6px 8px;
	color:#FFFFFF;
}

.inset1 {
	background-color:#9999cc;
	border:1px solid #6666cc;
	color:#ffffff;
	font-style:italic;
	padding:5px;
	width:400px;
	margin:0 auto 20px auto;
}

.inset2 {
	background-color:#ffe299;
	border: 1px solid #ffba14;
	float:right;
	margin-left:10px;
	padding:7px;
	text-align:center;
	width: 180px;
}

.inset2 img {
	padding:5px;
	border:2px solid #800080;
}

table.dataTable {
	margin-bottom:20px;
	border-collapse:collapse;
	border:1px solid #000000;
}

table.dataTable th {
	padding: 5px 0;
	text-align:center;
	font-weight:bold;
}

table.dataTable td {
	padding: 5px;
	border:1px solid #000000;
	font-size:12px;
}

/************************************** Information Tables *****************************/
table.info {
	margin-bottom:40px;
}

table.info th {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding:8px 0;
	color:#FFFFFF;
	background-color:#124B8E;
}

table.info td {
	padding: 15px 10px 15px 0px;
	border-bottom:1px solid #8F8F8F;
	font-size:12px;
	vertical-align:top;
}

table.info th.firstItem {
	padding-left:10px;
}

/*************************************** Publications Table ********************************/
table.publications {
}

table.publications td {
	padding:0 0 25px 0;
	vertical-align:top;
}

table.publications p, table.publications h3 {
	margin-left:15px;
	margin-bottom:3px;
}

/*************************************** Testimonials & Pull Quotes ***********************/

.quote {
	width:500px;
	margin:0 auto 20px auto;
	padding:20px 0px 0px 30px;
	background-image:url(../images/framework/icon-quote.gif);
	background-position:left top;
	background-repeat:no-repeat;
}



/*--------------------------------------print styles--------------------------------------*/

@media print {
	#nav, form.search, img.tagline, p.navExtra, ul.subNav, #flash, img.featBut, #flash1, #sidebar p {display:none;}
	img.logo {position:static;}
	#header {height:auto; margin-bottom:40px;}
	#wrapper, #content, body#home #content, #left, #right, #quotes, #quotes p, #solutions {width:auto !important; height:auto !important; min-height:0px; position:static; margin:0 0; padding:0; border:none; float:none !important;}
	#quotes {margin-bottom:50px;}
	#solutions p.small {color:#8f7500;}
	#solutions ul {margin-left:0px; width:400px;}
	#solutions ul li {border-bottom:1px solid #d4d4d4;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; padding-top:15px; margin-top:40px; border-top:1px solid #d4d4d4;}
}

