body
{
	margin: 0;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 75%; /* RTC: Font size must be no smaller than 11pt */
	background-color: white;
	color: #000000;
}

p 
{
	margin-top: 0em;
	margin-bottom: 1.4em;
	text-align: left;
}

p.nospace
{
	margin: 0px;
	padding: 0px;
}

img 
{
	border: none;
}


/* IE 5/6 workaround for non-propogating font-sizes */
div, table
{
	font-size: 1.0em;
	border-collapse: collapse;
}

td
{
	vertical-align: top;
}

a
{
	color: #ce6d18;
        text-decoration: underline;
	text-align: left;
}

h1 a,
h2 a,
h3 a
{
        text-decoration: none;
}

form
{
	padding: 0px;
	margin: 0px;
}

#body_table
{
	position: inherit;
	left: 0px;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0; 
	min-width: 600px;
	max-width:  990px;
	/* IE 5/6 workaround for (min|max)-width */
	width: expression(document.body.clientWidth >  990 ? " 990px" : document.body.clientWidth < 600 ? "600px" : "auto");
}


h1
{
	margin: 1px;
	font-size: 2em;
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #726f66;
}

h2
{
	background-color: #a29f97;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

h3
{
	margin: 1px;
	font-size: 120%;
	font-weight:normal;
	padding-bottom: 5px;

	color: #CE6D18;
}

h4
{
	margin: 1px;
	font-size: 88%;
	font-weight: bold;
	padding-bottom: 5px;
}

ul
{
	margin-left: 0px;
	list-style-image:url(/_image/common/arrows/arrow_orange_white_bg.gif);
	list-style-type:circle;
}

li 
{
	padding-left: 7px;
	margin: 0px;
}


ul.arrow-orange_on_white
{
	list-style-image: url(/_image/common/arrows/arrow_orange_white_bg.gif); 
	list-style-type: circle;
}


/* 
** Landcorp button style 
*/

button
{
	background-color: #e3b73a; 
	color: #333333; 
	font-size: 0.9em;
	border: 1px solid #facc4b;
	margin-right: 5px;

}

.sidebtn
{
       padding-bottom: 10px;
}

/* 
** Top Navigation 
*/

/
#top_navigation
{
	width: 100%;
}

/* 
** Top header navigation - general definitions 
*/

#top_navigation table
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#top_navigation td
{
	padding: 0px;
	margin: 0px;
	font-family:  Helvetica, Arial, sans-serif;
}


#top_navigation td span.navigation_element
{
     letter-spacing: -1px;
}

/* 
** Top header navigation - other navigation area elements
*/

.company_logo
{
	float: left;
}

#navigation_logo
{
       background-color: #e3b73c;
}

#text_resizer
{
      float: right;
      margin-right: 12px;
      margin-top: 7px;
}

#print_button_holder
{
      float: right;
      margin-right: 15px;
      margin-top: 7px;
      font-size: 0.7em;
}

#print_button_holder img
{
     vertical-align: middle;
}

#print_button_holder a
{
     color: #a0a0a0;
     text-transform: none;
}

/* 
** Navigation 1st Level 
*/
td#navigation-level1
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #737066;
	color: #d6d9c4;
	z-index: 9;
}


#navigation-level1 td 
{
	border-right: 1px solid #a19d94; 
	padding: 5px 4px 5px 4px;
	text-align: center;
        vertical-align: middle;
}

#navigation-level1 td.last_nav
{
	border-right: none;
}

#navigation-level1 td a 
{
	color: #ffffff;
	text-decoration: none;
}

#navigation-level1 td.active 
{	
	background-color: #a29f97;
	height: 20px;
}

#navigation-level1 td.active a 
{	
	color: #52534e;
}

/* 
** Navigation 2nd row 
*/
td#navigation-level2
{
	background-color: #a29f97;
	color: #52534e;
        margin: 0px;
	padding: 6px 0px 6px 0px;
        vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 5;
}



