/* ###########################################################################
# Default stylesheet #

COPYRIGHT 2008 Tenrec, Inc.
########################################################################### */
/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	background-color: #7496b2;
	}

* {margin:0;padding:0;}

* img {
	border-style: none;
	}
	
p, td, blockquote {
	margin-bottom:1em;
	font-size:1.2em;
	line-height:1.4em;
	color:#77787b;
	}
blockquote {margin-left:3em;}
ul,ol {
	margin-bottom:1em;
	font-size:1.2em;
	line-height:1.4em;
	color:#77787b;
}
ul 
{
	list-style-type: square;
	list-style-image:none;
	padding:0 2.5em;
}
ul li ul
{
	font-size:1.0em;
}

h1, h2, h3, h4, h5 {font-weight:normal;}
h1 {
	font-size:1.9em;
	color:#766750;/*brown*/
	margin-bottom:0;
	padding-bottom:0.7em;
	text-transform:uppercase;
	background:url(../media/images/header_bg.gif) repeat-x bottom;
}
h2 {
	font-size:1.5em;
	color:#766750;/*brown*/
	margin-bottom:0.8em;
	
}
h3 {
	font-size:1.5em;
	color:#333;
	margin-bottom:0.5em;
	margin-top:0.5em;
	color:#4b6b89;
}
h4 {
	font-size:1.5em;
	color:#7496b2;/*light blue*/
	margin-bottom:0.5em;
}
h5 {
	font-size:1.5em;
	color:#5d804c;/*dark green*/
	margin-bottom:0.5em;
}
h6 {
color:#766750;
font-size:1.2em;
}
#logo 
{
	padding-right: 25px;
	text-align: right;
	left:0;
	
}	
#logoprint {
	display:none;
	}
	
#rollovers {
	position: absolute;
	left:-1000px;
	}
a {
	margin:0;
	padding:0;
	color:#5d804c;/*green*/
	text-decoration:none;
}
a:hover {
	color:#4b6b89;/*blue*/
}
a:visited 
{
	color: #4b6b89;
}
.clear {clear:both;}
hr, div.hr {
	height:15px;
	border:none;
	background:url(../media/images/header_bg.gif) repeat-x bottom;
	margin:1em 0;
	clear:both;
}
.floatL {float:left;}
.floatR {float:right; margin-left:20px;}
/* ----------------------------------
			structure
-----------------------------------*/
input.btn {
	border:1px outset #5d804c;/* green */
	background-color:#5d804c;/* green */
	font-size:1em;
	float:right;
	cursor:pointer;
	color:white;
}
#background {
	width:100%;
	background: #f6f4f2 url(../media/images/bg.jpg) repeat-x left top;
}
#container {
	width:918px;
	text-align:left;
	margin:0 auto;
	background: #fff url(../media/images/bg_content.gif) repeat-x left top;

	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
}
#header {
	height:90px;
}
#headLeft {
	width:40%;
	height:90px;
	float:left;
}
#headRight {
	width:60%;
	height:90px;
	background: #f6f4f2 url(../media/images/bg_head.jpg) repeat-x left top;
	float:left;
	position:relative;
	text-align: left;
}
#navs {
	background: #f6f4f2 url(../media/images/bg_head.jpg) repeat-x left top;
	height:90px;
	width:630px;
	position:absolute;
	top:0px;
	left:0;
}
#topNav {
	float:right;
	height:20px;
	text-align:right;
	margin:5px 170px 0 0;
}
#mainNav {
	width:500px;
	height:25px;
	margin-top:60px;
}
#contentWrap {
	width:918px;
	margin:0;
	padding:20px 0 30px;
}
#contentTop {
	width:918px;
	border-bottom:4px solid #766750;/*brown*/
	position:relative;
	margin-top:-20px;
	background: #fff;
}
#contentMain {
	float:left;
	width:400px;
	margin:20px;
}

#contentWide {
	float:left;
	width:570px;
	margin:20px 0 20px 20px;
}
#contentFull {
	float:left;
	width:870px;
	margin:20px;
}
#sideLeft {
	width:170px;
	float:left;
	margin:30px 10px 0 0;
}
#sideRight {
	width:276px;
	float:right;
	margin:30px 10px 10px 0;
	padding:10px 0;
}
#footer {
	clear:both;
	text-align:center;
	width:100%;
	background: #7496b2 url(../media/images/bg_footer.jpg) repeat-x left top;
	padding-bottom:20px;
}
/* ----------------------------------
			topNav
-----------------------------------*/
#topNav a {
	color:#fff;
	margin:8px;
	text-decoration:none;
}
#topNav a:hover {
	color:#b9dcfa;/* blue */
}
#topNav a.on {color:#b9dcfa;/* blue */}

