/* Cresa - Corporate Real Estate Service Advisors  wwww.cresa.com */

@import "style/css/reset.css";
@import "style/css/layout.css";

/* RESET -------------------------------------*/

* {	margin: 0; padding: 0; outline:0px none; border:0px none;}
.clear { clear: both; }
img {border:none}
img a:link {border:none}
p {margin-bottom: 8px;}
.clearleft { clear: left; }

html { overflow-y: scroll; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

.hide {display:none;}

/* Headings ------------------------------ */

h1 {font-size: 16px; font-weight:bold; color: #002554; padding: 0px 0px 6px 0px;}
h2 {font-size: 14px; line-height: 18px;	color: #426391;	font-weight: bold; margin-bottom: 5px;}
h3 {font-size: 13px; line-height: 18px;	color: #426391;	font-weight: bold; margin-bottom:5px;}
h4 {font-size: 11px; line-height: 17px; font-weight:bold; color: #666666;}
h5 {font-size: 11px; line-height: 17px; font-weight:bold; color: #426391;}
h6 {font-size: 11px; font-weight:bold; line-height: 17px; color: #002554;}

a:link { color: #426391; text-decoration: none; outline:none; }
a:visited { color: #426391; text-decoration: none; }
a:hover { color: #002554; text-decoration: underline; }
a:active, a:focus { color: #002554; text-decoration: underline; outline:none;}

p {margin-bottom: 8px;}

/* STRUCTURE -------------------------------*/

#pageWrap {width:898px; background-color: #FFFFFF;	border: 1px solid #002554; margin: 0 auto; min-height: 500px;}

#header {
	height:143px; 
	width: 898px;
	background:url(/blogimages/bgHeader.png) repeat-x;
	margin-bottom: 30px;
	}

#logo {
	position:relative;
	width: 148px;
	height: 47px;
	top: 15px;
	left: 31px;
	float: left;
	}
	
#cityTitle {
	position:relative;
	width: 250px;
	height: 50px;
	top: 59px;
	left: 40px;
	float: left;
	}
	
h1#title a{
	width: 400px;
	height: 60px;
	position:absolute;
	top: 70px;
	background-image:url(images/spacer.gif) top left no-repeat;
	text-indent: -9999px;
	cursor:pointer;
	}
	
#sidebar {width: 330px; float:right; padding-top: 0px;}

#sidebar p {
	color: #666666;
	font-size: 12px;
	padding: 10px 20px 10px 0px;
	}

#sidebar-content {width: 290px; border: 1px solid #666666; background-color: #F0F0F0; padding: 10px; margin: 10px 0px 20px 0px;}

#socialicons {margin: 10px 0px 0px 0px}
#socialicons ul {	list-style-type:none;}
#socialicons ul li {float:left; margin-right:15px;}
#socialicons img {border:none;}

#content-main {width:520px; float: left; padding: 0px 10px 10px 20px;}

#footer {padding: 10px;}
	
/* NAV -------------------------------*/


ul#navMain {
	list-style-type:none;
	position:relative;
	top:104px;
	float: right;
	margin-right: 5px;
	}
	
	
ul#navMain li.page_item {
	color: #002554; 
	font-size: 15px; 
	font-weight: bold; 
	display:block; 
	float:left;
	height: 18px;
	border-right: 2px solid #002554;
	padding: 0px 20px;
	line-height: 16px;
	}
	
ul#navMain li.page_item:last-child {
	border-right: none;
	}
	
	
ul#navMain li.page_item a:link {color: #002554;}	
ul#navMain li.page_item a:visited {color: #002554;}
ul#navMain li.page_item a:hover {color: #FAE053; text-decoration:underline;}
ul#navMain li.page_item a:active {color: #FAE053;}

/*SEARCHBAR ----------------------------------------------------*/

#s {
	border: 1px solid #666666;
	padding: 3px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	position:relative;
	top: 1px;
	}
	
#searchsubmit {
	background: url(/blogimages/bgSearchSubmit.png) no-repeat 0 0 transparent;
	width: 88px;
	height: 25px;
	position: relative;
	top: 1px;
	padding-bottom: 2px;
	}
	
#searchform {
	position: relative;
	top: -3px;
	}
