/****************************** Main CSS ******************************/
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a, blockquote{
	border-width: 0;
	margin: 0;
	padding: 0;
}

ul{list-style:none;}

/* float clear-fix */
.group, #reports #header .inner
{zoom: 1;} /* lte ie7 */
.group:after, #reports #header .inner:after
{content: ""; height: 0; clear: both; display: block;} /* compliant */

body { 
 background:#fff url(../images/headerback.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333;
	text-align:center;
	margin: 0;
	padding: 0;
}

a{
color: #06adb7;
text-decoration:underline;
}

a:hover{text-decoration:none;}

.invisible{display:none;}

.clear{clear:both;}

#page_container{
 width: 980px;
	margin:0 auto;
	text-align:left;
}

/****************************** utility links ******************************/
.utilbar{
list-style-type: none;
color:#fff;
text-align:right;
font-size:11px;
padding:10px 0 6px 0;
}

.utilbar ul{
display:inline;
border:1px solid #573d6d;
margin:0px 8px 6px 0;
border-bottom:0;
padding:6px 6px 6px 8px;
}

.utilbar li{display: inline;}

.utilbar li a{
color:#fff;
padding:0px 4px 0 2px;
text-decoration: none;
}

.utilbar li a:hover{text-decoration:underline; color:#f60;}

/****************************** top navigation ******************************/

#navbar {
	background: url("/images/backgrounds.png") 0 0 repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:1px #d5d5d5 solid;
	height:40px;
	text-align:center;
}
#navbar li {
	float:left;
}
#navbar li a {
	border-left:1px #fff solid;
	border-right:1px #d5d5d5 solid;
	color:#1b0d57;
	display:block;
	float:left;
	line-height:40px;
	padding: 0 30px;
	text-decoration:none;
}

#navbar li a:hover {
	color:#0101a9;
}

#navbar ul li:first-child a{
	border-left:0px;
}

#navbar ul li:last-child a{
	border-right:0px;
}
/****************************** header with video, contact form ******************************/
#header{
clear:both;
background:#f2f2f2 url(../images/headerbg.gif) 0 0 no-repeat;
border:10px solid #fff;
}
/****************************** video ******************************/
.video_left {
width:512px;
float:left;
height:288px;
background:url(../images/glm_logo.gif) 50% 50% no-repeat;
}
.video_left #page, .video_left #page #player{
width:512px;
height:288px;
}
.video_left #playlist_wrap {display:none;}
.video_left #page, .video_left a.player{
padding:0;
margin:0;
}
.video_left #page{margin-top:-5px;}

/****************************** right side header ******************************/
#right_header{
float:right;
width:446px;
padding:0;
font-size:14px;
}
/****************************** call to action  - buttons ******************************/
.callout{
	background:url(../images/phonenumber_iwant.png) 0 10px no-repeat;
	padding:35px 0 0 0px;
}
.callout a{
display:block;
margin-top:3px;
color:#900;
background:url(../images/btn.gif) 0 0 no-repeat;
font-size:20px;
text-decoration:none;
padding:10px 10px 14px 26px;
}

.callout a:hover{	color:#0202e1;}

.callout p {
	color:#0075d4;
	font-size:23px;
	margin-bottom:47px;
	padding: 0 0 0 13px;
}

/****************************** Practice Area Buttons *****************************/
#PAbuttons {
	background:#fff;
	margin-bottom:5px;
}

#PAbuttons ul li {
	background: url("/images/pabuttonbg.png") 0 0 repeat-x;
	border: 1px #000 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	float:left;
	height:70px;
	margin:0px 4px;
	text-shadow: -1px -1px #301041;
	width:185px;
}

#PAbuttons ul li:hover {
	opacity:.9;
}

#PAbuttons ul li.pi{
	background-position: 0 -70px;
	text-shadow: -1px -1px #6e0101;
}
#PAbuttons ul li.pte{
	background-position: 0 -140px;
	border-color:#686b09;
	text-shadow: -1px -1px #686b09;
}
#PAbuttons ul li.fl{
	background-position: 0 -210px;
	border-color:#107d9a;
	text-shadow: -1px -1px #107d9a;
}
#PAbuttons ul li.dui{
	background-position: 0 -280px;
	border-color:#cf8c04;
	text-shadow:  -1px -1px #cf8c04;
}

