/* added by michael */

/** defaults **/

body

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#303030;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color:#c5f28b;
	background-position:top;
}


* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#666;
}

a img {
	border:0;
}

a:hover {
	color:#8cc73e;
}

li {
	list-style:none;
}

fieldset {
	border:0;
}

#bodyContent p {
	margin:0 0 13px 0;
	line-height:1.4em;
}

#bodyContent a.link {
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	font-weight:bold;
}

#bodyContent a.back-link {
	background-image:url(/assets/images/bullets/green-arrow-back.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	font-weight:bold;
}

/** header stuff **/

/*** search ***/

#header #searchform input {
	float:left;
	padding:3px 5px 4px 4px;
	border:1px solid #ccc;
	width:200px;
	margin:4px 0 0 0;
	font-size:1.1em;
	color:#777;
}

#header #searchform input.submit {
	padding:0;
	border:0;
	width:auto;
	margin:0 0 0 -2px;
}

/** left col stuff **/

#leftcol h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#5f5f5f;
	border-bottom:3px solid #8cc73e;
	padding:0 0 10px 10px;
	margin:20px 0 0 0;
	background-image:url(/assets/images/bullets/h2-arrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:201px;
}

#leftcol a.viewall {
	display:block;
	background-color:#8cc73e;
	font-size:1.1em;
	float:left;
	width:200px;
	padding:2px 13px 2px 0;
	color:#fff;
	text-align:right;
	background-image:url(/assets/images/bullets/view-all.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:5px 0 0 0;
}

#leftcol a.viewall:hover {
	text-decoration:underline;
}

/*** sub nav ***/

#sub-nav {
	width:210px;
	float:left;
	clear:both;
	margin:16px 0 10px 3px;
}

#sub-nav li {
	width:190px;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	background-image:url(/assets/images/bullets/left-menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 0 20px;
}

#sub-nav li a {
	font-size:1.2em;
	font-weight:bold;
}

#sub-nav li p {
	font-size:1.2em;
	font-weight:bold;
	color:#739f3e;
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 25px 0 0;
	display:block;
	float:left;
}


/*** news listing (homepage) ***/

#news-list li
{
	width:213px;
	float:left;
	clear:left;
	padding:10px 0;
	border-bottom:1px solid #8cc73e;
}

#news-list li h4 {
	font-size:1em;
	font-weight:bold;
}

#news-list li h4 a {
	font-size:1em;
}

#news-list li p {
	font-size:1em;
	margin:0 0 5px 0;
}

#news-list li p.date {
	color:#999;
}

#news-list li p a.more {
	background-image:url(/assets/images/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 10px 2px 0;
}

/*** property list (homepage) ***/

ul#home-property {
	background-color:#636366;
	float:left;

	width:244px;
	padding:5px;
}

ul#home-property li {
	background-color:#e1e1e1;
	float:left;
	margin:0 0 5px 0;
	width:234px;
	padding:5px;
}

ul#home-property li a.title {
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 5px 0;
	display:block;
}

ul#home-property li p {
	font-size:1.1em;
	margin:0 0 10px 0;
}

ul#home-property li a.viewall {
	display:block;
	background-color:#8cc73e;
	font-size:1.1em;
	float:left;
	width:221px;
	padding:2px 13px 2px 0;
	color:#fff;
	text-align:right;
	background-image:url(/assets/images/bullets/view-all.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:5px 0 0 0;
}

/*** breadcrumb ***/

#breadcrumb li {
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
	color:#fff;
	font-size:1.1em;
}

#breadcrumb li a {
	padding:0 16px 0 0;
	font-weight:normal;
	color:#fff;
	background-image:url(/assets/images/bullets/breadcrumb-seperator.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/*** paging ***/

.paging {
	width:685px;
	padding:5px;
	background-color:#a1a1a1;
	clear:both;
	float:left;
	margin:0 0 20px 0;
}

#bodyContent .paging p {
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:0.9em;
	margin:0;
}

.paging ul {
	float:right;
}

.paging ul li {
	float:left;
	font-size:1em;
	margin:0 0 0 5px;
	display:inline;
}

