 body {
   font-family: arial, helvetica, sans-serif;
   background: #333333 url() 0 0;
   padding: 0px;
   margin: 0px;
}

.region3 .complexListingBox{border:solid 1px #ccc; width: 300px; padding-left: 5px; margin-top: -5px;}

/*  Masthead,Nav and Block Styles*/
/* ---------------------------- DEFAULT BLOCK STYLES ---------------------------- */

/* ------- main freeform container */
.block {
	padding: 0 0 0px 0;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #333;
	clear: both;
	margin: 0 0 5px 0px;
	background: #fff;
	}

.headOnly {
	padding: 0;
	margin-bottom: 0;
	}

/* ------- block container - for two blocks side by side */
.twinBlocks {
	float: left;
	clear: both;
	width: 100%;
	border: 1px solid #bed9ec;
	margin-bottom: 10px;
	}

/* ------- main freeform container inside of twinblocks */
.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 */
*html .twinBlocks .block {
	width: 50%;
	}

.firstBlock {
	border-top: none;
	}



/* ---------------------------- HEADERS  ---------------------------- */

/* ------- main block header container */
.block h1.alt a:link,
.block h1.alt a:active,
.block h1.alt a:visited {
    color: #321600;
    }

.block h1.header {
    font: bold 20px Times New Roman, Times, serif;
    color: #976E23;
   }

.block h1.sechead{
padding-left:10px;
background: transparent url(http://extras.mnginteractive.com/live/media/site253/2008/0108/20071107_040113_navBG.gif) repeat;
font: bold 28px Arial,Times New Roman, Times, serif;
    color: #321600;
}

/* ------- main block header & tabs header */
.block h1,
.block .tabs h1 {
	margin: 0;
        padding:0px;
	padding-top: 10px;
	font: bold 16px "Georgia", Times New Roman, Times, serif;
	color: #321600;
	background: none;
	height: auto;
	}

/* ------- main block header & tabs header - inside of twinblocks */
.twinBlocks .block h1 {
	background-image: none;
	background-color: transparent;
	padding: 3px 0 5px 3px;
	}



/* ------- alternate block header */
.block h1.alt {
	font: bold 20px Times,Arial, serif;
	color: #321600;
	border-bottom: solid 1px #C3C3C3;
        margin:0px;
	}

/* ------- main block header (when in a header container) */
.block .header h1 {
	}

/* ------- main block header (when in an alternate header container) */
.block .headerAlt h1 {
	font: bold 15px "Georgia", Times New Roman, Times, serif;
	color: #321600;
	border-bottom: solid 1px #525252;
	}

/* ------- default header links */
.block h1 a:link,
.block h1 a:visited,
.block h1 a:active  {
	color: #3c2c0e;
	text-decoration: none;
	}

/* ------- default header links - rollover state */
.block h1 a:hover  {
	color: #a46f0d;	
	}

.block h1.alt a:hover{
color:#976E23;
}

/* ------- subhead class - used as a class to an inline element (span for eg) nested inside of an h1 - see calendar for example */
.block h1 .sub {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0 10px;
	}

/* ------- item on right of header text */
.block h1 .headerLinkR {
	float: right;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	padding-top: 2px;
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035434_more.gif) no-repeat right 7px;
	}

/* ------- link on right of header text */
.block h1 .headerLinkR a {
	color: #175780;
	}

/* ------- item on right of alternate header */
.block h1.alt .headerLinkR {
	float: right;
	font: bold 14px verdana, arial, helvetica, sans-serif;
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035434_more.gif) no-repeat right 7px;
	}

/* ------- link on right of alternate header text */
.block h1 .headerLinkR a {
	padding-right: 9px;
	}