#topNav input.searchBox {
	border-top:none;
	border-left:2px solid #b9dcfa;/*blue*/
	border-bottom:2px solid #b9dcfa;/*blue*/
	border-right:none;
	width:130px;
	height:12px;
	font-size:1em;
	color:#4b6b89;
	padding:5px;
	position:absolute;
	top:0;
	left:460px;
}
#topNav input.btn {
	border-top:none;
	border-right:2px solid #b9dcfa;/*blue*/
	border-bottom:2px solid #b9dcfa;/*blue*/
	border-left:none;
	background-color: #b9dcfa;
	width:26px;
	height:22px;
	padding:0;
	position:absolute;
	top:0;
	left:600px;
	padding: 1px;
}
/* ----------------------------------
			mainNav
-----------------------------------*/
#mainNav ul {
	margin: 0 0 0 10px;
	padding: 0;
	white-space: nowrap;
	letter-spacing:0.09em;
	font-size:1.1em;
}

#mainNav li {
	display: inline;
	list-style-type: none;
	float:left;
	clear:none;
	position:relative;
	display:block;
	padding:0;
	list-style:none;
	z-index:20;
	color: #fff;background:url(../media/images/nav_square.gif) no-repeat 0 50%;
}
#mainNav li.first {
	background:none;
	padding-left:0;
}
#mainNav a { 
	padding:0 6px 0 14px;
	line-height:25px;
	clear:none;
	display:block;
	float:left;
	
}
#mainNav a:link, #mainNav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a.selected {
	color:#b9dcfa;/* blue */
}
/* ----------------------------------
			sec nav
-----------------------------------*/
#secNav {
	background: url(../media/images/nav_bot.jpg) no-repeat left bottom;
	padding-bottom:20px;
	width:165px;
}
#secNav span.top {
	background: url(../media/images/nav_top.jpg) no-repeat 0 0;
	display:block;
	width:166px;
	height:15px;
	margin-top:15px;
}
#secNav ul {
	font-size:1.2em;
	color:#666;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	background: #fff url(../media/images/nav_bg.jpg) repeat-y left top;
	list-style-image:none;
	list-style-type:none;
}
#secNav li {padding:0.2em 0; margin:0;}