.paging ul li {
	float:left;
	font-size:0.9em;
	color:#fff;
	
}

.paging ul li.inactive {
	color:#ccc;
}



.paging ul li a {
	color:#fff;
	padding:0 4px;
}

.paging ul li a:hover {
	background-color:#888;
}

.paging ul li.active a {
	color:#fff;
	background-color:#5f5f5f !important;
	font-weight:bold;
}

/*** news page, main listing ***/

#main-stories {
	width:716px;
	margin:0 0 20px 0;
	background-image:url(/assets/images/structure/main-news-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	padding:15px 0;
}

#main-stories li {
	width:159px;
	float:left;
	margin:0 20px 0 0;
}

#main-stories li a.title {
	font-weight:bold;
	font-size:0.9em;
}

#main-stories li p.date {
	color:#999;
	font-size:0.9em;
	margin:0 0 8px 0;
}

#main-stories li p {
	font-size:0.9em;
	margin:0 0 8px 0;
}

#main-stories li img {
	width:78px;
	float:right;
	border:1px solid #f2f2f2;
	margin:2px 0 5px 5px;
}

#main-stories li a.view {
	font-size:0.9em;
	color:#739f3e;
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:10px 0 0 0;
	float:left;
	clear:both;
}

#main-stories li a.view:hover {
	text-decoration:underline;
}

/*** news page, sub listing ***/

#sub-stories {
	width:695px;
	margin:0 0 20px 0;
	float:left;
	padding:15px 0;
}

#sub-stories li {
	width:695px;
	float:left;
	padding:10px 0;
	border-top:1px solid #adc392;
}

#sub-stories .article {
	float:right;
	width:590px;
	padding:0 20px 0 0;
	position:relative;

}

#sub-stories li a.title {
	font-weight:bold;
	font-size:0.9em;
}

#sub-stories li p.date {
	color:#999;
	font-size:0.9em;
	margin:0 0 8px 0;
	float:left;
}

#sub-stories li p {
	font-size:0.9em;
	margin:0 0 8px 0;
}

#sub-stories li a.view {
	font-size:0.9em;
	color:#739f3e;
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

#sub-stories li a.view:hover {
	text-decoration:underline;
}

/*** portfolio pages ***/

#advanced-search {
	float:left;
	clear:both;
	width:216px;
}

#advanced-search ul {
	float:left;
}

#advanced-search ul li {
	width:216px;
	float:left;
	clear:left;
	margin:15px 0 0 0;
}

#advanced-search ul li label {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}

#advanced-search ul li input {
	width:212px;
	padding:4px 2px 5px 2px;
	font-size:1.1em;
	border:0;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

#advanced-search ul li.radios {
	margin:5px 0 0 0;
}

#advanced-search ul li.radios label {
	font-weight:normal;
	float:left;
	margin:0 15px 0 0;
}

#advanced-search ul li.radios input {
	width:auto;
	padding:0;
	border:0;
	margin:1px 5px 0 0;
	background-color:transparent;
	float:left;
}

#advanced-search ul li select {
	width:216px;
	padding:3px;
	font-size:1.1em;
	border:0;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

#advanced-search .submit {
	margin:15px 0 0 0;
}

#specific-property {
	width:400px;
	text-align:right;
	position:absolute;
	top:23px;
	right:0;
}

#specific-property label {
	font-weight:bold;
	font-size:0.9em;
	margin:0 10px 0 0;
}

#specific-property select {
	width:216px;
	padding:3px;
	font-size:1.1em;
	border:0;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-size:0.9em;
}

/*** individual property page ***/

#inner-right ul {
	margin:0;
	width:216px;
	float:left;
}

#inner-right ul li {
	font-size:0.9em;
	margin:0 0 5px 0;
	float:left;
	clear:left;
	width:216px;
}

#inner-right ul li .label {
	font-weight:bold;
	width:55px;
	float:left;
}


#inner-right ul li p {
	margin:0;
	float:left;
	width:151px;
	float:left;
}

#tab-area #tabs li {
	text-align:right;
	margin:0 0 5px 0;
	padding:8px 15px 8px 0;
	width:135px;
}

