﻿body
{
	margin: 0px;
	color: inherit;
}

#outerWrapper
{
	width: 760px;
	background-color: #FFF;
	color: inherit;
	border-right: 1px solid #999;
}

#header
{
}

#header img
{
	display: block;
	border: 0px;
}

/* Content */
#content
{
	margin: 0px 10px;
	font-family: Arial;
}

#content h1
{
    font-size: 1.20em;
}

#content h2,
#content h3
{
    font-size: 1.10em;
}

#content p,
#content li
{
	font-size: 0.8em;
}

#content h3
{
	color: #CC6702;
}

#content a
{
	color: #CC6702;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content li
{
	list-style-type: square;
}

#content .fileList
{
	margin: 0px auto;
	width: 360px;
	height: 30px;
}

#content .fileList li
{
	width: 120px;
	float: left;
}

#content .adobeRequire
{
	text-align: right;
	font-size: 0.6em;
}

#content .adobeRequire span
{
	color: #999;
	margin-bottom: 5px;
}

#content .adobeRequire img
{
	border: 0px;
	vertical-align: middle;
	margin: 5px;
}
/* End Content */


#contactform
{
	
	border: 1px solid #999999;
	width: 500px;
	margin: 0px auto;
}

#contactform .section
{
	margin: 5px;
}

#contactform .controls
{
    text-align: center;
}

#contactform .section label
{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	float: left;
	width: 120px;
	margin-top: 3px;
	font-weight: bold;
}

/* Image Button Styling */

#content a.imgbtn
{
	background-image: url(/landingpages/propertyhawk/images/buttons/btn_rollover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	width: 265px;
	height: 38px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 1.2em;
	padding: 15px 0px 0px 0px;
	text-align: center;
	margin: 0px auto;
}

#content a.imgbtn:hover
{
	background-position: 0px -54px;
}

/* End Image Button Styling */

#footer
{
	margin-top: 5px;
	border-top: 1px solid #000;
	padding: 5px;
	font-family: Verdana;
	font-size: 0.6em;
}