/* =========================================================================

    core.css = basic style & positioning

   ========================================================================= */

/* === GENERAL === */



	

    .line { background:url(images/dotted.gif) no-repeat; margin:0; padding:0; height:27px; clear:both;}

    blockquote { margin:0px 3px 0px 26px; font: color:#B2B2B2; style:none; line-height:1.5em; }


/* === HOME PAGE STYLES === */

/* Home banner, background scrolling */
#home_header{
    height:322px;
	width:980px;
    background: #5275B8 url(/images/hp/banner_clouds.jpg) repeat-y scroll left top;
	padding:0px;
	margin:0px;
}



    .hpsubhead { font: 22px Trebuchet MS;  sans-serif; color:#0d5e8a; margin-top:20px; margin-left:0px; margin-bottom:5px; margin-right:30px;}


    .hpsubhead2, .hpsubhead2 a, .hpsubhead2 a:link, .hpsubhead2 a:active, .hpsubhead1 a:visited
	 { font:bold 14px Trebuchet MS;  color:#4879CA; line-height:18px; margin-left:0px; margin-bottom:5px; margin-top:22px; margin-right:30px;}

.hometext { font-family: Verdana;  sans-serif;  color:#333333; font-size:14px; line-height:22px; margin-bottom:5px; margin-left:0px; margin-right:10px; padding-left: 0; padding-right: 0;}



/* === CASE STUDY OVERVIEW DISPLAY === */


.csrollover a {
display:block;
width: 134px;
height: 106px;
padding:0px 0px -2px 0px;
font-family: Trebuchet MS;
font-size:14px;
font-weight:bold;
color:#333;
text-decoration: none;
border-collapse:collapse;
border-style:solid;
border-color:#E4e4e4; 
}

.csrollover a:hover { 
background-position: 0 -35px;
color: #049;
border-style:solid;
border-color:#a3e126; 
}

.csrollover a:active {
background-position: 0 -70px;
color:#049;
border-style:solid;
border-color:#6ca100; 
}





/* === CASE STUDY OVERVIEW DISPLAY === */


.pcrollover a {
display:block;
width: 60px;
height: 85px;
padding:0px 0px -2px 0px;
font-family: Trebuchet MS;
font-size:14px;
font-weight:bold;
color:#333;
text-decoration: none;
border-collapse:collapse;
border-style:solid;
border-color:#E4e4e4; 
}

.pcrollover a:hover { 
background-position: 0 -35px;
color: #049;
border-style:solid;
border-color:#a3e126; 
}

.pcrollover a:active {
background-position: 0 -70px;
color:#049;
border-style:solid;
border-color:#6ca100; 
}





table.main {
	padding:5px 5px 5px 5px;
	border-width:1px;  
	border-style:solid;
	border-color:#E4e4e4; 
	border-collapse:collapse;
	background-color:white;

}
table.main th {
	padding:5px 5px 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#E4e4e4; 
	background:#AEAEAE; 
        text-align:left;
	font-family: tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
        color:#ffffff;

}
table.main td {
	padding:5px 5px 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#E4e4e4; 
	font-family: tahoma,Arial, Helvetica, sans-serif; 
	color:#535963; 
	font-size:12px; 
	vertical-align:top;  
	line-height:19px;

}


table.main ul {
	margin:0;
	padding:15;


}









/* === SUPPORT TABLE === */

#hor-zebra
{
	font-family: Trebuchet MS;
	font-size: 12px;
	margin: 5px  0px 30px 5px ;
	width: 640px;
	text-align: left;
	border-collapse: collapse;

}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	width: 220px;
	padding: 10px 8px;
	color: #039;

}
#hor-zebra td
{
	padding: 8px;
	color: #669;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
}
#hor-zebra .odd
{
	background: #e8edff; 
}

#hor-zebra .sub
{
	font-weight: bold;
}


#hor-zebra ul 
{
	margin:1;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;

}

#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 125px;
	width: 100px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	width: 300px;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}



/* === SOFTWARE FEATURES TABLES === */




#hor-zebra2
{
	font-family: Trebuchet MS;
	font-size: 12px;
	margin: 20px  0px 20px 0px ;
	width: 640px;
	text-align: left;
	vertical-align: top; 
	border-collapse: collapse;


}
#hor-zebra2 th
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle; 
	width: 200px;
	padding: 8px 5px;
	color: #ffffff;
	background: #46b1d0; 

}
#hor-zebra2 td
{
	padding: 15px 15px 15px 5px;
	color: #669;
	vertical-align: top; 


	border-bottom: 1px solid #71c3d3;

}
#hor-zebra2 .odd
{
	background: #f5f6fa; 
}

#hor-zebra2 .sub
{
	font-weight: bold;
}


#hor-zebra2 ul 
{
	margin:1;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;

}

#hor-zebra2 td a { 
	color:#4879CA; 
}
#hor-zebra2 td a:hover { 
	color:#4879CA; 
	font-family:tahoma,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:1.5em;
	text-decoration: underline;
}


#hor-zebra2 td.sub a { 
	font-family: Trebuchet MS; 
	font-weight:bold; 
	color:#4879CA; 
	font-size:12px; 
	line-height:19px; 
	text-decoration: none; 
}
#hor-zebra2 td.sub a:hover { 
	font-family: Trebuchet MS; 
	font-weight:bold; 
	color:#4879CA; 
	font-size:12px; 
	line-height:19px; 
	text-decoration: underline;
}