#PAbuttons ul li a{
	background: url("/images/pabutton-sprite.png") 5px 13px no-repeat;
	color:#fff;
	display:block;
	font-size:19px;
	height:100%;
	text-align:left;
	text-decoration: none;
	padding: 23px 0 0 53px;
}

#PAbuttons ul li.pi a{
	background-position: 5px -80px;
}
#PAbuttons ul li.pte a{
	background-position: 5px -193px;
	padding-top:15px;
}
#PAbuttons ul li.fl a{
	background-position: 5px -300px;
}
#PAbuttons ul li.dui a{
	background-position: 5px -408px;
}


/****************************** book for header home ******************************/
.book_container {
		background:url(../images/freereport.gif) 0 25px no-repeat;
		padding:86px 0 0 20px;
}

.book_container h5{
	font-size:14px;
	padding:40px 50px 0 0;
	line-height:18px;
}
.book_container h5 a{
	text-decoration:none;
	color:#3a5372;
}
.book_container h5 a:hover{	text-decoration:underline;}
.book_container .book{
	float:left;
	padding:0 20px 0 20px;
	background:url(../images/bookshadow.gif) 0 100% no-repeat;
}
.book_container .ordernow{
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	clear:both;
	font-size:16px;
	font-weight:bold;
	margin:-80px 0 0 160px;
	background:#a10000 url(../images/button.gif) 0 0 repeat-x;
 padding:4px 10px;
	text-align:center;
}
.book_container .ordernow:hover{color:#f5f5b1;}

/****************************** contactform header ******************************/
.contacttop{
	background:url(../images/startnow.gif) 0 25px no-repeat;
	padding-top:86px;
	color:#3a5372;
	font-size:14px;
}
.contacttop form{
	padding:0 40px 0 40px;
}
.contacttop p{
	padding:0 0 10px 0;
	font-weight:bold;
}
.contacttop input, .contacttop textarea{
width:180px;
height:22px;
clear:left;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 4px 0;
float:left;
}
.contacttop textarea{
	float:right;
	height:90px;
	margin:-102px 0 0 0;
	position:relative;
}
.contacttop input.submitbutton{
	text-decoration:none;
	color:#fff;
	border:1px solid #cccbcb;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	margin:0px 0 0 300px;
	background:#a10000 url(../images/button.gif) 0 0 repeat-x;
 padding:4px 10px;
	width:77px;
	height:auto;
}

.slogan{
	border:10px solid #fff;
	border-top:0;
	border-bottom:0;
	background:#020167 url(../images/sloganbg.gif) 0 0 repeat-x;
 color:#fff;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
	padding:8px 0;
	text-align:center;
}

/****************************** content containers ******************************/
#columns{
clear:both;
width:980px;
background: #fff url(../images/columndividers.gif) 0 0 repeat-y;
}

/****************************** left column ******************************/
#leftcol{
clear:both;
float:left;
width:207px;
text-align:left;
font-size:12px;
min-height:200px;
}
/* chat online box */
#chatwithus{	padding:0 0 10px 0px;}
#leftcol input{
	border:0;
	margin:0;
	background:transparent;
	padding:0;
}
/* green button */
#leftcol .greenbtn, #rightcol .greenbtn{
	display:block;
	background:url(../images/greenbtn.gif) 50% 0 no-repeat;
	font-weight:bold;
	color:#fff;
	padding:10px 20px 12px 30px;
	margin:0 0 6px 0;
	text-decoration:none;
}
#leftcol .greenbtn.oneline, #rightcol .greenbtn.oneline{padding:18px 20px 18px 30px;}

/* social media links */
.socialmedia img{	padding:10px 0px;}
.socialmedia{text-align:center; padding-bottom:10px;}
.fosterconsult{
	padding:5px;
	margin:10px 0 20px 10px;
 border:1px solid #ccc;
}

#leftcol h3, #leftcol h2, #rightcol h3, #rightcol h2{
clear:both;
color:#fff;
border:1px solid #fe0000;
background:#730000 url(../images/sideheader.gif) 0 0 no-repeat;
text-align:left;
font-size:16px;
padding:6px 0px 10px 20px;
}

