/* Global tag redefinitions */
body {
	margin: 10px 0px 0px 0px;
	background-color: #FFFAEB;
	background-image: url(../media/ampersand_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {							/* The level one heading is being  */
	margin: 0px 0px 10px 0px;	/* used to contain the y-f-p logo */
}
h2 {							/* Level two headings appear at the */
	margin: 0px 0px 10px 0px;	/* start of content boxes full, left */
	padding: 2px 0px 3px 10px;	/* and right */
	background-color: #82212C;
	color: #FFF;
	font-size: 12px;
}
h2 a, h2 a:hover {				/* Level two heading used as named */
	color: #FFF;				/* anchor on the FAQs page (top) and */
	text-decoration: none;		/* so shouldn't be styled as link */
}
h2 span {						/* Used for pagination links on the */
	position: absolute;			/* search results pages */
	right: 10px;
	font-weight: normal;
	color: #A8646C;
}
h3 {							/* Level three headings appear with text */
	margin: 7px 0px 3px 0px;
	color: #82212C;
	font-size: 14px;
}
h3 a, h3 a:hover {				/* Level three headings are also used as */
	color: #82212C;				/* named anchors within pages and shouln't */
	text-decoration: none;		/* be styled as links */
}
h3 span {						/* Used for publication dates on pages that */
	position: absolute;			/* have dated articles */
	right: 10px;
	padding-top: 2px;
	color: #9B9B9B;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
h4 {							/* Level 4 headings are used in the search */
	margin: 20px 0px 3px 160px;	/* results page to title each property */
	padding: 3px 5px 3px 5px;
	background-color: #82212C;
	color: #FFF;
	font-size: 12px;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 19px;
}
a {
	color: #82212C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #82212C;
	background-color: #82212C;
	height: 2px;
	border: none;
}
ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: disc;
}
li {
	margin-bottom: 10px;
}
table {
	margin: 0px 0px 20px 0px;
	width: 690px;
}
th {
	text-align: left;
}
form {
	margin: 10px;
	padding: 0px 0px 10px 0px;
}
label, input, textarea, select {
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}
input, textarea, select {
	position: relative;
	top: -2px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFAEB;
	border: 1px solid #9B9B9B;
}
img {
	border: none;
}
acronym {
	border-bottom: 1px dashed #82212C;
	cursor: help;
}


/* Unique elements referenced by ID attribute */
#Container {					/* This style is applied to a DIV that */
	position: relative;			/* wraps all the site HTML and keeps */
	margin: auto;				/* elements centred on the page */
	width: 900px;
}
#Telephone {
	position: absolute;
	top: 14px;
	left: 250px;
	color: #82212C;
	font-size: 12px;
}
#Email {
	position: absolute;
	top: 14px;
	left: 620px;
	font-size: 12px;
}
#Tagline {
	position: absolute;
	top: 30px;
	left: 250px;
	color: #82212C;
	font-size: 12px;
}
#Header {						/* This style is applied to the DIV that contains */
	border: 2px #9B9B9B solid;	/* the rotating image and text at the top of every page */
	padding: 10px;
	width: 876px;
	height: 130px;
	background-image: url(../media/header_bkgrd.gif);
	overflow: hidden;
}
#Navigation {					/* Applied via ID attribute to the unordered */
	border: 2px #9B9B9B solid;	/* list containing the site's main navigation */
	list-style: none;
	margin: 0px;
	background-color: #FFF;
	font-size: 12px;
	height: 24px;
	float: left;
	width: 896px;
}
#Navigation li {
	position: relative;
	z-index: 100;
}
#Navigation li ul {				/* Applied to the second-level to position and */
	position: absolute;			/* initially hide it from view */
	display: none;
	left: 0px;
	top: 24px;
	border: 2px solid #9B9B9B;
	background-color: #C17478;
	list-style: none;
}
#Navigation li ul li {			/* Second-level navigation items */
	width: 130px !important;
	float: none;
	margin: 0px;
	font-weight: normal;
	background-color: #C17478;
}
#SubNavigation {				/* Applied via ID attribute to the unordered */
	list-style-type: none;		/* list containing the site's sub navigation */
	margin: 0px 0px 10px 0px;	/* that appears in the contents area */
	padding: 10px 10px 20px 20px;
	border-right: 2px solid #82212C;
	width: 130px;
	float: left;
	top: 29px;
}
#Full, #Left, #Right,
.Left, .Right {					/* DIVs that hold the site's main content */
	position: relative;			/* positioned relative to allow for fixed positioning */
	margin-top: 10px;			/* of children */
	border: 2px #9B9B9B solid;
	background-color: #FFF;
}
#Full {
	float: left;
	width: 896px;
}
#Left, .Left {
	float: left;
	width: 430px;
}
#Right, .Right {
	float: right;
	width: 430px;
}
#Footer {
	clear: both;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	text-align: right;
}
#Information {
	position: relative;
	left: 44px;
	top: -10px;
	float: right;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #82212C;
	border-bottom: 1px solid #82212C;
	padding: 10px;
	line-height: 19px;
}
#Images {
	position: relative;
	left: 10px;
	float: left;
	width: 140px;
}
#Content {
	float: left;
	margin-left: 20px;
	width: 692px;
}
#Photo {
	float: right;
	margin: 10px 0px 0px 10px;
	text-align: center;
	font-size: 10px;
}