/* ------- sponsored logo container on right of header */
.block h1 .headerSponsor {
	float: right;
	font: normal 9px verdana, arial, helvetica, sans-serif;
	width: 150px;
	color: #222;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/* ------- sponsored logo image on right of header */
.block h1 .headerSponsor img {
	border: none;
	width: 72px;
	height: 22px;
	float: none;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle;
	}

/* ---------------------------- END HEADERS  ---------------------------- */




/* ---------------------------- TABS  ---------------------------- */

/* ------- default tab-set (unordered list) */
.block .tabs {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	list-style: none;
	}

/* ------- default tab */
.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 */
.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,
.block .tabs li a:active {
	color: #175780;
	text-decoration: ;
	margin: 0 0 0 0;
	padding: 0;
	}

/* ------- tab link - rollover state */
.block .tabs li a:hover {
	color: #782d00;
	}

.block .tabs li.bulletRaq {
	padding: 0 5px 0 8px;
	background-position: 5px 5px;
	}

.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  */
.block .contentblock {
	margin: 0 0 10px 0;
	}

/* ------- main header for content (needed to differentiate from main h1 tag) */
.block .contentblock h1 {
	background: none;
	border: none;
	}

/* ------- content headers */
.block .contentblock  h1,
.block .contentblock  h2,
.block .contentblock  h3,
.block .contentblock  h4,
.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 */
.block .contentblock .clearList {
	margin:  0;
	padding: 10px 5px;
	clear: both;
	}

/* ------- forces floated elements to be contained within this class - also see hack styles below  */
.contentblock .clearfix {
	margin: 10px 0;
	}

/* ------- secondary block header */
.block h2 {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin: 10px 0 5px 0;
	padding: 0;
	}

/* ------- secondary block header - link */
.block h2 a {
	color: #175780;
	}

/* ------- tertiary block header */
.block h3 {
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #782d00;
	margin: 10px 0 5px 0;
	}

/* ------- links */
.block a:link,
.block a:visited,
.block a:active {
	color: #175780;
	text-decoration: none;
	}

/* ------- links - rollover state */
.block a:hover {
	text-decoration: ;
	color: #782d00;
	}

/* ------- alternate links */
.block a.alt {
	text-decoration: underline;
	}

/* ------- alternate links - rollover state */
.block a:hover.alt {
	text-decoration: none;
	}

/* ------- paragraph */
.block p {
	margin: 0 0 10px 0;
	}

/* ------- unordered list */
.block ul {
	margin: 0 0 10px 0;
	padding: 0 2px;
	list-style: none;
	}

/*  ------- default list items */
.block ul li {
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035208_bulletRed.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,
.block ul.bulletRSS li.bulletBlack {
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035110_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,
.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,
.block ul.bulletNone li.bulletRSS {
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035150_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,
.block ul.bulletRSS li.bulletRaq {
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035434_more.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	}

/*  ------- main header inside a list */
.block ul h1 {
	background: none;
	margin: 0;
	padding: 0;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: none;
	color: #000;
	}

/*  ------- default list link */
.block li a {
	color: #111a70;
	margin: 0;
	padding: 2px 0;
	}

/*  ------- one pixel solid line divider */
.block .hr {
	border-top: 1px solid #ccc;
	margin: 10px;
	}

.block a.more {
	white-space: nowrap;
	}





/* ---------------------------- COLUMNS ---------------------------- */

/*  ------- class added to "contentblock cols" container to declare that two columns are meant to be used */ 
.block .cols2 {
	}

/*  ------- class added to "contentblock cols" container to declare that three columns are meant to be used */ 
.block .cols3 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols4 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols5 {
	}

/* X------- class added to "contentblock cols" container to declare that six columns are meant to be used */ 
.block .cols6 {
	}

/*  ------- general styles for all columns */ 
.block .col {
	float: left;
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035512_px_ltbl.gif) repeat-y right bottom;
	}

/*  ------- plain style for columns without divider lines or backgrounds */ 
.block .plain .col {
	background-image: none;
	}

/*  ------- styles for all 2 column columns */ 
.block .cols2 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 46%;
	}

/*  ------- styles for all 3 column columns */ 
.block .cols3 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 30%;
	}

/* X------- styles for all 4 column columns */ 
.block .cols4 .col {
	margin-right: 2%;
	padding-right: 2%;
	width: 21%;
	}

/* X------- styles for all 5 column columns */ 
.block .cols5 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 17%;
	}

/* X------- styles for all 6 column columns */ 
.block .cols6 .col {
	margin-right: 1%;
	padding-right: 2%;
	width: 14%;
	}

/* IE box model hacks (old doctype) - doesn't recognize padding % */
*html .block .cols2 .col {
	width: 48%;
	}
*html .block .cols3 .col {
	width: 32%;
	}
*html .block .cols4 .col {
	width: 23%;
	}
*html .block .cols5 .col {
	width: 19%;
	}
*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,
.block .cols6 .last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	}

/*  ------- styles for final 2 column column */ 
.block .cols2 .last {
	width: 50%;
	}

/*  ------- styles for final 3 column column */ 
.block .cols3 .last {
	width: 32%;
	}

/* X------- styles for final 3 column column */ 
.block .cols4 .last {
	width: 25%;
	}

/* X------- styles for final 3 column column */ 
.block .cols5 .last {
	width: 20%;
	}

/* X------- styles for final 3 column column */ 
.block .cols6 .last {
	width: 15%;
	}

/* X------- styles for final 3 column column */ 
.block .cols6 .last {
	width: 15%;
	}



/*  ------- images in columns get special treatment */ 
.block .col img {
	float: none;
	display: block;
	clear: both;
	}

/*  ------- list blocks that are columns are treated slightly differently */ 
.block ul.col {
	margin: 0;
	padding: 0;
	width: auto;
	}

/*  ------- list items in a column */ 
.block .col li {
	display: block;
	width: auto;
	}

/*  ------- list item links in a column */ 
.block .col li a {
	color: #000;
	}

/*  ------- list item header links in a column */ 
.block .col li h1 a {
	color: #000;
	}

/* ---------------------------- END COLUMNS ---------------------------- */




/* ---------------------------- MISC - generic styles ---------------------------- */

/*  ------- adds a 10px space above this element */ 
.block .spacer,
.block .contentblock .spacer,
.block .contentblock.spacer {
	padding-top: 10px;
	}

/*  ------- variation for list items to allow for bullets as background images */ 
.block li.spacer,
.block .contentblock li.spacer,
.block .contentblock .col li.spacer {
	margin-top: 10px;
	padding-top: 0;
	}

/*  ------- sets a fixed height and allows for scrollable content if necessary */ 
.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. */ 
.block .listBlock {
	margin: 0 0 5px 0;
	}

/*  ------- listBlock paragraph */ 
.block .listBlock p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	}

/*  ------- time and date stamp found in some blog entries */ 
.block .dateStamp {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #333;
	}

/*  ------- allows paragraph tags to flow into each other - Used for some blog entries. */ 
.block .inline p {
	display: inline;
	}

/*  ------- right justifies content */ 
.block .right {
	text-align: right;
	padding: 0;
	margin: 0;
	display: block;
	}

/*  ------- right justified link */ 
.block .right a {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #175780;
	}

/*  ------- standard 'more' link */
.block .more a {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #175780;
	}

