/* ---------------------------------------------------------- */
/* CSS Global reset for all browsers */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{
	font-weight:bold;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
ol {
	padding-left:50px;
}
ol li {
	padding:2px 5px 2px 0;
}
ol ul {
	list-style:circle;
	padding-left:15px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	padding:0;
	margin:0;
	}

body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #222;
	background: #5881a1 url(../images/pageBG.jpg) repeat-x;
}
div#container{
	width:786px;
	/*background-image:url(../images/containerBG.gif);
	background-repeat:repeat-y;*/
	border: 2px solid #b7c9d6;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #E2E9EF;
}

body {
	min-width: 786px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#E2E9EF;	
	margin:0;
	font-size: 2.5em;
	padding:5px 0 10px 30px;
}

div#contentRight dl {
	padding-left: 50px;
	padding-right: 30px;
}

div#contentRight dt {
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 3px;
	color: rgb(83, 110, 19);
	font-family: Georgia,"Times New Roman",Times,serif;
}

/* ---------------------------------------------------------- */
div#main{
	width:786px;
	background-color:#E2E9EF;
	outline-color:#E2E9EF;
}
div#main p{
	line-height:160%;
}
div#main h2, div#main h3, div#main h2 a, div#main h2  a:visited {
	color:#536e13;
	font-size:1.3em;
	font-weight:100;
	margin:0;
	padding:0 2px 12px 0;
}



div#main h3{
	padding:3px 40px 10px 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em
}
div#main h2{
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#main ol h3{
	padding:15px 2px 12px 0;
}
/* ---------------------------------------------------------- */
body.home div#container div#main div#header{
	background-color: rgb(255,255,255);
}
div#header img {
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}

div#header1 img {
	float: right;
	margin-top: 5px;
}
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #header {height: 1%;}
#header {display: block;}
/* End hide from IE-mac */
/* ----------- Header Navigation ----------------- */
div#header {
	background-color:#ffffff;
	height: 100px;
}
ul#headerNav a{
	text-align:center;
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
ul#headerNav a:hover {
	text-decoration:underline;
}
ul#headerNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	float:right;
	padding:0;
	margin:0;
	text-align:center;
	color:#999999;
	font-size:10px;
	padding-top:9px;
	margin-top: -1px;
	width:360px;
	border-top:#6d8d23 solid 8px;
}
ul#headerNav li{
	display:inline;
	list-style-type:none;
	padding-right:6px;
	padding-left:6px;
}

a.more-link {
	text-decoration: underline;
}
/* ---------------------------------------------------------- */
ul#mainNav{
	height:28px;
	background-color:#6d8d23;
	margin-top:auto;
	border-top:2px solid #5881A1;
}
ul#mainNav a{
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:100;
	text-decoration:none;
}
ul#mainNav a:hover{
	color:#CCCCCC;
}
ul#mainNav {
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:100;
	padding:15px 0 0 69px;
	margin:0;
}
ul#mainNav li{
	display:inline;
	list-style-type:none;
	padding-right:30px;
}
/* ---------------------------------------------------------- */
ul#footerNav{
	position: relative;
	left: 258px;
	bottom: 10px;
	background-color:#e2e9ef;
	color:#999999;
	padding: 0;
	margin: 0;
	width: 525px;
	clear: both;
}

ul#footerNav.home{
	position: relative;
	bottom: 10px;
	left: 0;
	background-color:#e2e9ef;
	color:#999999;
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	text-align: right;
	padding-right: 25px;
}

ul#footerNav ul{
	padding:0;
	margin:0;
}
ul#footerNav li{
	display:inline;
	list-style-type:none;
	padding-left:1px;
	padding-right:1px;
}
ul#footerNav a{
	color:#999999;
	text-decoration:none;
	padding-left:5px;
}
ul#footerNav a:hover {
	color:#6d8d23;
}

.footerNavHome {
	color:#999999;
}

.footer-navigationhome{
	position: relative;
		bottom: 10px;
		left: 0;
		background-color:#e2e9ef;
		color:#999999;
		padding: 0;
		margin: 0;
		clear: both;
		display: block;
		text-align: right;
	
}

.footer-navigationhome a {
	color:#999999;
	text-decoration:none;
}
.leftmenu{

background-position:inherit;

width:100%;
height:100%;
font-size:1em;
font-weight:100;
margin:0;
padding:0 2px -20px 0;
}

