/**/
a.logo img
{
	float: left;
	padding: 25px 0 0 28px;
}
div.branding img
{
	position: relative;
}

#homepage div.branding img
{
	margin: 13px 0 0;
}
div.page-footer img.left
{
	float: left;
	padding: 1px 0 0;
}
div.page-footer img.right
{
	float: right;
}
div.footer a:link,
div.footer a:visited
{
	text-decoration: none;
	color: #BDBDBD;
	font-size: 1em;
}
div.footer a:hover
{
	text-decoration: underline;
}
a.inline-link
{
	display: none;
}
.jsEnabled a.inline-link
{
	display: inline;
}
.jsEnabled .inline-content
{
	position: absolute;
	left: -9999em;
}
.inline-content,
.jsEnabled .showing
{
	position: relative;
	left: 0;
}
/*COMPONENTS*/
/*menu*/
div.menu ul
{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0 25px 0 0;
}
	div.menu ul li
	{
		float: left;
		margin: 0;
		padding: 0 9px 0 10px;
		background-image: url(../img/menu-seperator.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	div.menu ul li.first
	{
		background-image: none;
	}
		div.menu ul li a:link,
		div.menu ul li a:visited
		{
			color: #141C54;
			text-decoration: none;
			font-size: 115%;
		}
		div.menu ul li a:hover
		{
			color: #B50937;
		}

/*feature images*/
div.feature-images
{
	margin: -72px 0 0;
}
	div.feature-images div.image
	{
		position: relative;
		float: left;
		height: 191px;
		width: 140px;
		overflow: hidden;
		margin: 0 6px 0 0;
		
		border-right: 1px solid #3C3C3A;
		border-bottom: 1px solid #3C3C3A;
	}
		div.feature-images div.image div.overlay
		{
			position: absolute;
			top: 3px;
			left: 3px;
			width: 134px;
			height: 185px;
			
			background-image: url(../img/feat-img-overlay.gif);
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		div.feature-images div.image img
		{
			border: 3px solid #F3F2ED;
		}
	div.feature-images div.last
	{
		margin: 0;
	}
	
/**/
div.link-item
{
	float: left;
	width: 517px;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0px 1px 0;
	background-image: url(../img/link-item-bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border-right: 1px solid  #A0A099;
}
	div.link-item img
	{
		border: 4px solid #fff;
		margin: 0 0 -3px;
	}
	:root div.link-item img
	{
		margin: 0;
	}
	
	div.link-item a:link,
	div.link-item a:visited,
	{
		position: absolute;
		padding: 0 0 0 14px;
		bottom: 15px;
		right: 21px;
		
		background-image: url(../img/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 50%;
		
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}

	
	/*siteplan modules*/
	
	.siteplan-holder
	{
		position: relative;
		height: 680px;
		
		background-image: url(../../media/siteplan/masterplan.jpg);
		/*background-image: url(../../media/siteplan/masterplan-091023.jpg);*/
		background-repeat: no-repeat;
		background-position: 100% 0;
	}
	
	.stage-list
	{
		width: 183px;
		
		position: absolute;
		left: 3px;
		top: 58px;
		
		text-align: center;
	}
		.stage-list .list-header
		{
			position: relative;
			float: left;
			width: 162px;
			margin: 10px 21px 10px 0;
			
			font-size: 1.4em;
			text-align: center;
			font-weight: bold;
			color: #141c54;
			
			
		}

		.stage-list ul
		{
			position: relative;
			float: left;
			margin: 0px 0 20px;
			padding: 0;
			width: 100%;
		}
		.stage-list ul li
		{
			margin: 0 20px 0 0;
			padding: 0 0 10px;
			list-style-type: none;
		}
		.stage-list ul li a:link,
		.stage-list ul li a:visited
		{
			float: left;
			width: 100%;
			display: block;
			clear: both;
			
			color: #7e0626;
			font-size: 1em;
			text-decoration: none;
			font-weight: bold;
		}
		.stage-list ul li a:hover
		{
			text-decoration: underline;
		}
		.stage-list ul li span
		{
			font-size: 0.9em;
			display: block;
			clear: both;
		}
		
		
	.stage
	{
		position: absolute;
	}
		.bubble
		{
			position: absolute;
			left: -999em;
			
			width: 118px;
			height: 48px;
			background-image: url(../../media/siteplan/bubbles/bubble-bg.png);
			background-repeat: no-repeat;
		}
		.hover .bubble
		{
			top: 6px;
			left: 35px; 
			
		}
		.bubble-info
		{
			position: relative;
			padding: 8px 0 4px 24px;
		}
		.bubble-info p
		{
			margin: 0;
			padding: 0;
			
			color: #161e55;	
		}
		.bubble-info p.stage-no
		{
			font-size: 1.2em;
			font-weight: bold;
		}
		.bubble-info p.status
		{
			margin-top: -3px;
			font-size: 1.1em;
		}
	.stage a:link,
	.stage a:visited
	{
		float: left;
		padding: 13px 18px 12px;
		
		font-size: 1.5em;
		
		color: #141c54 !important;
		font-weight: bold;
		text-decoration: none;
	}
	.stage a:hover
	{
		background-position: 0 -43px;
		color: #7e0626 !important;
	}
	.one-to-four a:link,
	.one-to-four a:visited
	{
		padding: 13px 11px 12px;
	}
	.ten a:link,
	.ten a:visited,
	.eleven a:link,
	.eleven a:visited
	{
		padding: 13px 14px 12px;
	}
	/*stages*/
	.one-to-four
	{
		bottom: 271px;
		right: 90px;
	}
	.five
	{
		right: 212px;
		top: 327px;
	}
	.six
	{
		right: 212px;
		top: 242px;
	}
	.seven
	{
		right: 216px;
		bottom: 175px;
	}
	.eight
	{
		right: 104px;
		bottom: 345px;
	}
	.nine
	{
		right: 183px;
		top: 123px;
	}
	.ten
	{
		right: 60px;
		top: 145px;
	}
	.eleven
	{
		right: 238px;
		
		top: 72px;
	}
	
/* Contact page */

.contact-details
{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.contact-details img
{
	float: left;
	clear: none;
}
.info
{
	float: right;
	clear: none;
	width: 53%;
}

/*contact form*/

form,
fieldset,
fieldset div
{
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset legend
{
	display: none;
}
fieldset div
{
	clear: both;
	padding: 0 0 5px;
}

fieldset .note
{
	font-size: 90%;
	font-weight: normal !important;
}

input, 
select, 
textarea 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 110%;
}
fieldset input.txt,
fieldset textarea.txt
{
	width: 45%;
}
fieldset input.txt-small,
fieldset textarea.txt-small
{
	width: 20%;
}
fieldset input.txt-tiny,
fieldset textarea.txt-tiny
{
	width: 10%;
}
fieldset input.btn,
fieldset input.button
{
	padding: 1px 4px;
	
	font-weight: bold;
	cursor: pointer;
}


/*
	** Labeling
*/
label
{
	position: relative;
	display: block;
	float: left;
	width: 40%;
	padding-top: 3px;
	
	font-weight: bold;
	cursor: pointer;
	font-size: 110%;
}
fieldset ul label
{
	font-weight: normal;
}


/*
	** Lists
*/
fieldset ul li
{
	background-image: none;
	padding-left: 0;
}

ul.col-count-2,
ul.col-count-3,
ul.col-count-4
{
	margin: 0 0 0 40%; 
}

ul.col-count-2 li,
ul.col-count-3 li,
ul.col-count-4 li { float: left; }

ul.col-count-2 li { width: 48%; padding-right: 2%; }
ul.col-count-3 li { width: 31%; padding-right: 2%; }
ul.col-count-4 li { width: 25%; }


/*
	** Layouts
*/
fieldset div.full
{
	float: left;
	width: 100%;
}
	fieldset div.full input.txt,
	fieldset div.full textarea.txt
	{
		width: 90%;
		margin-bottom: 2px;
	}
	fieldset div.full ul
	{
		clear: left;
	}
	fieldset div.full label
	{
		width: 100%;
	}


fieldset div .inset,
fieldset div .inset *
{
	display: inline;
	float: none;
	clear: none;
	width: auto;
}
	fieldset div .inset input.txt
	{
		width: 27%;
	}

fieldset div.buttons
{
	padding-left: 40%;
}


/*
	=Validation Styles
*/
fieldset .attention em,
fieldset .required em
{
	position: absolute;
	left: -8000px;
	width: 4000px;
}
fieldset .required
{
	position: absolute;
	right: 0;
	
	color: #00a3e7;
}
fieldset .attention
{
	position: absolute;
	display: none;
	clear: both;
	width: 140%;
	margin: 20px 0 0 100%;
	padding: 0 0 2px 20px;
	
	background-image: url(../images/icon-error.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	
	color: #e70004;
	font-weight: bold;
}
/**
 * The CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

/*_________________________________________________________________  Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}