/* @override http://chris-moffatt.local/~cmoffatt/mackay/css/template.css */

html {
	color: #192F55;;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;
}

li {
	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;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}

legend {
	color: #000;
}

body {
	font: 13px/1.231 "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: small;
	text-align: center;
}

table {
	font-size: inherit;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}

#footer {
	color: white;
	position: relative;
	clear: both;
	background-color: #2481ff;
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
}

#footer ul#footerAgent{
	width:  500px;
	position: relative;
	list-style: none;
}

#footer ul#footerAgent li{
	display: inline;
	margin-right: 15px;
}

#footer ul#footerRenet{

	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}


#footer ul#footerRenet li{
	display: inline;
	margin-left: 15px;
}


#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited,
#footer ul li a:hover {
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/*
	Begin of template specifs
*/

#wrapper {
	margin: auto;
	text-align: left;
	width: 974px;
	min-width: 750px;
}

#main {
	float: left;
	margin-right: -205px;
	width: 100%;
	margin-bottom: 5px;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#contentWrapper{
	float: left;
	margin-right: -25em;
	width: 100%;
	
}

#content{
	margin-right: 210px;
	position: static;
	float: left;
	width: 765px;
}

h2 {
	font-size: 22px;
	padding: 5px 5px 5px 10px;
}

p {
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	line-height: 14px;
	text-align: justify;
}

p img {
	padding: 5px;
	border: 1px solid #002e7c;
	margin: 5px;
}

#sidebar{
	float: right;
	width: 200px;
	position: relative;
}



/* @group Header */

#header{
	position: relative;
	height: 130px;
	margin-bottom: 5px;
}

#header h1 {
	display: none;
}

#header #headerLogo  {

}

#headerSlideShowContainer {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
}

#headerSlideShowContainer #StarBurstCommcerialProperties{
	position: absolute;
	top: -10px;
	right: -20px;
}

#headerSlideShowContainer #StarBurstCommcerialProperties a{
	border: 0px;
}

/* @end */

/* @group Main Menu */

#mainMenu {
	position: absolute;
	bottom:  0px;
	background: #ff9000;
	height:30px;
	width: 100%;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
}

#mainMenu ul {
	position: absolute;
	height: 26px;
	list-style:none;
	white-space:nowrap;
	float: left;
	bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
}

#mainMenu ul li {
	margin-right:5px;	
	float:left;
	padding: 4px 10px;
}

#mainMenu ul li:hover {
	background: #fff;
	color: white;
}

#mainMenu ul li.active {
	background: #fff;
	color: white;
}

#mainMenu ul li:hover a:link, 
#mainMenu ul li:hover a:visited, 
#mainMenu ul li:hover a:active, 
#mainMenu ul li:hover a:hover {
	color: #ff9000;
	text-decoration: none;
}
#mainMenu ul li a:link, 
#mainMenu ul li a:visited, 
#mainMenu ul li a:active, 
#mainMenu ul li a:hover {
	color: white;
	text-decoration: none;
}

#mainMenu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.active {
	background: #fff;
	color: #ff9000;
}

#mainMenu ul li.active a:link, 
#mainMenu ul li.active a:visited, 
#mainMenu ul li.active a:active, 
#mainMenu ul li.active a:hover {
	color: #ff9000;
	text-decoration: none;
}

#mainMenu ul li.active a:hover {
	text-decoration: underline;
}


/* @end */




/* @group QuickSearch */

#justListedQuickSearch {
	background-color: #153771;
	color: #fff;
	height: 290px;
	overflow: hidden;
}

#justListedQuickSearch ul.tabs {
	background-color: #FFF;
	height: 28px;
	list-style: none;
}

#justListedQuickSearch ul.tabs li {
	font: 14px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	width: 99px;
	text-align: center;
	height: 28px;
	
	background-color: #2481ff;
}

#justListedQuickSearch ul.tabs li a:link,
#justListedQuickSearch ul.tabs li a:visited, 
#justListedQuickSearch ul.tabs li a:active, 
#justListedQuickSearch ul.tabs li a:hover {
	color: #fff;
	text-decoration: none;
}

#justListedQuickSearch ul.tabs li#justListedTab {
	
}

#justListedQuickSearch ul.tabs li#quickSearchTab {
	margin-left: 2px;
}

#justListedQuickSearch ul.tabs li.ui-state-active{
	background-color: #153771;
}

#justListedQuickSearch .panes {
	float: left;
	
	overflow: hidden;
}


#justListedQuickSearch .panes #quickSearch {
	background-color: #153771;
	height: 242px;
	padding: 10px;
	
}

#justListedQuickSearch .panes #justListed {
	height: 242px;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}

