/* CSS Document */
/* ------------------------------------------------------------------ GENERAL STYLES ---------------------------------------------- */
body {
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
                background: #959898; 
                text-align:center;
	}

#testdefault #default {
	display: block;
	background-color: #FFFFFF;
                text-align:center;
	}



#testdefault #articleToolBody{
              background: #fff;
}


#testdefault .preHeaderRegion{
                background-color: #b9b7b8;
}

#testdefault .footerRegion{

                border-top: 9px solid #ffffff;
	padding: 7px;
}

#testdefault .layoutFooterLinks{
                background-color:#fff;
}

#testdefault .contentStyle {
	width: 1000px;
	background-color:#fff;
                text-align:center;
	}

#testdefault .regionParent{margin:auto; background-color:#fff; text-align:center;}

/* The CSS empty-cells property specifies whether to display or hide borders on empty table cells. (Mozilla) */
#testdefault .contentStyle table { 
	empty-cells: show;
	}

/* This only applies to the global Copyright Page */
#testdefault .copyrightPage { background-color: #FFFFFF; font-size: 14px; font-family: arial, helvetica, sans-serif; padding: 5px;}


/* -------------------------------------------------------------- END GENERAL STYLES ---------------------------------------------- */



/* ------------------------------------------------------------------ REGION STYLES ---------------------------------------------------- */

#testdefault td.gutter {
	display: none;
	}

#testdefault td.region2 {
	margin: 0;
	padding: 7px;
	vertical-align: top;
	background-color: #ffffff;
	border: 10px solid #e2e2e1;
	border-right: none;
	border-bottom: none;
                display: none;
	
}

#testdefault td.region4 {
	background: #fff;
	border-left: 10px solid #ffffff;
	margin: 0;
	vertical-align: top;
	width: 310px;
	padding: 5px 0 0 7px;
	}

#testdefault td.region5 {
	vertical-align: top;
	width: 310px;
	padding: 5px 7px 0 7px;
	border: none;
	background: #fff;
	}

/* FOR IE: ie is rendering space for these cells that cannot be styled */
td.region1,
td.region2b,
td.region8,
td.region9,
td.region10,
td.region11,
td.region12,
#testdefault td.region13{
	height: 0;
	background-color: #ffffff;
	padding: 5px 0 0 10px;
	margin: 0;
	}



/* --- RIGHT COLUMN --- */
#testdefault td.region3 {
	width: 324px;
	border: 9px solid #ffffff;
	border-bottom: none;
	padding: 5px 7px 0 7px;
	background-color: #fff;
	}

#testdefault td.region6 {
	background-color: #fff;
	border-left: 9px solid #ffffff;
	margin: 0;
	width: 160px;
	}

#testdefault td.region7 {
	background-color: #fff;
	border-right: 9px solid #ffffff;
	margin: 0;
	width: 160px;
	}

#testdefault td.region14 {
	width: 324px;
	background-color: #fff;
	border-right: 9px solid #ffffff;
	border-left: 9px solid #ffffff;

	padding: 5px 7px 5px 7px;
	
	}
/* --- END RIGHT COLUMN --- */

#testdefault td.footerRegion {
	border-top: 9px solid #ffffff;
	padding: 7px;
	background-color: #fff;
	}
/* ----------------------------------------------------------------END REGION STYLES ---------------------------------------------------- */





/* ------------------------------------------------------------- DEFAULT MASTHEAD STYLES ---------------------------------------------- */
/* ------ DEFAULT MASTHEAD styles ------ */

/* THIS REMOVES THE DOTTED OUTLINE AROUND LINKS IN FIREFOX */
#testdefault a {
	outline: none;
	}
	
/* THIS ADDS A HAND CURSOR THAT WASN'T CONSISTENT IN IE */
	
#testdefault a {
	cursor: pointer;
	}

/* ------ MASTHEAD CONTAINER */
/* container for everything above the navigation */
#testdefault #masthead_home {
	top: 0px;
	left: 0px;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2007/0308/20070308_023037_pioneer_sectionheader.jpg) no-repeat  0 0;
	height: 100px;
	position: relative;
	width: 1000px;
	}

#testdefault #home_masthead #masthead_home {
	background-image:url(http://extras.twincities.com/images/20070910_031555_headBG_1.jpg);
	height: 84px;
	}

/*  ------  SECTION HEADER - this identifies the section after TwinCities.com such as "News" */
#testdefault h1.sectionheader {
    position: absolute;
    top: 30px;
    left: 337px;
    margin: 0;
    color: #fdc689;
    background: none;
    font-weight: bold;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
	}

/*  ------  BEGIN MASTHEAD SUBSCRIBE LINKS */
#testdefault ul#pioneersubscribe {
	color: #fff;
                align: center;
	display: inline;
	float: left;
	font-size: 12px;
                font-weight: bold;
	list-style: none;
	margin: 55px 50px 0 0;
	}
#testdefault ul#mobile {
	color: #fff;
	display: inline;
	font-size: 12px;
                font-weight: bold;
	list-style: none;
	}
	
#testdefault #home_masthead ul#pioneersubscribe {
	margin: 54px 95px 0 0;
	}

#testdefault ul#pioneersubscribe li {
	border-right: 1px solid #FFFFFF;
	display: inline;
	}

#testdefault ul#pioneersubscribe li.end {
	border: none;
	}

#testdefault ul#pioneersubscribe li a {
	color: #fff;
	text-decoration: underline;
	padding: 0 3px;
	}

#testdefault *html ul#pioneersubscribe li a {
	padding: 0 0 0 4px;
	}
/* END MASTHEAD SUBSCRIBE LINKS */


/* ------ BEGIN searchbar styles*/
#testdefault #searchbar {
	height: 38px;
	padding-top: 10px;
	position: absolute;
	right: -20px;
	top: 38px;
	width: 375px;
	}
	
#testdefault #home_masthead #searchbar {
	right: 290px;
	top: 15px;
	width: 316px;
	}	

#testdefault *html #searchbar {
	margin-left: 175px;
	}

#searchbar a, 
#testdefault #searchbar a:visited {
	color: #000;
	text-decoration:none;
	}

#testdefault #searchbar a:hover {
	text-decoration: underline;
	}

#testdefault #searchbar form {	
	margin-top: 2px;
	padding: 0 2px 0 0;
	}

#testdefault #searchbar label {
	float: left;
	padding: 5px 0 0 15px;
	color: #21486d;
	font-weight: bold;
	}

#testdefault #searchbar input {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}
	
#testdefault *html #searchbar form input.button {
	vertical-align: -4px;
	}

#testdefault #searchbar form input.button {
    padding: 0 0 4px 0;
    margin: 0px 2px 0px 10px;
	vertical-align: bottom;
	}

#testdefault #searchbar form input.searchbox {
	background-color: #FFF;
	border: 1px solid #A6A39A;
	width: 255px;
	height: 20px;
	margin: 3px 0 6px 23px;
	}
	
#testdefault #home_masthead #searchbar form input.searchbox {
	width: 220px;
	margin: 3px 0 6px 12px;
	}

#testdefault #logoLink {
    position: absolute;
    top: 12px;
    left: 12px;
    }

#testdefault #logoLink img {
    width: 330px;
    height: 50px;
    border: 0;
    }
#testdefault #searchoptions {color: #FFF;font-size: 7pt;list-style-image: none;list-style-position: outside;list-style-type: none;margin: 0pt;padding: 0pt;font-family: verdana;} 

#testdefault #searchoptions li {display: inline;position: relative; left: -33px;} 

#testdefault .cSearchText {width: 200px;margin-left: 6px;vertical-align: baseline;} 

#testdefault .yahooText {font-weight: bold;color: #FFF;display: inline;} 

#testdefault .yahooSearchText {font-weight: bold;color: #FFF;display: inline;} 

/* END searchbar */

/*BEGIN Search with Yahoo*/
#testdefault ul#searchoptions {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	}

#testdefault .yahooPoweredBy {
display: inline;
font-weight: bold;
font-family: Verdana;
font-size: 9px;
}
	
#testdefault html>body ul#searchoptions {
top: 40px;
left: 0;
}

#testdefault ul#searchoptions li {
	display: inline;
	padding-right: 5px;
	}
	
#testdefault ul#searchoptions li.end span {
font-size: 13px; 
font-weight: bold;
display: inline;
}	
/*END Search with Yahoo*/

/* ----------------------------------------------------------END DEFAULT MASTHEAD STYLES ---------------------------------------------- */





/* ------------------------------------------------------------- NAVIGATION STYLES ---------------------------------------------- */



/* ------------------------------------------------------------------------- 
                     MNG NAVIGATION SYSTEM v 1.0
---------------------------------------------------------------------------- */


/* Main (tab) Navigation
---------------------------------------------------------------------------- */

/*  global navigation menu */
#testdefault #navcontainer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 1000px;
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100400_bg_tabcontainer.gif) repeat-x 0 0;
	position: relative;
	height: 53px; /* <- important: height= topnav height + subnav height + borders */
	}

/* ie box model hack (old doctype) */
#testdefault *html #navcontainer {
	}

#testdefault #navcontainer a {
	}

/* main nav bar */
#testdefault #p7TBM {
	/*background: transparent url(http://extras.mnginteractive.com/live/media/site571/2006/1214/20061214_102906_bg_tabs_main.gif) repeat-x 0 0px;*/
	}

/* main navigation */
#testdefault #p7TBMroot {
	background-color: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	}

/* "rootbox" container */
#testdefault #p7TBMrootbox {
	background-color: transparent;
	}

#testdefault #p7TBMroot ul {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

#testdefault #p7TBMroot li {
	list-style-type: none;
	display: inline;
	}

#testdefault #p7TBMroot li a {
	float: left;
}

#testdefault #p7TBMroot .p7TBMtext li.first a {
	}


/* CLASSIFIED NAV - similar to .p7TBMtext */
#testdefault .classifiedsnav {
	position: absolute;
	top: 4px;
	right: 10px;
	}


#p7TBMroot .p7TBMtext li a,
#testdefault #p7TBMroot .classifiedsnav li a {
	text-decoration: none;
	padding: 0;
	height: 24px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095619_bg_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li a span,
#testdefault #p7TBMroot .classifiedsnav li a span {
	padding: 6px 8px 6px 8px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #010F37;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095523_bg_left_both.gif) no-repeat left top;
	}