#ver-zebra2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 125px;
	width: 100px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra2 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	width: 300px;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#ver-zebra2 td
{
	padding: 8px 15px;
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra2 #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra2 #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}













ul.sidenav {
	list-style-type: disc;
	list-style-position: inside;
}
ul.sidenav li {
	position: relative; /*--Add a relative positioning--*/

}
ul.sidenav li a{
	text-decoration: none;
	background: #ffffff url(sidenav_li_a.gif) no-repeat 5px 10px;
	position: relative; /*--Add a relative positioning--*/

}
ul.sidenav li a:hover {
	text-decoration: underline;
	background-color: #ffffff;
}
ul.sidenav li div {
	display: none;
	position: absolute;
	width: 225px;
	background: url(../../images/bubble_top.gif) no-repeat right top;
}
ul.sidenav li div p {
	margin: 7px 0;
	padding: 0 5px 10px 30px;
	background: url(../../images/bubble_bottom.gif) no-repeat right bottom;
}


.thirdLevLinks	{ font-family: tahoma,Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #ffffff; text-decoration: none; }
.thirdLevLinks:hover	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: none; }
.thirdLevLinksSelected	{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: bold; }

    img.photo_right { float:right; margin:4px 0 5px 12px; }
    img.photo_left  { float:left;  margin:4px 12px 5px 0; }



    div.hr { border-top:1px thin dotted #B2B2B2; margin:10px 0 15px 0; padding:0; clear:both; }
    div.hr hr { display:none; }

    .fixer { font-size:1px; clear:both; }
    .hidden { display:none; }

    .required { font-weight:bold; }

.more { display:block; float: right;  width:85px; height:30px; margin: 0; margin-bottom:0px; padding: 0; background-image: url(../../images/LearnMore2.gif) no-repeat; }
.more a { display:block; width:85px; height:30px; float: right; background: url(../../images/LearnMore2.gif); }
.more img {width: 100%; height: 100%; border: 0; }* html a:hover {visibility:visible}
.more a:hover img{visibility:hidden}



.quote { font-family: Trebuchet MS; color:#535963; font-size:13px; line-height:19px; margin-bottom:18px; margin-left:10px; margin-right:10px; padding-left: 0; padding-right: 0;}

.byline { font-family: Trebuchet MS; color:#535963; font-size:10px; line-height:13px; margin-bottom:5px; margin-left:20px; margin-right:0px; padding-left: 0; padding-right: 0;}











.landingPage {display: none;}

/* === HEADER === */

.mzingaTopHeaderLinks:link	{ font: 15px Trebuchet MS;  color:#FFFFFF; text-decoration: none;}
.mzingaTopHeaderLinks:visited	{ font: 15px Trebuchet MS; color:#FFFFFF; text-decoration: none;}
.mzingaTopHeaderLinks:hover	{ font: 15px Trebuchet MS;  color:#FFFFFF; text-decoration: underline;}

.mzingaTopHeader2Links:link	{ font:bold 11px tahoma,Arial,Helvetica,sans-serif; color:#ffffff; text-decoration: none;}
.mzingaTopHeader2Links:visited	{ font:bold 11px tahoma,Arial,Helvetica,sans-serif; color:#ffffff; text-decoration: none;}
.mzingaTopHeader2Links:hover	{ font:bold 11px tahoma,Arial,Helvetica,sans-serif; color:#ffffff; text-decoration: underline;}

.mzingaUtilityHeaderTableCell {padding: 0px 0px 0px 0px; background-image: url(../../images/Utility_middle.gif); background-repeat: repeat-x; }

/* === SECONDARY MENU == */

.mzingaSecondaryMenuTable {padding: 0px 0px 0px 0px; background-image: url(../../images/gray_nav_tile.jpg); background-repeat: repeat-x; }

.SecHeaderLinks:link	{ font: 13px Trebuchet MS;  color:#4879CA; text-decoration: none;}
.SecHeaderLinks:visited	{ font: 13px Trebuchet MS;  color:#4879CA; text-decoration: none;}
.SecHeaderLinks:hover	{ font: 13px Trebuchet MS;  color:#4879CA; text-decoration: underline;}

.TableCellSecHeaderLinks	{ background-image: url(../../images/normal_menu.jpg); background-repeat: no-repeat; cursor:pointer; background:transparent; }

.TableCellSecHeaderLinks:hover	{ background-image: url(../../images/rollover_menu.jpg); background-repeat: no-repeat; cursor:pointer;}

.TableCellSecHeaderLinksSelected	{ background-image: url(../../images/selected_menu.jpg); background-repeat: no-repeat; cursor:pointer; }

.TableCellSecHeaderLinksSelected:hover	{ background-image: url(../../images/selected_menu.jpg); background-repeat: no-repeat; cursor:pointer;}


/* === CONTENT CONTAINER === */

    #contentcontainer { background:url(../img/bg.gif) no-repeat center 100px; padding-top:15px; }



/* === CENTER (CONTENT) COLUMN, STRETCHY === */

    #content {
    	margin:0px 0px 20px 170px;
    	padding:5px 10% 24px 3%;
    	z-index:3;
    	border-left:1px dashed #B2B2B2;
    	color:#535963;
    	min-height:350px;
        height:expression(this.scrollHeight < 350? "350px" : "auto" );
        min-width:480px;
        width:expression(document.body.clientWidth < 480? "480px": "auto" );
    }

    .iconic ul, ul.iconic { padding:5px 0 5px 10px; margin:2px 0 10px 0; }

    .iconic li { background:url(../img/fileicons/square.gif) no-repeat;  margin:2px 10px 1px 0; list-style:none; padding:0px 10px 2px 19px; }



    .iconic li.audio { background:url(../img/fileicons/audio.gif) no-repeat 0px 2px; }
    .iconic li.movie { background:url(../img/fileicons/movie.gif) no-repeat 0px 2px; }
 

    .iconic li.image { background:url(../img/fileicons/image.gif) no-repeat 0px 2px; }
    .iconic li.earth { background:url(../img/fileicons/earth.gif) no-repeat 0px 2px; }
    .iconic li.pdf   { background:url(../img/fileicons/pdf.gif) no-repeat 0px 2px; }
    .iconic li.pdf2   { background:url(../img/fileicons/pdf2.gif) no-repeat 0px 2px; }
    .iconic li.doc   { background:url(../img/fileicons/doc.gif) no-repeat 0px 2px; }
    .iconic li.xls   { background:url(../img/fileicons/xls.gif) no-repeat 0px 2px; }
    .iconic li.ppt   { background:url(../img/fileicons/ppt.gif) no-repeat 0px 2px; }
    .iconic li.box   { background:url(../img/fileicons/box.gif) no-repeat 0px 2px; }
    .iconic li.page  { background:url(../img/fileicons/page.gif) no-repeat 0px 2px; }
    .iconic li.form  { background:url(../img/fileicons/form.gif) no-repeat 0px 2px; }
    .iconic li.env   { background:url(../img/fileicons/envelope.gif) no-repeat 0px 5px; }
    .iconic li.arrow { background:url(../img/fileicons/arrow_bullet.gif) no-repeat 0px 3px; padding-left:20px; margin-bottom:10px;  }
   .iconic li.greenarrow { background:url(../../images/linkarrow2.gif) no-repeat 0px 3px; padding-left:15px;  }
   .iconic li.square2 { background:url(../img/fileicons/square2.gif) no-repeat 0px 3px; padding-left:20px; }
   .iconic li.square3 { background:url(../img/fileicons/square2.gif) no-repeat 0px 3px; padding-left:20px; margin-left:40px; }
    .iconic li.none  { background:none; }




/* === NEWS === */

    .news, .news a, .news a:link, .news a:active, .news a:visited { font: bold 15px Trebuchet MS;  sans-serif; color:#1c90b1; margin-top:0px; margin-bottom:5px;}

    .newsdate { font: 13px Trebuchet MS;  sans-serif; color:#1c90b1; margin-top:0px; margin-bottom:10px;}
    .news#content h2 { margin:2px 0 0 0; padding:0; }
    .news#content h4 { margin:2px 0 12px 0; padding:0; }

    .news#content div#article_container { padding:0 0 18px 0; line-height:18px; }
    .news#content div#article_container p { margin:18px 0 0 0; }

    table.articles td { padding-bottom:10px; }


/* === CAREERS === */

    #content ul.jobs li { margin-bottom:12px; }


/* === INSIGHTS === */

    .insights#content {
    	min-height:800px;
        height:expression(this.scrollHeight < 800? "800px" : "auto" );
    }

    #content p.insights_feature {
        padding:5px 10px 20px 95px;
        margin-bottom:0px;
    }

    #content p.insights_feature img {
        float:left;
        margin:-5px 0 15px -100px;
    }

    #content strong.h3 { font:bold 14px tahoma,Arial,Helvetica,sans-serif; color:#8ACF55; margin-bottom:4px; }
    #content strong.h3 a { color:#8ACF55; }


/* === POLL === */

    #poll {
        margin:0 -20px 0 10px;
        padding:5px;
        border:5px solid #EEEEEE;
        width:280px;
        font-size:10px;
        float:right;
    }

    #poll h3 { background:#8ACF55; color:white; margin:-5px -5px 8px -5px; padding:2px 6px; }

    #poll form { margin:0; padding:0; }
    #poll p { margin:0; padding:0 0 8px 0; }
    #poll p#question { font-size:10px; font-weight:bold; }

    .poll_row { margin-bottom:4px; }
    .poll_row input { display:inline; text-align:right; }
    .poll_row label { }
    .vote { clear:both; margin:10px 0 5px 0; }

    .percent { float:left; width:36px; padding-left:5px; text-align:right; }
    .choice  { width:190px; margin-bottom:5px;}
    .bar { height:7px; font-size:1px; margin:3px 0px 1px 0px; }
    .total { clear:both; margin:5px auto; padding:3px; font-weight:bold; }

    #poll td {font-size:10px; line-height:12px; padding-bottom:10px; }
    .c { padding-right:5px; }


/* === MISC === */

    #content p.paginate { margin-bottom:0; padding-bottom:0; }
    #content p.quote_by { margin:0; padding:0; font-style:italic; line-height:14px; text-align:right; }


    #content em.date { font-size:10px; font-style:italic; }

    #content ul#awards li { margin-bottom:16px; }
    #content p.awards img { margin:0 20px 10px 0; }

    #content ul#history li { margin-bottom:16px; }

    #content ul.customers li img { vertical-align:middle; }

    .tbo#content { padding:5px; }

    #content ul.offices { list-style:none; margin-left:20px; }

    #intro { margin-left:-0.5em; min-width:260px; margin-top:10px; margin-bottom:65px; }

	.learnmore { font:bold 14px Trebuchet MS;  color:#0B479D; line-height:14px; text-align: center;}
	
    /* .green { color:#8ACF55; font-weight:bold; } */

    .solution_pdf {
        border:5px solid #E3E3E6;
        float:right;
        width:120px;
        padding:10px;
        text-align:center;
        font:bold 10px tahoma,verdana;
        margin-left:15px;
    }
    * html .solution_pdf { width:150px; }


    .solution_pdf img { margin-bottom:5px; }
    .solution_pdf a { text-decoration:none; display:block; }
    .solution_pdf h3 { margin:0; padding:0; font:bold 10px verdana; }

    ol.search_results li { line-height:18px; padding-bottom:8px; }




#container { width:900px; margin:0px 0px 0px 0px; background:#FFFFFF; padding:0px; font-size:12px; }
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:0px; }
#container p { text-align:justify; padding:0px 0px 0px 0px; margin:0px; }
#container p ol, #container p ul { margin:0px 0px 0px 0px; }
#container p.notes { color:#999999; font-size:10px; }

/* ----------------IMAGE SLIDER------------- */
.SliderHeader { 
font: 20px Trebuchet MS, sans-serif; 
color:#1c90b1; 
}

#SlideItMoo_outer {
	width:900px;
	background:#FFFFFF;
	display:block;
	position:relative;
	left:40px;
	top:5px;
	height: 150px;
}

/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:28px; 
	height:185px; 
	bottom:0px; 
	right:-20px; 
	background:url(../../images/slidergallery/next.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:-20px; 
	background:url(../../images/slidergallery/back.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative;
	overflow:hidden;
	width:550px; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	margin:0px 0px 0px;
	font-size:11px;
	width:180px;
	text-align:center;
	color:#000000;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; display:block; background:#ffffff; padding:1px; }
#SlideItMoo_items a:hover { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#ffffff; padding:1px; }
#SlideItMoo_items a img{ border:none; }

.trigger{
	cursor:pointer;
	background:#f3f3f3;
}		
.trigger:hover{
	cursor:pointer;
	background:#f3f3f3;
}		
.expanded{
	background:#f3f3f3;
	cursor:pointer;
}
.expanded:hover{
	background:#f3f3f3;
	cursor:pointer;
}
.show{
position:static;
display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:10px;
	width:100px;
	overflow:hidden;
}

/* increase height depending on rows of content in right column, to prevent overlappage. */

    #body_solutions #content {
    	min-height:550px;
        height:expression(this.scrollHeight < 550? "550px" : "auto" );
    }

    #body_services #content {
    	min-height:450px;
        height:expression(this.scrollHeight < 450? "450px" : "auto" );
    }

/* BreadCrumb */

.breadcrumbRow 
{
	height:30px;
}

.breadcrumb 
{
	padding-left:52px;
	vertical-align: middle;
}

/* Webinar	*/

.webinarErrorText { font:bold 14px Tahoma,Arial; color:#FF0000;}
.webinarConfirmationText { font:bold 14px Tahoma,Arial; color:#3168C2; }

/* WebSite Forms */
.inputText {
color:#333333;
font:normal 11px tahoma,arial,sans-serif; 
}


/* ====================================================================================== /*
/* ====================================================================================== /*

/* GENERAL STYLES */
body {
color:#333333;
font:normal 12px tahoma,Verdana,sans-serif; 
line-height:1.5em;
margin:0px;
}

td {
 vertical-align:top;
}

img  { 
	margin:0; 
	padding:0; 
	border:0; 
}
a, 
a:link, 
a:visited, 
a:active { 
	font-family:tahoma,arial; 
	font-weight:bold; 
	color:#0A6E84; 
	text-decoration: none; 
}
a:hover {
	text-decoration:underline;
}
hr {
	border:none;
	background:transparent url(/images/hr_gray_fade.gif) no-repeat center center;
	height:5px;
	margin:10px 0px;
}
hr.intro {
	border:none;
	background:transparent url(/images/hr_gray_fade.gif) no-repeat center center;
	height:5px;
	margin:30px 0px;
}
h2 {
	color:#74A441; 
	font-size:25px;
	font-family: tahoma,arial;
	font-weight:normal; 
	font-family:Tahoma,arial;
	line-height:normal;
	margin: 5px 0px 20px 0px; 
}
h3 {
	margin: 5px 0px 10px 0px; 
}
h3,
h3 a, 
h3 a:link, 
h3 a:active, 
h3 a:visited
{ 
	color:#0D5E8A; 
	font-size:20px;
	font-weight:normal;
	line-height:1.2em; 
}
h3 a:hover {
	text-decoration:underline; 
}
h4 {
	margin: 5px 0px 10px 0px; 
}
h4 a, 
h4 a:link, 
h4 a:active, 
h4 a:visited
{ 
	color:#0D5E8A; 
	font-size:14px; 
	font-weight:bold; 
}
h4 a:hover {
	text-decoration:underline; 
}
h5 {
	color:#676767;
	font-size:14px;
	margin: 5px 0px; 
}
h6 {
	color:#676767;
	font-size:12px;
	margin: 5px 0px; 
}
.subhead { 
	color:#666666; 
	font-family: tahoma,arial;  
	font-size:20px; 
	line-height:1.2em;
	margin-bottom:10px;  
} 
.divider_fade {
	clear:both;
	margin:auto; 
	padding-top:10px;
}
/* END GENERAL STYLES */



/* CLASSES USED THROUGHOUT */
hr.marginsm {
	background-color:#FFFFFF;
	border:none;
	border-top:dotted 1px #4879CA;
	color:#FFFFFF;
	height:1px;
	margin:5px 0px 0px 0px;
}
.mainText { 
	color:#333333; 
	font-family:tahoma,arial;  
	font-size:12px;
	}
.mainText2 { 
	color:#333333; 
	font-family:tahoma,arial;  
	font-size:11px;
}
.introtext { 
	color:#333333; 
	font-family:tahoma,arial;  
	font-size:14px;
	line-height:1.8em;
}
.greenbar {
	background:url(/images/greenbar_bg.gif) repeat-x; 
	clear:both; 
	height:35px; 
	margin-top:40px;
	width:100%; 
}
.greenbar_left {
	background:transparent; 
	display:inline; 
	float:left; 
	width:10px;
}
.greenbar_right {
	display:inline; 
	float:right; 
	width:10px;
}
.greenbar_text {
	color:#FFFFFF; 
	display:inline; 
	float:left;
	font-family:arial; 
	font-size:18px; 
	font-weight:bold; 
	padding-top: 8px; 
}
.green {
	color:#74A441;
}
h3.green { 
	color:#74A441; 
	font-size:20px;
	font-weight:normal;
	line-height:1.2em; 
}
.secthead_green
{ 
	color:#74A441; 
	font-size:17px;
	font-weight:normal;
	line-height:1.5em; 
}
.bluebar {
	background:url(/images/bluebar_bg.gif) repeat-x; 
	clear:both; 
	height:35px; 
	margin-top:40px;
	width:100%; 
}
.bluebar_left {
	background:transparent; 
	display:inline; 
	float:left; 
	width:10px;
}
.bluebar_right {
	display:inline; 
	float:right; 
	width:10px;
}
.bluebar_text {
	color:#FFFFFF; 
	display:inline; 
	float:left;
	font-family:arial; 
	font-size:18px; 
	font-weight:bold; 
	padding-top: 8px; 
}
.blue {
	color:#0d5e8a;
}
h3.blue { 
	color:#0d5e8a; 
	font-size:20px;
	font-weight:normal;
	line-height:1.2em; 
}
.secthead_blue { 
	color:#0d5e8a; 
	font-size:17px;
	font-weight:normal;
	line-height:1.5em; 
}
.righthead_blue {
    color: #0D5E8A !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.3em !important;
}
.secthead_grsm {
    color: #74A441;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}
.pcast1, 
.pcast1 a, 
.pcast1 a:link, 
.pcast1 a:active, 
.pcast1 a:visited { 
	color:#0D5E8A; 
	font-size:18px;
	font-weight:normal; 
	line-height:1.2em;
	margin:10px 0px;
}
.pcast2, 
.pcast2 a, 
.pcast2 a:link, 
.pcast2 a:active, 
.pcast2 a:visited { 
	color:#0D5E8A; 
	font-size:14px;
	font-weight:normal; 
	line-height:1.2em;
	margin:0px 0px 5px 0px;
}

.pcast3 { font: 11px tahoma,arial;  sans-serif; color:#0A6E84; margin-top:0px; margin-bottom:10px;}

.pcastbyline { 
	color:#0D5E8A; 
	font-size:12px;
	font-weight:normal; 
	margin:10px 0px;
}

.news, 
.news a, 
.news a:link, 
.news a:active, 
.news a:visited { 
	color:#0D5E8A; 
	font-size:14px;
	font-weight:normal; 
	line-height:1.2em;
	margin:0px 0px 5px 0px;
}

.linksm,
a.linksm, 
a.linksm:link, 
a.linksm:active, 
a.linksm:visited { 
	color:#0D5E8A; 
	font-size:11px;
	font-weight:normal; 
}
a.linksm:hover { 
	text-decoration:underline;
}

#table_pgcontent
{
	background: #f8f8f8; 
	border-collapse:collapse;
	font-family:tahoma,arial;
	font-size: 11px;
	margin: 20px 0px 20px 0px ;
	text-align:left;
	vertical-align:top; 
	width: 620px;
}
#table_pgcontent thead {
	background:url(/images/th_bg.jpg) no-repeat;
}
#table_pgcontent th
{
	color:#0D5E8A; 
	font-family: tahoma,arial;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 5px;
	vertical-align: middle; 
	width: 200px;
}
#table_pgcontent td
{
	padding: 15px 15px 15px 5px;
	color: #333333;
	vertical-align: top; 
	border-bottom: 1px solid #91af3a;
}
#table_pgcontent .odd
{
	background: #ffffff; 
}

#table_pgcontent .sub
{
	font-weight: bold;
}
#table_pgcontent ul 
{
	margin:1;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
}

#table_pgcontent td a,
#table_pgcontent td a:active,
#table_pgcontent td a:visited;
#table_pgcontent td a:link { 
	color:#0A6E84; 
}
#table_pgcontent td a:hover { 
	text-decoration: underline;
}

.content_graybox {	
	border:none;
	margin:auto;
	margin-bottom:20px;
	}
td.content_graybox_top {
	background:url(/images/graybox_top_bg.gif) repeat-x; 
	width:100%;	
	}
.content_graybox_left {	
	background:url(/images/graybox_l_bg.gif) repeat-y;
	}
.content_graybox_right {	
	background:url(/images/graybox_r_bg.gif) repeat-y;
	}
.content_graybox_bottom {
	background:url(/images/graybox_bot_bg.gif) repeat-x;
	width:100%;	
	}
.content_graybox_contentcell {
 	background:url(/images/sidebar/graybox_bg.gif) repeat-y;
	font-family:tahoma,arial;
	font-size:12px;
	}
.content_graybox_content {
	margin:auto;
	width:220px; 
	}
/* END CLASSES USED THROUGHOUT */



/* HOME BANNERS */
div.homeBanners {
	margin:auto;
	width:980px; 
}	
	
div.homeBanners #sections {
	margin:0px;
	padding:0px;
	text-align:right;
}
div.homeBanners #sections img {
	border:none; 
	margin:0px;
}
div.homeBanners #sections img.selected {
	background:url(images/home/slider_selected.gif) repeat-x;
} 
div.homeBanners .description {
	height:350px;
	margin:0px;
	padding:0px;
	width:980px;
}
/* END HOME BANNERS */



/* SECONDARY NAV MENU */
table.SecondaryMenuBar {
background-image: url(../../images/gray_nav_tile.jpg); 
background-repeat: repeat-x;
border:none;
width:100%;
}
td.SecondaryMenuLeftEdge {
margin:0px;
padding:0px;
width:32px;
}
td.SecondaryMenuItems {
width:100%;
}
ul.SecondaryMenuItemList {
float:left;
height:32px;
list-style-type:none;
margin:0px;
padding:0px;
}
li.SecondaryMenuItem {
display:inline;
float:left;
height:32px;
}
li.SecondaryMenuItem a,
li.SecondaryMenuItem a:visited,
li.SecondaryMenuItem a:active,
li.SecondaryMenuItem a:link  {
color:#3168C2; 
display:block;
font: 12px Tahoma,arial;
height:auto;
line-height:32px;
padding:0px 20px;
text-decoration: none;
}
li.SecondaryMenuItem a:hover {
background-image: url(../../images/rollover_menu.jpg); 
background-repeat: repeat-x;
height:auto;
text-decoration: underline;
color:#3168C2; 
display:block;
font: 12px Tahoma,arial;
line-height:32px;
padding:0px 20px;
}
li.SecondaryMenuItemSelected {
background-image: url(../../images/selected_menu.jpg); 
background-repeat: repeat-x;
color:#3168C2; 
cursor:pointer;
display:inline;
float:left;
font: 12px Tahoma,arial;
height:32px;
text-decoration: none;
}
li.SecondaryMenuItemSelected a,
li.SecondaryMenuItemSelected a:hover,
li.SecondaryMenuItemSelected a:visited,
li.SecondaryMenuItemSelected a:active,
li.SecondaryMenuItemSelected a:link {
background-image: url(../../images/selected_menu.jpg); 
background-repeat: repeat-x;
height:auto;
text-decoration: none;
color:#3168C2; 
display:block;
font: 12px Tahoma,arial;
line-height:32px;
padding:0px 20px;
}
td.SecondaryMenuRightEdge {
float:right;
margin:0px;
padding:0px;
width:32px;
}
/* END SECONDARY NAV MENU */




/* THIRD NAV MENU */
table.ThirdMenuBar {
background:#FCFCFC;
border:none;
border:solid 1px #EAEAEA;
border-top:none;
margin:0px 31px;
width:916px;
}
td.ThirdMenuLeftEdge {
margin:0px;
padding:0px;
}
ul.ThirdMenuItemList {
float:left;
height:32px;
list-style-type:none;
margin:0px;
padding:0px;
}
li.ThirdMenuItem {
display:inline;
float:left;
height:32px;
}
li.ThirdMenuItem a,
li.ThirdMenuItem a:visited,
li.ThirdMenuItem a:active,
li.ThirdMenuItem a:link  {
color:#666666; 
display:block;
font: 11px Tahoma,arial;
height:auto;
line-height:32px;
padding:0px 20px;
text-decoration: none;
}
li.ThirdMenuItem a:hover {
height:auto;
text-decoration: underline;
color:#666666; 
display:block;
font: 11px Tahoma,arial;
line-height:32px;
padding:0px 20px;
}
li.ThirdMenuItemSelected {
/* background-image: url(../../images/selected_menu.jpg); 
background-repeat: repeat-x; */
color:#666666; 
cursor:pointer;
display:inline;
float:left;
font: 11px Tahoma,arial;
font-weight:bold;
height:32px;
text-decoration: none;
}
li.ThirdMenuItemSelected a,
li.ThirdMenuItemSelected a:hover,
li.ThirdMenuItemSelected a:visited,
li.ThirdMenuItemSelected a:active,
li.ThirdMenuItemSelected a:link {
/* background-image: url(../../images/selected_menu.jpg); 
background-repeat: repeat-x; */
height:auto;
text-decoration: none;
color:#666666; 
display:block;
font: 11px Tahoma,arial;
font-weight:bold;
line-height:32px;
padding:0px 20px;
}
td.ThirdMenuRightEdge {
float:right;
margin:0px;
padding:0px;
width:32px;
}
/* END THIRD NAV MENU */




/* NEWS SECTION */
div#newsdetail h4
{ 
	color:#0D5E8A; 
	font-size:18px;
	font-weight:normal; 
	line-height:1.2em;
	margin:10px 0px;
}
.newssub { 
	color:#0D5E8A; 
	font-size:14px;
	font-weight:normal; 
	line-height:1.2em;
}
.newsbody { 
}
/* END NEWS SECTION */


/* BREADCRUMBS */
td.breadcrumb {
	color:#333333; 
	font-family: tahoma,Arial; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration: none; 
}
a.headerLinks, 
a.headerLinks:link, 
a.headerLinks:visited, 
a.headerLinks:active { 
	color:#0A6E84; 
	font-family: tahoma,Arial; 
	font-size:11px; 
	font-weight:normal; 
	text-decoration: none; 
}
headerLinks:hover { 
	text-decoration: underline;
}


/* COMPANY PHOTOS */
img.companyphoto {
	padding:5px;
	}
/* END COMPANY PHOTOS */




/* OTHER LINK STYLES */
a.learn_grn,
a.learn_grn:link,
a.learn_grn:active,
a.learn_grn:visited {
	color:#4fb230; 
	font-size:12px; 
	font-family:tahoma,arial; 
	font-weight:bold; 
}
a.learn_grn:hover {
	color:#4fb230; 
	font-family:tahoma,arial; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:underline;
}

a.headline_red,
a.headline_red:link,
a.headline_red:active,
a.headline_red:visited {
	color:#d03302; 
	font-family:tahoma,arial; 
	font-size:20px; 
	font-weight:normal;
	line-height:1.2em;
}
a.headline_red:hover {
	color:#d03302; 
	font-family:tahoma,arial; 
	font-size:20px; 
	font-weight:normal;
	line-height:1.2em;
	text-decoration:underline;
}

a.home_newsbar,
a.home_newsbar:link,
a.home_newsbar:active,
a.home_newsbar:visited {
	color:#0D5E8A; 
	font-family:tahoma,arial; 
	font-size:13px; 
	font-weight:bold;
}
a.home_newsbar:hover {
	text-decoration:underline;
}
a.home_newsbar_more,
a.home_newsbar_more:link,
a.home_newsbar_more:active,
a.home_newsbar_more:visited {
	color:#676767; 
	font-family:tahoma,arial; 
	font-size:10px; 
	font-weight:normal;
}
a.home_newsbar_more:hover {
	text-decoration:underline;
}

a.home_tabs_more,
a.home_tabs_more:link,
a.home_tabs_more:active,
a.home_tabs_more:visited {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:12px; 
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
}
a.home_tabs_more:hover {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:12px; 
	font-weight:bold;
	line-height:1.2em;
	text-decoration:underline;
}
div#home_bottomboxes {
text-align:left;
}
div#home_bottomboxes a,
div#home_bottomboxes a:link,
div#home_bottomboxes a:active,
div#home_bottomboxes a:visited {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:12px; 
	font-weight:normal;
	text-decoration:none;
}
div#home_bottomboxes a:hover {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:12px; 
	font-weight:normal;
	text-decoration:underline;
}
/* END OTHER LINK STYLES */



/* FOOTER STYLES */
div.footerTextTitle {
	color:#676767; 
	font-family:tahoma,arial; 
	font-size:14px; 
	font-weight:bold; 
	padding:10px 0px;
	}
div.footerlinks a,
div.footerlinks a:link,
div.footerlinks a:active,
div.footerlinks a:visited {
	color:#f4f4f4;
	font-family:tahoma, arial; 
	font-size:11px; 
	font-weight:normal;
	text-decoration:none;
}
div.footerlinks a:hover {
	color:#f4f4f4;
	font-family:tahoma, arial; 
	font-size:11px; 
	font-weight:normal;
	text-decoration:underline;
}
a.footerlinksubscribe,
a.footerlinksubscribe:link,
a.footerlinksubscribe:active,
a.footerlinksubscribe:visited {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:14px; 
	font-weight:normal;
	text-decoration:none;
}
a.footerlinksubscribe:hover {
	color:#0a6e84;
	font-family:tahoma,arial; 
	font-size:14px; 
	font-weight:normal;
	text-decoration:underline;
}
/* END FOOTER STYLES */


/* SIDEBAR STYLES */

.sidebar_home a,
.sidebar_home a:link,
.sidebar_home a:active,
.sidebar_home a:visited,
.sidebar_home a:hover {
	color:#3168c2;
	font-family:tahoma,arial;
	font-size:17px;
	font-weight:normal;
	}


.sidebarcontent_inner {
	margin:auto;
	width:200px; 
	}
.sidebarfadebox {
	background:url(/images/sidebar/fadebox_bg.gif) no-repeat; 
	border:none;
	height:140px; 
	margin-bottom:20px;
	width:240px;
	}
.sidebarfadebox_content {
	font-family:tahoma,arial;
	font-size:12px;
	margin:auto; 
	margin-bottom:20px;
	margin-top:10px; 
	width:220px; 
	}
.sidebarfadebox_content td {
	font-family:tahoma,arial;
	font-size:12px;
	}
.sidebarfadebox_content a,
.sidebarfadebox_content a:link,
.sidebarfadebox_content a:active,
.sidebarfadebox_content a:visited,
.sidebarfadebox_content a:hover {
	color:#3168c2;
	font-family:tahoma,arial;
	font-size:12px;
	}
.sidebarfadebox_titlebar_orange { 
	background:url(/images/sidebar/titlebar_orange.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:42px; 
	margin:auto; 
	padding:12px; 
	text-align:left; 
	width:220px; 
	}
.sidebarfadebox_titlebar_green { 
	background:url(/images/sidebar/titlebar_green.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:42px; 
	margin:auto; 
	padding:12px; 
	text-align:left; 
	width:220px; 
	}
.sidebarfadebox_titlebar_red { 
	background:url(/images/sidebar/titlebar_red.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:42px; 
	margin:auto; 
	padding:12px; 
	text-align:left; 
	width:220px; 
	}
.sidebarfadebox_titlebar_blue { 
	background:url(/images/sidebar/titlebar_blue.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:42px; 
	margin:auto; 
	padding:12px; 
	text-align:left; 
	width:220px; 
	}
.sidebarfadebox_titlebar_blue_0d5e8a { 
	background:url(/images/sidebar/titlebar_blue_0d5e8a.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:42px; 
	margin:auto; 
	padding:12px;
	text-align:left; 
	width:220px; 
	}
.sidebarfadebox_titlebar_none { 
	border-bottom:solid 1px #CCCCCC;
	color:#333333; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	margin:auto; 
	margin-bottom:10px;
	padding:12px; 
	}
.sidebarfadebox_bottom {
	background:#ffffff;	
	}
.sidebartour_title {
	color:#333333;
	font-family:tahoma,Arial; 
	font-size:18px; 
	padding:10px 0px 10px 10px; 
	text-align:left;	
	}
.sidebargraybox {	
	border:none;
	margin-bottom:20px;
	width:240px; 
	}
.sidebargraybox_contentcell {
 	background:url(/images/sidebar/graybox_bg.gif) repeat-y;
	font-family:tahoma,arial;
	font-size:12px;
	}
.sidebargraybox_content {
	margin:auto;
	width:220px; 
	}
.sidebarnobox {
	background:#FFFFFF; 
	border:none;
	margin-bottom:20px;
	margin-top:20px;
	width:220px; 
	}
.sidebarquoteopen {
	background:url(/images/quotes_open.gif) no-repeat;	
	}
.sidebarquotecontent {
	background:url(/images/quotes_close.gif) no-repeat bottom right;
	color:#676767; 
	font-family:tahoma,arial; 
	font-size:14px; 
	line-height:1.8em; 
	margin:auto; 
	width:220px; 
	}
.sidebarquotebyline {
	color:#676767;
	font-family:tahoma,arial; 
	font-size:11px; 
	margin-top:10px; 
	}
/* END SIDEBAR STYLES */




/* TWEETIZEN STYLES */
div#twtzn div.tweet_collection {
background:#FFFFFF;
border:solid 1px #cccccc;
height:250px;
overflow:auto;
}
div#twtzn div#tweetizen_widgets_embed_ui_Tweeter_0 {
display:none;
}
div#twtzn div#tweetizen_widgets_embed_ui_TweetList_0 div.header {
display:none;
}
div#twtzn div.tweet_information {
border-bottom:solid 1px #cccccc;
padding:5px;
}
div#twtzn div.tweet_information div.from_user {
border-right:solid 1px #cccccc;
color:#999999;
display:inline;
padding-right:5px;
}
div#twtzn div.tweet_information div.created_at {
color:#999999;
display:inline;
padding-left:5px;
}
div#twtzn div.no_tweet_results,
div#twtzn div.pager, 
div#twtzn div.footer {
display:none !important;
}

div.dijitDialogTitleBar {
border: solid 1px #cccccc;
color:#666666;
float:right;
font-family:tahoma,arial;
font-weight:bold;
padding:2px 5px;
}
div#tweetizen_widgets_embed_ui_UserProfileDialog_2_Dialog {
background:#f5f5f5;
border:solid 1px #666666;
font-family:tahoma,arial;
font-size:11px;
padding:20px;
}
div#tweetizen_widgets_embed_ui_UserProfileDialog_2_Dialog div.property,
div#tweetizen_widgets_embed_ui_UserProfileDialog_2_Dialog div.value {
display:inline;
}
div#tweetizen_widgets_embed_ui_UserProfileDialog_2_Dialog div.controls_container {
padding-top:20px;
}