#justListedQuickSearch .panes #justListed ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#justListedQuickSearch .panes #justListed ul li {
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	width: 170px;
	position: relative;
	
	
}

#justListedQuickSearch #justListed ul li a:link,
#justListedQuickSearch #justListed ul li a:visited,
#justListedQuickSearch #justListed ul li a:active,
#justListedQuickSearch #justListed ul li a:hover {
	text-decoration: none;
	color: white;
	z-index: 20;
	background-color: #153771;
}

#justListedQuickSearch #justListed ul li a:hover {
	text-decoration: underline;
}

#justListedQuickSearch #justListed ul li span.price{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #153771;
	z-index: 15;
	padding-left: 5px;
}

#justListedQuickSearch form {
	border-style: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

#justListedQuickSearch form div.methodOfDisposal {
	position: relative;
	width: 100%;
	float: left;
}

#justListedQuickSearch form div.methodOfDisposal label {
	height: 22px;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 60px;
	line-height: 18px;
}

#justListedQuickSearch form div.methodOfDisposal label input {
	margin-right: 2px;
}

#justListedQuickSearch form select {
	width: 180px;
	height: 20px;
	margin: 3px 0 5px;
}

#justListedQuickSearch input#justListedQuickSearch-submit {
	border: 1px solid #fff;
	float: left;
	position: relative;
	height: 20px;
	width: 175px;
	background-color: white;
	text-align: left;
	padding-left: 10px;
}

#justListedQuickSearch form input {
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}

#justListedQuickSearch form .options {
	float: left;
	padding: 0px 5px 5px 5px;
}

#justListedQuickSearch form .options label {
	display: inline;
}

#justListedQuickSearch form .options input[type=radio] {
	margin: 5px 2px 5px 0px;
	display: inline;
	width: auto;
	float: none;
}

#justListedQuickSearch form input#quickSearch-submit {
	margin: 3px 0 5px;
	width: 180px;
	font-weight: bold;
	border: 1px solid #2481ff;
	height: 25px;
	background-color: white;
	color: #002e7c;
}



/* @end */

/* @group Current Magazines */

#currentMagazines {
	background-color: #ff9000;
	color: #fff;
	height: 200px;
	overflow: hidden;
	margin-top: 5px;
}

#currentMagazines ul.tabs {
	background-color: #FFF;
	height: 20px;
	list-style: none;
}

#currentMagazines ul.tabs li {
	font: 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	width: 99px;
	text-align: center;
	height: 20px;
	background-color: #2481ff;
}

#currentMagazines ul.tabs li a:link,
#currentMagazines ul.tabs li a:visited, 
#currentMagazines ul.tabs li a:active, 
#currentMagazines ul.tabs li a:hover {
	color: #fff;
	text-decoration: none;
}

#currentMagazines ul.tabs li#pocketGuideTab {
	margin-left: 2px;
}

#currentMagazines ul.tabs li#realEstatePlusTab {
	
}

#currentMagazines ul.tabs li.ui-state-active{
	background-color: #ff9000;
}

#currentMagazines .panes  {
	background-color: #ff9000;
	height: 158px;
	padding: 10px;
}

#currentMagazines .panes div {

}

#currentMagazines .panes img {
	width: 110px;
	float: left;
	margin-right: 5px;
}

#currentMagazines .panes .iconAction {
	text-align: center;
	font-size: 11px;
	width: 60px;
	height: 75px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#currentMagazines .panes .iconAction a:link,
#currentMagazines .panes .iconAction a:hover,
#currentMagazines .panes .iconAction a:visited,
#currentMagazines .panes .iconAction a:active {
		border: none;
		color: white;
		text-decoration: none;
}

#currentMagazines .panes .iconAction a:hover {
		text-decoration: underline;
}

#currentMagazines .panes .iconAction img {
	width: 48px;
	height: 48px; 
	margin-top: 10px;
	margin-left: 6px;
}

#currentMagazines .panes span.viewOnline {
	
}

/* @end */


.ui-tabs .ui-tabs-hide { 
	position: absolute;
	top: -2000px;
	width: 100%;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

div.panes div.pane {
	display:none;		
}

/* @group Overlay */

#lightboxOverlay {
	background-image:url(../images/overlay/white.png);
	width:580px;
	height: 450px;		
	padding:35px;
	font-size:11px;
	position: absolute;
	top:0px;
	float: left;
	display: none;
}

#lightboxOverlayContent {
	position: absolute;
	width:580px;
	height: 450px;	
}

#lightboxOverlay div.close {
	background-image:url(../images/overlay/closebox.png);
	position:absolute; left:9px; top:9px;
	cursor:pointer;
	height:30px;
	width:30px;
}


div.apple_overlay.black {
	background-image:url(../images/overlay/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}

#triggers {
	margin-top:10px;
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;

}
