html
{
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 12px;
	height:100%;
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#D6E39D;
}

p
{
	text-align:justify;
}

a 	
{
	color:#333;
}
a:hover	
{
	color:#006400; 
	text-decoration:none;
}

hr
{
	text-align:center;
	color:#9b3821;
}

#main-container
{
	 width:768px;
	 height:100%;
	 margin-left:auto;
	 margin-right:auto;
}

#container 
{
	width:768px;

	/*position:relative;*/ /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	background-image: url(../img/content_bg.gif);
	background-repeat:repeat-y;

	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
}
#admin_container 
{
	width:768px;

	/*position:relative;*/ /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	background-color:#FFFFFF;
	background-repeat:repeat-y;

	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#header1 
{
	height:236px;
	display:block;
}
#header1 img 
{
	border:0;
}

#header1-links 
{
	position:absolute;
	top:48px;
	left:614px;
}

#header1-links ul
{
	margin:0;
	display: inline;
}

#header1-links li 
{
	list-style: none;
	display: inline;
}

#header1-links ul li a
{
	font-weight:bold;
	padding:0 10px 0 10px;
	height:23px;
	line-height:23px;
	color: #666;
	text-decoration: none;
	float: left;
	border-left: 1px solid #666;
}


#header1-links ul li a:hover
{
	background-color:#eee;
}


#menu 
{
	background:#689055 url(../img/menu_bg.jpg) repeat-x;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	height:27px;
}

#menu ul
{
	float:right;
	margin:0;
}

#menu li 
{
	list-style: none;
	display: inline;
}

#menu ul li a
{
	height:27px;
	line-height:27px;
	font-weight:bold;
	padding:0 8px 0 8px;
	color: #333;
	text-decoration: none;
	float: left;
	border-left: 1px solid #666;
}

#menu ul li a:hover
{
	color: #000 ;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header2 {
	height:24px;
}

#top-slogan
{
	float:left;
	width:758px;
	padding:5px;
	text-align:center;
	background-color:#EFD250;
	font-weight:bold;
	border-bottom:2px solid #9B3920;
}

#top-slogan ul
{
	margin:0;
}

#top-slogan li
{
	list-style: none;
	display: inline;
	padding:0 5px 0 15px;
	background-image:url(../img/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#content {
	float:left;
}

#clear-content
{
	visibility:hidden;
	clear:both;
	width:768px;
	height:36px; /* the same height as the footer including top/bottom borders and paddings */
}

#footer 
{
	font-size:11px;
	font-family:Tahoma;
	line-height:30px;
	position:absolute;
	width:768px;
	/*height:30px;*/
	background-color:#ddd;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:5px solid #fff;
	
	/*bottom:0;*/ /* stick to bottom */
	/*left:0;*//*IE behave!*/
	text-align:center;
}

#footer a
{
	color:#999999;
	text-decoration:none;
}

.seo
{
	color:#999999;
}

#middle-column
{
	float:left;
	width:526px;
}

#right-column
{
	/*margin-left:10px;
	float:left;*/
	float:right;
	width:222px;
	padding:10px 5px 0 5px;
}

.gap
{
	clear:both;
	height:10px;
}

.content-title
{
	margin-top:15px;
	/*padding: 3px 0 3px 10px;*/
	font: bold 14px 'lucida grande',tahoma,sans-serif;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	background-color:#C5D774;
	height:20px;
}

.title-text
{
	float:left;
	width:70%;
	padding:1px 0 0 5px;
}

.print-page
{
	float:right;
	text-align:right;
	/*width:28%;*/
	padding:3px 0 0 5px;
	font-size:11px;
	margin-right:3px;
}
.print-page-home
{
	text-align:right;
	width:100%;
}

#contact_details
{
	display:none;
}

#faringdon 
{
	padding:5px 10px 5px 10px;
}
#faringdon img 
{
	border:0;
}

.content-text
{
	width:506px;
	float:left;
	color:#333;
	padding:0px 10px 10px 10px;
}

.content-text .separator
{
	clear:both;
	font-size:0px;
	margin-bottom:15px;
	width:100%;
	border-bottom:#999 1px dashed;
	height:15px;
}

.content-text p
{
	margin:10px 0 0 0;
}

.dotted-space
{
	font-size:0;
	width:100%;
	height:1px;
	border-bottom:1px dotted #ccc;
}

#units-list
{
	margin:25px 0 0 5px;
	float:left;
	width:381px
}

#units-list .unit-name
{
	float:left;
	margin-left:5px;
	display:inline;
	width:60px;
	font-weight:bold;
}

#units-list .square-feets
{
	float:left;
	width:80px;
}

#units-list .square-meters
{
	float:left;
	width:80px;
}

#units-list .availability
{
	float:left;
	width:90px;
	font-weight:bold;
}

#units-list .extra-info
{
	clear:both;
	margin:2px 0 0 4px;
	float:left;
	width:300px;
}

#units-list .separator
{
	clear:both;
	font-size:0px;
	margin-bottom:5px;
	width:100%;
	border-bottom:#999 1px solid;
	height:5px;
}

#units-list a
{
	float:left; 
	width:52px;
	text-decoration:none;
}

#unit-params
{
	margin:25px 0 0 5px;
	float:left;
	width:381px;
}

#unit-params a
{
	color:#000000;
}

#unit-params .separator
{
	clear:both;
	font-size:0px;
	margin-bottom:3px;
	border-bottom:#999 1px solid;
	width:100%;
	height:3px;
}

.unit-param
{
	font-weight:bold;
}

#unit-main-photo
{
	float:left;
	border:solid 4px #C5B5AD;
	margin:0 8px 5px 0;
}

#unit-main-photo img
{
	border:2px solid #fafafa;
	display:block;
}

#office-main-photo
{
	float:left;
	border:solid 4px #C5B5AD;
	margin:0 8px 5px 0;
}

#office-main-photo img
{
	border:2px solid #fafafa;
	display:block;
}

#offices-main-page-container
{
	margin:15px 0 15px 0;
	float:left;	
	width:505px;
	border-left:dotted 1px #ccc;
}

.office-main-photo-main-page
{
	border:solid 4px #C5B5AD;
	width:124px;
}

.office-main-photo-main-page img
{
	border:2px solid #fafafa;
	display:block;
}

.offices-main-page-column
{
	float:left;
	width:167px;
	text-align:center;
	border-right:dotted 1px #ccc;
}

.offices-main-page-column a
{
	color:#000000;
}

.offices-main-page-column .photo-wrap
{
	padding: 10px 17px 10px 17px;
}

.offices-main-page-column .office-name
{
	font-size:14px;
	font-weight:bold;
	color:#9B3821;
}
	
.offices-main-page-column .offices-available
{
	clear:both;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	color:#006600;
}

.gallery-elem
{
	float:left;
	width:150px;
	margin:0 0 5px 5px;
}

.press-releases-logo
{
	margin: 0 8px 5px 0;
	float:left;
	padding:5px;
	border:1px solid #ccc;
}

.press-releases-signature
{
	font-weight:bold;
	float:right;
	text-align:right;
}
	
#press-releases-container
{
	margin-top:15px;
}

.faq-image
{
	margin: 0 8px 5px 0;
	float:left;
	padding:5px;
	border:1px solid #ccc;
}

.faq-title
{
	font-weight:bold;
	color:#9B3821;
	display:block;
	margin-bottom:5px;
}

.faq-question
{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}


#faq-container
{
	margin-top:15px;
	width:100%;
}
#faq-container #col1
{
	width:50%;
	float:left;
}
#faq-container #col2
{
	width:50%;
	float:left;
}

#faq-container a:hover 
{
	color:#006400; 
}

.image-wrap1 
{
	float:left;
	background:url(../img/shadow.gif) right bottom no-repeat;
}

.image-wrap2 
{
	background:url(../img/corner_tr.gif) right top no-repeat;
}

.image-wrap3
{
	padding-right:6px;
	padding-bottom:6px;
	background:url(../img/corner_bl.gif) left bottom no-repeat;
}

.image-border 
{
	border:1px solid #eeeeee;
	background-color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:10px 0 0 0;
}

.image-wrap3 img 
{
	border:9px solid #ffffff;
}

.image-signature 
{
	display:block;
	width:148px;
	font-style:italic;
	font-family:verdana;
	font-size:11px;
	text-align:center;
	padding-bottom:10px;
}


#thumbnail-popup-image
{
	margin:10px;
	padding:10px;
	border: solid 1px #ccc;
}

#thumbnail-popup-description
{
	height:20px;
	clear:both;
	display:block;
	margin:10px;
	padding:4px;
	text-align:center;
	font-size:14px;
	font-family: Georgia, serif;
	background-color:#eee;
	border:solid 1px #ccc;
}
	
.right-available-units 
{
	font-size:11px;
	margin:0 0 15px 10px;
	padding-left: 0;
	list-style-type:none;
	width:200px;
}
	
.right-available-units li
{
	margin: 0;
}

.right-available-units li a
{
	display:block;
	width:180px;
	background-image:url(../img/bullet_available_units.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:3px 0 3px 14px;
	color:#000000;
}

#contact-form-header
{
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	background-color:#eee;
	display:block;
}

.input-text
{
	font-size:12px;
	width:280px;
	padding:2px;
	font-family: 'lucida grande',tahoma,sans-serif;
}


.input-submit
{
	font-family:Verdana;
	font-size:12px;
	margin-top:5px;
	background: #eee;
	border-width: 1px; border-style: solid;
	border-color: #ddd #aaa #aaa #ddd;
	padding:2px 0px 2px 0px;
	cursor:pointer;
}	

#faq-container ul
{
	line-height:18px;
}

#faq-container ul a
{
	color:#000000;
}
	
.image-0ption-a 
{
	border:1px #FFFFFF;
	float:left;
	margin:0 10px 0 10px;
}

.image-0ption-b 
{
	float:left;
	margin-top:20px;
}

.image-0ption-c 
{
	float:right;
	margin:10px;
}


/* Admin Area */
#main-content 
{
	padding:40px 0 0 40px;
}
#main-content #header
{
	width:100%;
}
#main-content #header .title
{
	font-weight:bold;
}
#main-content #header .link
{
	padding:15px 0 15px 0;	
}

#main-content #table 
{
	width:100%;
}

#main-content #table INPUT, #main-content SELECT
{
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 12px;
}

#main-content #table .col1
{
	width:20%;
}
#main-content #table .col2
{
	width:80%;
}

#admin_content
{
	width:100%;
	float:left;
}





