body {
	background:url(../../../images/publications/bg-clouds.jpg) repeat-x top center #d9eaf4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
}

* {
	margin:0;
	padding:0;
	left: auto;
}

img {
	border:0;
}

p {
	margin-bottom:1.75em;
}

a {
	text-decoration: none;
	color: #222222;
}
	
a:hover {
	text-decoration:none;
	color:#6CC7DC;
}

/* Layout*/
#wrapper {
	margin:0 auto;
	width:960px;
	background:#ffffff;
	font-size:1.3em;
	}
	
#header {
	height:190px;
	background:url(../../../images/publications/bg-header.jpg) no-repeat;
	}
	
#menu {
	height:25px;
	line-height:25px;
	background:url(../../../images/publications/bg-menu.gif) repeat-x;
	padding:0 10px;
}

#content {
	float:left;
	width:720px;
	min-height:500px;
}

#marketFeaturedCard
{
    padding-top: 25px;
    background:url(../../../images/publications/bg-marketContentGradient.jpg) repeat-x top center #99e0fc;
    width:700px; 
    min-height: 525px;
	
	/* for IE 6 */
	height: auto !important;
	height: 550px;
}
	
#error
{
    background:#EFEFEF none repeat scroll 0%;
    width:400px;    
    color: Red;
    font-weight: bold;
}

/* Main */
.main {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}


/* Menu */
#menu ul {
	list-style-type:none;
	right: auto;
}

#menu li {
	float:right;
}

#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	margin-right:2px;
}

#menu li a:hover
{
    color:#0196fe;
}

#menu #menuMarketName
{
	color:#ffffff;   
    float: left;
    font-weight: bold;
}

.sidebar {
	float:left;
	width:200px;
	background:#fff2d2;
	margin: 0px 10px 0px 0px;
}

/* Sidebar */
.sidebar ul {
	list-style-type:none;
	margin-top:10px;
}
	
.sidebar li {
	text-indent: 10px;
	border-bottom:1px solid #ffc125;
}

.sidebar li.active{
	background:#006BA9;
	color:#FFFFFF;    
}
	
.sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
    /*color: #000033;*/
	
}
	
.sidebar li a:hover {
	background:#EED8AE;
	color:#000000;
}
	
.sidebar-bottom {
	height:20px;
	background:url(../../../images/publications/bg-sidebar-bottom.gif) no-repeat top center;
}

.sidebar-white {
	height:20px;
	background: #FFFFFF;
}

.sidebar-top {
	height:20px;
	background:url(../../../images/publications/bg-sidebar-top.gif) no-repeat top center;
}
	
#sidebar-ad {
	background: #FFFFFF;
	text-align: center;
}

#sidebar-ad a {
}

/* Map */
#map 
{
    width: 720px;
    padding:0px 0px 0px 0px;
	z-index: 1;
}

/* Search results. */
.entry {
    width:720px;
    padding: 5px 5px;
    background: url(../../../images/publications/entry-gradient.gif) repeat-x #dee6eb;
    clear: right;
    overflow: auto;
    height: 100%;
} 

.entry p
{
}

.entry-thumbnail {
   float: right;
}

.entry-title{
	font-size:1.4em;
	color:#006ba9;
	font-weight: bold;
}

.entry-title a
{
    color:#006ba9;
}

.entry-title a:hover
{
  	text-decoration: underline;
}

.entry-info {
	color:#006ba9;
}

.entry-info a{
	text-decoration: underline;
	color:#7a838f;
}

/* Search */
.searchQuery
{
    font-weight: bold;
    font-size: 1.4em;
    color: #000000;
}

/* Footer */
#footer-copyright{
	padding: 2px;
	color: #000000;
	}
	
#footer {
	clear:both;
	min-height:30px;
	text-align: center;
	padding: 10px;
	font-size: 10px;
}

#footer p{
    margin-bottom: 0px;
}	

#footer a {
	color:#006ba9;
	text-decoration:none;
}

#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Search Tab */
#searchtab {
	height: 25px;
	width: 175px;
	background: url(../../../images/publications/bg-tab.gif) no-repeat;
	margin: auto;
	padding: 2px;
}
	
#searchfield {
	text-align: center;
}

#searchboxtop {
	background: url(../../../images/publications/searchbgtop.gif) bottom center;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

#searchboxmain {
	background-image: url(../../../images/publications/searchbgmain.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 8px;
}

#searchboxbottom {
	background: url(../../../images/publications/searchbgbottom.gif) top center;
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}

#searchtab p {
	display:block;
	color:#ffffff;
	text-align: center;
	padding: 2px;
}

#homepage-banner
{
	background: url(../../../images/publications/rsvp_header.jpg) top center;
	background-repeat: no-repeat;
    width: 720px;
	height: 310px;
    padding: 0px;
	z-index: 90; /* try to put this under the walkout */
}