#leftcol h3 a, #leftcol h2 a, #rightcol h3 a, #rightcol h2 a{color:#fff;}
#leftcol h3 a:hover, #leftcol h2 a:hover, #rightcol h3 a:hover, #rightcol h2 a:hover{text-decoration:underline;}

.box{
	width:187px;
	border-top:1px solid #fff;
	margin:0 0 0px 0;
	padding:10px;
	background:url(../images/gradient.gif) 0 0 repeat-x;
}

#leftcol h4, #rightcol h4{
color: #333;
font-size:13px;
line-height:16px;
border-bottom:1px solid #ebebeb;
padding:8px 10px 0px 10px;
}

#leftcol p, #rightcol p{	padding: 10px 10px 0px 10px;}

#leftcol li, #rightcol li{
padding:10px 10px 10px 10px;
line-height:16px;
border-bottom:1px solid #ebebeb;
}
#leftcol a, #rightcol a, #leftcol h4 a, #rightcol h4 a{
color: #333; 
text-decoration:none;
}
#leftcol a:hover, #rightcol a:hover, #leftcol h4 a:hover, #rightcol h4 a:hover{color: #06adb7; }

/*date */
#rightcol .newsdate{
font-size:12px;
color:#7b7a7a;
display:block;
}

#rightcol #nGageLH {
margin: 20px auto;	
}

#rightcol p.more, #leftcol p.more{
font-size:11px;
color:#06adb7;
text-align:right;
margin:0;
padding:10px 10px 10px 0px;
}
#rightcol p.more a, #leftcol p.more a{
color: #06adb7;
text-decoration:underline;
}
#rightcol p.more a:hover, #leftcol p.more a:hover{text-decoration:none;}

/* FWM Academy link and image */
a.fwm-academy {
background: #f8f8f8;
border: solid 1px blue;
display: block;	
font-size: 12px;
font-weight: bold;
margin-bottom: 20px;
padding: 4px 0;
text-align: center;
text-transform: uppercase;
}
a.fwm-academy img {
clear: both;
margin: 4px auto;	
}
a.fwm-academy span {
color: blue;
display: block;
}
a.fwm-academy:hover {
background: #fff;	
}

/******************************Search Box***********************************/
.searchbox{
padding-bottom:10px;
}

#copy .searchbox input{
background:url(../images/search.gif) 0 0 no-repeat !important;
width:340px;
border:0 !important;
font-size:13px;
padding:8px 0 0 5px !important;
height:25px;
margin:0 !important;
}

#copy .searchbox input[type="submit"]{
width:100px;
height:28px;
font-size:0px;
color:#e22525;
background:url(../images/search_btn.gif) 0 0 no-repeat !important;
padding:0 !important;
top:-5px;
*top:-7px;
position:relative;
cursor:pointer;
}

/****************************** center column ******************************/
#copy{
line-height:20px;
float:left;
width:500px;
padding:20px 0 20px 0;
margin-left:30px;
text-align:justify;
}
#copy .pagedescription{clear:both;}

#copy .emaillink{
display:block;
padding:0;
margin:0 0 0 -2px;
border:0;
background:none;
text-decoration:underline;
color:#f60;
font-size:16px;
cursor:pointer;
}
#copy .emaillink:hover{text-decoration:none;}

#copy table{
margin-bottom:15px;
text-align:left;
}

.floatleft, .photo, #Directions #copy p img, .bookphoto, #reports #copy p img{
float:left;
margin:0px 25px 16px 0px;
}