.footer-navigationhome a:hover {
	color:#6d8d23;
}
.intro{
vertical-align: top;
}
div#footerShadow{
	height:10px;
}

/* ---------------------------------------------------------- */
/* HOME PAGE 
/* ---------------------------------------------------------- */
body.home ul#footerNav {
	margin-left: 0px;
	}

body.home div#main div#lowerContent{
	background-color:#e2e9ef;
}
body.home div#introCopy strong{
	color: #3a67a0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
body.home div#introCopy em{
	color: #3a67a0;
	/*font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;*/
	font-style: normal;
}

body.home div#introCopy em a:visited{
	color:#3A67A0;
}

/* ---------------------------------------------------------- */
#lowerContent ul{
	padding-left:15px;
}
#lowerContent li{
	list-style-type:disc;
	line-height:150%;
}
/* ---------------------------------------------------------- */
div#introCopy{
	background-color:#E2E9EF;
	font-size: 12px;
	padding:5px 0 10px 0; /*EDITED*/
	margin: 0 30px 5px 35px;
	border-bottom: 2px solid #b7c9d6;

}
div#introCopy p{
	padding:10px 0 0 0;
	line-height: 160%
}
div#introCopy a{
	color:#3A67A0;
	
}
div#introCopy a:visited{
	color:#3A67A0;
	
}
div#introCopy a:hover{
	color:#3A67A0;
	
}
/* ---------------------------------------------------------- */

div.cf_wrapper div.cf_element{
	width:220px;
	padding-top:10px;
	background-color:#7DA4C2;
}
div.cf_wrapper div.cf_element p{
	margin-left:10px;
}

/* ---------------------------------------------------------- */
div#lowerContent a:link, div#lowerContent a:visited{
	text-decoration: none;
}
div#lowerContent p{
	padding-bottom: 12px;
}
.heading{
color:white;
}
div#lowerContentLeft2{
	width: 210px;
	float:left;
	background-color:#7DA4C2;
	
	margin:0px 15px 23px 36px;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	/*height:203px;*/
}
div#lowerContentLeft2 h2{
	width: 208px;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #FFFFFF;
	vertical-align:middle;
	
	
	color:#FFFFFF;
	background-color:#3B6E8F;
	
	
}
div#lowerContentLeft2 h2 a:visited{

color:#3A67A0;
}

div#lowerContentLeft{
	background-color:#7DA4C2;
	color: white;
	width: 145px;
	height:100%;
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:5px;
	padding-left: 25px;
	/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	/*height:203px;*/
}
div#lowerContentLeft1{
	
	width: 195px;
	height:100%;
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:5px;

	/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	/*height:203px;*/
}
/* START NEW */
div#lowerContent p#preview-workshop {
	height:40px;
	/*background-image:url(../images/playButton.jpg);
	background-position: left;
	background-repeat:no-repeat;*/
	border-top: 2px solid rgb(183, 201, 214);
	border-bottom: 2px solid rgb(183, 201, 214);
	margin-bottom: 10px;
}
div#lowerContent p#preview-workshop img{
	float: left;
	margin-right: 15px;
}
div#lowerContentLeft p#preview-workshop a{
	/*margin-left: 45px;*/
	margin-top: 10px;
	width: 200px;
	height: 35px;
	display: block;
	font-size: 1.1em;
	padding-left:5px;
}
div#lowerContentLeft2 p#preview-workshop a{
	/*margin-left: 45px;*/
	
	margin-top: 10px;
	
	width: 175px;
	height: 35px;
	display: block;
	font-size: 1.1em;
	
}

div#lowerContentLeft p#preview-workshop a:hover {
	
}

/* END NEW */

div#lowerContentMiddle{
	width:222px;
	border-left:2px solid #6D8D23;
	border-right:2px solid #6D8D23;
	
	float:left;
	margin:5px 22px 0 0;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	min-height:190px;
	padding: 0 15px 0 20px;
}
div#lowerContentMiddle1{
	width:232px;
	
	float:left;
	margin:5px 22px 23px 0;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/

	padding: 0 15px 0 20px;
}
div#lowerContentRight{
	width:210px;
	float:left;
	margin:5px 22px 23px 0;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	padding-right:5px;
}