#navigation-level2 ul 
{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

#navigation-level2 li 
{
	float: left;
	border-right: 1px solid #ffffff; 
	padding-top: 0px;
	
	padding-right: 7px;
	padding-left: 7px;
	margin: 0px;
        height: 15px;  /* fixes the height since this text is usually sIFRed */
}


#navigation-level2 li.last_nav
{
	border-right: none;
}

#navigation-level2 li a
{
	color: #52534e;
	text-decoration: none;
}

#navigation-level2 li.active a
{
	color: #ce6d18;
}


/* 
** Navigation 3rd row 
*/

#navigation_3_row
{
	margin-left: 0px; 
	height: 36px;
	padding-top: 3px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 5;
	background-color: #fafafa;
	color: #516e5a;
}


#navigation_3_row .tag_line
{
	padding-left: 8px;
	padding-top: 11px; 
	margin-right: 350px;
	text-transform: none;
	/* white-space: nowrap; */
}

form#sitesearch
{
        float: right;
}

#ssearch
{	
	color: #737066;
	float:left;
	font-size: 0.8em;
	margin-right: 5px;
	padding-top: 8px;
	text-align: right;
	text-transform: none;
	white-space: nowrap;
}

#ssearch table
{
	width: 100px;
}

#ssearch input
{
	font-size: 1.1em;
	margin-right: 10px;
}


#ssearch button
{
	background-color: #e3b73a; 
	color: #333333; 
	font-size: 1.1em;
	border: 1px solid #facc4b;
	margin-right: 5px;
}

/*
**  Left Side Bar 
*/

td.left_side_bar
{
 	width: 226px;
}


td.left_side_bar p 
{
	margin: 0px;
	padding: 0px;
}

.left_side_bar_element
{
        margin-left: 10px;
	margin-top:10px;
        float: left;
        display: inline;
        width: 216px;
}

.left_side_bar_element img
{
	margin-bottom: 10px;
}



/*
**  Right Side Bar 
*/

td.right_side_bar
{
 	width: 226px;
}

td.right_side_bar p 
{
	margin: 0px;
	padding: 0px;
}

.right_side_bar_element
{
	padding-top:10px;
        padding-right: 10px;
	float: left;		
        width: 216px;	
}

/* 
  == Side Bar Module == 
*/
div.sidebar_module,
#page_small_header div.sidebar_module
{
	float: left;
	border: solid 1px #a0a0a0;
	border-collapse: collapse;
	background-color: #f5f5f5;
	padding-bottom: 10px;
}

div.sidebar_module h3,
#page_small_header div.sidebar_module h3
{
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
	height: 20px;	/* 30px minus top and bottom padding */			
	background-color: #737066;
        border: 0px;
	border-bottom: solid 1px #a0a0a0;
	
	color:  #F5F5F5;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

div.sidebar_module p,
#page_small_header div.sidebar_module p
{
	padding: 0px 12px 0px 12px;
	margin: 6px 0px 6px 0px;
        text-align: left;
}

div.sidebar_module ul,
#page_small_header div.sidebar_module ul
{
	list-style-image: url(/_image/common/arrows/arrow_orange_grey_bg.gif); /* /_image/common/arrows/arrow_orange_grey_bg.gif */
	list-style-type: circle;
	margin: 1.2em 0 0 1.2em;
	padding: 0 0 0 1.2em;
	color: #292526;
}

div.sidebar_module ul li,
#page_small_header div.sidebar_module ul li
{
	margin: 0px 12px 6px 0px;
	padding: 0px;
	padding-left: 5px;
	color: #292526;
}

div.sidebar_module form,
#page_small_header div.sidebar_module form
{
	margin: 0px;
	padding: 0px 12px 0px 12px;
}


/* - left side specific styles - */
.left_side_bar_element .sidebar_module
{
	width: 214px; /* 214px plus 2 px of border */
}

.left_side_bar_element .sidebar_module h3 object.sIFR-flash
{
       width: 193px;
}


/* - right side specific styles - */
.right_side_bar_element .sidebar_module
{
	width: 214px; /* 214px plus 2 px of border */
}

.right_side_bar_element .sidebar_module h3 object.sIFR-flash
{
       width: 193px;
}

/* - project page specific styles - */
#page_small_header div.sidebar_module#project_info
{
        width: 168px;
        min-height: 209px;
        height: auto !important;
        height: 209px;
        margin-bottom: 10px;
}

#page_small_header div.sidebar_module#project_contact
{
        width: 168px;
        font-size: 0.9em;
}

div.sidebar_module#project_info h3 object.sIFR-flash,
div.sidebar_module#project_contact h3 object.sIFR-flash
{
       width: 149px;
}

div.sidebar_module#project_contact .project_contact_previous
{
       margin-left: 10px;
}

div.sidebar_module#project_contact .project_contact_next
{
       margin-right: 10px;
}

/* - project lot detail page specific styles - */
div.sidebar_module#project_lot_contact_info
{
      width: 200px;
      margin-left: 10px;
}

div.sidebar_module#project_lot_contact_info h3 object.sIFR-flash,
{
       width: 181px;
}

div.sidebar_module#project_lot_contact_info h4
{
       color: #666666;
       font-size: 100%;
       padding: 6px 12px 0px 12px;
}


/* 
 * Home Page specific styles
 */
td.homepage_content
{
	padding: 10px;
}

td.homepage_content p
{
	margin-right: 150px;
}

td.homepage_content div#homepage_flash
{
	padding-bottom: 10px;
}

td.homepage_content #homepage_buttons p
{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

td.homepage_content #homepage_buttons .button_1
{
	float: left; 
	padding-right: 10px;
}

td.homepage_content #homepage_buttons .button_2
{
	float: right; 
	padding-left: 10px;
}


/*
 * Small Header Content 
 */

#page_small_header
{
	margin-left: 20px;
	margin-right: 150px;
}

.page_footer #page_small_header
{
	margin-left: 10px;
	margin-right: 10px;
}

#page_small_header h2
{
	background-color: #a29f97;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#page_small_header .headline
{
	background-color: #eaeaea;
	color: #516e5a;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;

}

#page_small_header.map_page
{
	margin-left: 10px;
	margin-right: 10px;
}


#page_small_header .content
{
	padding-left: 0px;
	padding-right: 10px;
}

#page_small_header .content.small
{
	margin-right: 180px;
}


#page_small_header ul
{
	list-style-image: url(/_image/common/arrows/arrow_orange_white_bg.gif); 
	list-style-type: circle;
	padding-left: 30px;
}

#page_small_header li
{
	
	padding-left: 0px;	
	padding-bottom: 6px;
}

/*
** style used for FAQs
*/




#page_small_header h2 a {
	color: #ffffff;
}

/* Project - Lot Overview */
.lot_overview_disclaimer
{
        padding-top: 20px;
	font-size: 0.9em;
        color: #737066;
}


/*
** Large Header Content 
*/

.large_header
{
	padding: 10px;
	height: 150px;
	width: 743px;
}



#page_large_header
{
	margin-left: 20px;
	margin-right: 30px;
}

#page_large_header h2
{
	background-color:#A29F97;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	text-transform:uppercase;
	margin-right: 150px;
}

#page_large_header ul
{
	list-style-image: url(/_image/common/arrows/arrow_orange_white_bg.gif); 
	list-style-type: circle;
	padding-left: 30px;
}

#page_large_header p
{
	margin-right: 150px;
}


#page_large_header li
{
	
	padding-left: 0px;
/*	font-weight: bold; */
	color: #000000;
	padding-bottom: 6px;
	margin-right: 150px;
}


#page_large_header.left_content
{
	margin-right:180px;
        margin-left: 20px;
}

.regional_map
{
	float: right;  
	width: 300px;
	padding-right: 10px;
}

.regional_map div
{
        float: right;
}


/* Board */

#board_list p
{
	margin-left: 150px;
	min-height: 180px;
}

* html #board_list p
{
	height: 180px;
}

#board_list img
{
	float: left;
}


/* old stuff */


/* 
** Footer 
*/

#footer, #footer_left {
	width:100%;
	height: 30px;
	background-color: #737066;
	margin-top: 17px;
	
}

#innerfooter {
	position: relative;
	float: right;
	padding-top: 8px;
	color: #fcfcfc;
	font-size: 0.9em;
}

#innerfooter a {
	color: #fcfcfc;
	text-decoration: none;
}