#reports {
background: #2c0c4a;
background: -moz-linear-gradient(top, #2c0c4a 0%, #1b0d57 1%, #ffffff 4%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c0c4a), color-stop(1%,#1b0d57), color-stop(4%,#ffffff));
background: -webkit-linear-gradient(top, #2c0c4a 0%,#1b0d57 1%,#ffffff 4%);
background: -o-linear-gradient(top, #2c0c4a 0%,#1b0d57 1%,#ffffff 4%);
background: -ms-linear-gradient(top, #2c0c4a 0%,#1b0d57 1%,#ffffff 4%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c0c4a', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #2c0c4a 0%,#1b0d57 1%,#ffffff 4%);
}

#copy h1, #copy h2{
color:#900;
font-size:18px;
text-align:left;
line-height:20px;
margin-bottom:30px;
}

#copy h2{	margin:20px 0 0 0;}

#copy h2 a{
color:#06adb7;
text-decoration:none;
}
#copy h2 a:hover{color:#f60;}

#copy h3 a:hover, #copy h4 a:hover{
text-decoration: none;
color: #333;
}
#copy h3, #copy h3 a{
color:#333;
text-decoration:none;
font-size:14px;
text-align:left;
line-height:18px;
margin-top:10px;
}
#copy h4, #copy h4 a{
color: #555;
font-size:13px;
margin: 10px 0px 0px 0;
text-align:left;
}
p.dotted_divider{
border-bottom:1px solid #ebebeb;
margin-bottom:10px;
}
#copy p.top, #copy p.more{
text-align:right;
font-size:12px;
margin-top:8px;
padding-right:10px;
border-top:1px solid #ebebeb;
}
#copy p.top a, #copy p.more a{
color: #06adb7;
text-decoration:underline;
}
#copy p.top a:hover, #copy p.more a:hover{text-decoration:none;}

#copy ul.bborder li{
border-bottom:1px solid #ebebeb;
margin-bottom:5px;
margin-top:5px;
}
#copy p, #copy blockquote {padding:5px 0px 5px 0px;}

#copy ul {
list-style-type: none;
margin:5px 0px 0 4px;
}

#copy ul li{
padding: 3px 5px 4px 12px;
text-align:left;
background:url(../images/bullet.gif) 0 12px no-repeat;
}

#copy ul ul{
margin:0px 0 6px 18px;
}

#copy ul ul li{
padding:0px 5px 0px 12px;
background:url(../images/bullet.gif) 0 9px no-repeat;
margin:0;
}

#copy ol li{
background:none;
padding: 2px 5px 2px 0px;
}

#copy ol{margin-left:25px;}

#copy p.info{
font-size:12px;
font-style:italic;
line-height:15px;
width:320px;
}

input, textarea, select{
border:1px solid #ccc;
background:#f0f0f0;
color:#3e597a;
padding:3px 0 3px 5px;
margin-bottom:2px;
font-size:13px;
}

input.check{
border:0;
background:none;
}
/* contact form center column */
#copy .contactform{
	border:1px solid #f3f3f3;
	padding:8px 10px 20px 10px;
	background:url(../images/contactformbg.gif) 100% 100% no-repeat;
}
#copy .contactform table{
	border-collapse:collapse;
	padding:0;
	margin:0;
	background:url(../images/gradient.gif) 0 35px repeat-x;
	width:480px;
}
#copy .contactform th{
	border:1px solid #600;
	background:#9d0000 url(../images/thbg.gif) 0 0 repeat-x;
	color:#fff;
	text-align:center;
	padding:6px 0;
}
#copy .contactform tbody td{	padding-top:6px;}
#copy .contactform td{
	padding:0px 2px;
	font-size:12px;
}
#copy .contactform input{ 
width:220px; 
margin:8px 0 0 0;
}
#sitemap #copy li a, #caseresults #copy li a{
text-decoration: none;
color:#333;
font-size:14px;
}

#sitemap #copy li a:hover, #caseresults #copy li a:hover{text-decoration: underline;}

#members #copy div{margin-bottom:25px;}

#copy .cmpadd{
font-size:12px;
line-height:13px;
}

#copy #cmp_container, .testimonial{
border:1px solid #f3f3f3;
background:#f3f3f3;
padding:5px 8px;
margin:10px 0;
}
#copy h2.disclaimer{
text-transform:uppercase;
font-size:14px;
line-height:16px;
}

#copy .testimonial h2{
font-size:18px;
font-weight:bold;
padding:10px 0 8px 0;
margin:0;
background:none;
text-align:left;
line-height:18px;
}
.testimonial{margin:0 0 10px 0;}
hr{
background:#fff;
border:0;
color:#fff;
height:1px;
}

/****************************** right column ******************************/
#rightcol{
width:207px;
font-size:12px;
text-align:left;
float:right;
}

/****************************** book, report container ******************************/
.reportscontainer{
padding:10px 10px;
margin: 0;
}
.reportscontainer .book{
	margin:0px 0px 10px 14px;
	border:1px solid #ccc; 
}

.reportscontainer h5{
font-size:13px;
font-weight:normal;
margin:0px 0 6px 0;
}