/*  ------- removes margins and padding */ 
.block .tight {
	margin: 0;
	padding: 0;
	}

/*  ------- removes top and bottom margins and padding from list items */ 
.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. */ 
.block table {
	font-size: 11px;
	}

/*  ------- center justifies content */ 
.block .center {
	text-align: center;
	}

/*  ------- small font size - gray color */ 
.block p.sml {
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #333;
	}


/* ---------------------------- FORMS ---------------------------- */

/*  ------- assigned to an input - forces a line break */ 
.block .btn {
	display: block;
	margin: 10px 0;
	}

/*  ------- styles applied to a textarea form element */ 
.block textarea {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #333;
	padding: 5px;
	border: 1px solid #c3d6e1;
	}




/* ---------------------------- SPECIFIC ELEMENTS ---------------------------- */
/*******************SCA Search********************/
.srContainerMain{
background-color: #FFF;
}

/*******************Sitemap Freeform Styles********************/
#sitemap {font: normal 12px arial, helvetica, verdana, sans-serif;width: 100%; padding-left: 40px;}

#sitemap p {margin: 10px 0;}

#sitemap ul {list-style: none;margin: 0 0 10px 0;}

#sitemap li { padding: 0 0 0 14px;  margin: 0 0 5px 12px;  background: url(http://extras.mnginteractive.com/live/media/site525/images/bullet_blue.gif) left no-repeat; }

#sitemap li.nobullet { background: none;}

#sitemap .h1 { font: bold 15px georgia, "Times New Roman", Times, serif; padding: 0 0 10 0;background: none; margin: 0 0 10px 0;}

#sitemap h2 {font: bold 14px georgia, "Times New Roman", Times, serif;margin: 10px 0 5px 0;padding: 0;}

#sitemap a {color: #151875;}

#sitemap table {font: normal 12px arial, helvetica, verdana, sans-serif;}

