﻿/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #555;
	line-height: 1.125em;
	background: #f1f1f1 url(../images/site-bg.png) no-repeat center top;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
a:link { color:#3791DA; text-decoration: none; } /* unvisited link */
a:visited { color:#3791DA; } /* visited link */
a:hover { color:#3791da; text-decoration: underline; } /* mouse over link */
a:active { color:#3791da; outline: none; } /* selected link */
:focus { -moz-outline-style: none; }
a {
  outline: none;
  text-decoration: none;
}
p {
	padding: 0 0 15px;
	margin: 0;
	line-height: 1.6em;
}

/* Global Structure */

.pageWrap {
	float: left;
	width: 100%;
	background: url(../images/top-nav-bg.gif) repeat-x 0 0;
}
#page {
	margin: 0 auto;
	width: 980px;
}
.contentGroup, #contentHome {
	float: left;
	width: 980px;
}
#content {
	float: right;
	overflow: hidden;
	width: 773px;
}
#sidebar {
	float: left;
	margin-right: 20px;
	width: 187px;
}
#topNav {
	float: left;
	width: 100%;
	padding: 5px 0;
	height: auto;
}
#header {
	float: left;
	width: 980px;
	height: auto;
	padding-bottom: 8px;
	background: url(../images/header-shadow.png) no-repeat bottom left;
}
#footer {
	float: left;
	width: 100%;
	clear: both;
}

/* Global Layout */

.skip {
	float: left;
	font-size: small;
	position: absolute;
	text-indent: -9999em;
}
.btn {
	border: 0;
	cursor: pointer;
	float: left;
	text-indent: -9999em;
}

/* Top Nav */

#topNav a {
	color: #231f20;
	text-decoration: none;
}
#topNav #myAccountNav a {
	color: #231f20;
	text-decoration: none;
}
#topNav a:hover {
	color: #d94967;
	text-decoration: none;
}
.navWrap {
	width: 980px;
	margin: 0 auto;
}
#siteLocator, #navRight {
	font-size: 10px;
	text-transform: uppercase;
}
#siteLocator {
	float: left;
	margin-top: -5px;
	margin-left: -5px;
}
#siteLocator li {
	float: left;
	height: 13px;
}
#siteLocator li a {
	text-decoration: none;
	display: block;
}
#siteLocator li a.navParent {
	background: url(../images/globe-mini.gif) no-repeat 10px 6px;
	padding: 6px 10px 6px 30px;
}
#siteLocator li a:hover,
#siteLocator li a:active,
#siteLocator li.hover a {
	background: #231f20 url(../images/globe-mini-dark.gif) no-repeat 10px 6px;
	color: #FFF;
}
#siteLocator li a:hover,
#siteLocator li a:active,
#siteLocator li.hover a {
	color: #FFF;
}
#siteLocator ul li {
	padding: 0 0 0 20px;
	float: left;
	width: 100%;
	margin: 0 0 6px;
	height: auto;
	background: url(../images/dot-grey.gif) no-repeat 4px 5px;
}
#siteLocator ul li a,
#siteLocator li.hover ul li a {
	display: inline;
	color: #444;
	background: none;
	line-height: 1em;
	text-transform: none;
}
#siteLocator ul li a:hover,
#siteLocator li.hover ul li a:hover {
		color: #00BDF6;
}
ul.dropdown {
	position: relative;
}
#siteLocator ul.dropdown ul {
	width: 180px;
}
ul.dropdown ul {
	left: 0;
	position: absolute;
	top: 24px;
	visibility: hidden;
	width: 180px;
	z-index: 99;
	background: #FFF;
	padding: 10px;
	border: 1px solid #231f20;
}
ul.dropdown li {
	zoom: 1;
}
ul.dropdown li:last-child a {
	border-right: none; /* Doesn't work in IE */
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}
#header #myAccountNav {
	height: auto;
	line-height: inherit;
}
#navRight {
	float: right;
	background: url(../images/twitter.png) no-repeat right 0;
	padding-right: 23px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navRight li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: -5px;
	background: url(../images/bar-spacer.gif) no-repeat right 3px;
}
#navRight li.last {
	background: none;
	padding: 0;
	margin-right: 0;
}
#navRight li.last a strong {
	font-weight: bold;
}
#topNav #myAccountNav {
	padding: 0;
	line-height: inherit;
	height: auto;
}