#tab-area #tabs li.active {
	border-top:1px solid #8cc73e;
	border-left:1px solid #8cc73e;
	border-bottom:1px solid #8cc73e;
	border-right:1px solid #dededd;
	padding:8px 5px 8px 0;
	width:145px;
}

#tab-area #tabs li a {
	text-align:right;
	margin:0 0 5px 0;
	padding:5px 15px 5px 0;
	width:135px;
	font-size:0.9em;
	font-weight:bold;
	cursor:pointer;
}

#tab-area #tabs li.active a {
	color:#739F3E;
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px 25px 5px 0;
	cursor:default;
}

#tab-area .info-tab p {
	font-size:0.9em;
}

/**** red banner ****/

#red-banner .banner-inner h3 {
	color:#fff;
	font-size:1.1em;
	line-height:1.5em;
	letter-spacing:1px;
	margin:0 0 5px 0;
	display:block;
	width:170px;
}

#red-banner .banner-inner p {
	color:#fcc6c6;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;
	padding:0 5px 0 0;
	margin:0;
}

#red-banner a.download {
	background-image:url(/assets/images/bullets/pdf-white.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:2px 0 2px 18px;
	font-size:0.9em;
}

#red-banner a.download:hover {
	text-decoration:underline;
}

/**** tabs ****/

.benefits-tab ul li {
	font-size:0.9em;
	background-image:url(/assets/images/bullets/grey.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
	position:relative;
}

/** location map area **/

#locationmap {
	float:left;
	width:460px;
	height:auto;
	display:block;
	padding:1px;
	border:1px solid #999;
	position:relative;
}

#locationmap a.link {
	position:absolute;
	right:0;
	top:0;
	background-color:#666;
	padding:5px;
	background-image:none;
	color:#fff;
	font-weight:normal;
}

#locationmap a.link:hover {
	text-decoration:underline;
}

#locationmap img {
	display:block;
}

.details-box {
	float:left;
	padding:0 0 0 15px;
	width:199px;
}

.details-box h4 {
	font-size:0.9em;
	margin:0 0 5px 0;
}

.details-box ul {
	margin:0 0 15px 0;
}

.details-box li {
	font-size:0.9em;
}

/** downloads area **/

ul.downloads li {
	font-size:1em;
	background-image:url(/assets/images/bullets/grey.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	margin:0 0 5px 0;
	position:relative;
}

.newsarticle ul.downloads li {
	font-size:0.9em;
}

ul.downloads li p.title {
	font-weight:bold;
}

#bodyContent ul.downloads li p {
	margin:0 0 5px 0;
}

#bodyContent ul.downloads li a.download {
	padding:2px 0 3px 20px;
	margin:5px 0 0 -2px;
	position:relative;
	background-image:url(/assets/images/bullets/pdf-colour.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:0.9em;
}

.newsarticle ul.downloads li a.download {
	font-size:1em !important;
}


#bodyContent ul.downloads li a.download:hover {
	text-decoration:underline;
}

/** site plan area **/

.site-plan-inner p.bold {
	padding:0;
	font-weight:bold;
	font-size:1em;
}

.site-plan-inner ul#site-key {
	float:left;
	margin:0 0 0 10px;
	display:inline;
	width:170px;
}

.site-plan-inner ul#site-key li {
	float:left;
	width:120px;
	display:inline;
	margin:0 20px 5px 0;
	padding:4px 0 4px 30px;
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#666;
}

.site-plan-inner ul#site-key li.occupied {
	background-image:url(/assets/images/bullets/site-occupied.gif);
}

.site-plan-inner ul#site-key li.unoccupied {
	background-image:url(/assets/images/bullets/site-unoccupied.gif);
}

.site-plan-inner ul#site-key li.officekey {
	background-image:url(/assets/images/bullets/site-offices.gif);
}

.site-plan-inner ul#site-key li.officekey2 {
	background-image:url(/assets/images/bullets/site-offices2.gif);
}

.site-plan-inner ul#site-key li.meeting {
	background-image:url(/assets/images/bullets/site-meeting.gif);
}


/*** contact tab ***/