#testdefault #p7TBMroot .classifiedsnav li a {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_101119_orange_right_both.gif) no-repeat right top;
	color: #fff;
	}

#testdefault #p7TBMroot .classifiedsnav li a span {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_101059_orange_left_both.gif) no-repeat left top;
	color: #fff;
	}

/* --- Selected/Active State NOTE: this class gets added to the <a> tag "on-the-fly"--- */
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .classifiedsnav .p7TBMdown, 
#testdefault #p7TBMroot .classifiedsnav .p7TBMdown:hover {
	color: black!important;
	background-color: transparent!important;
	padding: 0;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095111_active_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext .p7TBMdown span, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover span,
#p7TBMroot .classifiedsnav .p7TBMdown span, 
#testdefault #p7TBMroot .classifiedsnav .p7TBMdown:hover span {
	padding: 6px 8px 6px 8px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #000;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095008_active_left_both.gif) no-repeat left top;
	}

/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active,
#p7TBMroot .classifiedsnav .p7TBMon,
#p7TBMroot .classifiedsnav li a:focus, 
#testdefault #p7TBMroot .classifiedsnav li a:active {
	color: #000;
	padding: 0;
	margin: 0;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095111_active_right_both.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li.first a:focus,
#testdefault #p7TBMroot .p7TBMtext li.first a:active {}

.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon span,
#p7TBMroot .p7TBMtext li a:focus span, 
#p7TBMroot .p7TBMtext li a:active span,
#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#testdefault #p7TBMroot .classifiedsnav li a:active span {
	padding: 6px 8px 6px 8px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #013067;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095008_active_left_both.gif) no-repeat left top;
	}


#testdefault #p7TBMroot .classifiedsnav li.first a {
	margin-left: 20px;
	}

#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#testdefault #p7TBMroot .classifiedsnav li a:active span {
	color: #F27F21;
	}





/* SubNavigation
---------------------------------------------------------------------------- */

/* main subnav wrapper */
#testdefault #p7TBMsubwrap {
	position: relative;
	height: auto;
	font: normal 11px arial, helvetica, sans-serif;
	}

/* subnav wrapper */
#testdefault #p7TBM .p7TBMsub {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	background: url(http://extras.mnginteractive.com/live/media/site569/2007/0227/20070227_032343_bg_subnav.gif) repeat-x 0 0;
	}

#testdefault .p7TBMsubbox {
	padding: 4px 0 0 0;
	}


/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
#testdefault .p7TBMsub ul {
	margin: 0;
	padding: 0;
	background-image: url(http://extras.mnginteractive.com/live/media/navbar/horizontal/iebfix.gif);
	background-color: transparent;
	border: 0;
	}

#testdefault .p7TBMsub li {
	list-style-type: none;
	display: inline;
	}

/* ---  BOTH submenu links and non-links
 NOTE: When there is no link - always use a span as a replacement: */
.p7TBMsub li a,
#testdefault .p7TBMsub li span {
	color: #000;
	display: block;
	float: left;
	border: none;
	text-decoration: none;
	background:transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100958_nav_bullet.gif) no-repeat 0% 50%;
	padding: 1px 6px 1px 10px;
	}


#testdefault .p7TBMsub li.first a {
	/*margin-left: 5px;*/
	display: inline-block;
	background: none;
	}

.p7TBMsub li.last a,
#testdefault .p7TBMsub li.last span {
	border-color: #ebedf8;
	}

.p7TBMsub li a:hover,
.p7TBMsub li a:active,
#testdefault .p7TBMsub li a:focus {
	color: #000000;
	text-decoration: underline;
	}

.p7TBMsub li.first a:hover,
.p7TBMsub li.first a:active,
#testdefault .p7TBMsub li.first a:focus {
	}

/* ---  non-link submenu items
 When there is no link - always use a span as a replacement: */
#testdefault .p7TBMsub li span {
	margin: 0;
	}


/* current state marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
#testdefault .p7TBMsub .p7TBMmark:focus {
	font-weight:bold;
	color: #013067;
	cursor: default;
	text-decoration: none;
	}


/* ------ HOME TAB SPECIFIC*/

#testdefault .rightSub ul {
	float:right;
	padding-right: 10px;
	}

/* subnav - optional class */
.p7TBMsub li.right,
#testdefault .p7TBMsub2 li.right {
	float: right;
	}







/* ------ misc additional styles */

/*this tells firefox not to display the " dotted border " when you click - do not change */
#p7TBMroot .p7TBMtext a,
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .p7TBMtext .p7TBMdown:focus,
.p7TBMsub li a,
.p7TBMsub li a:hover,
#testdefault .p7TBMsub li a:focus {
	outline: none;
	-moz-outline: none !important;
	}

#testdefault #p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}



/* BEGIN LOGIN NAV FOR JOIN TWINCITIES.COM SECTION */
#testdefault #loginBar {
	background: #bbc9da url(http://extras.mnginteractive.com/live/media/site569/2007/0227/20070227_022950_bg_login.gif) repeat-x 0 0;
	height: 30px;
	border-top: 1px solid #fff;
	width: 1000px;
	}

#testdefault p#date {
	float: left;
	font-size: 11px;
	padding: 3px 0 0 25px; 
	}

#testdefault ul#jointwincities {
	position: absolute;
	top: 5px;
	right: 76px;
	font-size: 11px;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #fff;
	}

#testdefault ul#jointwincitiesHome {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 11px;
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #fff;
	}

#testdefault ul#jointwincities li {
	border-right: 1px solid #fff;
	display: inline;
	}

#testdefault ul#jointwincitiesHome li {
	border-right: 1px solid #fff;
	display: inline;
	}

#testdefault ul#jointwincities li.first {
	border: none;
	font-weight: bold;
	}

#testdefault ul#jointwincities li.end {
	border: none;
	}

#testdefault ul#jointwincitiesHome li.first {
	border: none;
	font-weight: bold;
	}

#testdefault ul#jointwincitiesHome li.end {
	border: none;
	}

#testdefault ul#jointwincities li a {
	color: #fff;
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	}

#testdefault ul#jointwincities li a:hover {
	text-decoration:underline;
	}

#testdefault ul#jointwincitiesHome li a {
	color: #fff;
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	}

#testdefault ul#jointwincitiesHome li a:hover {
	text-decoration:underline;
	}



/* Subnav positioning */
/*travel*/
#testdefault #p7TBMsub08 ul {
    padding-left: 360px;
    }


/*classifieds*/
#testdefault #p7TBMsub11 ul {
    padding-right: 34px;
    }


/*jobs*/
#testdefault #p7TBMsub12 ul {
    padding-right: 5px;
    }

/* cars */
#testdefault #p7TBMsub13 ul {
    padding-right: 5px;
    }


/*homes*/
#testdefault #p7TBMsub14 ul {
    padding-right: 5px;
    }

/*shopping*/
#testdefault #p7TBMsub15 ul {
    padding-right: 47px;
    }


/* END LOGIN NAV FOR JOIN TWINCITIES.COM SECTION */

/* ------------------------------------------------------------- END NAVIGATION STYLES ---------------------------------------------- */




/* ------------------------------------------------------------- DEFAULT BLOCK STYLES ---------------------------------------------- */
/* ------- main freeform container */
#testdefault .block {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #000;
                border-top: 1px solid #cee5f5;
	clear: both;
                background: #fff;
	}

/* ------- block container - for two blocks side by side */
#testdefault .twinBlocks {
	float: left;
	clear: both;
	border: 1px solid #bed9ec;
	margin-bottom: 10px;
	}

/* ------- main freeform container inside of twinblocks */
#testdefault .twinBlocks .block {
	float: left;
	width: 48%;
	padding: 1%;
	border: none;
	margin: 0;
	background-color: transparent;
	clear: none;
	}

/* ------- main freeform container inside of twinblocks - ie hack to set width */
#testdefault *html .twinBlocks .block {
	width: 50%;
	}


#testdefault .firstBlock{
border-top: none;
}

#testdefault .headOnly {
    padding: 0;
    margin-bottom: 0;
}

/* ---------------------------- HEADERS  ---------------------------- */

/* ------- main block header container */
#testdefault .block .header {
	}

/* ------- main block header & tabs header */
.block h1,
#testdefault .block .tabs h1 {
	margin: 0;
	padding: 5px 0;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #005296;
	background: none;
	height: auto;
	}

/* ------- main block header & tabs header - inside of twinblocks */
#testdefault .twinBlocks .block h1 {
	background-image: none;
	background-color: transparent;
	padding: 3px 0 5px 3px;
	}

/* ------- alternate block header */
#testdefault .block h1.alt {
	font: bold 16px "Times New Roman", Times, serif;
	color: #242424;
	}

/* ------- alternate block header 2 modified */
#testdefault .block h1.alt2 {
	font: bold 16px verdana, arial, helvetica, sans-serif;
	color: #242424;
	}
	
/* ------- main block header (when in a header container) */
#testdefault .block .header h1 {
	}

/* ------- main block header (when in an alternate header container) */
#testdefault .block .headerAlt h1 {
	font: bold 16px "Times New Roman", Times, serif;
	color: #242424;
	}

/* ------- default header links */
.block h1 a:link,
.block h1 a:visited,
#testdefault .block h1 a:active  {
	color: #005296;
	text-decoration: none;
	}

/* ------- default header links - rollover state */
#testdefault .block h1 a:hover  {
	color: #00223f;
	text-decoration: underline;
	}

/* ------- subhead class - used as a class to an inline element (span for eg) nested inside of an h1 - see calendar for example */
#testdefault .block h1 .sub {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0 10px;
	}

/* ------- item on right of header text */
#testdefault .block h1 .headerLinkR {
	float: right;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	padding-top: 2px;
	}

/* ------- link on right of header text */
#testdefault .block h1 .headerLinkR a {
	color: #005296;
	}

/* ------- item on right of alternate header */
#testdefault .block h1.alt .headerLinkR {
	float: right;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100925_bullet_red_raq.gif) no-repeat 0 6px;
	}

	/* ------- item on right of alternate header */
#testdefault .block h1.alt2 .headerLinkR {
	float: right;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100925_bullet_red_raq.gif) no-repeat 0 6px;
	}
	
