html, body {
	height:100%;
	min-height:100%;
	margin-bottom:1px;
	margin-top:0;
	margin-right:0;
	margin-left:0;	
	color:#996600;
	font-family: "Arial";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	background: #000000;
}

.pageBackground {
	background-image: url('http://craddockproperties.net/images/backgrounds/background.gif');
	background-repeat: repeat-x;
}
a {
	color: #996600;
}

a.smallLink:link, a.smallLink:visited, a.smallLink:hover, a.smallLink:active {
	/* table links */
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
}

/* borders */
.borderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.borderBottomGold {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A88C22;
}

.borderGrayTop {
	background-image: url('http://craddockproperties.net/images/topBorderGray.gif');
	background-repeat: repeat-x;
}

.borderGrayBottom {
	background-image: url('http://craddockproperties.net/images/borderGrayBottom.gif');
	background-repeat: repeat-x;
}

.rightGold {
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #996600;
}

.address {
	font-size:10pt;
	font-family: "Arial";
	color: #CCCCCC;
	line-height: 18px;
}

.mainTable {
	background-color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #FFFFFF;
	border-left-color: #996600;
	
}

.title {
	font-family: "Arial";
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #996600;
}

.textGray {
	font-family: "Arial";
	font-style: normal;
	color: #000000;
}

/* navigation links horizontal */
#navHorizontal ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
	/ cancels gap caused by top padding in Opera 7.54 /
	margin-left: 0;
	width: 100%;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navHorizontal ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 4px;
	/* matches link padding except for left and right */
	padding-top: 4px;
	list-style-type: none;
}

#navHorizontal ul li a
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #996600;
	text-decoration: underline;
	border: 2px solid #000000;
}

#navHorizontal ul li a:hover
{
	background-color: #996600;
	color: #000000;
	border: 2px outset #996600;
}

#navHorizontal #active { border-left: 1px outset #CAA228; }


/* navigation links vertical */
#navVertical { width: 150px; }

#navVertical ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
}

#navVertical a
{
	color:#996600;
	display: block;
	padding:5px;
	margin: 0 0 0 0;
	background-color: #000000;
	width: 150px;
	text-decoration: underline;
	text-align:left;
	text-indent:5px;
	border: 2px solid #000000;
}

#navVertical a:hover
{
	background-color: #996600;
	color: #000000;
	border: 2px outset #996600;
}

#navListings
{
	font-family: "Arial";
	font-style: normal;
	color: #CCCCCC;
	font-size:12pt;
}

#navListings a
{
	color: #CCCCCC;
	text-decoration: underline;
	font-size:12pt;
}

#navListings a:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-size:12pt;
}

.style1 {font-size: 12pt; font-style: normal; font-weight: normal; font-family: "Arial";}

.text_field {
	width:260px;
}

.text_area {
	width:400px;
}
.headerBlue {
	background-image: url('http://craddockproperties.net/images/backgrounds/header-background.gif');
	background-repeat: repeat-x;
}
.headerBlueCenter {
	background-image: url('http://craddockproperties.net/images/backgrounds/header-center.gif');
	background-repeat: no-repeat;
}
.year {
	font-family: "Arial";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}
.footerBackground {
	background-image: url('http://craddockproperties.net/images/backgrounds/footer-background.gif');
	background-repeat: repeat-x;
}

.watermarkCenter {
	background-image: url('http://craddockproperties.net/images/backgrounds/watermark.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.watermarkCenterRight {
	background-image: url('http://craddockproperties.net/images/backgrounds/watermark.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

.watermarkCenterLeft {
	background-image: url('http://craddockproperties.net/images/backgrounds/watermark.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.centerColumn {
margin-right: 20px;
margin-left: 20px;
margin-top: 0;
margin-bottom: 0;
}