#rightcol .reportscontainer h5 a{color:#374259;}
#rightcol .reportscontainer h5 a:hover, #rightcol .reportscontainer a.seeallbooks:hover{text-decoration:underline;}

/****************************** hot topics ******************************/
#rigthcol .hottopics .TabbedPanelsContent ul{
list-style-type:none;
}

/****************************** righthand side - miniform ******************************/
#rightcol #minicontact{
padding:10px 6px 10px 10px;
text-align:left;
margin:0px 0 0px 0;
font-size:11px;
line-height:14px;
}
#copy input.btn, #copy input[type="submit"], #rightcol input[type="submit"]{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	background:#a10000 url(../images/button.gif) 0 0 repeat-x;
 border:0;
 padding:4px 10px;
	cursor:pointer;
}

#rightcol form input, #rightcol form textarea{ 
width:172px; 
font-size:12px;
}
#rightcol .contactinfo{
	line-height:20px;
	padding:0 10px;
	font-size:13px;
	text-align:center;
	color:#003;
}
#rightcol .contactnote{
	padding:10px 0 16px 0;
}
#rightcol .contactinfo a{color:#f60;}
/****************************** footer ******************************/
#footer {
	padding:20px 0 10px 0;
	font-size:12px;
	color:#333;
	background:#f1f1f1;
}
#footer a {
	color:#f60;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
#footer .navholder {
padding:10px 0;
border-top:5px;
text-align:center;
background:#020167 url(../images/sloganbg.gif) 0 0 repeat-x;
margin-bottom:20px;
border:0;
}
#footer .navholder li{
display:inline;
}
#footer .navholder a {
font-size:18px;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
padding:0px 24px 0px 24px;
font-weight:bold;
color:#fff;
text-decoration:none;
}
#footer .navholder a:hover {
text-decoration:none;
color:#ce3f3f;
}


/****************************** reports section  ******************************/
#reports .utilbar {
background: #2e1699; /* Old browsers */
background: -moz-linear-gradient(top, #2e1699 0%, #3e1166 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e1699), color-stop(100%,#3e1166)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e1699 0%,#3e1166 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e1699 0%,#3e1166 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #2e1699 0%,#3e1166 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1699', endColorstr='#3e1166',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #2e1699 0%,#3e1166 100%); /* W3C */
margin: 0;
padding: 0;
}
#reports .utilbar ul {
border: 0;
display: block;
list-style-type: none;
margin: 0 auto;
padding: 6px 0;
width: 680px;
}
#reports #header {
background: #fff;
border: 0;
}
#reports #header .inner {
margin: 0 auto;
min-height: 76px;
text-align: left;
width: 680px;
}
#reports #header .logo {
background: url('/images/reports/reports-logo.jpg') no-repeat 0 0;
float: left;
height: 76px;
text-indent: -999em;
width: 114px;
}
#reports #header .phones {
background: url("/images/reports/reports-phone.jpg") no-repeat scroll 0 0 transparent;
color: #CC0000;
display: inline;
float: right;
font: 22px/1em Arial,Helvetica,sans-serif;
margin: 18px 0;
padding: 0 0 6px 32px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
text-transform: uppercase;
}
#reports #header .phones span {
color: #000000;
display: block;
font-size: 16px;
font-weight: bold;
line-height: 20px;
text-shadow: none;
}

#reports #columns {
background: url("/images/reports/columns.png") repeat-x scroll 0 0 #FFFFFF;
margin: 0;
padding: 12px 0 0;
width: 100%;
}
#reports #copy {
background: #fff;
float: none;
line-height: 1.4em;
margin: 0 auto;
padding: 20px;
text-align: center;
width: 640px;
}
#reports #copy object {
background: url('/images/reports/reports-video-shadow.jpg') no-repeat center bottom;
display: block;
margin: 0 auto 20px;
padding: 0 0 17px;
}
#reports #copy .shadow {
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
margin: 20px 0;
padding: 20px 0;
position: relative;
}
#reports #copy .header {
background: url("/images/reports/reports-form-header.png") no-repeat 0 0;
height: 50px;
position: absolute; top: 26px; left: 13px;
text-indent: -999em;
width: 614px;
}
#reports #copy table {
background: #f5f5f7; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f7 0%, #bdbdbe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f7), color-stop(100%,#bdbdbe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f5f5f7 0%,#bdbdbe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f5f5f7 0%,#bdbdbe 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f5f5f7 0%,#bdbdbe 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#bdbdbe',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f5f5f7 0%,#bdbdbe 100%); /* W3C */
border: 1px solid #CCCCCC;
float: none;
margin: 0 20px;
padding: 65px 16px 16px;
width: 600px;
}
#reports #copy input[type=text], #reports #copy textarea, #reports #copy select {
background: #fff;
}

