/* CSS Document */

body {
	margin:0 auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif !important;
	background-image:url(/themes/nccbor.com/images/topbg.gif);
	background-repeat:repeat-x;
	background-color:#15619a;
}

a:link, a:visited {color:#005da2;}
a:hover {color:#eb7006;}

#header {
	width:850px;
	margin:0 auto;
}

#toplinks-left {
	height:24px;
	padding-top:6px;
	float:left;
	text-align:left;
}

#toplinks-right {
	height:24px;
	padding-top:4px;
	float:right;
	text-align:right;
}

#toplinks-right select, #toplinks-right input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#bodybgcontainer {
	background-image:url(/themes/nccbor.com/images/bodybg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	padding:10px;
}

#contentwrapper {
	border-top:1px solid #f3edda;
	background-color:#fff;
	background-image:url(/themes/nccbor.com/images/contentbg.gif);
	background-repeat:repeat-y;
	width:850px;
	margin:0px auto;
}

#leftcolumn {
	width:470px;
	float:left;
	padding:25px;
	line-height:22px;
}

#leftcolumn h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#094c7e;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}

#leftcolumn h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px 0px 5px 0px;
	font-weight:normal;
	clear:both;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size:24px !important;
	margin:0px 0px 5px 0px !important;
	font-weight:normal !important;
	clear:both !important;
}

.themefont {
	font-family:Georgia, "Times New Roman", Times, serif !important;
}

hr {
	border:1px;
	color: #ffedc5;
	background-color:#ffedc5;
	height:1px;
	margin:0px;
}

#rightcolumn {
	float:right;
	width:312px;
	border-left:1px solid #f3edda;
	padding:6px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

#memberlogin {
	padding:10px;
	margin-top:10px;
}

#searchproperty, #latestnews {
	border:1px solid #f3edda;
	border-top:0px;
	width:400px;
	margin:0 auto;
	border-right:none;
	float:left;
}

#iwantto {
	border:1px solid #f3edda;
	border-top:0px;
	width:400px;
	margin:0 auto;
	border-right:none;
	border-left:none;
	float:right;
}

.homepagetab {
	background-color:#f8f5ea;
	padding:15px;
}

#footercontainer {
	background-image:url(/themes/nccbor.com/images/footerbg.gif);
	background-repeat:repeat-x;
	padding:20px;
}

#footer {
	width:850px;
	margin:0 auto;
	color:#d9e5ed;
}

#footer a:link, #footer a:visited {font-size:12px; color:#fff;}
#footer a:hover {color:#99d3ff;}