div#lowerContentRight div#c4s a#t1{
	display:block;
	width:200px;
	height:25px;
	background-repeat:no-repeat;
	border-top: none;
	border-bottom: none;
	background-image: none;
}

div#lowerContentRight div#c4s a{
	display:block;
	width:200px;
	height:35px;
	background-image:url(../images/C4SButton.jpg);
	background-repeat:no-repeat;
	border-top:  2px solid rgb(183, 201, 214);
	border-bottom: 2px solid rgb(183, 201, 214);
}


#lowerContent:after {
    content: "."; 
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html #lowerContent {height: 1%;}
#lowerContent {display: block;}
/* End hide from IE-mac */
/* ---------------------------------------------------------- */
div#homeFlash{
	padding:0;
	margin:0;
}
/* ---------------------------------------------------------- */
/* SUB PAGE 
/* ---------------------------------------------------------- */
div#content{
	position: relative;
	float:left;
	border-top:#FFFFFF 5px solid;
	width: 786px;
	background: url(../images/bg.gif) repeat-y;
}
/* ---------------------------------------------------------- */
div#contentLeft{
	float: left;
	width:210px;
	color:#4B7799;
	background-color:#7DA4C2;
	font-size:1.1em;
	padding-right: -1px;
	padding-bottom: 25px;
}
div#contentLeft ul{
	margin:0;
	padding:10px 0 0 0;
	color:#4B7799;
}
div#contentLeft ul li{
	list-style-type:none;
	padding:0 5px 7px 25px;
	background-image:url(../images/subNavBullet.gif);
	background-repeat:no-repeat;
	background-position:9px 2px;
	font-size:1.0em;
}
div#contentLeft ul li .mainItem{
	font-size:1.1em;
	font-weight: bold;
}
div#contentLeft ul li .homeItem{
	font-size:1.0em;
	font-weight: normal;
}
div#contentLeft ul li ul{
	padding:3px 0 0 0;
	color:#4B7799;
	font-size: 12px;
}
div#contentLeft ul li ul li{
	list-style-type:none;
	padding:3px 5px 1px 15px;
	background-image:none;
}

div#contentLeft ul li ul li.selected {
	font-weight: bold;
}
div#contentLeft li.selected ul li{
	font-weight:normal;
}

div#contentLeft ul li a{
	list-style-type:none;
	color:#FFFFFF;
	text-decoration:none;
}
div#contentLeft ul li a:hover{
	color:#4B7799;
	text-decoration: underline;
}
div#contentLeft ul li ul li a{
	list-style-type:none;
	background-image:none;
	color:#FFFFFF;
	text-decoration:none;
}
div#contentLeft ul li ul li a:hover{
	color:#4B7799;
}

div#contentLeft img{
	border-bottom:#4B7799 8px solid;
}
div#contentLeft blockquote{
	font-size:0.95em;
	margin:25px 10px 25px 10px;
	text-align:justify;
	line-height:120%;
	color:#FFFFFF;
	width:180px;
}
div#contentLeft em{
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:0.88em;
	font-style: italic;
	padding-top:5px;
}
/* ---------------------------------------------------------- */
div#contentRight{
	position: relative;
	float: right;
	width:576px;
	background-color: #E2E9EF;
	padding-bottom: 60px;
	
}
div#contentRight p{
	margin:0;
	padding:3px 40px 10px 50px;
}
div#contentRight p em{
	font-style: italic;
}
div#contentRight ul{
	margin-left: 10px;
	padding:0px 40px 15px 65px;
	list-style-type: disc;
}
div#contentRight ol ul{
	margin-left: -20px;
}
div#contentRight ol li{
	line-height: 130%;
	padding-bottom: 10px;
}
div#contentRight ol ul li{
	padding-bottom: 0px;
}

div#contentRight ul li{
	padding-top: 7px;
}

div#contentRight p a:link, div#contentRight p a:visited, body.home div#lowerContent p a:link, body.home div#lowerContent p a:visited, ul.press-releases-list a, ul.videos-list a, ul.current-video-list a, div#contentRight li a:link, div#contentRight li a:visited {
	color: #4b7799;
}
/*BEGIN NEW*/
ul.videos-list li {
	list-style-type: none;
	background-image:url(../images/playButtonSmall.jpg);
	background-repeat:no-repeat;
	background-position: 0 100;
	padding-left:30px;
	height: 30px;
}
ul.videos-list li a {
	margin-left: 35px;
}
/*END NEW*/