/* ------- link on right of alternate header text */
#testdefault .block h1 .headerLinkR a {
	padding-left: 9px;
	}

/* ------- sponsored logo container on right of header */
#testdefault .block h1 .headerSponsor {
	float: right;
	font: normal 9px verdana, arial, helvetica, sans-serif;
	width: 160px;
	color: #222;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/* ------- sponsored logo image on right of header */
#testdefault .block h1 .headerSponsor img {
	border: none;
	width: 88px;
	height: 31px;
	float: none;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle;
	}

#testdefault .block h1 .headerSponsor table {
	border: 1px solid red;
	display: inline;
	}

/* ---------------------------- END HEADERS  ---------------------------- */




/* ---------------------------- TABS  ---------------------------- */

/* ------- default tab-set (unordered list) */
#testdefault .block .tabs {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	list-style: none;
	}

/* ------- default tab */
#testdefault .block .tabs li {
	float: left;
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
	background-image: none;
	border-left: 1px solid #222;
	line-height: 12px;
	}

/* ------- first tab on left */
#testdefault .block .tabs li.first {
	margin-left: 0px;
	border-left: none;
	padding-left: 0;
	}

/* ------- tab link */
.block .tabs li a:link,
.block .tabs li a:visited,
#testdefault .block .tabs li a:active {
	color: #293f61;
	text-decoration: underline;
	margin: 0 0 0 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
#testdefault .block .tabs li a:hover {
	color: #000;
	}

#testdefault .block .tabs li.bulletRaq {
    padding: 0 5px 0 8px;
    background-position: 5px 5px;
    }

#testdefault .block .tabs li.bulletRaq a {
    margin: 0 0 0 3px;
    
    }

/* ---------------------------- END TABS  ---------------------------- */




/* ---------------------------- MAIN CONTENT ---------------------------- */

/* ------- main containter for freeform content (used within a 'block' container) - also see hack styles below  */
#testdefault .block .contentblock {
	margin: 0 0 10px 0;
	}

/* ------- main header for content (needed to differentiate from main h1 tag) */
#testdefault .block .contentblock h1 {
	background: none;
	border: none;
	}

/* ------- content headers */
.block .contentblock  h1,
.block .contentblock  h2,
.block .contentblock  h3,
.block .contentblock  h4,
#testdefault .block .contentblock  h5 {
	margin: 0 0 5px 0;
	padding: 0;
	}

/* ------- used when a list is used after a floated item - to force a line-break */
#testdefault .block .contentblock .clearList {
	margin:  0;
	padding: 10px 5px;
	clear: both;
	}

/* ------- forces floated elements to be contained within this class - also see hack styles below  */
#testdefault .contentblock .clearfix {
	margin: 10px 0;
	}

/* ------- secondary block header */
#testdefault .block h2 {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin: 10px 0 5px 0;
	padding: 0;
	}

/* ------- secondary block header - link */
#testdefault .block h2 a {
	color: #3e4ea6;
	}

/* ------- tertiary block header */
#testdefault .block h3 {
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #00223f;
	margin: 10px 0 5px 0;
	}

/* ------- links */
.block a:link,
.block a:visited,
#testdefault .block a:active {
	color: #005296;
	text-decoration: none;
	}

/* ------- links - rollover state */
#testdefault .block a:hover {
	text-decoration: underline;
	}

/* ------- alternate links */
#testdefault .block a.alt {
	text-decoration: underline;
	}

/* ------- alternate links - rollover state */
#testdefault .block a:hover.alt {
	text-decoration: none;
	}

/* ------- paragraph */
#testdefault .block p {
	margin: 0 0 10px 0;
	}

/* ------- unordered list */
#testdefault .block ul {
	margin: 0 0 10px 0;
	padding: 0 2px;
	list-style: none;
	}

/*  ------- default list items */
#testdefault .block ul li {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100906_bullet_blue_sm.gif) no-repeat 0 6px;
	line-height: 14px;
	padding: 0 0 0 10px;
	margin: 0 0 3px 0px;
	}

/*  ------- list items with a black bullet */
.block ul.bulletBlack li,
.block ul li.bulletBlack,
.block ul.bulletRaq li.bulletBlack,
.block ul.bulletNone li.bulletBlack,
#testdefault .block ul.bulletRSS li.bulletBlack {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100729_bullet_black_sm.gif) no-repeat 0 6px;
	}

/*  ------- list items with no bullet */
.block ul.bulletNone li,
.block ul li.bulletNone,
.block ul.bulletRaq li.bulletNone,
.block ul.bulletBlack li.bulletNone,
#testdefault .block ul.bulletRSS li.bulletNone {
	background-image: none;
	padding: 0;
	}

/*  ------- list items with RSS icon */
.block ul li.bulletRSS,
.block ul.bulletRSS li,
.block ul.bulletRaq li.bulletRSS,
.block ul.bulletBlack li.bulletRSS,
#testdefault .block ul.bulletNone li.bulletRSS {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1128/20061128_101211_bullet_rss.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0px;
	}

/*  ------- list items with raquo ( >> ) icon */
.block ul li.bulletRaq,
.block ul.bulletRaq li,
.block ul.bulletNone li.bulletRaq,
.block ul.bulletBlack li.bulletRaq,
#testdefault .block ul.bulletRSS li.bulletRaq {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100925_bullet_red_raq.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	}

/*  ------- main header inside a list */
#testdefault .block ul h1 {
	background: none;
	margin: 0;
	padding: 0;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: none;
	color: #000;
	}

/*  ------- default list link */
#testdefault .block li a {
	color: #111a70;
	margin: 0;
	padding: 2px 0;
	}

/*  ------- one pixel solid line divider */
#testdefault .block .hr {
	border-top: 1px solid #ccc;
	margin: 10px;
	}

#testdefault .block a.more {
    white-space: nowrap;
    }


/* ---------------------------- IMAGES ---------------------------- */

/*  ------- default image (thumbnail) */ 
#testdefault .block img {
	
	}

/* ------- thumbnail images used in "special sections" */ 
#testdefault .block img.specialSection {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	border: 1px solid #719fb7;
	}

/*  ------- large thumbnail images */ 
#testdefault .block img.bigthumb {
	width: 100px;
	}

/*  ------- original image size */ 
#testdefault .block img.normal {
                width: auto;
                padding:0px;
                margin:0px;
                border:none;
}

/*  ------- original image size */ 
#testdefault .block img.normalright {
                width: auto;
                padding:0px;
                margin:0px;
                border:none;
				float: right;
				text-decoration: none;
}


/*  ------- large & medium image containers */ 
.block .contentblock .image-med,
#testdefault .block .contentblock .image-large {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	}

/*  ------- large & medium images - shared styles */ 
.block .contentblock p.image-med img,
#testdefault .block .contentblock p.image-large img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

/*  ------- large image */ 
#testdefault .block .contentblock .image-large img {
	width: 300px;
	}

/*  ------- medium image */ 
#testdefault .block .contentblock .image-med img {
	width: 140px;
	}

/*  ------- 80 pixel wide thumbnail */ 
#testdefault .block img.thumb80 {
	float: none;
	margin: 0 auto 5px auto;
	width: 80px;
	border: none;
	}


/* ---------------------------- COLUMNS ---------------------------- */

#testdefault .block .col {
	background: none; /*<- unnecessary if you remove the background image. */
}

/*  ------- class added to "contentblock cols" container to declare that two columns are meant to be used */ 
#testdefault .block .cols2 {
	}

/*  ------- class added to "contentblock cols" container to declare that three columns are meant to be used */ 
#testdefault .block .cols3 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
#testdefault .block .cols4 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
#testdefault .block .cols5 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
#testdefault .block .cols6 {
	}

/*  ------- general styles for all columns */ 
#testdefault .block .col {
	float: left;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_101240_px_ltbl.gif) repeat-y right bottom;
	}

/*  ------- plain style for columns without divider lines or backgrounds */ 
#testdefault .block .plain .col {
	background-image: none;
	}

/*  ------- styles for all 2 column columns */ 
#testdefault .block .cols2 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 46%;
	}

/*  ------- styles for all 3 column columns */ 
#testdefault .block .cols3 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 30%;
	}

/* X------- styles for all 3 column columns */ 
#testdefault .block .cols4 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 21%;
	}

/* X------- styles for all 3 column columns */ 
#testdefault .block .cols5 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 17%;
	}

/* X------- styles for all 3 column columns */ 
#testdefault .block .cols6 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 14%;
	}

/* IE box model hacks - doesn't recognize padding % */
#testdefault *html .block .cols2 .col {
	width: 48%;
	}
#testdefault *html .block .cols3 .col {
	width: 32%;
	}
#testdefault *html .block .cols4 .col {
	width: 23%;
	}
#testdefault *html .block .cols5 .col {
	width: 19%;
	}
#testdefault *html .block .cols6 .col {
	width: 16%;
	}
/* END IE hacks */

/*  ------- general styles for all final columns */ 
.block .cols2 .last,
.block .cols3 .last,
.block .cols4 .last,
.block .cols5 .last,
#testdefault .block .cols6 .last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	}

/*  ------- styles for final 2 column column */ 
#testdefault .block .cols2 .last {
	width: 50%;
	}

/*  ------- styles for final 3 column column */ 
#testdefault .block .cols3 .last {
	width: 32%;
	}

/* X------- styles for final 3 column column */ 
#testdefault .block .cols4 .last {
	width: 25%;
	}

/* X------- styles for final 3 column column */ 
#testdefault .block .cols5 .last {
	width: 20%;
	}

/* X------- styles for final 3 column column */ 
#testdefault .block .cols6 .last {
	width: 15%;
	}

/* X------- styles for final 3 column column */ 
#testdefault *html .block .cols6 .last {
	width: 15%;
	}



/*  ------- images in columns get special treatment */ 
#testdefault .block .col img {
	float: none;
	display: block;
	clear: both;
	}

/*  ------- list blocks that are columns are treated slightly differently */ 
#testdefault .block ul.col {
	margin: 0;
	padding: 0;
	width: auto;
	}

/*  ------- list items in a column */ 
#testdefault .block .col li {
	display: block;
	width: auto;
	}

/*  ------- list item links in a column */ 
#testdefault .block .col li a {
	color: #000;
	}

/*  ------- list item header links in a column */ 
#testdefault .block .col li h1 a {
	color: #000;
	}