/* Header */

#header #logo {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 207px;
	height: 69px;
	margin: 9px 0 0;
}
.headerBox {
	float: right;
	width: 350px;
	margin: 40px 0 0;
}
.headerBox ul {
	float: right;
}
.headerBox ul li {
	color: #888;
	font-size: 14px;
	text-align: right;
	display: block;
	padding: 0 0 6px;
	font-weight: bold;
	text-transform: uppercase;
}
.headerBox ul li.last a {
}
.headerBox ul li strong {
	font-weight: bold;
	color: #222;
}
.headerBox ul li a {
	text-decoration: none;
	color: #D31F44;
}
.headerBox ul li a:hover {
	color: #d94967;
	text-decoration: underline;
}
#headerSearch {
	float: right;
	clear: both;
	width: 220px;
	height: 35px;
	background: url(../images/header-search-bg.gif) no-repeat 0 0;
}
input#inputSearch {
	background: none;
	border: 0;
	float: left;
	margin: 5px 0 0 10px;
	width: 163px;
	padding: 3px 0 0;
	color: #949494;
	font-size: 12px;
}
input#inputSearch:hover { color: #6b6b6b; }
input#inputSearch:focus, input#inputSearch:active { color: #4c494a; }
input#btnSearch {
	background: url(../images/btn-search-top.gif) no-repeat 0 0;
	width: 37px;
	height: 25px;
	float: right;
	margin: 5px 0 0;
}
input#btnSearch:hover { background-position: 0 -25px; }
input#btnSearch:focus, input#btnSearch:active { background-position: 0 -50px; }

#mainNav {
	float: left;
	width: 100%;
	height: 51px;
	background: url(../images/nav-bg.png) no-repeat 0 0;
	margin: 17px 0 0;
}
#mainNav ul {
	text-align: center;
	display: block;
	padding: 0;
	float: left;
	width: 980px;
}
#mainNav ul li {
	display: inline;
	padding-right: 20px;
	margin-left: 20px;
	background: url(../images/nav-spacer.gif) no-repeat right 0;
}
#mainNav ul li.last {
	background: none;
}
#mainNav ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 20px 10px;
}
#mainNav ul li a:hover {
	color: #F1F1F1;
}
#mainNav ul li ul {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 0;
	text-align: left;
	background: #444;
	top: 31px;
	width: 200px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
#mainNav ul li ul li {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: none;
	display: block;
	border-bottom: 1px solid #333;
	border-top: 1px solid #555;
}
#mainNav ul li ul li a {
	text-transform: none;
	font-size: 11px;
	padding: 8px 20px 8px 25px;
	display: block;
	color: #ddd;
	background: url(../images/bullet-red.gif) no-repeat 12px 13px;
	/*border-left: 4px solid #555;*/
}
#mainNav ul li ul li a:hover {
	/*border-left: 4px solid #CF1327;*/
	color: #FFF;
	background: #333 url(../images/bullet-red.gif) no-repeat 12px 13px;
}

/* Homepage */

