* { padding : 0; margin : 0; }

body {
	font-size: 11px;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

h1 {
	margin: 40px 0 0 30px;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

p {
	margin: 10px 0 10px 0;
}
p a {
	text-decoration: none;
	color: #1E1E1E;
	margin-left: 2px;
	font-weight: bold;
}

ul {
	list-style: inside disc;
}
ul li {
	float: left;
	width: 80px;
	margin: 0 10px 0 10px;
}

img.logo {
	margin: 50px 0 0 20px;
}
div#content {
	position: relative;
	margin: 10px 0 20px 30px;
}
div.row {
	position: relative;
	width: 830px;
	background: url(../art/dotted_hor.gif) repeat-x top left;
	
}
div.colLeft {
	position: relative;
	float: right;
	width: 275px;
	/* background: url(../art/dotted_ver.gif) repeat-y top right;
	*/
}
div.colRight {
	position: relative;
	float: left;
	margin-left: -1px;
	/* background: url(../art/dotted_ver.gif) repeat-y top left;
	*/
}

.rSplitBottom, .lSplitBottom{
	background: url(../art/dotted_hor.gif) repeat-x top left;
}
.rSplitTop, .rSplitBottom, div.rStandalone {
	padding: 20px 20px 20px 0;
	width: 535px;
}

.lSplitTop, .lSplitBottom, div.lStandalone {
	padding: 20px 0 20px 20px;
	width: 255px;
}

div.realEstate {
	padding: 20px 20px 20px 0px;
	width: 255px;
}

.splitLeft {
	position: relative;
	float: left;
	width: 255px;
}
.splitRight {
	position: relative;
	float: right;
	width: 255px;
}

.noSplit {
	position: relative;
	float: left;
	width: 511px;
}

form fieldset {
	border: none;
	width: auto;
}
input {
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 2px;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #333;
	font-size: 10px;
}
input.short {
	width: 114px;
	text-align: left;
}
input.long {
	width: 249px;
}
input.submit {
	background: #888;
	margin-bottom: 0px;
	color: #fff;
	cursor: pointer;
}

textarea {
   width: 249px;
   border: 1px solid #666;
   margin-bottom: 10px;
   padding: 2px;
   font-family: verdana, arial, tahoma, sans-serif;
   color: #333;
   font-size: 10px;
}

#events {
	width: 255px;
}
#events thead tr {
	text-align: left;
}
#events thead tr th {
	vertical-align: top;
}
#events tbody tr.even td {
	background-color: #eee;
}
#events tbody tr.odd td {
	background-color: #fff;
}

/* RSS Feeds */
.gulli_rss_box * {
	padding-left: 0px !important;
}
.gulli_rss_headline * {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}