/* Special elements */
#Tagline p {
	margin: 0px;
	font-weight: bold;
}
#Header p {
	position: relative;
	left: 510px;
	top: -127px;
	width: 360px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: normal;
}
#Navigation li {
	float: left;
	padding: 0px 13px 0px 13px;
	line-height: 24px;
}
#Navigation li:hover, #Navigation li.Hover, #Navigation li:hover a, #Navigation li.Hover a, #SubNavigation a:hover {
	background-color: #82212C;
	color: #FFF;
	text-decoration: none;
}
#Navigation li:hover ul li a, #Navigation li.Hover ul li a {
	background-color: #C17478;
}
#Navigation li:hover ul li:hover a, #Navigation li.Hover ul li.Hover a {
	background-color: #82212C;
}
#Navigation li:hover ul, #Navigation li.Hover ul {
	display: block;				/* Applied to make second-level appear on rollover */
}								/* in IE this tyle is applied using JavaScript */
#Left img, #Right img, .Left img, .Right img {
	float: left;
	margin: 0px 10px 10px 10px;
}
.Left p, .Right p {				/* This currently only applies to the home page */
	padding-right: 4px;
}
#Full p img {						/* Applies to images inline with articles */
	float: right;
	margin: 10px 0px 10px 10px;
}
#Full form {
	margin-top: 20px;
}
#Images img {
	margin-bottom: 10px;
}
#Content.Small {
	width: 230px;
}
#Results p {
	margin-left: 10px;
	margin-right: 20px;
}
form br {
	clear: left;
}
a img {
	cursor: pointer;
}
p.PropertyLink span {
	float: left;
	font-weight: normal;
}


/* Classes to style specific elements */
input.Button {
	position: relative;
	left: 120px;
	width: auto;
}
form input.Checkbox {
	position: relative;
	left: -4px;
	top: -2px;
	width: auto;
	border: none;
}
input.Checkbox {
	position: relative;
	top: -1px;
	width: auto;
	border: none;
	background-color: transparent;
}
input.Required, select.Required {
	border: 1px solid #82212C;
}
img.ResultsImage {
	position: relative;
	float: left;
	top: -23px;
	margin: 0px 10px 0px 10px;
}
span.Important {
	color: #82212C;
	font-weight: bold;
}
textarea.Large {
	width: 480px;
}
p.PropertyLink {
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #9B9B9B;
	clear: both;
}
p.Message {
	color: #82212C;
	margin-left: 10px;
}
p.Navigation {
	text-align: right;
	margin-right: 10px;
	color: #9B9B9B;
}