/* ---------------------------- END COLUMNS ---------------------------- */




/* ---------------------------- MISC - generic styles ---------------------------- */

/*  ------- adds a 10px space above this element */ 
.block .spacer,
.block .contentblock .spacer,
#testdefault .block .contentblock.spacer {
	padding-top: 10px;
	}

/*  ------- variation for list items to allow for bullets as background images */ 
.block li.spacer,
.block .contentblock li.spacer,
#testdefault .block .contentblock .col li.spacer {
	margin-top: 10px;
	padding-top: 0;
	}

/*  ------- sets a fixed height and allows for scrollable content if necessary */ 
#testdefault .block .scrolling {
	height: 120px;
	border: 1px solid #c3d6e1;
	overflow: auto;
	padding: 10px;
	margin: 0;
	background: #fafafa;
	}

/*  ------- containter specific to housing a list.  Different margins from standard contentblock.  Used for blog entries. */ 
#testdefault .block .listBlock {
	margin: 0 0 5px 0;
	}

/*  ------- listBlock paragraph */ 
#testdefault .block .listBlock p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	}

/*  ------- time and date stamp found in some blog entries */ 
#testdefault .block .dateStamp {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #333;
	}

/*  ------- allows paragraph tags to flow into each other - Used for some blog entries. */ 
#testdefault .block .inline p {
	display: inline;
	}

/*  ------- right justifies content */ 
#testdefault .block .right {
	text-align: right;
	padding: 0;
	margin: 0;
	display: block;
	}

/*  ------- right justified link */ 
#testdefault .block .right a {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #3e4ea6;
	}

/*  ------- removes margins and padding */ 
#testdefault .block .tight {
	margin: 0;
	padding: 0;
	}

/*  ------- removes top and bottom margins and padding from list items */ 
#testdefault .block .tight li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}

/*  ------- sets font size in tables.  Necessary to override global styles. */ 
#testdefault .block table {
	font-size: 11px;
	}

/*  ------- center justifies content */ 
#testdefault .block .center {
	text-align: center;
	}
#testdefault .block .paddingleft {
                padding:0 0 0 5;
}

/*  ------- small font size - gray color */ 
#testdefault .block p.sml {
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #333;
	}


/* ---------------------------- FORMS ---------------------------- */

/*  ------- assigned to an input - forces a line break */ 
#testdefault .block .btn {
	display: block;
	margin: 10px 0;
	}

/*  ------- styles applied to a textarea form element */ 
#testdefault .block textarea {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 5px;
	border: 1px solid #c3d6e1;
	}




/* ---------------------------- SPECIFIC ELEMENTS ---------------------------- */

/*  ------- Calendar Form*/
#testdefault #calendarForm label {
	float: left;
	clear: both;
	width: 90%;
	margin: 0 0 10px 0;
	}

#testdefault #calendarForm input {
	float:  left;
                width: 120px;
                border: 1px solid #5e838c;
                font-size: 11px;
	}

#testdefault #calendarForm input#submitCal {
	float: right;
                width: auto;
                border: none;
	}
/*  ------- END Calendar Form*/

/*  ------- ask the expert header uses an image vs text as a header */ 
#testdefault .block h1.askExpert {
	padding: 2px 0 5px 5px;
	height: 30px;
	}
/*  ------- ask the expert image */ 
#testdefault .block h1.askExpert img {
	width: 180px;
	height: 30px;
	border: 0;
	margin: 0;
	}
/*  ------- ask the expert - header links */ 
#testdefault .block h1.askExpert span {
	padding-top: 17px;
	float: left;
	}




/* ---------------------------- FOOTER ---------------------------- */

/*  ------- footer container */
#testdefault .footer {
	font: normal 11px arial, helvetica, sans-serif;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1212/20061212_125258_logo_realCities.gif) no-repeat 3px 20px;
	padding: 10px 0 20px 0;
	margin: 10px 0;
                background-color:#fff;
	}

/*  ------- footer lists */
#testdefault .footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*  ------- footer top-list */
#testdefault .footer ul.top {
	border-top: 3px solid #ccc;
	padding: 5px 0;
	
	}

/*  ------- footer list-items */
#testdefault .footer li {
	display: inline;
	padding: 0 0px;
	margin: 0;
	}

/*  ------- footer links */
.footer a:link,
.footer a:visited,
#testdefault .footer a:active  {
	color: #036;
	border-right: 1px solid #036;
	padding: 0 4px 0 2px;
	}

/*  ------- footer last link in list */
.footer li.last a:link,
.footer li.last a:visited,
#testdefault .footer li.last a:active {
	border: none;
	}


/* --------------------------------------------------------------------------------------------------
hack for floated elements in freeforms containers - makes the box expand for fit content in firefox */

.header:after,
.footer:after,
.headerAlt:after,
.contentblock:after,
#testdefault .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.header,
.footer,
.headerAlt,
.contentblock,
#testdefault .clearfix {
	display: inline-block;
	}

#testdefault #default .privacyPolicyLink,  .mngSitemapLink, .copyrightLink { color: #111a70; text-decoration:none; }

/* Hides from IE-mac \*/
* html .header,
* html .footer,
* html .headerAlt,
* html .contentblock,
#testdefault * html .clearfix { height: 1%; }

.header,
.footer,
.contentblock,
.headerAlt,
#testdefault .clearfix { display: block; }
/* End hide from IE-mac */

/* END clearfix hack
------------------------------------------------------------------------------------------------- */


/*---------------Horizontal Lists------------------------*/
#testdefault ul.horiz {
	padding: 0 0 0 4px;  /*<- HACK! adjust for li a hack below */
	margin: 0;
	text-align: center;
	}

#testdefault ul.horiz li {
	background-image: none;
	padding: 0;
	display: inline;
	}

#testdefault ul.horiz li a {
	margin: 0 0 0 -4px; /*<- HACK! remove the white space that appears with a line break between list items*/
	padding: 0 2px;
	border-right: 1px solid #666; 
	}

#testdefault ul.horiz li.last a {
	padding-right: 0;
	border: none;
	}

#testdefault ul.horiz li.first a {
	padding-left: 0;
	}

/*--------------- End Horizontal Lists------------------------*/

/* ---------------------------------------------------------- END DEFAULT BLOCK STYLES ---------------------------------------------- */





/* -------------------------------------------------------------------- BLOCK2 STYLES --------------------------------------------------------- */

/* ------- block2 freeform container - appended to block */
#testdefault .block2 {
	margin: 0 0 10px 0;
                border: 1px solid #bed9ec;
	background-color: #cee5f5;
	padding: 2px;
	}

/* ------- block container - for two blocks side by side style2 */
#testdefault .twinBlocks2 {
	border: 1px solid #bed9ec;
	background: #cee5f5 url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
	}




/* ---------------------------- HEADERS  ---------------------------- */

/* ------- block2 header container */
#testdefault .block2 .header {
	background: #cfe5f5 url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	border: none;
	}

/* ------- block2 header & tabs header */
#testdefault .block2 h1 {
	background: #e5f1fa url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
	padding: 8px 10px;
	color: #39372c;
	}

/* ------- alternate block header */
#testdefault .block2 h1.alt {
	background: #cfe5f5 url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095203_bg_block2_headAlt.gif) repeat-x 0 0;	
	}

/* ------- block2 header container - alternate */
#testdefault .block2 .headerAlt {
	background: #cfe5f5 url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095203_bg_block2_headAlt.gif) repeat-x 0 0;
	}
/* ------- block2 header (when in an alternate header container) */
#testdefault .block2 .headerAlt h1 {
	background: transparent;
	}

/* ------- sponsored logo image on right of header */
#testdefault .block2 .headerSponsor img {
	padding-bottom: 6px;
	}

.block2 h1 a:link,
.block2 h1 a:visited,
#testdefault .block2 h1 a:active {
  color: #39372c;
}


/* ---------------------------- TABS  ---------------------------- */

/* ------- block2 tab-set (unordered list) */
#testdefault .block2 .tabs {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_101240_px_ltbl.gif) repeat-x right bottom;
	margin-bottom: 0px;
	clear: both;
	padding-top: 6px;
	}

/* ------- block2 tabs header */
#testdefault .block2 .tabs h1 {
	float: left;
	padding: 0 10px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #39372c;
	}

/* ------- block2 tab */
#testdefault .block2 .tabs li {
	float: right;
	border: none;
	margin: 0;
	background: none;
	}

/* ------- block2 tab links */
.block2 .tabs li a:link,
.block2 .tabs li a:visited,
#testdefault .block2 .tabs li a:active {
	padding: 4px 0px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #000;
	}

/* ------- block2 tab links - rollover state */
#testdefault .block2 .tabs li a:hover {
	color: #00223f;
	text-decoration: underline;
	}

/* ------- block2 tab - selected/active */
#testdefault .block2 .tabs li.selected {
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095932_bg_tab2_right2.gif) no-repeat bottom right;
	color: #833b00;
	margin: 0;
	padding: 0;
	}

/* ------- block2 tab - selected/active links */
.block2 .tabs li.selected a:link,
.block2 .tabs li.selected a:visited,
#testdefault .block2 .tabs li.selected a:active {
	color: #833b00;
	height: auto;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095730_bg_tab2_left2.gif) no-repeat bottom left;
	padding: 5px 9px 6px 9px;
	}

/* ------- block2 tab - selected/active links - rollover state */
#testdefault .block2 .tabs li.selected a:hover {
	text-decoration: none;
	}


/* --------------- TABS - alternate header  --------------- */

/* ------- block2 alternate tabs header  - tab - selected/active */
#testdefault .block2 .headerAlt .tabs li.selected {
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100046_bg_tab2_rightAlt2.gif) no-repeat bottom right;
	}

/* ------- block2 alternate tabs header  - tab - selected/active links */
.block2 .headerAlt .tabs li.selected a:link,
.block2 .headerAlt .tabs li.selected a:visited,
#testdefault .block2 .headerAlt .tabs li.selected a:active {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095818_bg_tab2_leftAlt2.gif) no-repeat bottom left;
	}



/* --------------- TABS - alternate header: single-line  --------------- */

/* ------- block2 single-line tabs header container with alternate */
.block2 .header .oneline,
#testdefault .block2 .headerAlt .oneline {
	padding-top: 6px;
	}