#innerfooter ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#innerfooter li
{
	float: left;
	border-right: 1px solid #d6d9c4; 
	padding-right: 13px;
	padding-left: 13px;
}

#innerfooter li.last_nav
{
	border-right: none;
}




/*
** CSS For sIFR (used in the small header)
*/
#small_header_left
{
	margin-left: 20px;
	height: 70px;
}

.page_footer #small_header_left
{
	margin-left: 10px;
}

#small_header_right 
{
	text-align: right;
	padding-right: 10px;
}

.small_header_button
{
	border: 1px solid #A29F97;
	padding: 10px;
	margin-top: 14px;
	margin-left: 10px;
	white-space: nowrap;
}

h6 
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	padding: 0px;
	color: #A29F97;
	line-height: 50px;
	margin: 0px;
	letter-spacing: 0px;
	font-size: 40px;
	display: block;
	text-transform: uppercase;
}

.error
{	
	color: #ff0000;
	font-size: 0.9em;
	font-style: italic;
}



/* 
** Preview advert class 
*/

.advert_preview
{
	text-align:  center; 
	margin-left: 10px; 
	border: 1px solid #c0c0c0; 
	background-color: #e0e0e0;
	margin-top:10px;
}

/*
** CSS For Flash Adverts
*/

.advert.flash
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
** Site Map
*/