/* ------ BEGIN Calendar Box ------ */
.calendarBox{background: transparent url(http://extras.mnginteractive.com/live/media/site253/2008/0109/20080109_024711_20070827_015314_onlinecalendar.jpg) no-repeat; background-color: #568ABC; border: 1px solid #8CA386; font: 12px arial, helvetica, sans-serif; width: 312px; margin-top: 10px; padding-top: 45px; padding-right: 0; float: left;}
.calendarBox a{color: white; text-decoration: none}
.calendarBox a:hover{text-decoration: underline}

.calendarLeftColumn{margin: 0; padding-left: 10px; padding-top: 10px; float: left;}
.calendarLeftColumn ul{margin: 0; padding: 0;}
.calendarLeftColumn ul li{list-style-type: none; color: white; margin-bottom: 1px;}
.calendarLeftColumn input{height: 25px; width: 130px; border: 1px solid #A4C7DA; margin-bottom: 7px; font: normal 12px verdana}

.calendarSearch{float: left}

.calendarRightColumn{float: left; padding-left: 45px; padding-top: 20px}
.calendarRightColumn ul li{font-size: 11px; margin-bottom: 1px; color: white}

.calendarSubmit{float: left; padding-bottom: 10px;}
.calendarSubmit .submitSearch{margin-left: 10px; border: none; cursor: pointer;}
.calendarSubmit .submitOther{margin-left: 105px; border: none; cursor: pointer;}

/*----Begin Newsletter Calendar Styles --------*/
.calendarLeftColumnNoSearch {
   PADDING-LEFT: 45px; FLOAT: left; MARGIN: 0px; PADDING-TOP: 10px
}

.calendarRightColumnNoSearch {
   PADDING-LEFT: 65px; FLOAT: left; PADDING-TOP: 10px
}

.calendarLeftColumnNoSearch UL {
   FONT-SIZE: 11px; MARGIN-BOTTOM: 1px; COLOR: white
}

.calendarRightColumnNoSearch UL LI {
   FONT-SIZE: 11px; MARGIN-BOTTOM: 1px; COLOR: white
}

/*------END Newsletter Calendar Styles -------*/

/* ------ END Calendar Box ------ */

/*  ------- ask the expert header uses an image vs text as a header */ 
.block h1.askExpert {
	padding: 2px 0 5px 5px;
	height: 30px;
	}
/*  ------- ask the expert image */ 
.block h1.askExpert img {
	width: 180px;
	height: 30px;
	border: 0;
	margin: 0;
	}
/*  ------- ask the expert - header links */ 
.block h1.askExpert span {
	padding-top: 17px;
	float: left;
	}


/* ---------------------------- BLOCK2 STYLES ---------------------------- */
.block2{
background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_034830_block2Head.gif) 0 0 repeat-x;
width: 300px;
}

.block2 h1{
font: bold 15px Georgia;
color: #FFFFFF;
margin: 0 0 0 5;
}




/* ------- block3 freeform container - appended to block */
.block3 {
	margin: 0 0 10px 0;
	padding: 2px;
	background-image: none;
	border: none;
	}

/* ------- block container - for two blocks side by side style3 */
.twinBlocks3 {
	border: none;
	}



/* ------- block3 header & tabs header */
.block3 h1 {
	padding: 2px 10px;
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_034912_block3Head.gif) 0 0 repeat-x;
	color: #fff;
	font-size: 18px;
	height: 21px;
	}

.block3 h1 a:link,
.block3 h1 a:visited,
.block3 h1 a:active {
	color: #fff;
	}

.block3 h1 .headerSponsor {
	color: #fff;
	}

/* ------- alternate block header */
.block3 .headerAlt h1 {
	background: transparent;
	color: #fff;
	}

.block3 h1 .headerLinkR {
	color: #fff;
	background-image: none;
	}

/* ------- sponsored logo image on right of header */
.block3 .headerSponsor img {
	padding-bottom: 6px;
	}


/* ------- main containter for freeform content (used within a 'block3' container) */

.block3 .contentblock {
	border: 1px solid #e6e6e6;
	background-color: #f5f3f0;
	padding: 8px;
	margin: 0 0 5px 0;
	}

.block3 h2 {
	font: bold 14px "Arial", verdana, sans-serif;
	color: #3c2c0e;
	}
	
.block3 h2 a:link,
.block3 h2 a:visited,
.block3 h2 a:active {
	color: #3c2c0e;
	}
	
.block3 h3 {
	font: normal 10px "verdana", Arial, sans-serif;
	color: #e19b71;
	}	
	
.block3 h3 a:link,
.block3 h3 a:visited,
.block3 h3 a:active {
	color: #e19b71;
	}





/* ---------------------------- FOOTER ---------------------------- */

/*  ------- footer container */
.footer {
	font: normal 11px arial, helvetica, sans-serif;
	background: transparent url(images/logo_realCities.gif) no-repeat 3px 20px;
	padding: 10px 0 20px 0;
	margin: 10px 0;
	}

/*  ------- footer lists */
.footer ul {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*  ------- footer top-list */
.footer ul.top {
	border-top: 3px solid #ccc;
	padding: 5px 0;
	
	}

/*  ------- footer list-items */
.footer li {
	display: inline;
	padding: 0 0px;
	margin: 0;
	}

/*  ------- footer links */
.footer a:link,
.footer a:visited,
.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,
.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,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.header,
.footer,
.headerAlt,
.contentblock,
.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .header,
* html .footer,
* html .headerAlt,
* html .contentblock,
* html .clearfix { height: 1%; }

.header,
.footer,
.contentblock,
.headerAlt,
.clearfix { display: block; }
/* End hide from IE-mac */

/* END clearfix hack
------------------------------------------------------------------------------------------------- */




/*Tables and Body*/

table tr td.region1,
table tr td.region2,
table tr td.region2b,
table tr td.region4,
table tr td.region8,
table tr td.region9,
table tr td.region11,
table tr td.region12{
   padding-left: 5px;
   padding-right:5px;
}

/* ---------------Start of Nav/Main Body Fixes--------------*/ 

body {
   font-family: arial, helvetica, sans-serif;
   padding: 0px;
   margin: 0px;
}

td.gutter{
   display: block;
}

 div, span, p, ul, li {padding: 0;margin: 0;}
 a {text-decoration: none;}
 a:hover {text-decoration: underline;}
 .adElement{margin: 5px 0;}
 .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
 .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */

#footer2 {
color: #000000;}


/*-----------------------------------Begin Region Styles--------------------------------------------*/
 .contentStyle{text-align: center; padding: 0; margin: 0;}
 .regionParent{border-collapse: separate; border-spacing: 0px 0px; padding: 0px; margin: 0px auto; background-color: #fff;}

 .preHeaderRegion {padding: 0; margin: 0; border-spacing: 0; background-color: #fff;}


 td.headerRegion,
 td.postHeaderRegion{
   background-color: #fff
}

.region1{
background-color: #fff;
    padding:0px;
    margin: 0px;
    border-style:none;
    border-width:0px;
    text-align:left;
    vertical-align:top;}


/* container for everything above the navigation */
#masthead_home {
	top: 0px;
	left: 0px;
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035753_headBG.jpg) no-repeat  0 0;
	height: 85px;
	position: relative;
	width: 1000px;
	}
	


/* position and render the logo - hide logo text */
#logoLink {
	position: absolute;
	top: 15px;
	left: 20px;
	text-indent: -5000px;
	}

#logoLink img {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	}

/* Begin top nav */
.topNav {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_040223_topNavBG.gif) 0 0 repeat-x;
	height: 23px;
	width: 1000px;
	}



/*--------------- BEGIN searchbar styles -----------------*/

#searchbar {
	height: 38px;
	padding-top: 10px;
	position: absolute;
	left: 340px;
	top: 5px;
	width: 350px;
	}

#home_masthead #searchbar {
	right: 290px;
	top: 15px;
	width: 316px;
	}

#searchbar form {
	margin-top: 2px;
	padding: 0 2px 0 0;
	}

#searchbar label {
	float: left;
	padding: 5px 0 0 15px;
	color: #21486d;
	font-weight: bold;
	}

#searchbar input {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	}

#searchbar form input.searchbox {
	background-color: #FFF;
	border: 1px solid #616161;
	width: 215px;
	height: 18px;
	margin: 3px 0 6px 0;
	}
	
#home_masthead #searchbar form input.searchbox {
	width: 220px;
	margin: 3px 0 6px 12px;
	}
	
#searchbar form input.button {
	margin: 0px 2px 0px 0;
	padding: 0pt 0pt 4px;
	}

/* --------------- BEGIN Search Options */

ul#searchoptions {
	position: absolute;
	top: 38px;
	left: -3px;
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	}

ul#searchoptions li {
	float: left;
	padding-right: 3px;
	padding-left
	}
	
ul#searchoptions li.end span {
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
	}

ul#searchoptions li.end span.yahoo {
	color: #ff0033;
	}

/*---------- weather */

/* Masthead weather styles */
.weather li{
list-style: none;
}

img.weathericon{
width:15px; 
}



#weather_box_horizontal .weatherbox{
margin-top:-18px;
margin-bottom:-5px;
padding-left:5px;
color:#FFFFFF;
}