/* ------- block2 single-line tabs header with alternate */
.block2 .header .oneline h1 ,
#testdefault .block2 .headerAlt .oneline h1 {
	margin-top: -3px;
	}

/* ------- block2 single-line header - tab - selected/active */
#testdefault .block2 .oneline li.selected {
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095849_bg_tab2_right.gif) no-repeat bottom right;
	}

/* ------- block2 single-line header - tab - selected/active - links */
.block2 .oneline li.selected a:link,
.block2 .oneline li.selected a:visited,
#testdefault .block2 .oneline li.selected a:active {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095710_bg_tab2_left.gif) no-repeat bottom left;
	}

/* ------- block2 single-line Alternate header - tab - selected/active */
#testdefault .block2 .headerAlt .oneline li.selected {
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100006_bg_tab2_rightAlt.gif) no-repeat bottom right;
	}

/* ------- block2 single-line Alternate header - tab - selected/active - links */
.block2 .headerAlt .oneline li.selected a:link,
.block2 .headerAlt .oneline li.selected a:visited,
#testdefault .block2 .headerAlt .oneline li.selected a:active {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095753_bg_tab2_leftAlt.gif) no-repeat bottom left;
	}

/* ---------------------------- END TABS  ---------------------------- */




/* ---------------------------- MAIN CONTENT ---------------------------- */

/* ------- main containter for freeform content (used within a 'block2' container) */
#testdefault .block2 .contentblock {
	border: 1px solid #bed9ec;
	background-color: #fff;
	padding: 8px;
	margin: 0 0 2px 0;
	}

/* ------- additional class to contentblock used for the first (and only the first) block of content */
#testdefault .block2 .tabcontent {
	border-top: none;
	}
/* -------------------------------------------------------------------- END BLOCK2 STYLES --------------------------------------------------------- */




/* ----------------------------------------------------------------------- BLOCK3 STYLES ------------------------------------------------------------- */

/* ------- block3 freeform container - appended to block */
#testdefault .block3 {
	border: 1px solid #bed9ec;
                border-top: none;
	padding: 2px;
	background-image: none;
	border: none;
                margin: 0 0 10px 0;
	}

/* ------- block container - for two blocks side by side style3 */
#testdefault .twinBlocks3 {
	border: none;
	}




/* ---------------------------- HEADERS  ---------------------------- */

/* ------- block3 header & tabs header */
#testdefault .block3 h1 {
	padding: 8px 2px;
	}

/* ------- alternate block header */
#testdefault .block3 .headerAlt h1 {
	background: transparent;
	}

/* ------- sponsored logo image on right of header */
#testdefault .block3 .headerSponsor img {
	padding-bottom: 6px;
	}




/* ---------------------------- TABS  ---------------------------- */

/* ------- block3 tab-set (unordered list) */
#testdefault .block3 .tabs {
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100428_bg_tabs3.gif) repeat-x right bottom;
	margin-bottom: 0px;
	clear: both;
	padding-top: 0px;
	}

/* ------- block3 tabs header */
#testdefault .block3 .tabs h1 {
	float: left;
	padding: 0 10px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #005296;
	}

/* ------- block3 tab */
#testdefault .block3 .tabs li {
	float: right;
	border: none;
	margin: 0 3px 0 0;
	padding: 0 0 6px 0;
	background: none;
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100335_bg_tab3_right2.gif) no-repeat top right;
	}

/* ------- block3 tab links */
.block3 .tabs li a:link,
.block3 .tabs li a:visited,
#testdefault .block3 .tabs li a:active {
	padding: 4px 6px 0 6px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #000;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100227_bg_tab3_left2.gif) no-repeat top left;
	}

/* ------- block3 tab links - rollover state */
#testdefault .block3 .tabs li a:hover {
	color: #00223f;
	text-decoration: underline;
	}

/* ------- block3 tab - selected/active */
#testdefault .block3 .tabs li.selected {
	background: #fff url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100311_bg_tab3_right.gif) no-repeat top right;
	color: #833b00;
	margin: 0 3px 0 0;
	padding: 0 0 0px 0;
	}

/* ------- block3 tab - selected/active - links */
.block3 .tabs li.selected a:link,
.block3 .tabs li.selected a:visited,
#testdefault .block3 .tabs li.selected a:active {
	height: auto;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100146_bg_tab3_left.gif) no-repeat top left;
	padding: 5px 6px 11px 6px;
	}

/* ------- block3 tab - selected/active links - rollover state */
#testdefault .block3 .tabs li.selected a:hover {
	text-decoration: none;
	}



/* --------------- TABS - alternate header: single-line  --------------- */

/* ------- block3 single-line tabs header container with alternate */
.block3 .header .oneline,
#testdefault .block3 .headerAlt .oneline {
	padding-top: 6px;
	}

/* ------- block3 single-line tabs header with alternate */
.block3 .header .oneline h1 ,
#testdefault .block3 .headerAlt .oneline h1 {
	margin-top: -3px;
	}

/* ---------------------------- END TABS  ---------------------------- */




/* ---------------------------- MAIN CONTENT ---------------------------- */

/* ------- main containter for freeform content (used within a 'block3' container) */

#testdefault .block3 .contentblock {
	border: 1px solid #bed9ec;
	background-color: #fff;
	padding: 8px;
	margin: 0 0 5px 0;
	}

/* ------- additional class to contentblock used for the first (and only the first) block of content */
#testdefault .block3 .tabcontent {
	border-top: none;
	}


/* ----------------------------------------------------------------------- END BLOCK3 STYLES ------------------------------------------------------------- */


/* ---------------------------------------------------------------------------- BLOCK4 STYLES ------------------------------------------------------------- */
#testdefault .block4 {
    margin: 0 0 10px 0;
    }
/* ----------------------------------------------------------------------- END BLOCK4 STYLES ------------------------------------------------------------- */




/* ---------------------------------------------------------------------------- BLOCK5 STYLES ------------------------------------------------------------- */
#testdefault .block5 {
	background: #2c4c7d url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025212_block5-bl.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0 0 10px 0;
	}

#testdefault .block5 .header {
	background: url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025237_block5-tl.gif) no-repeat top left;
	}

#testdefault .block5 h1 {
	color: #fff;
	}

#testdefault .block5 .header h1 {
	background: url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025248_block5-tr.gif) no-repeat top right;
	font: bold 16px arial, helvetica, sans-serif;
	padding: 2px;
	color: #fff;
	}

/* ------- default header links */
.block5 .header h1 span,
.block5 .header h1 a:link,
.block5 .header h1 a:visited,
#testdefault .block5 .header h1 a:active  {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_030907_bg_block5_head.gif) repeat-x 0 0;
	padding: 5px;
	}

/* ------- default header links - rollover state */
#testdefault .block5 .header h1 a:hover  {
	text-decoration: underline;
	color: #fff;
	}


#testdefault .block5 .contentblock {
	background: #fff;
	margin: 0 6px;
	padding: 10px 10px 5px 10px;
	}

#testdefault .block5 .contentblock h1 {
	color: #000;
	}

.block5 .bulletBlack a:link,
.block5 .bulletBlack a:visited,
#testdefault .block5 .bulletBlack a:active  {
	color: #000;
	}

#testdefault .block5 .contentFoot {
	background: url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025223_block5-br.gif) no-repeat bottom right;
	padding: 3px 10px;
	}

.block5 .contentFoot a:link,
.block5 .contentFoot a:visited,
#testdefault .block5 .contentFoot a:active {
	font: bold 11px arial, helvetica, sans-serif;
	color: #fff;
	margin: 10px 0;
	}

/* ----------------------------------------------------------------------------END BLOCK5 STYLES ------------------------------------------------------------- */





/* ----------------------------------------------------------------------- PORTLET STYLES ------------------------------------------------------------- */
/* ------------------- ASK THE EXPERT ------------------------------- */

#testdefault .expertBox{
	margin: 0 0 10px 0;
	border: 1px solid #bed9ec;
	border-top: none;
	background-color: #cee5f5;
	padding: 2px;
}

#testdefault .expertHeader{
	background: #cfe5f5 url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	border: none;
padding: 8px 7px 7px 10px;
}

#testdefault #expertHeaderId{
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #39372c;
}

#testdefault .expertContent div{
	border: 1px solid #bed9ec;
	background-color: #fff;
padding: 8px;
	list-style: none;
	font: normal 10px verdana, arial, helvetica, sans-serif;
}

.expertContent a:link,
.expertContent a:visited,
#testdefault .expertContent a:active  {
	color: #005296;
	text-decoration: none;
	}
/* -------- rollover state */
#testdefault .expertContent a:hover  {
	color: #005296;
	text-decoration: underline;
	}

#testdefault .expertCategory{font-weight:bold;}
#testdefault .expertExpert{padding-bottom:10px;}

#testdefault .expertColOne{
       float:left;
       width:293px;
_width:305px;
}

#testdefault .expertColTwo{
       float:right;
       width:278px;
_width:300px;
}

#testdefault .expertUL{list-style-type: none;}

#testdefault .expertClear{
	clear: both;
}

#testdefault .expertFooter{
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0 10px;
}

.expertFooter a:link,
.expertFooter a:visited,
#testdefault .expertFooter a:active  {
	color: #005296;
	text-decoration: none;
	}

/* -------- rollover state */
#testdefault .expertFooter a:hover  {
	color: #00223f;
	text-decoration: underline;
	}
#testdefault .expertFooter br {display:none;}

#testdefault .expertAllLink{padding-right:20px;}

#testdefault .expertBecomeLink{}

/* ------------------- END ASK THE EXPERT ------------------------------- */


/* ------------------- COMPLEX LISTING ------------------------------- */
#testdefault .complexListingBox {
	font: normal 12px  arial, helvetica, sans-serif;
	line-height: 15px;
	}

.complexListingBox a:link,
.complexListingBox a:visited,
#testdefault .complexListingBox a:active {
	color: #111a70;
	text-decoration: none;
	}
	
#testdefault .complexListingBox a:hover {
	text-decoration: underline;
	}

#testdefault .listingItemTitle {
	font: bold 16px arial, helvetica, sans-serif;
	color: #005296;
	text-decoration: none;
	line-height: normal;
	margin: 0 0 5px 0;
	}