.sitemap_table .section_spacer
{
	height: 10px;
}


.sitemap_table .sitemap_section td
{
	text-indent: 20px;
}


.sitemap_table .sitemap_section thead
{
	font-weight: bold;
	text-transform: uppercase;
	
}

.sitemap_table .sitemap_section thead td
{
	text-indent: 0px;
	color: #ffffff;
	background-color: #c4c2bd;
	width: 303px;
	padding:5px;
	margin-bottom: 4px;
}

.sitemap_table .sitemap_section thead td:hover
{
	background-color: #a29f97;
}


.sitemap_table .sitemap_section thead a
{
	color: #ffffff;
	text-decoration: none;
}

.sitemap_table .sitemap_section p
{
	margin:0px;
}


/*--------------------------------
 * The Real Challenge Pages
 *--------------------------------*/
h1.sectionMarker
{
float: left;
clear: left;
margin-top: 15px;
margin-bottom: 5px;
padding: 0;
}

h2.sectionMarker
{
	background-color: #FAB032;
	text-decoration: underline;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	text-transform: none;
	clear: left;
}

/* == Listing Page == */
.finalistListing
{
	float: left;
	clear: left;
	margin-bottom: 30px;
        width: 100%;
}

.finalistListingThumbnail
{
	float: left;
}

.finalistListingThumbnail img
{
	border: solid 7px #f1f0eb;
}

.finalistListing h3
{
	color: #000000;
}

.finalistListingText
{
	margin-left: 158px;
}

#page_large_header .finalistListing ul.buttons,
.finalistListing ul.buttons
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#page_large_header .finalistListing ul.buttons li,
.finalistListing ul.buttons li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	background-image: none;
}

/* == Detail Page == */
.finalistDetail ul.buttons,
#page_large_header .finalistDetail ul.buttons
{
	list-style-image:none;
	list-style-type:none;
	margin: 1em 0 0 0;
	padding:0;
}

.finalistDetail ul.buttons li,
#page_large_header .finalistDetail ul.buttons li
{
	background-image:none;
	float:left;
	margin:0;
	padding:0;
}

.finalistDetail ul.buttons li.first,
#page_large_header .finalistDetail ul.buttons li.first
{
	margin-right: 65px;
}

/* - Hero Image - */
.finalistDetailHero
{
	float: left;
	width: 380px;
}

.finalistDetailHero img
{
	border:7px solid #F1F0EB;
}

.finalistDetailHero .buttons img
{
	border: none;
}