.property-contact-form h4 {
	font-size:0.9em;
	color:#777;
}

form#contact-form ul {
	float:left;
	width:212px;
	margin:10px 10px 5px 0;
	overflow:hidden;
	clear:none;
}

form#contact-form ul.full {
	width:420px;
	margin:5px 0 15px 0;
}

form#contact-form ul li {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-size:1.1em;
	width:198px;
	float:left;
	clear:left;
}

form#contact-form ul.full li {
	width:400px;
}

form#contact-form ul li input {
	width:204px;
	border:0;
	background-color:#eee;
	padding:4px 2px 5px 2px;
	font-size:0.9em;
	float:left;
	clear:left;
	border-bottom:1px solid #ccc;
}

form#contact-form ul li select {
	width:208px;
	border:0;
	background-color:#eee;
	padding:4px 4px 4px 0;
	font-size:0.9em;
	float:left;
	clear:left;
	border-bottom:1px solid #ccc;
}

form#contact-form ul li textarea {
	width:204px;
	border:0;
	background-color:#eee;
	padding:4px 2px 5px 2px;
	font-size:0.8em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	height:166px;
	float:left;
	clear:left;
	border-bottom:1px solid #ccc;
}

form#contact-form ul li input.check {
	width:auto;
	border:0;
	padding:0;
	margin:2px 5px 0 0;
}

form#contact-form ul.full li label {
	font-size:0.8em;
	width:350px;
	margin:0 0 0 0;
	display:inline;
}

form#contact-form ul li.submit {
	margin:10px 0 0 0;
	background:none;
}

form#contact-form ul li.submit input {
	width:auto;
	border:0;
	padding:0;
}

ul.manager-details {
	width:150px;
	float:left;
	padding:0 0 0 10px;
}

ul.manager-details li {
	margin:0 0 15px 0;
	padding:1px 0 0 0;
	font-size:0.9em;
	width:150px;
}

ul.manager-details li .bold {
	margin:0 5px 0 0;
}

ul.manager-details li.manager {
	font-weight:bold;
	color:#777;
	margin:0 0 3px 0;
}

ul.manager-details li.telephone {
	margin:0 0 20px 0;
}

/** search results page **/

table {
	clear:both;
}

.fullwidth th {
	background-image:url(/assets/images/bullets/green-down.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:2px 0 10px 10px;
	color:#77a344;
}

.fullwidth td {
	padding:5px 0;
	font-size:0.9em;
}

.fullwidth td a {
	font-weight:bold;
}

/* vacancies */

.vacancy {
	margin:20px 0 0 0;
	padding:20px 20px 0 0;
	border-top:1px solid #99cc00;
	float:left;
	clear:left;
	width:675px;
}

.vacancy h4 {
	margin:0 0 10px 0;
}

/* people listing */

ul#people-list {
	float:left;
	width:715px;
	margin:10px 0 0 0;
}

ul#people-list li {
	width:327px;
	float:left;
	margin:0 20px 20px 0;
	padding:0 0 20px 10px;
	border-bottom:1px solid #aaa;
}

ul#people-list li li {
	border:0;
	margin:0;
	padding:0;
	clear:left;
}

ul#people-list li li p {
	margin:0 0 3px 0;
	font-size:0.9em;
}

ul#people-list li li a {
	margin:0 0 4px 0;
	display:block;
	font-size:0.9em;
}

/** footer stuff **/

/*** sign up box ***/

#newLetterContainer h3 {
	color:#aaa;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 0 8px;
	margin:0 0 10px 0;
}

#newLetterContainer p {
	color:#fff;
	font-size:1.1em;
	padding:0 0 0 8px;
	margin:0 0 7px 0;
}

#newLetterContainer form {
	width:210px;
	padding:0 0 5px 0;
}

#newLetterContainer form input {
	float:left;
	width:132px;
	border:1px solid #ccc;
	padding:3px 3px 4px 3px;
	font-size:1.1em;
	margin:4px 0 0 8px;
}

#newLetterContainer form input.submit {
	margin:0 0 0 -6px;
	width:auto;
	border:0;
	padding:0;
}

