*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #000;
	font-family: 'century gothic',sans-serif;
	font-size: 13px;
}

body
{
	
}

a
{
	color: white;
	text-decoration: none;
}

img
{
	border: 0px;
}

ul
{
	padding-left: 30px;
}

p
{
	margin-bottom: 10px;
}

table
{
	background-color: transparent !important;
}

.hide
{
	display: none;
}

.clear
{
	height: 1px; 
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}

.float-left
{
	float: left;
}

.menu-item-selected
{
	color: white;
}

.clickable
{
	cursor: pointer;
}

.padded
{
	padding: 5px;
}

.high-z
{
	position: relative;
	z-index: 100;
}

.right-text
{
	text-align: right;
}

.uppercase
{
	text-transform: uppercase;
}

#container
{
	padding-bottom: 10px;
}

#page
{
	width: 900px;
	margin: 20px auto 0px;
	overflow: hidden;
}

#page h2
{
	margin: 0px;
}

#header
{
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 12px;
}

#welcome
{
	
}

#welcome-text
{
	color: #00618c;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

#welcome-text h1
{
	text-transform: uppercase;
	font-size: 30px;
	padding-top: 20px;	
}

#content
{
	
}

#featured
{
	
}

#imageblock
{
	width: 330px;

	overflow: stretch;
	margin-top: 0px;
}

#main-image
{
	width: 316px;
	margin-right: 10px;
	margin-left: 2px;
}

.thumb
{
	width: 60px;
	padding: 2px;
}

.box
{
	background-color: #000;
	border-color: #000;
	text-align: justify;
	margin-bottom: 10px;
}

.jquery-corner
{
	position: relative;
	z-index: 10;
}

.blue
{
	background-image: url('images/bluegradient.jpg');
	color: white;
}

.gray
{
	background-image: url('images/graygradient.jpg');
}

.innerblock
{
	padding: 20px;
}

.innerblock a
{
	font-weight: bold;
}

.property-category-table
{
	width: 100%;
}

.property-block-small
{
	margin: 10px;
	border: 5px solid #126ace;
	background-color: #0d5bae;
	padding: 5px;
	width: 400px;
}

.property-image
{
	height: 80px;
}

.property-item-table
{
	width: 100%;
}

.property-item-table td
{
	padding: 10px;
}

.property-item-left
{
	
	margin: 6px 12px 6px 5px;
	height: 100px;
	overflow: stretch;
	padding: 5px;
	text-align: right;
	width: 353px;
}

.gray .property-item-left
{
	background-color: #0d5bae;
	color: #fff;
}

.gray .property-item-left a
{
	color: #fff;
}

.blue .property-item-left
{
	background-color: #0d5bae;
	color: #fff;
}

.blue .property-item-left a
{
	color: #fff;
}

.property-image
{
	height: 100px;
	padding-right: 10px;
}

#property-text
{
	padding-left: 10px;
	line-height: 21px;
}

#category-list
{
	list-style: none;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin: 15px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
	border-right: 1px solid #9b9b9b;
}

#category-list a
{
	color: #00618c;
}

#category-list li
{
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 0px 3px 30px;
}

#category-choice
{
	background-image: url('images/categorychoice.jpg');
	background-repeat: no-repeat;
	background-position: left;
	width: 380px;
	background-color: #55a;
}

#content table
{
	margin: -1px;
}

.largetext
{
	font-size: 25px;
	font-weight: bold;
	color: #00618c;
	text-transform: uppercase;
	width: 234px;
	text-align: center;
	
	padding-left: 20px;
}

.largetext a
{
	color: #00618c;
}

.stripe
{
	margin-bottom: 10px;
}

.stripe1
{
	border: 1px solid gray;
	background-color: #074483;
	color: white;
}

.stripe1 a
{
	color: white;
}

.stripe2
{
	border: 1px solid gray;
	background-color: #ccc;
}

.onblack, .onblack a
{
	color: white;
}

#footer
{
	font-size: 10px;
	width: 900px;
	margin: 0px auto;
	color: white;
}

#footer a
{
	color: #fff;
	font-size: 10px;
}

#footer a:hover
{
	color: #eee;
}

#copyright
{
	width: 320px;
	float: left;
}

#info
{
	width: 240px;
	float: left;
	text-align: center;
}

#goat
{
	width: 220px;
	float: right;
	text-align: right;
}