/* ADDITIONAL TWEETIZEN FOR HOME PAGE */
div#home_twtzn div.tweet_collection {
background:transparent;
border:none;
height:250px;
overflow:auto;
width:200px;
}
div#home_twtzn a,
div#home_twtzn a:link,
div#home_twtzn a:active,
div#home_twtzn a:visited {
color:#0a6e84;
font-family:arial;
font-size:12px;
font-weight:normal;
}
div#home_twtzn div.new_tweets {
border-bottom:none;
font-family:tahoma,arial;
font-size:12px;
padding:5px 0px;
}
div#home_twtzn div.tweet_information {
border-bottom:none;
font-family:tahoma,arial;
font-size:12px;
padding:5px 0px;
}
div#home_twtzn div.tweet_information div.from_user {
border-right:none;
color:#0a6e84;
display:inline;
font-weight:bold;
padding-right:5px;
}
div#home_twtzn div.tweet_information div.created_at {
color:#0a6e84;
display:inline;
padding-left:5px;
}
/* END ADDITIONAL TWEETIZEN FOR HOME PAGE */



/* FEEDBURNER ON HOME PAGE */
div#home_bottomboxes div.feedburnerFeedBlock ul {
font-family:tahoma,arial;
font-size:12px;
list-style-type: none;
margin:0px;
padding:0px;
}
div#home_bottomboxes div.feedburnerFeedBlock ul li {
margin:0px 0px 10px 0px;
}
div#home_bottomboxes div.feedburnerFeedBlock ul li span.headline a {
font-weight:bold;
}
div#home_bottomboxes div.feedburnerFeedBlock ul li p {
line-height:1.2em;
margin:0px;
}
div#home_bottomboxes div.feedburnerFeedBlock div#creditfooter {
display:none;
}
/* END FEEDBURNER ON HOME PAGE */