a.listingItemTitle:link,
a.listingItemTitle:visited, 
#testdefault a.listingItemTitle:active {
	color: #005296;
	}

#testdefault a.listingItemTitle:hover {
	text-decoration: underline;
	}

#testdefault .complexListingTitle {
	display: none;
	}

#testdefault .complexListingImage {
                padding: 0 5 0 0;
}

#testdefault .listingItemDateWithBlurb{
	font: normal 10px verdana;
	color: #cd242b;
	margin: 0;
	padding: 0;
}

#testdefault .complexListingBox .listingArticleBlurb {
	line-height: 1.5em;
	}

#testdefault .complexListingBox li.listNoImage {
	list-style: none;
	background: transparent url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_100906_bullet_blue_sm.gif) no-repeat 0 5px;
	font: normal 11px arial, helvetica, sans-serif;
	line-height: 1em;
	margin: 0px 0 3px 0;
	padding: 0;
	display: block;
	}

#testdefault .complexListingBox a.complexListingLink {
	
	display: block;
	line-height: 14px;
	margin-left: 10px;
	padding: 0;
	color: #005296;
	}

#testdefault .complexListingBox a.complexListingMoreHeadlines {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #005296;
	}

#testdefault .lastUpdatedDate {
	font: normal 10px verdana;
	color: #cd242b;
	margin: 0;
	padding: 0;
	}

#testdefault .listingItemDate{
                /*display:none;*/
	font: normal 10px verdana;
	color: #cd242b;
	margin: 0;
	padding: 0;
}

#testdefault .listing3Image {
	margin: 0 10px;
	}

#testdefault .articleListingDivider {
	display: block;
	}

#testdefault a.complexListingMoreHeadlines {
	line-height: 10px;
	display: block;
	clear: both;
	}

#testdefault .complexListingBox a.listingArticleLinkTo {
	color: #005296;
	}

/* --- FIX for ie - rendering differently due to lack of ul tag --- */
#testdefault *html .complexListingBox li.listNoImage {
	clear: both;
	line-height: 14px;
	background-position: 0 6px;
	}
	
#testdefault *html .complexListingBox li.listNoImage a {
	margin: 0;
	padding: 0 0 0 10px;
	text-indent: -15px;
	}
/* --- END ie fix --- */




/* --- SPECIAL DIV DESIGNED TO DIFFERENCIATE THIS FROM THE STANDARD COMPLEXLISTING --- */

#testdefault #mainStory .listing3Image {
	margin-right: 10px;
	}

#testdefault #mainStory .listingItemTitle {
	font: bold 18px verdana, arial, helvetica, sans-serif;
	color: #005296;
	text-decoration: none;
	line-height: normal;
	}

/* --- END MAINSTORY --- */
/* ---------------------END COMPLEX LISTING  STYLES ------------ */


/*------------------------------ MEDIA PORTLET -----------------------------*/

#testdefault .mediaPortlet {
	}

#testdefault .mediaImage {
	margin-bottom: 5px;
	}

#testdefault .mediaCaptionTitle {
	font: bold 12px verdana;
	}

#testdefault .mediaCaption {
	font-size: 11px;
	}


a.mediaLinkText:link,
a.mediaLinkText:visited, 
#testdefault a.mediaLinkText:active {
	font-size: 11px;
	color: #005296;
	text-decoration: none;
	}

#testdefault a.mediaLinkText:hover {
	text-decoration: underline;
	}



#testdefault .mediaPhotoCredit {
	font-size: 9px;
	color: #666;
	float: right;
	}

/* -----------------END MEDIA PORTLET --------------------------*/




/* --------------------------------------------------------------------- END PORTLET STYLES ------------------------------------------------------------- */




/* --------------------------------------------------------------------------- AD STYLES -------------------------------------------------------------------------*/
#testdefault .adElement {padding: 10px 0;}

#testdefault .preHeaderRegion .adElement{padding:10px, 0px 10px, 0px;}
#testdefault .region3 .adElement{ padding: 10px, 5px, 10px 5px;}
#testdefault .region6 .adElement{ padding: 10px 0px 5px 0px;}
#testdefault .region7 .adElement{ padding: 10px 0px 5px 0px;}
#testdefault .footerRegion .adElement{ padding: 10px, 0px, 3px, 0px;}

/*pushes TL box down*/
#testdefault .TLBox{
  margin: 9px, 0px, 0px, 0px;
}

#testdefault .googlehome{padding: 10px 0;}

/* ----------------------------------------------------------------------- END AD STYLES ---------------------------------------------------------------------*/





/* ----------------------------------------------------------------------- ARTICLE STYLES ---------------------------------------------------------------------*/
.articleBox,
.articleBody,
.articleBox p,
#testdefault .articleBody p {
	font: normal 12px arial, helvetica, sans-serif;
	color: #000;
	}

.articleBox h1,
.articleBox h2,
.articleBox h3,
.articleBox h4,
#testdefault .articleBox h5 {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	margin: 5px 0 8px 0;
	}

#testdefault .articleBox h1 {
	font-size: 14px;
	}

#testdefault .articleBox h2 {
	font-size: 13px;
	}

#testdefault .articleBox h3 {
	font-size: 12px;
	}

#testdefault .articleBox h4 {
	font-size: 11px;
	}

#testdefault .articleBox h5 {
	font-size: 10px;
	}

#testdefault .articleBox p {
	margin: 5px 0 8px 0;
	}

#testdefault .articleOptions {
	text-align: right;
	}

#testdefault .articleOptions img {
	vertical-align: middle;
	}

#testdefault .articleOptions a {
	color: #1e3456;
	vertical-align: middle;
	text-decoration: none;
	}

#testdefault .articleOptions a:hover {
	text-decoration: underline;
	}

#testdefault h1.articleTitle {
	font: bold 24px verdana, arial, helvetica, sans-serif;
	color: #005296;
	}

#testdefault .social_bookmarks {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: block;
	padding: 5px 0;
	margin-bottom: 5px;
	}

#testdefault .social_bookmarks span {
	margin: 0 5px;
	}

#testdefault .social_bookmarks a:hover {
	text-decoration: underline;
	}

#testdefault .social_bookmarks img {
	margin: 0 4px -4px 0;
	}

#testdefault hr.social_divider {
	display: none;
	}


#testdefault .articleByline {
	font: bold 11px arial, helvetica, sans-serif;
	color: #959595;
	}

#testdefault .articleDate {
	font: verdana 10px verdana, arial, helvetica, sans-serif;
	color: #959595;
	}

#testdefault .articleAdRule{display:none;}

#testdefault .articleAdHeader{text-align:center;}

#testdefault .articleImageBox{background-image:none; background-color:#ffffff;}
#testdefault .articleImageCaption{font: normal 10px verdana, arial, helvetica, sans-serif; color: #005296; padding:5px;}

#testdefault #breadcrumbs a {
	font: bold 11px arial, helvetica, sans-serif;
	color: #676767;
	text-decoration: none;
	}

#testdefault #breadcrumbs a:hover {
	text-decoration: underline;
	}

/*------Comments styles------*/
#testdefault .ptNameFieldLabel{display:block;}
#testdefault .post{padding-top:20px;}

/* ------------------------------------------------------------------- END ARTICLE STYLES -----------------------------------------------------------------*/





/* ----------------------------------------------------------------------- POLL STYLES -------------------------------------------------------------------------*/
#testdefault #default .pollsBox{
	margin: 0 0 10px 0;
                border: 3px solid #bed9ec;
	background-color: #cee5f5;
	padding: 8px;
                width: 100%;
}

#testdefault #default .articleBody .pollsBox{
	margin: 0 0 10px 0;
                border: 3px solid #bed9ec;
	background-color: #cee5f5;
	padding: 0px;
                width:32%;
}

#testdefault #default .pollsBox tr {
  background-color:#fff;
}


#testdefault #default .pollsHead{
              background: url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x;margin: 0;
color: #39372c;
              padding: 10px 7px 7px 0px;
              text-indent: 10px;
              height:30px;
font: bold 14px verdana, arial, helvetica, sans-serif;
              color: #242424;
}

#testdefault #default .pollsQuestion{
	background-color: #fff;
	padding: 8px;
	margin: 0 0 2px 0;
                color: #005296;
                font: normal 12px verdana, arial, helvetica, sans-serif;
text-indent: 10px;
}

#testdefault #default .pollsAnswer{
width:100%;
background-color:#fff;
text-indent: 10px;
	
                padding: 0px;
	margin: 0px;
                font: bold 11px verdana, arial, helvetica, sans-serif;
                color: #005296;
}

#testdefault #default .pollsAnswer table {
  padding:5px;
  margin:0px;
text-indent: 10px;
}

#testdefault #default .pollsSubmit{
	border-left: 1px solid #bed9ec;
                border-right: 1px solid #bed9ec;
                border-bottom: 1px solid #bed9ec;
	background-color: #fff;
	padding: 8px;
	margin: 0 0 2px 0;
}

#testdefault #default .pollsViewResults{
background-color: #cee5f5;
color:#000000;
padding:5px;;
}

#testdefault #default .pollsResult{
             	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #00223f;
	margin: 10px 0 5px 0  ;
padding:5px;
}
/* --------------------------------------------------------------------- END POLL STYLES ---------------------------------------------------------------------*/



/* --------------------------------------------------------------- FEEDBACK FORM STYLES ---------------------------------------------------------------*/
#testdefault #default .formNotes{font: normal 11px verdana, arial, helvetica, sans-serif;}
#testdefault #default .formTitle{font: bold 12px verdana, arial, helvetica, sans-serif;}
#testdefault #default .formCheckbox{font: bold 12px verdana, arial, helvetica, sans-serif;}
#testdefault #default .formRequired{font: normal 11px verdana, arial, helvetica, sans-serif; color:red;}
#testdefault #default .formField{font: normal 11px verdana, arial, helvetica, sans-serif;}
/* ------------------------------------------------------------- END FORM FEEDBACK STYLES ---------------------------------------------------------*/