#reports #footer {
padding-top: 0;
}


/* Blog Styles */

.blogentry, .blogcontent
{
  font-size:12px;
  line-height:150%;
  border-bottom: 1px solid #a2d8e3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.blogentry h2 a
{
  font-size: 12px;
  font-weight: bold;
  color: #336;
  text-decoration: none;
  text-transform: none;
}

.blogentry h2 a:hover
{
  text-decoration: underline;
  color:#333;
}

.blogentry div.info, .blogcontent div.info
{
 float:right;
  padding:5px;
  margin:0 0 15px 15px;
  line-height:normal;
  font-size:10px;
background:#e7f6f2;
border:1px solid #a2d8e3;
}
.blogcomment
{
  padding: .5em 0;
  margin-bottom: 1em;
  line-height:150%;
  font-size:10px;
}

.blogcomment div.info
{
  padding: .5em 0;
  margin-bottom: 1em;
  line-height:150%;
  font-size:10px;
  border-bottom: 1px solid #a2d8e3;
  text-align:right
}

h3.blog
{
  font-size: 13px;
  font-weight: bold;
  color: #336;
  border-bottom: 1px solid #a2d8e3;
}

.blogcontent
{
  font-size:12px;
  line-height:150%;
  border-bottom: 0;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.pagination{
border-bottom:1px solid #a2d8e3;
padding:6px 5px;
text-align:left;
font-size:12px;
}

#copy .pagination a{
padding:1px 6px;
color:#003;
font-weight:bold;
text-decoration:none;
background:#e7f6f2;
border:1px solid #a2d8e3;
}

#copy .pagination a:hover{
background:#a2d8e3;
}

.blogcategory{
padding:12px 0;
border-bottom:1px solid #a2d8e3;
margin-bottom:8px;
text-align:center;
}

@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
#rightcol .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

#rightcol .TabbedPanelsTabGroup {
background:url(../images/tabbg.gif) 0 0 no-repeat;
height:28px;
margin-top:10px;
}
#rightcol .TabbedPanelsTabGroup li{	border:0;}

#rightcol .TabbedPanelsTab {
font-weight:bold;
display:block;
float:left;
color:#fff;
height:10px;
padding:4px 9px 20px 10px;
text-decoration:none;
cursor: pointer;
}
#rightcol .TabbedPanelsTabHover {
color:#fff;
background:url(../images/tab_hover.gif) 50% 0 no-repeat;
}
#rightcol .TabbedPanelsTabSelected {
background:url(../images/tab_hover.gif) 50% 0 no-repeat;
color:#fff;
}
#rightcol .TabbedPanelsTab a {
font-weight:bold;
display:block;
float:left;
color:#fff;
height:10px;
padding:4px 9px 20px 10px;
text-decoration:none;
cursor: pointer;
}

#rightcol .TabbedPanelsContentGroup {clear: both;}

@media print {
/* CSS Document */
.utilbar, #leftcol, #rightcol, .logos, .top, .more, #nav, #page, #header, #footer ul, .searchbox{
display:none;
}

.invisible{
display:block;
}

.slogan{
	font-size:20px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

a{
text-decoration: none;
color: #000;
}

#page_container, #copy, .columns{
clear:both;
float:none;
width:650px;
font-family:"Times New Roman", Times, serif;
font-size:12px;
padding:0;
margin:0;
}

#copy{
	margin-top:30px;
}

#page_container p{
line-height:15px;
}

#copy img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

#copy h1, #copy h2{
text-align:left;
}

#copy ul{
list-style-type:disc;
list-style-position:inside;
margin-left:0;
}

.copyright{
font-size:10px;
text-align:left;
padding-top: 5px;
width:650px;
margin:5px 0;
}

#footer{
width:650px;
margin:0;
}
}