ul.current-video-list {
	margin-top: 10px;
} 

ul.current-video-list li {
	list-style-type: none;
	background-image:url(../images/playButtonSmall.jpg);
	background-repeat:no-repeat;
	background-position: 0 100;
	padding-left:30px;
	height:30px;
	margin-bottom:2px;
	padding-bottom: 5px;	
}

ul.current-video-list li a {
	display:block;
}

ul.press-releases-list li {
	list-style-type: none;
	margin-left: -42px;
	}
ul.videos-list li {
	list-style-type: none;
	margin-left: -25px;
	padding: 3px 0;
}
li.press-release-date {
	font-size: 1.0em;
	font-weight:bold;
	}
li.press-release-title {
	font-size: 1.1em;
	line-height: 1.1em;
	}

/* -- Special List Items -- */

div#tombstones ul !important, body.bios div#contentRight ul.section {
	list-stype-type: none;
}
div#tombstones ul{
	margin-left: 50px;
	padding: 0;
}

body.bios ul.section li.listitem {
	display: inline;
	padding-right: 10px;
}
div#tombstones ul li{
	display: inline;
}

div#tombstones ul li img{
	border:#000000 1px solid;
	margin: 0 10px 10px 0;
}

div#tombstones div#main h3.handle, body.bios div#main h3.handle { 
	font-size: 1.5em;
	margin-left: -60px;
	/*padding-top: 20px;
	padding-bottom: 15px;*/
}

body.bios div#main h3 {
	font-size:1.65em; 
	padding-bottom: 5px;
}

body.bios div#main h4 { 
	font-size: 1.25em;
	padding-left:50px;
	}
body.bios div.bios{
	margin-bottom: 20px;
	padding-bottom: 15px;
}
body.bios div.bios img{
	float: right;
	margin: 10px 0 10px 15px;
}
	
ul#workshop{
	margin: 0 0 30px 0;
}
ul#workshop li.listitem, ul#workshop li.listitem {
	display: block;
	padding-right: 10px;
}
ul#workshop li.listitem a, ul#alpha li a {
	color: #4b7799;
	text-decoration:none;
	font-weight:bold;
}
ul#workshop li.listitem a:hover, ul#alpha li a:hover {
	text-decoration:underline;
}
ul#alpha li {
	display: inline;
	padding-right: 5px;
}

body.transactions em{
	font-style: italic;
}
body.transactions div#contentRight p{
	padding-bottom: 30px;
}

body.transactions div#contentRight ul#businesses-sold-list-1,
	body.transactions div#contentRight ul#businesses-sold-list-2 {
	float: left;
}
body.transactions div#contentRight ul#businesses-sold-list-1 li,
	body.transactions div#contentRight ul#businesses-sold-list-2 li{
	list-style-type: none;
}
body.transactions div#contentRight ul#businesses-sold-list-1 li a,
	body.transactions div#contentRight ul#businesses-sold-list-2 li a {
color: rgb(75, 119, 153);
font-size: 11px;
text-decoration: none;
}

body.transactions div#contentRight h3 {
	clear: left;
}

/* ---------------------------------------------------------- */
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #main {height: 1%;}
#main {display: block;}
/* End hide from IE-mac */

div.cf_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.cf_wrapper {height: 1%;}
div.cf_wrapper {display: block;}
/* End hide from IE-mac */



/* ======================================================== */
/* MAIL FORM  */


div#contentRight form{
	margin-left: 35px;
}

div#contentRight form label {
	float: left;
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

div#contentRight form input {
	margin-top: 3px;
}
div#contentRight form .submit{
	position: relative;
	float: none;
	display: block;
	clear: both;
}

div#contentRight form label.field-name,
div#contentRight form label.field-phone,{
	clear: both;
}

div#contentRight form label.field-name,
div#contentRight form label.field-email,
div#contentRight form label.field-phone,
div#contentRight form label.field-company {
	float: left;
	width: 230px;
	margin: 0px 10px 0px 0px;
}