#boxControl {
	width: 80px;
	position: absolute;
	right: 15px;
	bottom: 30px;
	border: 20px;
	display: block!important;
}
#boxControl li {
	margin: 0;
	background: none;
}
#boxControl a {
	text-indent: -999em;
	float: left;
	width: 10px;
	height: 10px;
	background: #808080;
	margin-right: 10px;
	padding: 0;
}
#boxControl .ui-tabs-selected a {
	background: #d01427;
}
#tabs {
	float: left;
	width: 980px;
	height: 300px;
	background: #FFF;
	border: 0;
	margin: 12px 0 0;
}
#tabs .ui-tabs-panel {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
}
#tabs .ui-tabs-panel a {
	text-indent: -999em;
	float: left;
}
#tabs #tabs-1 {
	background: url(../images/banner-one.png) no-repeat left top;
}
#tabs #tabs-2 {
	background: url(../images/banner-two.jpg) no-repeat left top;
}
#tabs #tabs-3 {
	background: url(../images/banner-three.jpg) no-repeat left top;
}
#tabs #tabs-4 {
	background: url(../images/banner-four.jpg) no-repeat left top;
}
#tabs #tabs-1 a,
#tabs #tabs-2 a,
#tabs #tabs-3 a {
	width: 100%;
	height: 298px;
	float: left;
	display: block;
}
#newsFeed {
	float: left;
	width: 933px;
	padding: 8px 20px 8px 25px;
	background: #ededed;
	border: 1px solid #d7d7d7;
	border-top: 0;
}
#newsFeed h3,
#newsFeed #feed {
	float: left;
}
#newsFeed h3 {
	font-weight: bold;
	color: #231F20;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#newsFeed #feed {
	padding: 0 10px;
	background: url(../images/bar-spacer.gif) no-repeat 0 3px;
	margin-left: 10px;
}
#newsFeed #feed a {
	color: #797979;
	font-size: 12px;
	text-decoration: none;
}
#newsFeed #feed ol, #newsFeed #feed ol li {
	float: left;
}
#newsFeed #feed ol li {
	display: none;
}
#newsFeed #feed a:hover,
#newsFeed #feed span:hover{
	color: #6a6a6a;
	text-decoration: underline;
}
#newsFeed #feed span {
	color: #555;
}
#newsFeed #newsNav {
	float: right;
}
#newsFeed #newsNav .btnPrev,
#newsFeed #newsNav .btnNext {
	float: left;
	width: 29px;
	height: 29px;
	text-indent: -999em;
}
#newsFeed #newsNav .btnPrev:hover,
#newsFeed #newsNav .btnNext:hover {
	background-position: 0 -29px;
}
#newsFeed #newsNav .btnPrev:active,
#newsFeed #newsNav .btnNext:active {
	background-position: 0 -58px;
}
#newsFeed #newsNav .btnPrev {
	background: url(../images/btn-prev.png) no-repeat left top;
	margin-right: 10px;
}
#newsFeed #newsNav .btnNext {
	background: url(../images/btn-next.png) no-repeat left top;
}
#homefeatures {
	float: left;
	width: 1200px;
	margin: 20px 0 50px;
}
#homefeatures div.boxfeatureWrap {
	float: left;
	width: 310px;
	height: 156px;
	margin-right: 25px;
}
#homefeatures div.boxfeatureWrap div {
	float: left;
	margin: 1px 0 0 1px;
	width: 286px;
	height: 164px;
	padding: 15px 0 0 22px;
}
#homefeatures #homeFeatOne {
	background: url(../images/feat-box-one-bg.png) no-repeat right top;
}
#homefeatures #homeFeatTwo {
	background: url(../images/feat-box-two-bg.png) no-repeat right top;
}
#homefeatures #homeFeatThree {
	background: url(../images/feat-box-three-bg.png) no-repeat right top;
}
#homefeatures div.boxfeatureWrap div h2 {
	font-size: 18px;
	padding-bottom: 8px;
	color: #7a7a7a;
	line-height: 18px;
}
#homefeatures div.boxfeatureWrap div h2 span {
	color: #231f20;
	display: block;
}
#homefeatures div.boxfeatureWrap div p {
	color: #7b7b7b;
	font-size: 11px;
	padding: 0 0 10px;
	line-height: 15px;
}
#homefeatures div.boxfeatureWrap div a {
	background: url(../images/arrow-red.png) no-repeat left 2px;
	padding-left: 20px;
	font-size: 11px;
	color: #d31f44;
	text-decoration: none;
}
#homefeatures div.boxfeatureWrap div a:hover {
	text-decoration: underline;
}

/* Content Pages */