#footer-links {
	float:left;
	width:400px;
	overflow:hidden;
}

#footer-links li {
	border-left:1px solid #777;
	float:left;
}

#footer-links li.first {
	border-left:0;
}


#partners {
	float:right;
	width:259px;
	background-image:url(/assets/images/partners/joint-venture.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:25px 0 0 0;
}

#partners li {
	margin:0 0 0 40px;
	display:inline;
	float:left;
}


/*** print / email links ***/

#print_tellafriend a {
	font-size:1.1em;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left;
	margin:0 10px 0 0;
	float:left;
	display:block;
}

#print_tellafriend a#print {
	background-image:url(/assets/images/printer_icon.jpg);
	padding:5px 0 5px 25px;
}

#print_tellafriend a#email {
	background-image:url(/assets/images/email_icon.jpg);
	padding:5px 0 5px 30px;
}



/** useful links page **/

#useful-links li {
	margin:0 0 10px 0;
	background-image:url(/assets/images/bullets/green-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	float:left;
	clear:left;
}

ul.errors {
	margin:10px 0 0 0;
}

ul.errors li {
	background-image:url(/assets/images/bullets/red-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	color:#aa0000;
	font-size:0.9em;
	margin:0 0 5px 0;
}

/* end tweaks by michael */


H1

{
	font-size:2em;
	font-weight:normal;
	color:#5f5f5f;
	border-bottom:3px solid #99cc00;
	padding:16px 0 8px 0;
	margin:0 0 15px 0;
}

h4 {
	font-size:1em;
	color:#404040;
	margin:0 0 5px 0;
}

.greenbar1
{
	width:213px;
	height:3px;
	background-image: url(../images/greenbar1.jpg);
	background-repeat:no-repeat;
}

.greenSmall_bar
{
	width:215px;
	height:1px;
	float:left;
	background-color:#8cc63e;
	margin-bottom:5px;
	margin-top:20px;

}

#print_tellafriend
{
	width:300px;
	float:left;
	margin:93px 0 0 20px;
}

.detail
{
	font-size:11px;
	color:#666666;
	margin-top:3px; 
	
}
.moreRead
{
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	width:3px;
	height:6px;
 }
 
.news_ColTop
{
	width:166px;
	height:225px;
	float:left;
	padding-left:2px;
	padding-right:2px;
}

a.viewArchive:Link
{
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:none;
	margin-top:5px;
	margin-left:5px;

}

a.viewArchive:visited
{
	font-size:11px; 
	color:#FFFFFF;
	text-decoration:none;
	margin-top:5px;
	margin-left:5px;

}

a.viewArchive:hover
{
	font-size:11px; 
	color:#fff;
	text-decoration: underline;
	margin-top:5px;
	margin-left:5px;

}


a.more:link
{
	
	font-size:11px;
	color:#8cc63e;
	text-decoration:none;
}

a.more:visited
{
	
	font-size:11px;
	color:#8cc63e;
	text-decoration:none;
}

a.more:hover
{
	
	font-size:11px;
	color:#8cc63e;
	text-decoration: underline;
	
}

#newImages
{
width:78px;
height:57px;
float:right;
background-image:url(../images/newsImage.jpg);
background-repeat:no-repeat;
margin-top:10px;

}


.dateTxt
{
	
	color:#999999;
	font-size:11px;
	padding-bottom:5px;
	
	
}

fieldset.search {
 border: none;
 width: 243px;
 margin: 0 auto;
 background: #222;
 height:30px;
}

.search input, .search button {
 border: none;
 float: left;
}

.search input.box {
 color: #333333;
 font-size: 1.2em;
 width: 190px;
 height: 18px;
 padding: 10px 7px 0;
 background: #333333;
 margin-right: 5px;
 background: url() no-repeat left bottom;
 border:1px solid #CCCCCC
}

.search button.btn {
 width: 30px;
 height: 30px;
 cursor: pointer;
 text-indent: -9999px;
 background: #FFFFFF url(../images/search_icon.jpg) no-repeat top right;
}
.search button.btn:hover {
 background: #FFFFFF url(../images/search_icon.jpg) no-repeat bottom right;
}

.inputBorder
{
	border:1px #666666 solid;
}

a.fotterLinks:link
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
	margin-left:10px;
	margin-right:8px;
}