/* - Downloads Box - */
.finalistDetailDownloads
{
	float: left;
	width: 192px;
	border: solid 1px #d3d2ce;
}

.finalistDetailDownloads h2,
#page_large_header .finalistDetailDownloads h2
{
	margin: 0;
}

.finalistDetailDownloads ul,
#page_large_header .finalistDetailDownloads ul
{
	list-style-type:none;
	list-style-image: none;
	margin-left: 1.5em;
	margin-bottom: 0;
	padding-left: 0;
}

.finalistDetailDownloads ul li,
#page_large_header .finalistDetailDownloads ul li
{
	background-image: none;
	margin:0;
	padding:0;
	padding-bottom: 1em;
	color: #000000;
}

.finalistDetailDownloads ul li a,
#page_large_header .finalistDetailDownloads ul li a
{
	color: #000000;
}

.finalistDetailDownloads ul li a:hover,
#page_large_header .finalistDetailDownloads ul li a:hover
{
	color: #df7118;
}

.finalistDetailDownloads ul li a.iconHouse,
#page_large_header .finalistDetailDownloads ul li a.iconHouse
{
	background: transparent url('/_image/realchallenge/icons/icon_house_grey.gif') no-repeat top left;
	padding-left: 20px;
	text-decoration: none;
	padding-bottom: 2px;
}

.finalistDetailDownloads ul li a.iconHouse:hover,
#page_large_header .finalistDetailDownloads ul li a.iconHouse:hover
{
	color: #df7118;
	background-image: url('/_image/realchallenge/icons/icon_house_orange.gif');
}

.finalistDetailDownloads ul li a.iconPaper,
#page_large_header .finalistDetailDownloads ul li a.iconPaper
{
	background: transparent url('/_image/realchallenge/icons/icon_paper_grey.gif') no-repeat top left;
	padding-left: 20px;
	text-decoration: none;
	padding-bottom: 2px;
}

.finalistDetailDownloads ul li a.iconPaper:hover,
#page_large_header .finalistDetailDownloads ul li a.iconPaper:hover
{
	color: #df7118;
	background-image: url('/_image/realchallenge/icons/icon_paper_orange.gif');
}

/* == Vote Page == */
#formVoteContainer
{
    width: auto;
    margin-right: 150px;
}

#formVote fieldset
{
    border: 0px;
}

#formVote legend
{
    display: none;
}

#formVote label
{
    float: left;
    clear: left;
    width: 160px;
    padding: 2px 0px;
}

#formVote input.text
{
    float: left;
    background-color: #F9F9F9;
    border: 1px solid #999999;
    color: #666666;
    width: 303px;
    margin: 2px 0px;
}

#formVote input.image
{
    clear: both;
    float: right;
    margin-right: 70px;
}

#formVote label.checkbox
{
    float: left;
    clear: right;
    margin-left: 5px;
    width: 330px;
    padding: 2px 0px;
}

#formVote input.checkbox
{
    float: left;
    clear: left;
    width: 10px;
    margin: 2px 0px;
}

#formVote select
{
    background-color: #F9F9F9;
    border: 1px solid #999999;
    color: #666666;
    width: 303px;
    margin: 2px 0px;
    float: left;
}

#formVote p.finalistInfo
{
    clear: both;
    color: #CE6D18;
    float: right;
    margin: 10px 70px 12px 0px;
}

#formVote p.finalistInfo strong
{
    font-size: 1.3em;
}

#formVote .fieldError
{
    float: left;
    border: 1px solid #CE6D18;
    color: #CE6D18;
    margin-top: 3px;
    padding: 3px;
    margin-left: 160px;
    width: 296px;
}

* html #formVote .fieldError  /* IE6 margin fix */
{
    margin-left: 80px;
}


/*--------------------------------
 * MU Trademark
 *--------------------------------*/
div#mu_trademark
{
	text-align: left;
        font-size: 11px;
        padding: 8px 12px;
        float: left;
}

div#mu_trademark a
{
	color: white;
}

div#mu_trademark a:hover
{
	font-weight: bold;
}

div#mu_trademark span
{
	color: #ebf92a;
	font-weight: bold;
}