.contentPage {
	float: left;
	width: 978px;
	margin: 10px 0 50px;
	padding: 0 0 20px;
	background: #FFF url(../images/content-sidebar-bg.gif) repeat-y 0 top;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border: 1px solid #E1E1E1;
}
#pageContent {
	float: right;
	width: 758px;
}
.pageContent {
	padding: 0 40px 30px;
}
.contentPage h1 {
	color: #231F20;
	font-size: 22px;
	font-weight: bold;
	padding: 40px 40px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #D2D2D2;
	background: #F1F1F1;
	height: 39px;
	line-height: 1.1em;
}
.pageContent h2 {
	color: #D41428;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 20px;
	border-bottom: 2px solid #EEE;
}
.pageContent h3 {
	color: #231F20;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}
.pageContent .intro {
	color: #231F20;
	font-size: 16px;
	line-height: 22px;
}
.pageContent p {
	color: #777;
	line-height: 18px;
}
.pageContent strong {
	font-weight: bold;
}
.pageContent ul {
	color: #231F20;
	font-size: 14px;
	padding: 10px 0 15px 25px;
}
.pageContent ul li {
	padding-bottom: 12px;
	background: url(../images/bullet-red.gif) no-repeat 0 6px;
	padding-left: 20px;
	line-height: 19px;
}
.pageContent ul li p {
	line-height: 19px;
}
.pageContent em {
	font-style: italic;
}
.pubDL {
	background: url(../images/arrow-red.png) no-repeat 0 2px;
	padding-left: 25px;
}
.spacerBot {
	padding-bottom: 30px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
}
.indentLeft {
	float: left;
	margin: 0 20px 0 -40px;
}
.indentRight {
	float: right;
	margin: 0 -40px 0 20px;
}
#contentSidebar {
	float: left;
	width: 220px;
}
#contentSidebar h3 {
	background: #d41428;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0 20px;
	height: 80px;
	line-height: 95px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	background: #d41428 url(../images/browse-bg.png) no-repeat 0 0;
}
#contentSidebar ul {
	float: left;
	width: 100%;
}
#contentSidebar ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEE;
}
#contentSidebar ul li a {
	float: left;
	width: 164px;
	padding: 16px 20px 16px 35px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	background: #fbfbfb url(../images/bullet-red.gif) no-repeat 20px 22px;
	color: #555;
}
#contentSidebar ul li.current a,
#contentSidebar ul li.current a:hover {
	background-color: #FFF;
	color: #d41428;
	font-weight: normal;
}
#contentSidebar ul li a:hover {
	background-color: #FFF;
	color: #231F20;
}

/* Breadcrumb */

#breadcrumb {
	float: left;
	padding: 8px 0;
	width: 100%;
}
#breadcrumb li {
	color: #949494;
	float: left;
	font-family: 'Tahoma',Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin-right: 5px;
}
#breadcrumb li a {
	background: url(../images/arrow-xsmall-grey.gif) no-repeat 0 4px;
	color: #666;
	padding-left: 8px;
	text-decoration: none;
}

/* Footer */

#footer .footerUpper {
	background: #FFF;
	border-top: 2px solid #d9d9d9;
	border-bottom: 1px solid #DDD;
	float: left;
	width: 100%;
	padding: 25px 0 0;
}
#footer .footerInfoWrap,
#footer #twitterBar .twitterFeed,
#footer .copyright .copyWrap {
	margin: 0 auto;
	width: 980px;
}
#footer .copyright {
	width: 100%;
	float: left;
	padding: 10px 0 30px;
}
#footer .footerInfoWrap .footerSections {
	float: left;
	width: 1200px;
	padding-bottom: 35px;
}
.footerSections div {
	float: left;
	margin-right: 20px;
}
.footerSections div.footerOne {
	width: 200px;
}
.footerSections div.footerTwo {
	width: 400px;
}
.footerSections div.footerThree {
	width: 400px;
}
.footerSections div h2 {
	font-size: 11px;
	font-weight: bold;
	color: #D31F44;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#footer .footerInfoWrap ul {
	width: 100%;
	float: left;
	padding: 0;
}
#footer .footerInfoWrap ul li {
	font-size: 11px;
	padding:  0 0 6px 0;
	color: #6a6a6a;
	width: auto;
	float: none;
}
#footer .footerInfoWrap ul li a {
	color: #666;
	text-decoration: none;
}
#footer .footerSections div.footerTwo ul li,
#footer .footerSections div.footerThree ul li {
	float: left;
	width: 50%;
}
#footer .footerInfoWrap ul li a:hover {
	color: #D94967;
}
#footer .footerInfoWrap ul li strong {
	font-weight: bold;
}
#footer .footerInfoWrap ul li address {
	line-height: 1.6em;
	color: #231F20;
	font-style: normal;
}
#footer .footerInfoWrap ul li address a {
	color: #D94967;
}
#footer #twitterBar {
	float: left;
	width: 100%;
	padding: 10px 0;
	background: url(../images/bg-red.gif) repeat-x 0 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	font-size: 11px;
}
#twitterBar .twitterFeed .feed {
	float: left;
	background: url(../images/logo-twitter.gif) no-repeat 0 3px;
	color: #FFF;
	padding: 5px 0;
	padding-left: 30px;
}
#twitterBar .twitterFeed .feed a {
	color: #E2E2E2;
	font-size: 11px;
	font-weight: normal;
}
#twitterBar .twitterFeed .feed a.aktt_tweet_time {
	color: #E2E2E2;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