#homepage-banner img
{
	padding: 0px;
	margin: 0px;
}
	
#homepage-banner p
{
    width:420px;
    font-weight:300;      
    font-size: 14px;
    font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica";
}

#homepage-banner h2
{
    font-size: 16px;
    color: #0196fe;
    padding-bottom: 5px;
}

div#walkout
{
	/* move the walkout video to the right side */
	position: relative;
	margin-left: 400px;
	top: 120px;
	z-index: 100;
}

/* Cards */
#cards {
	width:720px;
	height:100px;
	padding:10px 5px;
}
	
#marketSearchResults{
	margin:0px;
	padding: 0px;
	vertical-align: top;
}
/* Ads. The top area of the Market.aspx page. */
#ads {
	width: 720px;
	height:185px;
	padding:0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../../../images/publications/ads-gradient.gif);
	background-repeat: no-repeat;
}

#address a
{
    color: #0066CC;
}
#address a:hover {
	text-decoration:none;
	color:#6CC7DC;
}

/* Copied from Old Style */
table {
    border: 0px;
}

td, p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Form Stuff */
td.labelText {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* for red check boxes on survey page */	
span.checkbox {
     width: 19px;
      height: 25px;
      padding: 0 5px 0 0;
      background: url(../../../images/publications/green_checkbox.png) no-repeat;
      display: block;
      clear: left;
      float: left;
  }

/* Market Page Hot Offers Header Section*/
#top-hotOffers {
	background-image:url(../../../images/publications/top5-top.gif);
	width:200px;
	height:36px;
	margin: 10px 0px 0px 8px;
	/*margin: 10px 0px 0px 10px;*/
	padding: 0px;
	text-align: center;
}	

#top-hotOffers p {
	display:block;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size: 14px;
}

#bottom-hotOffers 
{
	background-image:url(../../../images/publications/top5-bg.gif);
	background-repeat: repeat-y;
	width:196px;
	height:124px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}	

#bottom-hotOffers ul {
	list-style-type: none;
	margin: 0px 5px 0px 8px;
	padding:5px 0px 0px 5px;
}

/* This is ONLY here to make IE render properly with long strings.  
  * With out this, the text doesn't properly wrap
  */
#bottom-hotOffers ul a {
	display: block;
	float: left;
	clear: left;
}
	
#bottom-hotOffers li
{
    font-weight: bold;
	margin: 2px 0px 0px 0px;
    padding: 1px 0px 2px 2px;
    font-size: 12px;
}

/*
#bottom-hotOffers li>a {
float: none;
}
*/

#bottom-hotOffers li a{
	margin: 0px;
	padding: 0px;
	color: #3399cc;
	text-decoration: underline;
}


#bottom-hotOffers li a:hover{
	color: #3366cc;
}

/* Market Page Showcase Header Section*/
#top-showcase {
	background-image:url(../../../images/publications/showcase-top.gif);
	width:200px;
	height:36px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	text-align: center;
}	

#top-showcase p {
	display:block;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size: 14px;
}

#bottom-showcase {
	/*background-image:url(../../../images/publications/top5-bottom.gif);
	background-repeat: no-repeat;
    */
	width:200px;
	height:124px;
	text-align:center;	
	margin: 0px 0px 0px 10px;
      background-color: #FFFFFF;
	
}	

#bottom-showcase img
{
    /*width:195px;*/
    height:124px; 
	padding:0px;
	margin:0px;
	border-top: solid 1px #000;
}	

/* Market Page Survey Header Section*/
#top-survey {
	background-image:url(../../../images/publications/top5-top.gif);
	width:200px;
	height:36px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	text-align: center;
}	

#top-survey p {
	display:block;
	text-align: center;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
	font-size: 14px;
}

#bottom-survey {
	width:200px;
	height:124px;
	text-align:center;
	margin: 0px 0px 0px 10px;
}	

#bottom-survey img
{
    width:195px;
    height:124px;
	padding:0px;
	margin:0px;
	border-top: solid 1px #000;
}	

/** Employment Opportunities */
#jobDetails{
    margin:5px 0px 0px 0px; 
    padding:4px 0px 0px 0px;
}

.floatright {
    float: right; 
    margin: 0px 0px 10px 10px;
    padding:2px;
}
.floatleft  {
    float: left;
    margin: 0px 10px 10px 0px;
    padding:2px;
}
.clear {clear:both;}


/** Survey Page */
.survey-link a {
 color: blue;
 text-decoration: underline;
}
.survey-link a:hover {
   color: #6CC7DC;
}

.articleHeader
{
	font-size:12px;
	color:Gray;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

.articleRow
{
	color:Red;
	font-size:12px;
}

.articleLink a {
 color: blue;
 text-decoration: none;
 font-weight: bold;
}
.articleLink a:hover {
   color: #6CC7DC;
}