﻿@import url(../contentStyles.css);


/* Layout
========================================================================================== */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	text-align: center;
	height: 100%;
	background: #F1F1F1;
	color: #434343;
	font-family: Verdana, Arial, Sans-Serif;
}
.wrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 984px;
}
.inner {
	overflow: hidden;
	border-bottom: solid 20px #142F7E;
	padding: 20px 0;
}


/* Head
========================================================================================== */
.head {
	position: relative;
	height: 137px;
}
.head span {
	position: absolute;
	width: 100%;
	height: 137px;
	left: 0;
	top: 0;
	background: url(../../Images/Header.jpg) no-repeat 0 0;
}


/* Nav
========================================================================================== */
.nav {
	background: #142F7E;
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	border-bottom: solid 7px #A3A5CE;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.nav li {
	float: left;
	margin: 7px 0 7px 20px;
	padding: 0 20px 0 0;
	border-right: solid 1px #FFF;
	list-style: none;
}
.nav li.last {
	border: none;
}
.nav li a {
	color: #FFF;
	text-decoration: none;
	line-height: 1.0;
	font-size: 0.75em;
}
	

/* Left
========================================================================================== */
.left {
	float: left;
	width: 220px;
}
.left .banners img {
	display: block;
	margin: 0 0 6px
}

.left .newsletter {
	background: #CEC9AD;
	border: solid 1px #C9C9C9;
	padding: 6px 10px;
	margin: 6px 0;
}
.left .newsletter h3 {
	font-size: 0.75em;
	color: #4F4C3C;
	font-weight: bold;
	margin: 0 0 6px;
}
.left .newsletter input {
	border: solid 1px #C9C9C9;
	font-size: 0.687em;
	color: #434343;
	width: 190px;
	margin: 6px 0;
}
.left .newsletter .btn input {
	border: none;
	width: auto;
	float: right;
}

.left .welcome {
	border: solid 1px #C9C9C9;
	background: #FFF;
	padding: 6px 10px;
}
.left .welcome h2 {
	color: #192F85;
	margin: 6px 0;
	font-size: 0.75em;
}

	
/* Content
========================================================================================== */
.content {
	float: left;
	width: 519px;
	margin: 0 0 0 20px;
}


/* Right
========================================================================================== */
.right {
	float: right;
	width: 209px;
}
.right img,
.right a {
	display: block;
	margin: 0 0 6px;
}
.right a img {
	margin: 0;
}
	

/* Foot
========================================================================================== */
.foot {
	clear: both;
	border-top: solid 7px #A3A5CE;
}
.foot li {
	float: left;
	font-size: 0.687em;
	width: 45%;
	padding: 6px 0 100px;
	list-style: none;
}
.foot li.r {
	float: right;
	width: 45%;
	text-align: right;
}
.foot li a {
	color: #434343;
	text-decoration: none;
}
.foot li a span {
	color: #D7801A;
}
	
/* Developments
========================================================================================== */
.current h2 {
	margin: 15px 0 0;
}
.thumb {
        position: relative;
	background: #FFF;
	border: solid 1px #C9C9C9;
	padding: 6px;
	margin: 8px 20px 8px 0;
	float: left;
	width: 160px;
	height: 200px;
	overflow: hidden;
}
.thumb img {
	display: block;
}
.thumb h2 {
	font-size: 0.75em;
	margin: 10px 0 5px;
}
.thumb a {
	float: right;
}
.thumb .more {
	position: absolute;
        top: 195px;
        left: 115px;
}


.left .current {
	background: #FFF;
	border: solid 1px #C9C9C9;
	float: left;
	width: 220px;
}
.left .current h2 {
	background: #142F7E;
	padding: 4px;
	color: #FFF;
	margin: 0;
	font-size: 0.812em;
}
.left .current div {
	border-top: solid 1px #C9C9C9;
	padding: 10px 5px;
	overflow: hidden;
}
.left .current img {
	float: left;
}
.left .current h3 {
	float: right;
	width: 140px;
	text-align: right;
	font-size: 0.75em;
	margin: 5px 0 10px;
}
.left .current a.more {
	float: right;
}