#secNav a {
	text-decoration:none; 
	color:#666;
	display:block;
	width:142px;
	padding:2px 0 2px 20px;
}
#secNav a:hover {color:#7496b2;}
#secNav li a.selected {
	color:#7496b2;
	background-color:#fff;
	border-top:1px solid #c3b3a5;
	border-bottom:1px solid #c3b3a5;
}
#secNav li a.parent {
	border-top:1px solid #c3b3a5;
	border-bottom:none;
	padding-bottom:0;
	width:142px;
	background-color:#fff;
}
#secNav li a.parent li {
	margin:0;
}
#secNav li a.parent li a {
	border:none;
	color:#666;
}
#secNav li ul {
	margin:0;
	padding:0.5em 0 0.2em 0;
	text-transform:none;
	list-style-type:none;
	background-color:#fff;
	background-image:none;
	width:162px;
	line-height:1em;border-bottom:1px solid #c3b3a5;
}
#secNav li a.parent ul a {
	text-decoration:none;
	background-color:#fff;
	width:130px;
	padding:0 0 0 20px;
}
#secNav li li a.selected {
	color:#7496b2;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#sideLeft #secNav ul ul {
	font-size:1em;
}
#sideLeft #secNav ul ul ul {
	font-size:1em;
}
#sideLeft #secNav ul li ul li {
	margin-bottom:0.3em;
}
/* ----------------------------------
			footer
-----------------------------------*/
#footerNav {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:920px;
}
#sitemap {
	top:0;
	left:0;
}
#footer p {
	color:#daf9ff;
	margin: 2px 0 2px 0;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.6em;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a.selected 
{
	color: #B9DCFA;
}
#footer a:hover {text-decoration:underline;}
#footer p.copy{
	left:10px;
	bottom:30px;
	display: block;
}
#footer a.credit {
	color:#b9dcfa;
}
#footer h3 {
	color:#b9dcfa;/* blue */ 
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:-20px;
}
#footer1, #footer2, #footer3, #footer4, #footer5 {
	float:left;
	width:130px;
	margin-top:45px;
	border-left:1px solid #b9dcfa;
	padding-left:10px;
	min-height:170px;
}
#footer1 {width:260px; border-left:none; padding-left:0;}
#footer4 {width:210px; }
#footer5 {width:130px; float:right;}
#footer5 img {margin:0 7px 0 0;}
/* ----------------------------------
			home page
-----------------------------------*/
.home1 {
	width:260px;
	float:left;
	margin:20px;
}
.home2 {
	float:left;
	width:280px;
	background-color:#414e58;
	padding:0 20px 10px 20px;
	margin-top:20px;
}
.home2 p {
	color:#b9dcfa;
	font-size:1.4em;
	margin:1em 1em 0 0;
}
.home2 p.white {
	color:#fff;
}
.home2 h2 {
	color:#fff;
	text-transform:uppercase;
	padding:10px 0;
	margin:0;
	font-size:1.4em;
}
.home2 hr {
	background:none;
	border-bottom:1px solid #b9dcfa;
	padding:0;
	margin:0;
}
/* ----------------------------------
			page images
-----------------------------------*/
#contentTop .bioQuote {
	width:240px;
	height:245px;
	background: url(../media/images/bg_textBox-trans.png) no-repeat top left;
	position:absolute;
	top:10px;
	left:10px;
	padding:40px 0 50px 43px;
}
#contentTop p {
	color:#584b3f;
	font-size:1.8em;
	width:192px;
}
#contentTop div.bioQuote p {
	color:#584b3f;
	font-size:1.4em;
	line-height:1.1em;
	width:194px;
	text-indent:-0.2em;
}
#contentTop div.bioQuote p.name {
	color:#5d804c;
	text-indent:0;
}
#case {
	background:url(../media/images/header_bg.gif) repeat-x bottom;
	min-height:160px;
	padding:1em 0 2em 0;
	position:relative;
}
#case img {float:left; margin-right:20px;}
#case h2 {font-size:1.2em; margin-top:1.5em;}
#case p {
	font-size:2em;
	color:#5d804c;/*green*/
}
#case a.full {
	position:absolute;
	bottom:-18px;
	right:0;
	background: url(../media/images/tab_case.gif) no-repeat top left;
	width:97px;
	height:17px;
	font-size:1.2em;
	padding:5px 0 5px 15px;
	display:block;
	cursor:pointer;
}