a.fotterLinks:visited
{	
	font-size:11px;
	color:#000000;
	text-decoration:none;
	margin-left:10px;
	margin-right:8px;
}

a.fotterLinks:hover
{	
	font-size:11px;
	color:#333333;
	text-decoration: underline;
	margin-left:10px;
	margin-right:8px;
	
}

.input
 {
  font-size:11pt;
  background-color:336699;
  border-color:336699;
  border-style: outset;
  border-width:0px;
  color: #FFCC00;
  margin-left:18px;   
}

.smallTxt_white
{	
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

a.bodylinks:Link

{
	font-size:12px;
	color:#999999;
	margin-left:5px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;

}

a.bodylinks:visited
{
	font-size:12px;
	color:#999999;
	margin-left:5px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;

}

a.bodylinks:hover
{
	font-size:12px;
	color:#000000;
	margin-left:5px;
	text-decoration: underline;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}

.newsletterTxt
{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
}

li.inline {
  display: inline;
  padding-left: 0px;
  padding-right: 3px;
  border-right: 1px solid #000000;
}
  
li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 5px;
  border-right: 0px;
} 
  
  /* top Navigation */
 
#nav ul li
{
	float:left;
	padding:0 0 0 1px;
	background-image:url(/assets/images/nav/seperator.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#nav li a
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:10px 20px 14px 20px;
	display:block;
	float:left;
	position:relative;
}

#nav li a:hover
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/assets/images/hoverBtn.jpg);
	background-repeat:repeat-x;	
	background-position:top left;
}

/* top Navigation End */

.justify
{
	text-align:justify;
}


.offer
{
	background-image:url(../images/offer.jpg);
	width: 246px;
	height:150px;
	float:right;
	margin-right:-20px;
}

.PropertyLeftNav
{
	font-weight:bold;
	color:#000000;
	background-image:url(../images/left-menu-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:5px;
	
}


/*CSS grayr  pagination*/
.showingPaging
{
	width:380px;
	height:auto;
	float:left;
	margin-left:20px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

/*CSS grayr  pagination End*/

/*CSS News Listing Page Start*/

a.articles:link
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.articles:visited
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.articles:hover
{
	font-size:12px;
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}


li.inlineDouble {
  display: inline;
  padding-left: 0px;
  padding-right: 5px;
  border-right: 1px solid #ffffff;
  
  }
li.lastDouble {
  display: inline;
  padding-left: 3px;
  padding-right: 5px;
  border-right: 0px;
  } 
  
 a.LeftNavi:link
 {
 	font-size:12px;
	color: #333333;
	font-weight:bold;
	text-decoration:none; 
 } 
 a.LeftNavi:visited
 {
 	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none; 
 } 
 a.LeftNavi:hover
 {
 	font-size:12px;
	color:#739f3e;
	font-weight:bold;
	text-decoration: underline;
				
 } 
 
 



 
/*CSS News Listing Page End*/


a.galleryPaging:Link
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-right:3px;
	color:#FFFFFF;
	margin-left:3px;
}

a.galleryPaging:visited
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-right:3px;
	color:#FFFFFF;
    margin-left:3px;
}

/*ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
ul li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background: url(../images/gray_arrow.jpg) no-repeat 0 7px;
}
*/


.bodybullet ul {
	padding:0; 
		margin:0;
	list-style-image:url(../images/gray_arrow.jpg);
	background-repeat:no-repeat;

}

.bodybullet ul li {
	float:left;
	position:relative;
}

.bodybullet  ul li a, .menu ul li a:visited
 {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:88px; 
	height:1.5em;
	font-weight:bold;
	color:#888; 
	border-bottom:8px solid #888;
	background:#fff; 
	padding-left:10px; 
	line-height:2.5em;
	margin-right:2px;
}
.newsDetail2

{

	width:213px;
	height: 80px;
	float:left;
	margin-top:0px;
}

.newsDetail

{

	width:213px;
	height: 80px;
	float:left;
	margin-top:0px;
	}