div#contentRight form label.field-name input,
div#contentRight form label.field-email input,
div#contentRight form label.field-phone input,
div#contentRight form label.field-company input {
	float: left;
	width: 230px;
	padding: 0px;
}

div#contentRight form label.field-name input,
div#contentRight form label.field-email input,
div#contentRight form label.field-phone input,
div#contentRight form label.field-company input,
div#contentRight form textarea {
	border-top: 1px solid #4b7799;
	border-left: 1px solid #4b7799;
	border-right: 1px solid #7da4c2;
	border-bottom: 1px solid #7da4c2;
	background-color: #fefefe;
}



/* ----------- WORKSHOP TABLE ------------- */
table#workshopLeader{
	width: 495px;
	float: right;
	border-collapse: collapse;
	position: relative;
	float: right;
	margin-right: 10px;
	_margin-right: -15px;
	clear: both;
}
*:first-child+html table#workshopLeader{
	margin-right: -25px;
}
table#workshopLeader td{
	width: 33%;
	text-align: center;
	padding: 5px;
	padding-bottom: 25px;
}
div.tableClear{
	display: block;
	height: 5px;
	clear:both;
}
table#workshopLeader td p{
	display: inline;
	padding: 0;
}
table#workshopLeader a, table#workshopLeader a:visited{
	color: #4b7799;
	text-decoration:none;
	font-weight:bold;
}
table#workshopLeader a:hover{
	text-decoration: underline;
}
table#workshopLeader td .mailto{
	font-weight: normal;
	font-size: 11px;
}
img.cellBioThumb{
	/*width: 80px;*/
	height: 100px;
	margin-bottom: 5px;
}


/* For TMG Portal Login*/

div#LoginContentMiddle{
	width: 232px;	
	float: left;
	margin: 25px 22px 23px 0;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	min-height:190px;
	padding: 0 15px 0 20px;
}

div#ForgotContent{	
	float: left;
	margin: 25px 22px 23px 0;/*EDITED - re-edited 12/28 to bring call out boxes up even tight*/
	min-height:190px;
	padding: 0 15px 0 20px;
}

div#clienthomeContent span, div#clienthomeContent span, div#clienthomeContent span a, div#clienthomeContent span a:visited {
	color:#536e13;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0 2px 0 0;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
div#lowerContentLeft span, div#lowerContentLeft span, div#lowerContentLeft span a, div#lowerContentLeft span a:visited {
	color:white;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0 2px 0 0;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
div#lowerContentLeft2 span, div#lowerContentLeft2 span, div#lowerContentLeft2 span a, div#lowerContentLeft2 span a:visited {
	color:white;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding:0 2px 0 0;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

span.client-data
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.activity-bg-color
{
	background-color: #5881A1;
	height: 40px;
	width: 100px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.activ-bg-color
{
	background-color: #6D8D23;
	height: 40px;
	width: 100px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.deactivity-bg-color
{
	background-color: #999999;
	height: 40px;
	width: 100px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div#contentRightPortal{
	float: left;
	padding-left:20px;
	width:500px;
	position: relative;
	background-color: #E2E9EF;
	padding-bottom: 60px;
}
div#contentRightPortal dl {
	padding-left: 50px;
	padding-right: 30px;
}

div#contentRightPortal dt {
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 3px;
	color: rgb(83, 110, 19);
	font-family: Georgia,"Times New Roman",Times,serif;
}

div#contentRightPortal p{
	margin:0;
	padding:3px 40px 10px 50px;
}
div#contentRightPortal p em{
	font-style: italic;
}
div#contentRightPortal ul{
	margin-left: 10px;
	padding:0px 40px 15px 65px;
	list-style-type: disc;
}
div#contentRightPortal ol ul{
	margin-left: -20px;
}
div#contentRight ol li{
	line-height: 130%;
	padding-bottom: 10px;
}
div#contentRight ol ul li{
	padding-bottom: 0px;
}

div#contentRight ul li{
	padding-top: 7px;
}

div#contentRight p a:link, div#contentRight p a:visited, body.home div#lowerContent p a:link, body.home div#lowerContent p a:visited, ul.press-releases-list a, ul.videos-list a, ul.current-video-list a, div#contentRight li a:link, div#contentRight li a:visited {
	color: #4b7799;
}
.portalTitle {
	color: #536E13;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;

}
.portalHeading {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	

}