/* FACEBOOK ON HOME PAGE */
div#home_fb div.fan_box div.full_widget {
background-color:#EAEAEA !important; 
}
/* END FACEBOOK ON HOME PAGE */



/* FACEBOOK ON COMMUNITY OVERVIEW PAGE */
/* FACEBOOK ON COMMUNITY OVERVIEW PAGE */



/* FLICKR ON COMMUNITY OVERVIEW PAGE */
#community_flickr #flickr_badge_uber_wrapper {
margin-left:0px !important;
}
#community_flickr .flickr_badge_image img {
border:1px solid #94A3C4 !important;
}
/* END FLICKR ON COMMUNITY OVERVIEW PAGE */



/* JQUERY TOOLTIP */
.jqtip {
background: #FFFFFF;
border: 1px solid #CCCCCC;
display: none;
font-family:tahoma,arial;
font-size:11px;
font-weight:normal;
padding: 10px;
width:300px;
}
/* END JQUERY TOOLTIP */



/* MZINGA BLOG STYLE OVERRIDES */
body.os-wrapbody {
background: #000000;
}
div.ptcBlogMain div.ptcActive {
background-color:#FFFFFF !important;
}
div.os-header {
margin-left:-38px;
}
div.os-brandtop {
/* height:350px; */
}
div.os-stdnavbar {
background:none;
color:#666666;
width:200px;
}
div.os-footer {
background-color:#000000;
}
div.os-footer td {
text-align:left;
}
div.os-pagefooter {
display:none;
}
div.os-blogheader div.os-bar h1 {
background:none;
}
div.os-appheader div.os-bar h1 {
background:none;
color:#74A441; 
font-size:22px;
font-weight:normal; 
font-family:Tahoma,arial;
line-height:normal;
margin: 5px 0px 20px 0px; 
height:33px;
margin:3px 0 0;
padding:1px 0 1px 10px;
}
body.os-wrapbody h2 {
color:#0D5E8A;
font-weight:normal !important;
font-size:20px;
font-family:tahoma,arial;
}
div.ptcContainer div.ptcBlogMain,
div.ptcContainer div.ptcBlogMain p,
div.ptcBlogMain ul li.ptcItem div.ptcEntry span.ptcText {
color:#333333;
font-family:Tahoma,arial;
font-size:12px;
}