#contentTop.noborder {border:none;}
/* ----------------------------------
			right side
-----------------------------------*/
.boxBlue {
	background-color:#7496b2;
	margin:0 15px 20px 0;
	min-height:150px;
	padding:5px 10px;
	width:240px;
}
.boxBlue p {
	color:#daf9ff;
	font-size:1.2em;
	line-height:1.1em;
	padding:5px 0 0 5px;
}
.boxBlue img {float:right;}
.boxBlue a {color:#fff;}

.boxBlue a:visited {color:#fff !important;}
.boxBlue p.white {color:#fff;}

.boxBlue img {padding-left:1px;
              	color:#daf9ff;
	text-transform:uppercase;
	font-size:1.2em;
	padding:10px;
}
.colBlue h1 
{
	visibility: hidden;
	height: 0px;
	margin: 0;
	padding: 0;
}
.colBlue h2 {
	color:#daf9ff;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0.5em 0;
	padding-left:1em;
}
.colBlue p {
	color:#daf9ff;
	margin:0 2em 0.5em 0;
}
.colBlue p.summary {
	padding-left: 1em;
}
.colBlue ul {
	color:#daf9ff;
	padding-left:1em;
}
.colBlue ul ul {
	font-size: 1em;
}
.sideBarBox {
	width:240px;
	text-align: center;
}
.hideBullets ul
{
	list-style-type: none;
}
ul.showBullet {

	list-style-type: inherit;
	list-style-image: url(../media/images/bullet_blue.gif) no-repeat top left;
	margin-left: 20px;
}
.colBlue li 
{
	padding: 5px 0px 0px 0px;
}
.colBlue a {
	color:#fff;
}
.colBlue a:hover {
	color:#daf9ff;
}
#sideRight .colBlue hr {
	border-bottom:1px solid #97b0c5;
	height:3px;
	margin:0 0 1em 0;
	background:none;
}
.boxGray {
	background: url(../media/images/grad_gray.jpg) repeat-x top left;
	padding:10px 10px 0 10px;
	min-height:100px;
}
.boxGray h3 {
	color:#766750;
	font-size:1.2em;
	margin:0;
}
p.more {
	background: url(../media/images/bg_more.jpg) repeat-x top left;
	font-size:1.2em;
	text-align:right;
	border-top:1px solid #e0e0e0;
	margin:0 0 20px 0;
	padding:10px;
	text-transform:uppercase;
}

.bubble {
	background: url(../media/images/bg_bubble.gif) no-repeat top left;
	height:150px;
	padding:30px 20px 0 25px;
	width:215px;
}
.bubble p {
	border-top:1px solid #93b880;
	font-size:1.2em;
	line-height:1.2em;
	padding:0.4em 0 0.4em 0;
	margin:0;
}
.bubble span.first p {
	border-top:none;
}
.bubble p.bottom {
	border-top:none;
	margin-left:35px;
	padding:0.2em 0 0 0;
	color:#dfdfdf;
}
.bubble p.bottom a {margin-right:5px;}
.bubble a.email {
	background: url(../media/images/icn_email.gif) no-repeat 0 0;
	padding:0 0 0 35px;
}
.bubble a.pdf {
	background: url(../media/images/icn_pdf.gif) no-repeat 0 0;
	padding:3px 0 2px 35px;
}
.bubble a.vcard {
	background: url(../media/images/icn_vcard.gif) no-repeat 0 0;
	padding:3px 0 2px 35px;
}
.bubble a.contactBio {
	background: url(../media/images/icn_contact.gif) no-repeat 0 0;
	padding: 0 0 5px 35px;
}
.bubble p.primaryContact {
	
	padding: 0px 0 5px 35px;
	color: White;
	border: 0;
}
.bubble a {color:#daaa00; text-decoration:none;}
.bubble a:hover {color:#fff;}
.bubble a:visited 
{
	color: #daaa00 !important;
}
#sideRight hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid white;
	height:1px;
	margin-bottom:1.4em;
}
.imgBtn {
	margin-bottom:20px;
}

h2.alert, h2.yellow {
	background-color:#4b6b89;
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px 5px 10px ;
	margin:0;
	font-size:1.4em;
}
h2.yellow {background-color:#daaa00;}
img.image 
{
	float: left;
	margin: 0 15px 15px 0;
}
/* ----------------------------------
			main content
-----------------------------------*/
#contentMain li {
	margin-bottom:0.5em;
}
div.col {
	width:610px;
}
div.col div {
	width:300px;
	float:left;
	height:430px;
}
.whatsNew {
	width:575px;
	clear:both;
}
.whatsNew img {
	margin:0 20px 20px 0;
}
.whatsNew h2 {
	margin-bottom:20px;
}
/* ----------------------------------
			bars
-----------------------------------*/
.barOpen, .barClosed {
	font-size:1.3em;
	color:#5d804c;/*dark green*/
	margin:0;
	padding:0.5em 0.8em;
	text-transform:uppercase;
	width:400px;
	height:32px;
	line-height:20px;
}
.barOpen {background: url(../media/images/bg_tabOpen.jpg) no-repeat top left;}
.barClosed {background: url(../media/images/bg_tabBar.jpg) no-repeat top left;}
.barContent {
	background: url(../media/images/bg_barOpen.jpg) repeat-x top left;
	padding:0 1em;
}
/* ----------------------------------
			list
-----------------------------------*/
table.list {
	border-bottom:1px solid #ccc;
	width: 100%;
}
table.list th {
	background-color:#fff;
	color:#7496b2;/* blue */
	padding:0.5em 1em;
	font-size:1.2em;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.list td {
	padding:0.3em 1em;
	font-size:1.2em;
	color:#766750;/* brown */
}
table.list tr.stripe {
	background-color:#f8f6f5;/*light gray*/
}
p.pageResults {
	float:right;
	margin:1em 0;
	font-size:1em;
	color:#766750;/*brown*/
}
/* ----------------------------------
			tabs
-----------------------------------*/
.tabsDisplay {padding-top:1em;}
.tabsDisplayHeader
{
	width: 100%;
	height:30px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom:1em;
}
.tabHeaderContainer  {
	background: url(../media/images/tabs_bg.gif) repeat-x top left;
	margin-right:5px;
	padding:0;
}

.tabHeaderContainer span.tabHeader {
	background: url(../media/images/tabs_left.gif) no-repeat top left;
	padding:10px 0 0 15px;
}
.tabHeaderContainer h4 {
	background: url(../media/images/tabs_right.gif) no-repeat top right;
	padding: 10px 15px 0 0;
	height:20px;
	margin:0;
	color:#5d804c;/*green*/
	font-size:1.2em;
	float:left;
}

.selected h4
{
	border-bottom: 3px solid #fff;
}
.tabsContent
{
	width: 100%;
}

.tabsDisplay .tabHeaderContainer
{
	float: left;
	padding: 0;
	cursor: pointer;
}
.tabsDisplay .selected h4
{
	color: #7496b2;
}

.tabBodyContainer
{
	width: 100%;
	padding-top:1em;
}
.tabsDisplayBody
{
	clear: left;
}
/* ----------------------------------
			general form
-----------------------------------*/
input, select, textarea {
	border:2px inset #ccc;
	font-size:1.1em;h
	padding:0.2em;
	margin-bottom:1em;
	color:#766750;/*brown*/
}

input:hover.btn {
	border:1px outset #7496b2;/* med blue */
	background-color:#7496b2;/* med blue */
	color:white;
}
/* ----------------------------------
			attorney search form
-----------------------------------*/
.attny {
	width:280px;
	float:left;
	color:#766750;/*brown*/
}
.attny input.btn {
	width:45px;
	margin-left: 5px;
}
.attny input, .attny select {margin-bottom:0.5em; width: 272px;}
.attny select {width:280px;}
.attny select.half {width:137px; float:left;}
.attny select.right {float:right}
.attny select.thirds {width:180px; float:left;}
ul.alpha {padding:0; color:#ccc;}
ul.alpha li {
	display:inline;
	padding-left:0.75em;
	background: url(../media/images/bullet_green.gif) no-repeat 0% 50%;
}
ul.alpha li.first {background:none; padding-left:0;}
/* ----------------------------------
			search form
-----------------------------------*/
.search {
	padding:1em 0;
	width:100%;
}
.search p.link {text-align:right;}
.search select {
	margin-bottom:1em;
	display:block;
	width:100%;
	
}
.search input {
	width:99%;
	color:#766750;/*brown*/
}
.search input.btn {
	padding:0.2em;
	margin:0.5em 0;
	width:6em;
	color:#fff;
}
.search input:hover.btn {
	color:white;
}
p.results {
	color:#766750;/*brown*/
	clear:both;
	margin:1.5em 0 0.25em 1em ;
}
p.results span {
	color:#5d804c;/* green */
	clear:both;
}
/* ----------------------------------
			contact form
-----------------------------------*/
.contact {
	padding-top:1em;
	width:550px;
}
.contact select {
	font-size:1em;
	padding:0.2em;
	margin-bottom:1em;
	display:block;
	width:405px;
	color:#4b6b89;
}
.contact input {
	font-size:1em;
	padding:0.2em;
	margin-bottom:1em;
	display:block;
	width:400px;
	color:#4b6b89;
}
.contact input.code {
	width:200px;
}
.contact input.check {
	width:auto;
	display:inline;
	border:none;
}
span.check input 
{
	width:auto;
	display:inline;
	border:none;
}
.contact label {
	color:#77787b;
	margin-left:0.25em;
	font-size:1.1em;
}
.contact textarea {
	padding:0.2em;
	margin-bottom:1em;
	display:block;
	width:400px;
	height:10em;
	color:#4b6b89;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.contact input.btn {
	border:1px outset #3b6e8f;/* dark blue */
	background-color:#3b6e8f;/* dark blue */
	font-size:1em;
	padding:0.2em;
	width:5em;
	cursor:pointer;
	clear:both;
	float:right;
	color:white;
}
.contact input:hover.btn {
	border:1px outset #7496b2;/* med blue */
	background-color:#7496b2;/* med blue */
	color:white;
}

#tabBar .tabsDisplay {padding-top:0;}
#tabBar .tabsDisplayHeader {
	width: 100%;
	border-bottom: none;
	margin-bottom:0;
}
#tabBar .tabHeaderContainer  {
	background: none;
	margin:0;
	padding:0;
}
#tabBar .tabHeaderContainer span.tabHeader {
	background: none;
}
#tabBar .tabHeaderContainer h4 {
	margin:1em 0 0 0;
	color:#5d804c;/*green*/
	font-size:1.2em;
	text-transform:uppercase;
	background: url(../media/images/bg_tabBar.jpg) no-repeat bottom left;
	padding:0;
	width:400px;
	height:32px;
	line-height:32px;
	display:block;
}
#tabBar .selected h4 {
	background: url(../media/images/bg_tabOpen.jpg) no-repeat bottom left;
}
#tabBar .tabsDisplayBody {
	width: 360px;
	background: url(../media/images/bg_barOpen.jpg) repeat-x top left;
	padding:1em 20px;
}