.current .paraControls {
	display: none;
}
	
	
.dev .main,
.dev .contact,
.dev .facts,
.dev .files {
	border: solid 1px #142F7E;
	padding: 10px;
	margin: 0 0 6px;
	background: #FFF;
}
.dev h1,
.dev h2 {
	margin: -10px -10px 10px;
	background: #142F7E;
	padding: 4px;
	color: #FFF;
	font-size: 0.812em;
}
.dev h1 {
	font-size: 1em;
}
.dev .main div,
.dev .contact div,
.dev .facts div  {
	font-size: 0.687em;
}

.dev .imgs {
	overflow: hidden;
	margin-bottom: 10px;
}
.dev .imgs div {
	float: right;
	width: 125px;
}
.dev .imgs img {
	float: left;
	border: solid 1px #142F7E;
	margin: 3px;
}
.dev .facts li {
	margin: 5px 10px;
}


.lnkBack {
	font-size: 0.75em;
}

	

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 0 0 50px;
    margin-left: 40px;
}
.Sitemap li
{
	padding-bottom: 3px;	
	font-size: 0.75em;
}
.Sitemap ul 
{
    margin: 10px 0 10px 25px;
}
.Sitemap p
{
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns {
		text-align: right;
		margin-right: 30px;
}
.pnlParaBtns select {
    position: relative;
    top: -4px;
}
.SiteHeader {
	float: left;
    margin: 20px;
}


.pnlConfirm {
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls {
    clear: both;
    margin-left: 20px;
}
.paraControls a {
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}	

/* Forms
========================================================================================== */

.pgbespokeform
{
	font-size: 0.687em;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.pgbespokeform fieldset
{
	margin-top: 10px;	
}

.pgbespokeform fieldset div
{
	margin-left:0px;
	padding-left:0px;
}
.pgbespokeform fieldset legend
{
	margin-left:0px;
	padding-left:0px;
}
fieldset.bespokeForm div {
	overflow: hidden;
	margin: 15px 0;
	position: relative;
}
fieldset.bespokeForm div div {
	margin: 0;
}
fieldset.bespokeForm div label {
  font-weight: bold;
  margin: 5px 5px 5px 0;
}
fieldset.bespokeForm div label em,
fieldset.bespokeForm div label strong {
  color: #900;
  font-weight: bold;
  position: relative;
  left: 5px;
}
fieldset.bespokeForm div label,
fieldset.bespokeForm div input,
fieldset.bespokeForm div select,
fieldset.bespokeForm div textarea {
	display: block;
	width: 96%;
	font-size: 0.687em;
	color: #333;
}
fieldset.bespokeForm div select {
	width: 180px;
}
fieldset.bespokeForm div.btn input {
  width: auto;
  float: right;
}
fieldset.bespokeForm .chks {
	display: block;
}
fieldset.bespokeForm .chks br {
	display: none;
}
fieldset.bespokeForm .chks input,
fieldset.bespokeForm .chks label {
	width: auto;
	display: inline;
}
fieldset.bespokeForm .chks label {
	font-weight: normal;
	padding-right: 20px;
}

fieldset.bespokeForm legend,
fieldset.bespokeForm p.expand {
	font-size: 0.75em;
	font-weight: bold;
	color: #017EB5;
}
fieldset.bespokeForm fieldset {
    border: solid 1px #505050;
	padding: 0 20px 20px;
	margin: 20px 0;
	overflow: hidden;
}
fieldset.bespokeForm p {
	font-size: 0.687em;
	margin: 10px 0;
}

fieldset.bespokeForm p.expand {
	position: relative;
	text-align: center;
	background: #FFF;
	cursor: hand;
	cursor: pointer;
}
fieldset.bespokeForm div label.invalid {
	color: #900;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0%; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	color:#ffffff;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