#twitterBar .twitterFeed .follow {
	float: right;
	padding: 5px 0;
}
#twitterBar .twitterFeed .follow a {
	color: #FFF;
	text-decoration: none;
}
#footer .copyright {
	font-size: 10px;
}
#footer .copyright .copyLeft {
	float: left;
}
#footer .copyright .copyLeft a {
	color: #656565;
	text-decoration: none;
}
#footer .copyright .note {
	float: right;
	color: #939393;
}

/* News Feed */

.pageContent .newsFeed {
	padding: 0;
	margin: 20px 0 0;
	border-top: 2px solid #DDD;
}
.pageContent .newsFeed li {
    background:none;
    border-bottom:1px solid #DDD;
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    margin:0;
    padding:25px 20px;
}
.pageContent .newsFeed li:hover {
    background:#FBFBFB;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
}
.pageContent .newsFeed a {
	padding: 0 0 5px;
	margin: 0;
	border: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.pageContent .newsFeed a {
	color: #231F20;
}
.pageContent .newsFeed a:hover {
	color: #D31F44;
}
.pageContent .newsFeed li h2 {
    border:0 none;
    font-size:15px;
    margin:0;
    padding:0 0 5px;
    text-transform:uppercase;
}
.pageContent .newsFeed li h2 a {
    color:#231F20;
}
.pageContent .newsFeed li .metaData {
    color:#D31F44;
    display:block;
    font-size:11px;
    padding:0 0 10px;
    text-transform:uppercase;
}
.pageContent .newsFeed li p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #777;
}

/* NAI Specific */

#listingDetail h1 {
	color: #231F20;
	font-weight: bold;
	font-style: 2em;
}
#propFeatures .tableFeat thead th  {
	background:#434343;
	padding: 12px 25px;
}
#leftCol .leftColSearch {
	width: 175px;
	border: 1px solid #DDD;
}
#formEnquiry h3 {
	color: #231F20;
}
.registerFeat {
	background:url(../images/register-feature.jpg) no-repeat 0 0;
}
#listView ul li .listingContent h2 a {
	color: #231F20;
}
#listView ul li .listingContent h2 a:hover {
	color: #3791DA;
}
.filterNavTop {
	background: url(../images/filter-nav-top.png) no-repeat 0 0;
}
#browseFilter {
	background :url(../images/filter-nav-bg.gif) repeat-x 0 0 #242021;
}
#browseFilter #navLocation li, #browseFilter #navPropType li {
	background: url(../images/filter-drop.png) no-repeat 0 0;
}
#browseFilter a {
	color: #231F20!important;
	border-bottom: 1px solid #EEE;
}
#browseFilter li ul li a:hovef {
	background: none;
}
#findTabs li a {
	background:url(../images/find-assests.gif) no-repeat 0 0 ;
}
#myAccountNav li {
	background:url(/Images/bar-spacer-blue.gif) no-repeat right 4px;
}
.teamProfile p {
	color: #666;
	font-size: 15px;
	line-height: 20px;
}
.teamProfile .team_pro_title {
	font-size: 16px;
	padding: 0 0 5px;
}
/* END */


.ui-state-disabled { cursor: default !important; }
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative;}
.ui-tabs .ui-tabs-nav li a { float: left; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; }
.ui-tabs .ui-tabs-hide { display: none !important; }