.weathercontent .weatherhead{
font-size:12px;
}

.weathersectionlink{
font-size:12px;
color:FFFFFF; padding-right: 10px;
}

.weatherN{
color:#FFFFFF;
}
.weatherH{
color:#FFFFFF;
}
.weatherL{
color:#FFFFFF;
}
.weatherfivedaylink
{
color:#FFFFFF;
}

.weatherN,
.weatherH,
.weatherL,
.weatherfivedaylink{
font-family:Arial;
font-size:12px; font-weight: bold;
}	

/* Weather Page Styles -- Not Masthead */

.region2 .weatherhead{
font-size:16px;
padding-top:5px;
background-color:#DDEAFA;
padding-left:5px;
}

.region2b{
padding-top:10px;
}

.region2b .weatherhead{
font-size:16px;
padding-top:5px;
background-color:#DDEAFA;
padding-left:5px;
align:center;
}

.region2b .weatherlink{
padding-left:70px;
}

*html .region2b .weatherlink{
padding-left:0px;
}

.wthrhi{
color:#CC0033;
}

.wthrlow{
color:blue;
}

.wthrHi,
.wthrLow {
font-family:Arial;font-weight:bold;
font-size:13px;
}

.wthrdayinfo{
font:13px Arial;
}

.wthrday{
font:13px Arial bold;
}

.weathertext{
font:14px arial;
}

.region2b .weathersubtitle{
font:16px arial bold;
}

.weatherdetailed{
font:14px arial;
}


/*---------- login Nav */

ul.loginNav {
	list-style: none;
	float: right;
	}

ul.loginNav li {
	float: left;
	font-size: 11.5px;
	padding: 4px 0;
	}

ul.loginNav li a {
	color: #ccc;
	padding: 0 4px;
	}

ul.loginNav li a:hover {
	color: #fff;
	}

ul.loginNav li.login {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035811_icnComputer.gif) 0 2px no-repeat;
	padding-left: 13px;
	}

ul.loginNav li.login a {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035842_icnDiv.gif) 100% 2px no-repeat;
	}

ul.loginNav li.email {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035908_icnEmail.gif) 0 4px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	}

ul.loginNav li.home {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035929_icnHome.gif) 0 2px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	}

ul.loginNav li.rss {
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035950_icnRss.gif) 0 2px no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	}



/*Nav Bar Wrapper - sets the width/height/look of entire nav bar*/
#navWrap {
	width: 1000px;
	background: #5a554a url(http://extras.mnginteractive.com/live/media/site253/2008/0530/20080530_114549_navBG.gif) 0 0 repeat-x;
	/*background: red;*/
	font-family: Arial, Helvetica, sans-serif;
	height: 26px;
	border-top: 2px solid #093347;
	}

#nav {
	margin-left: auto; /*DO NOT EDIT*/
	margin-right: auto; /*DO NOT EDIT*/
	position: relative; /*DO NOT EDIT*/
	display: block; /*DO NOT EDIT*/
	height: 1%; /*DO NOT EDIT*/
	z-index: 1000; /*DO NOT EDIT - necessary for menu system to appear on top of positioned elements in body (arbitrary number under 1020)*/
	}


/*
you must add one of these for each nav dropdown making a general class destroys the measurements
*/
  
/*Main Nav Items*/
#nav #maindiv0,#nav #maindiv1,#nav #maindiv2,#nav #maindiv3,#nav #maindiv4,#nav #maindiv5,
#nav #maindiv6,#nav #maindiv7,#nav #maindiv8,#nav #maindiv9,#nav #maindiv10,
#nav #maindiv11,#nav #maindiv12,#nav #maindiv13,#nav #maindiv14,#nav #maindiv15,
#nav #maindiv16,#nav #maindiv17,#nav #maindiv18,#nav #maindiv19,#nav #maindiv20,
#nav #maindiv21,#nav #maindiv22,#nav #maindiv23,#nav #maindiv24,#nav #maindiv25,
#nav #maindiv26,#nav #maindiv27,#nav #maindiv28,#nav #maindiv29,#nav #maindiv30 {
	height: 26px;
	}

#nav div {
	float: left;
	padding: 0;
	}




/*Main Nav Item Links*/
#nav div a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0 18px 0 6px;
	text-decoration: none;
	line-height: 26px;
	background: transparent url(http://extras.mnginteractive.com/live/media/site253/2008/0530/20080530_120656_tabs.gif) 100% 0 no-repeat;
	}

/*Main Item Hover States*/
#nav .navHover {
	text-decoration: none;
	margin: 0;
	}

#nav .navHover a {
	color: #fff;
	background-position: 100% -26px;
	}



/* Main Items Without Drop Downs */
#nav .nosub div a {
	background-position: 0 0;
	padding-right: 6px;
	}

#nav .nosub .navhover a {
	background-position: 0 -26px;
	}

#nav .nosub div.subdiv,
#nav #rightNav .nosub .subdiv,
#nav #rightNav .nosub div.subdiv {
	display: none !important;
	}



/*Sub Menu Container*/
#nav div .subdiv {
	display: block;
	background-color: #827d75;
	width: 150px;
	position: absolute;
	visibility: hidden;
	padding: 1px;
	padding-bottom: 5px;
	}





#nav div .subdiv div {
	float: none;
	padding: 0;
	background-image: none;
	}

#nav div .subdiv a {
	background-image: none;
	margin: 0;
	font-size: 12px;
	padding: 2px 5px;
	text-transform: none;
	float: none;
	display: block;
	height: auto;
	line-height: normal;
	}