/* ------------------------------------------------------------- CARS PAGE STYLES ---------------------------------------------------------*/
#testdefault #default .cars_head {height:59px; padding:15px  0 0 0; margin:0; background: url(http://extras.mnginteractive.com/live/media/site569/2007/0207/20070207_105154_cars_logobg.gif) bottom repeat-x;}
#testdefault #default .cars_head p {margin:0; padding:15px; font-size:22px; font-weight:bold; text-align:center;}
#testdefault #default .cars_head_txt {clear:both; margin: 0 0 5px 0; padding:3px 10px 7px 10px; background: url(http://extras.mnginteractive.com/live/media/site569/2007/0207/20070207_110405_cars_textbg.gif) top repeat-x;font-size:12px;}
#testdefault #default .cars_head_txt p {margin:0; padding:0;text-align:left;}
#testdefault #default .largetitle{font-size:18px; font-weight:bold;}
#testdefault #default .v1 {font-size:11px;}
#testdefault #default .v1 a {font-weight:bold;}
#testdefault #default .font12{font-size:12px;}
#testdefault #default .font12 a {font-size:12px; text-decoration:none;}
#testdefault #default .font12 a:hover {font-size:12px; text-decoration:underline;color:red;}
#testdefault #default .font8{font-size:10px;}
#testdefault #default .style2 {
	FONT-SIZE: 10px; LINE-HEIGHT: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LETTER-SPACING: -0.05em; HEIGHT: 90px; TEXT-ALIGN: left
}
/* -------------------------------------------------------------END CARS PAGE STYLES ---------------------------------------------------------*/





/* -------------------------------------------------------------TOP LISTINGS STYLES ---------------------------------------------------------*/
/* -----------------TOP LISTINGS BOX --------------------------*/
#testdefault #default .TLBox{
	background: #2c4c7d url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025212_block5-bl.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0 0 10px 0;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #000;
                border-top: 1px solid #cee5f5;
	clear: both;
/*                 width:100%;  */
}


#testdefault #default .TLBoxTabTable {
                background-color:#f27f21;
	margin: 0;
	padding: 0;
	border: none;
                width:100%;
}




#testdefault #default .TLBoxTabSelected a{
    color:#fff;
}
#testdefault #default .TLBoxTabSelected{
    background-color:#f27f21;
}

#testdefault #default .TLBoxTab{

    background: url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
}

#testdefault #default .TLBoxTabLink{
color: #005296;
    padding:5;
    font: normal 11px verdana, arial, helvetica, sans-serif;
}



#testdefault #default .TLBoxContent{
	font: normal 10px verdana, arial, helvetica, sans-serif;
	padding: 2px 20px;
	margin: 5 5 10 5;
	background-color: #fff;
	background-position: 10px 8px;
}


#testdefault #default .TLBoxTitle{
color: #005296;
}

#testdefault #default .TLBoxCompany{
text-align:left;
}


#testdefault #default .TLBoxType{
display:none;
padding:0px;
margin:0px;
}


#testdefault #default .TLBoxAllListings {
  color:#f27f21;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  background: #2c4c7d;
}


#testdefault #default .TLBoxRule{
border-top: 1px solid #cee5f5;
}

#testdefault #testhr{color:#fff;}


#testdefault #default .TLBoxFooter{	
    background: url(http://extras.mnginteractive.com/live/media/site569/2007/0111/20070111_025223_block5-br.gif) no-repeat bottom right;
	padding: 3px 10px;
}
/* ----------------- END TOP LISTINGS BOX --------------------------*/


/* -----------------TOP LISTINGS POP UP --------------------------*/
#testdefault #default .TLDetailBox{	}

#testdefault #default .TLDetailBody{ }

#testdefault #default .TLDetailTitle{
    color: #005296;
    padding-top:10px;
    margin-top:5px;
    font: bold 14px verdana, arial, helvetica, sans-serif; 
}

#testdefault #default .TLDetailLink{color:#005296; text-decoration:underline;}

#testdefault #default .TLDetailDescription{ 
    font: normal 10px verdana, arial, helvetica, sans-serif; 
    border: 0px solid #cee5f5;
}

#testdefault #default .TLDetailDescription dd{ 
  width:325px;
  padding:0 90 0 0;
}

#testdefault #default .TLDetailOptions{font-size:10px; padding:5px; margin:3px;}
/* -----------------END TOP LISTINGS POP UP --------------------------*/


/* ----------------- ALL LISTINGS STYLES --------------------------*/
#testdefault #default .TLAllTable{
	margin: 0 0 10px 0;
	padding: 3px;
	clear: both;
	border: 1px solid #b9d6ea;
	background-color: #cee5f5;
}

#testdefault #default .TLAllTypeHeading{
	display: block;
	background: url(http://extras.mnginteractive.com/live/media/site569/2006/1121/20061121_095138_bg_block2_head.gif) repeat-x 0 0;
	margin: 0;
	color: #39372c;
	padding: 8px 7px 7px 10px;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	color: #39372c;
}

#testdefault #default .TLAllTypeName{
                color:#000000;
}

#testdefault #default .TLAllListingTable{
	font: normal 10px verdana, arial, helvetica, sans-serif;
	padding: 2px 10px;
	margin: 0;
	background-color: #fff;
	background-position: 10px 8px;
}

#testdefault #default .TLAllListingCell{
               padding:5 0 10 0;
}

#testdefault #default .TLAllListingCell a:hover{
   text-decoration:underline;
}

#testdefault #default .TLAllListingTitle{
    color: #005296;
    padding-top:10px;
    margin-top:5px;
    font: bold 14px verdana, arial, helvetica, sans-serif;
    text-decoration:none;
}

#testdefault #default .TLAllListingText{
  color:#000000;
}
/* ----------------- END LISTINGS STYLES --------------------------*/


/* ------------------------------------------------------------- start MOST EMAILED/VIEWED STYLES  -----------------------------------------------*/


#testdefault .mostWidth{width:300px;} 
#testdefault .mostViewedBox A{text-decoration:none;} 
#testdefault .mostTabsBox{ 
margin:0; 
padding:0; 
font-weight:bold; 
} 


#testdefault .mostHeader{padding:8px 7px 0px 7px;} 


#testdefault .mostTab{background:#fff;} 
#testdefault .mostTabSelected{background:#cee5f5;} 
#testdefault .mostTabBody{border: 2px;
font: normal 11px verdana, arial, helvetica, sans-serif; color: #005296;
list-style-type:square; 
} 

#testdefault .mostTabBody a:link {
	color: #111a70;
	text-decoration: none;
	}
#testdefault .mostTabBody a:visited {
	color: #111a70;
	text-decoration: none;
	}
#testdefault .mostTabBody a:active {
	color: #111a70;
	text-decoration: none;
	}
	
#testdefault .mostTabBody a:hover {
	text-decoration: underline;
	}


#testdefault .mostViewedBox A{text-decoration:none;} 

#testdefault .mostTabsBox{ 
margin:0px; 
padding:0px; 
border-left:solid 5px #cee5f5; 
height:21px; 
position:relative; 
z-index:99; 
} 

#testdefault .mostTabsBox LI{ 
float:left; 
border-top:solid 3px #cee5f5; 
border-right:solid 2px #cee5f5;
border-left:solid 0px #cee5f5;
border-bottom:solid 1px #cee5f5;   
padding:0px 5px 0px 5px; 
list-style-type:square; 
font: normal 13px verdana, arial, helvetica, sans-serif;
font-weight: bold;
}

#testdefault .mostTab{background-color:#white;
border-bottom:solid 0px #cee5f5;
border-right:solid 2px #cee5f5;
border-top:solid 2px #cee5f5;
border-left:solid 2px #cee5f5;
} 
#testdefault .mostTabSelected{ 
border-bottom:solid 0px #cee5f5;
border-right:solid 1px #cee5f5;
} 

#testdefault .mostHeader{padding:5px 5px 5px 5px;} 
#testdefault .mostNote{float:left;} 
#testdefault .mostRss{
float:right;
font: normal 11px verdana, arial, helvetica, sans-serif} 

#testdefault .mostClear{clear:both;margin:0;padding:0;} 

#testdefault .mostTabBody{ 
border:solid 1px #cee5f5; 
position:relative; 
top:-1px;
font: normal 11px verdana, arial, helvetica, sans-serif; color: #005296;
list-style-type:square;
} 

#testdefault .Mostcontent{
font: normal 7px verdana, arial, helvetica, sans-serif}
/* ------------------------------------------------------------- end MOST EMAILED/VIEWED STYLES  -----------------------------------------------*/

/*  ---------- Archive Search Form Styles----------------------- */
/* Sample Stylesheet for Archive Search Form */

#testdefault #mainWrapper {
  font-family: arial, helvetica;
  font-size: 10pt;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

#testdefault #searchWrapper {
  border: 1px solid #000000;
  width: 80%; 
}

#testdefault #searchForm {
  padding: 5px 5px 5px 5px;
  text-align: left;
  font-size: 10pt;
}

#testdefault #searchForm .title {
  color: #111199;
  font-size: 11pt;
  font-weight: bold;
}

#testdefault #searchForm td {
  font-size: 10pt;
}

#testdefault #pricingWrapper {
  width: 80%;
}

#testdefault #pricingArea {
  font-size: 10pt;
  text-align: left;
  color: #000099;
}

#testdefault #pricingArea td {
  font-size: 10pt;
}
/*  ------end Archive Search Styles ----- */

/*  ------ start storm styles ----- */
#testdefault div.warning block {
	background-color: Red;
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
	vertical-align: middle;
	width: 100%;
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	font-family: sans-serif;
	font-style: normal; color: White;
	font-weight: bold;
}


/*  ------ end storm styles ----- */

/*-------------------------------------------------------GENERIC FREEFORM STYLE------------------------------------*/
/*--------HOT JOBS STYLES----------*/
#testdefault .postJobTable{
  padding:0 0 0 0;
  border: 1px solid #cacaca;
}

#testdefault .yahooTable{
  border-right: 1px solid #cacaca;
}

#testdefault .jobHeader{
  background: url(http://extras.mnginteractive.com/live/media/site569/2007/0615/20070615_101049_gradient.jpg);
  border-bottom: 1px solid #3c619c;
}

#testdefault .title{
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color:#323232;
  padding:0 0 2 10;
}

#testdefault .titleText{
  padding-right:80px;
}

#testdefault .mainTextRow{
  padding: 0;
  background-color: #ebf0f6;
}

#testdefault .mainText{
  padding:5 5 5 10;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: .5cm;
  color:#323232;
}

#testdefault .jobFooter{
  font-family: arial, helvetica, sans-serif;
}

