/* global */
html {
	background-color: white;
}
* {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: black;
}
label {
	display: block;
}
a {
	color: black;
	font: inherit;
	text-decoration: underline;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: none;
}
.smallwhite, .smallwhite * {
	font-family: Verdana;
	color: white;
	text-decoration: none;
}
.button_go {
	margin-bottom: -4px;
}
h1 {
	font: 16px Helvetica, Verdana, sans-serif;
	clear: both;
	margin: 5px;
	font-weight: bold;
}

h2 {
	font: 16px Helvetica, Verdana, sans-serif;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0px;
}

/* standard column sizes */
#left_column {
	width: 165px;
	border-bottom: 1px solid #c3c5b8;
	padding-right: 5px;
}
#center_column {
	width: 481px;
	border-right: 1px solid #c3c5b8;
	border-bottom: 1px solid #c3c5b8;
	padding: 3px 5px 5px 5px;
}
#right_column {
	width: 304px;
}
#wide_column {
	width: 646px;
	border-right: 1px solid #c3c5b8;
	border-bottom: 1px solid #c3c5b8;
	padding: 3px 5px 5px 5px;
}

/* messages */
.success {
	color: green ! important;
	font-weight: bold ! important;
	text-transform: none ! important;
}
.error {
	color: red ! important;
	font-weight: bold ! important;
	text-transform: none ! important;
}

/* page shadow */
#border {
	background-image: url('/images/shadow_left_border.gif');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 961px;
	position: relative;
}
#corner_bottom {
	position: absolute;
	bottom: -8px;
	z-index: 1;
}
#corner_top {
	position: absolute;
}
#content {
	width: 950px;
	position: relative;
	left: 11px;
	top: 5px;
	clear: both;
	z-index: 2;
}

/* ads */
.ad728x90, .ad300x250, .ad160x600, .ad120x240, .ad120x90 {
	background-color: gray;
	margin: 2px 0px;
	border: 0 ! important;
}
.ad728x90 {
	width: 728px;
	height: 90px;
	margin-left: 0px;
	margin-top: 0px;
}
.ad300x250 {
	margin: 0px;
	margin-top: 5px;
	width: 300px;
	height: 250px;
}
.ad160x600 {
	width: 160px;
	height: 600px;
}
.ad120x240 {
	width: 120px;
	height: 240px;
}

.ad120x90 {
	width: 120px;
}

/* body */
#body {
	width: 950px;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
#body td {
	padding: 0;
}
.headerExtra {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	margin-top: 1.2em;
}

/* right floating info links in h2, etc */
.headerExtra li {
	display: block;
	float: left;
	border-left: 1px solid white;
	padding: 0 1em;
	margin: 0;
}
.headerExtra li.firstchild {
	border-left: 0;
}
.headerExtra a, .headerExtra span {
	color: white;
}
.headerExtra span {
	font-weight: bold;
	cursor: help;
}

/* left column */
#left_column {
	font-weight: bold;
	
	width: 165px;
}
#left_column h2 {
	background: transparent;
	font-weight: normal;
	font-size: 18px;
	color: black;
	padding: 10px;
	margin: 0px
	padding-bottom: 0px;
}
#left_column p {
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
}
#left_column div div div {
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px
}

/* center column */


/* right column */
#floorplanSearch {
	width: 304px;
	display: block;
	position: relative;
	border: 1px solid #630
}
#floorplanSearch {
	position: relative;
	z-index: 3;
	overflow: auto;
}
#floorplanSearch h2 {
	background-color: rgb(153, 0, 0);
	font-weight: bold;
	color: white;
	font: 22px Helvetica, Verdana, sans-serif;
	margin: 0;
	clear: both;
	padding: 5px 0 5px 5px;
}

#floorplanSearch p {
	padding: 0px 3px;
}

#floorplanSearch div.ad120x240 {
	margin: 9px 4px;
	float: right;
	border: 0;
}
#floorplanSearch div.ad120x240 div {
	border: 0;
}

/* breadcrumbs */
p.breadcrumbs {
	margin: 5px 0 15px 0;
}
p.breadcrumbs, p.breadcrumbs * {
	font-weight: bold;
	color: #555555;
}

/* ikonboard */
#iboard {
	width: 950px;
	border-bottom: 1px solid rgb(102, 51, 0);
	border-right: 1px solid rgb(102, 51, 0);
}

/* bottom subscription form */
#bottom_subform {
	background-color: #c3c5b8;
	margin: 10px;
	width: 450px;
	display: block;
	padding: 0;
	position: absolute;
	bottom: 10px;
	/*right: 309px;*/
	right: 400px;
}

#wide_column #bottom_subform {
	margin: 10px 100px;
}
#bottom_subform h2 {
	background-color: transparent;
	color: black;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 2px;
	
}
#bottom_subform form {
	margin-top: 0;
	margin-bottom: 0;
}
#bottom_subform p {
	margin: 3px 1px;
}

.thheader {
	color: black;
	font: 26px Verdana, sans-serif;
	font-weight: bold;
}

.thsubheader {
	color: black;
	font: 16px Verdana, sans-serif;
	font-style: roman;
}

.thsubheaderlink {
	color: #990000;
	font: 16px Verdana, sans-serif;
	font-style: roman;
}

.thsubheaderitalics {
	color: black;
	font: 16px Verdana, sans-serif;
	font-style: italic;
}

.thbyline {
	color: #990000;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
}

.thbylinered {
	color: #990000;
	font: 10px Verdana, sans-serif;
	font-weight: bold;
}

.thintro {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: italic;
}

.thbreaker {
	color: black;
	font: 16px Times, sans-serif;
	font-weight: bold;
}

.thbreakerintro {
	color: #990000;
	font: 14px Veradana, sans-serif;
	font-weight: bold;
}

.thbreakerintrored {
	color: #990000;
	font: 14px Veradana, sans-serif;
	font-weight: bold;
}

.thbody img {
	display: block;
	margin: 0px auto;
}

.thbody {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: roman;
	text-align: center;
}

.thabstractheader {
	color: black;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
}

.thabstractbody {
	color: black;
	font: 12px Verdana, sans-serif;
	font-style: roman;
}

.comments {
	width: 400px;
	padding-left: 5px;
	margin: 5px auto;
}
.comments p {
	padding: 2px;
	margin: 0 auto;

	border: 1px solid #c3c5b8;
}
.comments p.row1 {
	background-color: 1px solid #c3c5b8;
}

.advertisement_text {
	color: #aaaba2;
}