h2.tabHeader  {
	width: 100%;
	border-bottom: none;
	margin-bottom:0;

	margin:1em 0 0 0;
	color:#5d804c;/*green*/
	font-size:1.2em;
	text-transform:uppercase;
	background: url(../media/images/bg_tabBar2.jpg) no-repeat bottom right;
	padding:0;
	height:32px;
	line-height:32px;
	display:block;
	cursor: pointer;
}
h2.tabHeader.selected {
	background: url(../media/images/bg_tabOpen2.jpg) no-repeat top right;
}
ul.tabContent {
	background: url(../media/images/bg_barOpen.jpg) repeat-x top left;
	padding:1em 20px;
}

div.related-list ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
div.related-list li p
{
	font-size: 12px;
	
}
/* ---------------------------------------------
	Greg's temp/fix styles
--------------------------------------------- */
#scroller div
{
	width: 125px;
	display: inline;
	padding: 0px !important;
	position: relative !important;
}

#scroller
{
	width: 920px !important;
	height: 106px !important;
	overflow: hidden;
	padding: 0px !important;
	top: 0px !important;
	position: relative !important;
}

div.featured-case 
{
	clear: both;
	width: 100%;
}
div.featured-case div.thumbnail
{
	float: left;
	width: 150px;
	height: 140px;
}
div.featured-case div.desc
{
	float: left;
	width: 400px;
	height: 140px;
}
div.featured-case div.desc p
{
	margin: 30px 0 0 0;
}
div.featured-case div.desc h2
{
	color:#5D804C;
	font-size: 17px;
	margin: 0;
	padding: 0;

}
div.viewfullcase
{
	background: transparent url(../media/images/header_bg.gif) repeat-x scroll center -5px;
	padding-top: 3px;
	clear: both;
	height: 25px;
	text-align: right;
}