.jobFooter a:link,
.jobFooter a:visited,
#testdefault .jobFooter a:active{
  color: #1c4d9c;
  font-size: 12px;
}
#testdefault .jobFooter a:hover {
	text-decoration: none;
}
#testdefault 		div.hjConsole {
			line-height:1.22em;
			text-align:center;
			font-size:13px;
			font-family:arial,helvetica,clean,sans-serif;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			padding:0px;
			margin:0px;
			border:1px solid #CCCCCC;
			width:473px;
			height:518px;
			background-color:#FFFFFF;
			position:relative;
		}
#testdefault 		div.hjConsoleHeader {
			text-align:center;
			position:absolute;
			top:10px;
			left:96px;
		}
#testdefault 		div.hjConsoleContent {
            width:223px;
            position:absolute;
            display:inline;
            top:80px;
            left:10px;
            text-align:left;
		}
#testdefault 		div.hjConsoleContentRight {
			left:242px;
			background-color:#F8F8F8;
			padding-bottom:10px;
		}
#testdefault 		input#keywords_all {
			font-family:arial,helvetica,clean,sans-serif;
			font-size:85%;
			width:206px;
		}
#testdefault 		input#ulm_input1 {
			font-family:arial,helvetica,clean,sans-serif;
			font-size:85%;
			width:206px;
		}
#testdefault 		select#industry1 {
			font-family:arial,helvetica,clean,sans-serif;
			font-size:85%;
			width:210px;
		}
/*--------END HOT JOBS STYLES----------*/


/*-------SECTION TITLE---------*/
#testdefault #sectiontitle {
                border-bottom: 1px solid #6b6b6b;
                width:980px;
                margin-left:10px;
                padding-bottom:8px;
}

#testdefault *html #sectiontitle{padding-bottom:0px;
}


#testdefault #default .title {
                /*font: bold 22px arial, helvetica, sans-serif;*/
	/*color: #ff8625;*/
                font: bold 16px arial, helvetica, sans-serif;
                color: #005296;
	text-decoration: none;
                float:left;
                /*padding:0px;*/
                padding: 5px 0 3px 0;
	}

#testdefault #sectiontile a:hover {
	text-decoration: underline;
	}

#testdefault #time {
                font: bold 12px arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
                float:right;
                padding: 5 0 0 0;
                
}

#testdefault #r1bar {
                font-size: x-small;
	
}

/* Featured Links Product*/
#testdefault div.textLinksRegion{
	text-align:center;
	padding-bottom:15px;
}
#testdefault table.textlinkContainer{
	width:768px;
	border:1px solid #cccccc;
	font-size:11px;
	font-family:arial,verdana,sans-serif;
}
#testdefault td.textlinkHeader{
	font-weight:bold;
	background-color:#cccccc;
}
#testdefault td.textlinkCell{
	padding:5px;
}

#testdefault a.homeArticleLinkText {
	font-size:11px;
	font-family:arial,verdana,sans-serif;
}
/*-------------------------------------------------------END GENERIC FREEFORM STYLE------------------------------------*/

/*------------------------------------------------------ ALERT STYLES ------------------------------------------------------------------*/

#testdefault .alertyellow {
      background: #fff6bf url(http://extras.twincities.com/images/icons/photo_lg.gif) center no-repeat;
    background-position: 15px 50%;  /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #242424;
    }
	
	
	
	/*
	<br>
	<p class="alertyellow">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
	
	*/



#testdefault 	.alertred {
      background: #f12a15 /* THIS IS WHERE AN IMAGE GOES REMOVE THIS TEXT url(bioneural/exclamation.png) */ center no-repeat;
    background-position: 15px 50%;  /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #f12a15;
    border-bottom: 2px solid #f12a15;
   font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #fefdff;
    }


#testdefault .alertblue {
      background: #d7e0e2 /* THIS IS WHERE AN IMAGE GOES REMOVE THIS TEXT url(bioneural/exclamation.png) */ center no-repeat;
    background-position: 15px 50%;  /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #1b3b6c;
    border-bottom: 2px solid #1b3b6c;
   font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #010f37;
    }



#testdefault .alertgrey {
      background: #dedde4 /* THIS IS WHERE AN IMAGE GOES REMOVE THIS TEXT url(bioneural/exclamation.png) */ center no-repeat;
    background-position: 15px 50%;  /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #c4c4c5;
    border-bottom: 2px solid #c4c4c5;
   font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #000000;
    }

#testdefault .alertgrey a:link {
	color: #000000;
	text-decoration: none;
	}
#testdefault .alertgrey a:visited {
	color: #000000;
	text-decoration: none;
	}
#testdefault .alertgrey a:active {
	color: #000000;
	text-decoration: none;
	}
	
#testdefault .alertgrey a:hover {
	text-decoration: underline;
	}




/*------------------------------------------------------ END ALERT STYLES ------------------------------------------------------------------*/



/*------------------------------------------------------- dataplanet styles -----------------------------------------------------------------------*/
#testdefault .databox {
	clear: both;
	height: 800px;
	width: 300px;
	border-style:dotted;
	border-color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
		
}

#testdefault div#textpop a span {display: none;
text-decoration:none;
}

#testdefault div#textpop a:hover span {display: block;
position: relative; top: 50px; left: 0; width: 250px;
 padding: 5px; margin: 10px; z-index: 100;
   color: #black; background-color:#003399;
font: 12px Verdana, sans-serif; text-align: left; color:#FFFFFF;
text-decoration:none;}
   

   


/*------------------------------------------------------- end dataplanet styles -----------------------------------------------------------------------*/
   



#testdefault .rssPage .myyahooButton img {
width: 91px;
border: 0px;
}

#testdefault #default .rssPage img {
margin: 0px;
vertical-align: middle;
}

#testdefault #default .rssPage img{
display: inline;
border: none;
}

#testdefault #default .rssPage li {
display: block;
}

#testdefault .myyahooButton {
display: inline;
margin-top: 0px;
padding-top: 0px;
position: relative;
top: -3;

}

#testdefault .SectionTitleMyYahooButton {
display: inline;
position: absolute;
margin-left: 7px;
}

#testdefault .complexListingItemPhotoCredit {     
     font-size: 0px;
     display: none; 
     }     /* eliminates photo credit text in complex listings */

/* ******************************************* Zvents box styles ********************************* */

#testdefault div.zvents_clear {clear: both;}

#testdefault .zvents_invertednav {padding: 0;width: 100%;border-top: 5px solid #4A6C9A;background: transparent;voice-family: "\"}\"";voice-family: inherit;}
#testdefault .zvents_invertednav ul {margin:0;margin-left: 5px;padding: 0;list-style: none;}
#testdefault .zvents_invertednav li {display: inline;margin: 0 2px 0 0;padding: 0;text-transform:uppercase;}
#testdefault .zvents_invertednav a {float: left;display: block;font: bold 11px Arial;color: black;text-decoration: none;margin: 0 1px 0 0;padding: 3px 5px;background-color: 

#CBD6EC;border-bottom: 8px solid white;}
#testdefault .zvents_invertednav a:hover {background-color: #4A6C9A;padding-top: 5px;padding-bottom: 0;border-bottom-color: #4A6C9A;color: white;}
#testdefault .zvents_invertednav .current a {background-color: #4A6C9A;padding-top: 5px;padding-bottom: 0;border-bottom-color: #4A6C9A;color: white;}

#testdefault .zvents_title {font:bold 24px arial;color:#036;margin-bottom:-7px;}
#testdefault .zvents_maincontainer {width:322px;border:1px solid #4A6C9A;}

#testdefault .zvents_topsection {background:#fff;padding:5px 10px;font:11px arial;text-align:left;}
#testdefault .zvents_topsectionnote {font:11px arial;margin-bottom:5px;}
#testdefault .zvents_topsection input,form {font:11px arial;margin:0;}

#testdefault .zvents_searchlinks {float:right;font:9px arial;color:#039;}
#testdefault .zvents_searchlinks a {color:#039;}
#testdefault .zvents_searchlinks a:hover {color:#000;}
#testdefault .zvents_calendarcontainer {background-color:#E4EFFB;border:1px solid #CBD6EC;padding:5px;text-align:center;margin-top:8px;}
#testdefault .zvents_calendarcontainertitle {font:11px arial;float:left;}
#testdefault .zvents_fivepixels {line-height:5px;}
#testdefault .zvents_upcomingevents {padding-top:8px;padding-bottom:5px;font:11px arial;}
#testdefault .zvents_upcomingevents ul {margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:5px;font:11px arial;}
#testdefault .zvents_upcomingevents li {margin-left:-10px;list-style-type:none;font:11px arial;}
#testdefault .zvents_upcomingevents a {font:11px arial;color:#039;line-height:1.3em;}
#testdefault .zvents_upcomingevents a:hover {color:#000;}

/* -----------------WEATHER BOX PORTLET --------------------------*/

#testdefault #default .weatherBox{ font-family: arial, helvetica, sans-serif; padding:0 0 0 25px; color:#ffffff;}
#testdefault #default .weatherHead { font: bold 10px verdana, arial, helvetica, sans-serif; text-align: center; color:#ffffff;}
#testdefault #default .weatherContent{}
#testdefault #default .weatherContent img{ border: 0px; width:35px; height:35px;}
#testdefault #default .weatherN{font-size:9.5px; color:#ffffff;}
#testdefault #default .weatherH{font-size:9.5px; color:#ffffff;}
#testdefault #default .weatherL{font-size:9.5px; color:#ffffff;}
#testdefault #default .weatherFiveDayLink{font-size:9.5px; color:orange;}

/* -----------------WEATHER BOX PORTLET --------------------------*/


/* -----------------FEEDBURNER--------------------------*/

#testdefault div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

#testdefault div.articleViewerGroup {
display: table;
}


#testdefault div #gossipWidget div div div{
   height: 1%
}


/* ------------------RELATED PACKAGES CHANGES--------------------------*/

#testdefault .packagesBox{
             border-top: 1px solid #000;
             border-bottom: 1px solid #000;
             width:300px;
}

#testdefault .packagesHeader{
                border-top: 1px solid #000;
                width:300px;
                background-color: #EDF0F5;
}

#testdefault .packagesGrpBox{
                border-top: 0px !IMPORTANT;
	        border-bottom: 0px !IMPORTANT;
}