#nav div.subdiv a:hover {
	background-color: #6d685f;
	color: #98e2ab;
	height: 1%;
	}



/*------------------------------
Right Nav
--------------------------------*/
/*Right Nav Wrapper*/
#nav #rightNav {
	float: none;
	padding: 0;
	}

/*Main Items*/
#nav #rightNav div {
	float: right;
	display: block;
	}

/*Main Links*/
#nav #rightNav div a {
	float: left;
	background-position: 100% -52px;
	}

#nav #rightNav div div {
	float: none;
	}


/*Main Item Hover States*/
#nav #rightNav .navHover {
	display: block;
	background-color: #325464 ;
	}

#nav #rightNav .navHover a {
	background-position: 100% -78px;
	color: #f2c468;
	}

/*Main Item Hover States - No Subnav */
#nav #rightNav .nosub .navhover a {
	background-position: 0 -78px;
	}




/*Sub Menu Container*/
#nav #rightNav .subdiv {
	padding-bottom: 5px;
	background-color: #325361;
	}

#nav #rightNav .subdiv div {
	background-color: #325361;
	}

#nav #rightNav .subdiv a {
	background-image: none;
	float: none;
	display: block;
	color: #fff;
	padding: 2px 8px;
	}

#nav #rightNav .subdiv a:hover {
	background-color: #3a5f70;
	color: #f2c468;
	}


li.spacer {
	margin-left: 50px;
	}



/* -----Top Listings ------ */