div.ptcContainer div.ptcBlogMain div.ptcComments,
div.ptcContainer div.ptcBlogMain div.ptcComments p,
div.ptcBlogMain div.ptcComments ul li.ptcItem div.ptcEntry span.ptcText {
color:#333333;
font-family:Tahoma,arial;
font-size:11px;
line-height:1.2em;
}
div.ptcBlogMain div.ptcComments ul li.ptcItem div.ptcEntry span.ptcText {
line-height:1.2 em;
margin:4px 0 8px;
}
div.ptcBlogPostsByUser a:hover,
div.ptcBlogPostsByUser h3 a:hover {
background:none;
}
div.ptcBlogPostsByUser div.ptcBlogUser,
div.ptcBlogPostsByUser div.ptcBlogUserPic {
display:inline; 
float:left;
padding-bottom:20px;
padding-right:20px;
}
div.ptcBlogPostsByUser a.BlogUserBioLink, 
div.ptcBlogPostsByUser a:link.BlogUserBioLink, 
div.ptcBlogPostsByUser a:visited.BlogUserBioLink, 
div.ptcBlogPostsByUser a:active.BlogUserBioLink {
font-size:14px;
font-weight:normal;
text-decoration:none;
}
div.ptcBlogPostsByUser a:hover.BlogUserBioLink {
background:none;
text-decoration:underline;
}
div.ptcBlogPostsByUser div.ptcBlogUserDivider {
background:transparent url(http://www.mzinga.com/images/divider_fade.jpg) no-repeat scroll 0 0;
clear:both;
display:block; 
margin-bottom:20px;
padding-top:20px;
}
div.ptcBlogPostsByUser div.ptcBlogUserPosts {
clear:both;
color:#333333;
display:block; 
font-family:Tahoma,arial;
font-size:12px;
}
div.ptcBlogPostsByUser div.ptcBlogUserPosts div.ptcDatePosted {
font-size:11px;
padding:10px 0px 20px 0px;
}
/* END MZINGA BLOG STYLE OVERRIDES */


/* DOWNLOAD KIT STYLES */
div#kitForm form td,
div#kitForm form td a {
font-size:11px;
line-height:1.2em;
}
div#kitForm form input, 
div#kitForm form select {
font-size:11px;
}
div#kitForm form input#securityCode {
width:150px;
}
.sidebarfadebox_kit {
	background:url(/images/sidebar/fadebox_bg_kit.gif) no-repeat; 
	border:none;
	height:140px; 
	margin-bottom:20px;
	width:300px;
	}
.sidebarfadebox_content_kit {
	font-family:tahoma,arial;
	font-size:12px;
	margin:auto; 
	margin-bottom:0px;
	margin-top:10px; 
	width:280px; 
	}
.sidebarfadebox_titlebar_blue_0d5e8a_kit { 
	background:url(/images/sidebar/titlebar_blue_0d5e8a_kit.gif) no-repeat; 
	color:#FFFFFF; 
	font-family:tahoma,arial;	
	font-size:18px; 
	font-weight:normal; 
	height:30px;
	margin:auto; 
	padding:12px;
	text-align:left; 
	width:280px; 
	}
div .kitItemTitle,
div a.kitItemTitle,
div a.kitItemTitle:link,
div a.kitItemTitle:active,
div a.kitItemTitle:visited,
div a.kitItemTitle:hover {
font-size:14px;
font-weight:bold;
} 
/* END DOWNLOAD KIT STYLES */