div#CaseStudiesList ul li
{
	font-size:1.3em;
	color:#B9DCFA;/*light blue*/
	margin-bottom:0.8em;
	list-style-type: none;
}

div#CaseStudiesList ul li ul li
{
	font-size:.8em;
	margin: 0;
	line-height: 17px;
	padding: 0 0 0 0.75em;
	background: url(../media/images/bullet_green.gif) no-repeat 0% 50%;

}
span.readAll {
	background:transparent url(../media/images/header_bg.gif) repeat-x scroll center top;
	border:medium none;
	clear:both;
	height:15px;
	margin:0.5em 0 4em;
	width: 100%;
	display: block;
	text-align: right;
}
span.readAll a {
	background:transparent url(../media/images/tab_all.gif) no-repeat scroll left top;
	font-size:1.2em;
	height:23px;
	margin: 8px 0;
	padding:5px 0 0 10px;
	right:0;
	top:10px;
	width:62px;
	display: block;
	float: right;
	text-align: center;
}
#sitemap ul
{
	font-size: 12px;
}
#contentWrap a:visited 
{
	color: #4b6b89;
}

#popup {
	background-color:#766750;
	border-bottom:3px solid #404040;
	text-align: center;
}
#popup div {width:918px; margin:0 auto; height:64px; text-align: left;}
#popup p {
	color:#fff;
	font-size:15px;
	margin:0; padding:10px;
}
#popup p span {
	font-size:18px;
}