.TLBox{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border: none;
    background-color:#ffffff;
    text-align:left;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.TLBoxHeader{
    font-family:verdana,arial,sans-serif;
    font-size:10px;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#44768d;
    text-align:center;
}

.TLBoxImage{
    border-style:none;
    border-width:0px;
    text-align:center;
   padding: 0px; width: 158px;
}

.TLBoxContent{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    background-color: #ffffff;
    text-align:left;
    width: 160px;
    margin-bottom:0px;

}

.TLBoxTabTable{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    color:#000;
    text-decoration:none;
    border-style:none;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    background-color:#ffffff;
    text-align:left;
    width: 160px;
    height: 25px;
}

.TLBoxTab{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#44768d;
    text-align:left;
    color: #ffffff;
}

.TLBoxTabSelected{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    text-decoration:none;
    border-style:solid;
    border-width:0px;
    background-color:#ffffff;
    text-align:left;
    color:#000000;
}

.TLBoxTabSelected .TLBoxTabLink {
  color: #000000;
}

.TLBoxTabLink{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:normal;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
}


.TLBoxType{
    /*
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-variant:small-caps;
    font-weight:bold;
    color:#666;
    text-decoration:none;
    text-align:left; */
    display: none;
}

.TLBoxTitle{
    font-family: Arial, helvetica, sans-serif;
    font-size:11px;
    font-variant:normal;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
    text-align:left;
    padding-left: 7px;
    background: 

url(http://extras.mnginteractive.com/live/media/site209/2007/0809/20070809__bullet_blue.gif) no-repeat 

1px 5px;
    letter-spacing: 1px;
}

.TLBoxTitle a,
.TLBoxTitle a:visited {
  text-decoration: none;
}
a.TLBoxTitle:hover {
  text-decoration: underline;
}

.TLBoxCompany{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    color:#222;
    text-decoration:none;
    text-align:left;
    text-indent:15px;
    padding-left: 10px;
}

.TLBoxAllListings{
    font-family: Arial, helvetica, sans-serif;
    font-size:12px;
    font-variant:normal;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    text-transform: lowercase;
    border-style:none;
    border-width:0px;
    background-color: #1c5668;
    height: 25px;
}

.TLBoxAllListings a {
  padding-top: 6px;
  border: none;
  background: transparent;
}

.TLBoxAllListings a:hover {
  padding-top: 6px;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.TLBoxFooter{
    font-family: Arial, helvetica, sans-serif;
    font-size:10px;
    text-decoration:none;
    border-style:none;
    border-width:0px;
    background-color:#ffffff;
    text-align:center;
    width: 160px;
}

.TLBoxRule{
    color:#ffffff;
    border: 0px solid #ffffff; 
    height: 0px;
}


.TLALLError{
    color: #999;
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
}

.TLAllTable{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllListingTable{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllListingCell{
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: center;
}

.TLAllTypeHeading {
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllTypeSubHeading {
    border-style: none;
    border-width: 1px;
    border-color: #000;
    text-align: left;
}

.TLAllTypeName{
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
    color: #906;
    font-weight: bold;
    display: none;
}

.TLAllSubTypeName{
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #22A;
    font-weight: bold;
}

.TLAllListingTitle{
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    color: #888;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: underline;
}

.TLAllListingText{
    font-size: 10px;
    color: #008;
    font-weight: normal;
}

.TLBoxEmpty {
  padding-left: 10px;
  font-family: Arial, helvetica, sans-serif;
}


/* END TOP LISTINGS */
 
/*********** BEGIN Most Popular Default Styles ***********/
 
.mostWidth { width: 300px; }
.mostViewedBox A { text-decoration: none; }
.mostTabsBox { margin: 0; padding: 0; font-weight: bold; }
.mostTabsBox LI{ float:left; padding:5px 5px 5px 5px; list-style:none; }
.mostTabsBox LI A { color:#000; }
.mostHeader { padding:8px 15px 0px 7px; }
.mostNote { float:left; }
.mostRss { float:right; }
..mostRss img {padding: 5 5 0 0;}
.mostClear { clear:both;margin:0;padding:0; }
.mostTab { background:#999; }
.mostTabSelected { background:#ccc; }
.mostTabBody { border:solid 3px #ccc; }
 
/* END Most Popular Default Styles */






.mostViewedBox {
	color: #000;
	display: block;
	float: left;
	font: normal 12px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	position: relative;
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1120/20071120_021955_headRightBG.gif) repeat-x right 0;
	padding: 0;
	}

.mostViewedBox a:active {
	outline: none !important;
	}

.mostViewedBox a:focus { 
	-moz-outline-style: none;
	}

ul.mostTabsBox {
	height: 25px;
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear:both;
	width: 245px;
	clear: both;
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1120/20071120_021729_headLeftBG.gif) no-repeat 0 0;
	padding: 0 40px 0 3px;
	}


.mostTabsBox li {
	float: left;
	white-space: nowrap;
	line-height: 12px;
	margin: 0;
	padding: 0;
	background: none;
	}

.mostTabsBox li a {
	margin: 0;
	padding: 7px 9px 6px;
	font-weight: bold;
	float: left;
	text-decoration: underline;
	color: #fff;
	}

.mostTabsBox li a:hover {
	color: #ccc;
	}

.mostTabsBox li.mostTabSelected {
	margin: 0;
	padding: 0;
	background: url(http://extras.mnginteractive.com/live/media/site253/2007/1120/20071120_022201_tabOnRight.gif) no-repeat right 3px;
	color: #6d685f;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	color: #6d685f;
	padding: 7px 9px 6px;
	text-decoration: none;
	}

.mostTabsBox li.mostTabSelected a:link, 
.mostTabsBox li.mostTabSelected a:visited, 
.mostTabsBox li.mostTabSelected a:active {
	background:transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1120/20071120_022135_tabOnLeft.gif) no-repeat left 3px;
	}

.mostTabsBox li.mostTabSelected a:hover {
	text-decoration: underline;
	}

.mostHeader {
	clear: both;
	padding: 5px;
	font: normal 11px arial,helvetica,sans-serif;
	color: #666;
	}

.mostNote {
	padding-bottom: 6px;
	}

.mostRss img {
	vertical-align: middle;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
	}

.mostTabBody {
	margin: 0pt 0pt 2px;
	padding: 8px;
	border: 1px solid #CCCDCF;
	border-top: none;
	background: #fff;
	}

.mostTabBody ol {
	padding: 0 0 0 30px;
	margin: 0;
	}

.mostTabBody li {
	font-weight: bold;
	color: #3c7ca5;
	margin-bottom: 5px;
	}

.mostTabBody li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	}

.mostTabBody li a:hover {
	text-decoration: underline;
	}
	
	/* ---------------------------- COMPLEX LISTINGS STYLES ---------------------------- */

.layout5feature {
   font: normal 12px arial, helvetica, sans-serif;
   line-height: 18px;
   padding-left:4px;
   }


.complexlistingbox{
margin-bottom:-10px;

}

.complexListingBox br {
display: none;
}


.complexListingBox a:link,
.complexListingBox a:visited,
.complexListingBox a:active {
   color: #30598d;
   text-decoration: none;
   }



.listingItemTitle {
   color: #321600;
   font-weight: bold;
   font-family: Arial,helvetica,sans-serif;
   font-size: 14px;
   margin: 15px 0 0 0;
   display: block;
   }

.layout5FeatureItemBox .listingItemTitle {
   margin-top: 10px;
   }

.complexListingSubTitle {
   display:block;
}

.complexListingItemPhotoCredit{display: none}

a.listingItemTitle:link,
a.listingItemTitle:visited,
a.listingItemTitle:active {
   color: #333333;
   }

<!--
color: #000000;
color: #79B5D1;
-->
a.listingItemTitle:hover {
   text-decoration: underline;
   }

a.complexListingTitle {
   /*display: none;*/
   font: bold 16px arial, helvetica, sans-serif;
   color: #9b0f0e;
   }

a.complexListingTitle:link,
a.complexListingTitle:visited,
a.complexListingTitle:active {
   color: #000000;
   }

.complexListingBox li.listNoImage {
   list-style: none;
   background: transparent url(http://extras.mnginteractive.com/live/media/site253/2007/1107/20071107_035208_bulletRed.gif) no-repeat 0 3px;
   font:11px verdana, arial, helvetica, sans-serif;
   line-height: 1em;
   margin: 5px 0 3px 0;
   padding: 0;
   display: block;
   }

.complexListingBox a.complexListingLink {
   display: block;
   line-height: 14px;
   margin-left: 10px;
   padding: 0;
   color:#333333;
   font-family: Arial,helvetica,sans-serif;
   font-size: 12px;
   }

.lastUpdatedDate {
   font: normal 10px verdana;
   color: #666;
   margin: 0;
   padding: 0;
   padding-top:5px;
   }

.listing3Image {
width:100px;
   margin: 0 10px;
   }

.articleListingDivider {
   display: none;
   }

a.complexListingMoreHeadlines {
margin-top:10px;   
line-height: 10px;
display: block;
font: bold 14px Arial, Times, serif;
    color: #525252;

   }

/* --- FIX for ie - rendering differently due to lack of ul tag --- */
*html .complexListingBox li.listNoImage {
   clear: both;
   line-height: 14px;
   background-position: 0 6px;
   }

*html .complexListingBox li.listNoImage a {
   margin: 0;
   padding: 0 0 0 10px;
   text-indent: -15px;
   }
/* --- END ie fix --- */

 /*Style for the Complex Listing Article Blurb*/
.listingArticleBlurb {
color: #666666;
font-family: Arial,helvetica,sans-serif;
font-size: 12px;
}

 /* more link */
.listingArticleLinkTo{
color: #666666;
font-family: Arial,helvetica,sans-serif;
font-size: 12px;
}

 /*Style for the Complex Listing Item Photo*/
 .complexListingItemPhoto{font-size:10px;}

/*Style for the Complex Listing Item Image*/
 .complexListingItemImage{font-size:10px;}

 /*Style for the Complex Listing Item Photo Credit Text*/
.complexListingItemPhotoCredit{font-size:10px;text-align:left;}

.complexlistingbox a:hover{
text-decoration: none;
list-style:none;
color:#976E23;
}

.complexlistingbox .listnoimage a:hover{
text-decoration: underline;
color:#976E23;
}

/* ----------- Article Page Styles ---------------- */

/* ------ Article Display Portlet ------ */
#imagePopUp .articleImageCaption{color: #fff}
.articleBox {}
td.articleBox {}
.articleBody {font: 12px Arial, Helvetica, sans-serif;}
.articleBody p {margin-top:15px;}

.articlePosition1{}
.articlePositionSub1{}
.articlePositionHeader{}
.articlePositionFooter{clear: both;}
.articleEmbeddedViewerBox{}

.articleImage{}
.articleEmbeddedAdBox{}
.articleEmbeddedAdRule{}
.articleEmbeddedAdHeader{}

div.articleOptions {color: #000;font: normal 10px arial, helvetica, verdana, sans-serif;margin: 10px 0;}
a.articleOptions {color: #111a70;}
a.articleOptions img {margin-bottom: -4px;}

.articleDate{color:#848080;}
.articleOverline{font: bold 13px Georgia, "Times New Roman", Times, serif; color: #333; margin: 0 0 5px 0; padding: 0;}
.articleSubTitle{color: #333;}
.articleTitle{color:#301900; font: bold 18px Georgia;}
.articleByline { color: #555; font-weight: bold; margin-top: 10px}

.articleBox{padding-bottom: 40px;}
.articleFooterLinks div.articleOptions{float: left; width: 100%; clear; right;}
/* ------ End Article Portlet  ------ */

/* ------ Embedded Photo Viewer ------ */
/* ********* Start Embedded Image Viewer/Gallery Styles ************ */
/***DIV Surrounding the entire embedded image viewer/gallery position 1 and related content***/
.articleViewerGroup{
   text-align:right;
   margin: 0;
   float: right;

}

/***SPAN tag around the embedded image viewer/gallery***/
.articleEmbeddedViewerBox{
   text-align:left;

   /*Added*/
   background-color: #CDCED2;
}

/*Added*/
.articleEmbeddedViewerBox, #photoviewer{
   position: relative;
   float: left;
   right: 4px;
   top: 4px;
}



/********************************* FOOOTER *************************************/

.footer2 {
width:1000px;
border:0; 
background-color:#285266;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
} 

.realcities img {
width:50px;
height:50px;
}

.footer2 a:link, .footer2 a:active, .footer2 a:hover, .footer2 a:visited {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
}

.footer2 img {
border: none;
}



div.zvents_clear {clear: both;}

.zvents_invertednav {padding: 0;width: 100%;border-top: 5px solid #4A6C9A;background: transparent;voice-family: "\"}\"";voice-family: inherit;}
.zvents_invertednav ul {margin:0;margin-left: 5px;padding: 0;list-style: none;}
.zvents_invertednav li {display: inline;margin: 0 2px 0 0;padding: 0;text-transform:uppercase;}
.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;}
.zvents_invertednav a:hover {background-color: #4A6C9A;padding-top: 5px;padding-bottom: 0;border-bottom-color: #4A6C9A;color: white;}
.zvents_invertednav .current a {background-color: #4A6C9A;padding-top: 5px;padding-bottom: 0;border-bottom-color: #4A6C9A;color: white;}

.zvents_title {font:bold 24px arial;color:#036;margin-bottom:-7px;}
.zvents_maincontainer {width:322px;border:1px solid #4A6C9A;}

.zvents_topsection {background:#fff;padding:5px 10px;font:11px arial;text-align:left;}
.zvents_topsectionnote {font:11px arial;margin-bottom:5px;}
.zvents_topsection input,form {font:11px arial;margin:0;}

.zvents_searchlinks {float:right;font:9px arial;color:#039;}
.zvents_searchlinks a {color:#039;}
.zvents_searchlinks a:hover {color:#000;}
.zvents_calendarcontainer {background-color:#E4EFFB;border:1px solid #CBD6EC;padding:5px;text-align:center;margin-top:8px;}
.zvents_calendarcontainertitle {font:11px arial;float:left;}
.zvents_fivepixels {line-height:5px;}
.zvents_upcomingevents {padding-top:8px;padding-bottom:5px;font:11px arial;}
.zvents_upcomingevents ul {margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:5px;font:11px arial;}
.zvents_upcomingevents li {margin-left:-10px;list-style-type:none;font:11px arial;}
.zvents_upcomingevents a {font:11px arial;color:#039;line-height:1.3em;}
.zvents_upcomingevents a:hover {color:#000;}
#wrapper {width:987px;}

/*---------------- Target Ad -----------------------*/
.Target_Ad {
float: left;
margin-left: 5px;
margin-top: 2px;}
/*---------------- Target Ad -----------------------*/