/* Styles for Personal Agent website */
/* The colour palette can be viewed at http://swatchify.com/palette/717 */
/* Removes margins, padding, and font styles from all elements */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
select { min-width: 3.5em; } /* Make sure selects are big enough in Firefox */
/* End whitespace reset */

/* Set defaults */
body,
td {
	font-family: "Verdana", "Arial", sans-serif;
	background-color: #4b0e4b;
	color: #fff;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #feb143;
}

strong {
	font-weight: bold;
}
/* End defaults */

/* Spacers */
.spacer_10 { height: 10px; }
.spacer_20 { height: 20px; }
.spacer_30 { height: 30px; }
.spacer_40 { height: 40px; }
.spacer_50 { height: 50px; }
/* End spacers */

/* Page header */
#header {
	border-bottom: 2px solid #feb143;
}

#header td {
	padding: 10px;
}

/* Replaces the H1 tag with the actual logo so Google and friends load the text, and treat it as an H1 tag, 
   but real people get the logo. */
#header h1 {
	height: 27px;
	width: 221px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	cursor: hand;
}

#header h1 span { display: none; }

#header td#logo {
	text-align: left;
}
/* End page header */

/* Menu */
#menu td {
	font-size: 10px;
	color: #feb143;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 5px;
}

#menu td a {
	color: #feb143;
	text-decoration: none;
	font-size: 11px;
}

#menu td.main a { color: #5c075e; }

#menu td.left_corner,
#menu td.right_corner {
	background-color: #4b0e4b;
	background-repeat: no-repeat;
}

#menu td.left_corner {
	background-image: url('../images/corners/menu_left.gif');
	background-position: top right;
}

#menu td.right_corner {
	background-image: url('../images/corners/menu_right.gif');
	background-position: top left;
}

#menu td.main {
	color: #5c075e;
	background-color: #feb143;
}

#menu td.pipe { 
	padding: none;
	background-image: url('../images/pipe2.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#menu td.o_pipe {
	padding: none;
	background-image: url('../images/o_pipe.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: #feb143;
}

#container #right_corner {
	width: 16px;
}
/* End menu */

/* Side images */
#image {}
#image_placeholder {}
#no_photo {	
	position: relative;
	left: -1px;
}
/* End side images */

/* Main content */
#content {
	padding: 5px;
	padding-top: 20px;
	font-size: 10px;
	color: #fff;
	text-align: left;
}

#content th {
	font-weight: bold;
	font-size: 12px;
}

#content td.button {
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 1.6em;
}

#content p {
	margin-top: 10px;
	line-height: 2em;
}

#content ul {
	margin-top: 1em;
	margin-left: 1.2em;
}

#content li {
	margin-bottom: 1em;
}

#content a,
#content a:link,
#content a:visited,
#content a:active {
	color: #feb143;
}

#content .finance_footer {
	font-size: 9px;
	margin-top: 30px;
}

#content td.PropType {
	padding: 5px;
}
/* End main content */

/* Search box */
#quicksearch, 
#quicksearch td {
	background-color: #913E90;
	text-align: left;
}

#quicksearch th {
	font-size: 12px;
	font-weight: bold;
}

#quicksearch h3 {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	width: 90%;
	text-align:left;
}

#quicksearch label {
	display: block;
	color: #ffffff;
	font-size: 12px;
}

#quicksearch select {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
}

#price_range {
	text-align: center;
}

.dash {
	position: relative;
	top: -22px;
}
/* End search box */

/* Footer */
#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}

/* Position absolutely on the map page so it appears in the right place. */
body#map_search_page #footer {
	margin-top: 420px;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	color: #ffffff;
}
/* End footer */

/* Contact form */
form#contact {
	margin-top: 20px;
}
/* End contact form */

/* Franchises */
#franchise_locations {
	margin-top: 0.5em;
}

#franchise_locations td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/* End Franchises */

/* Forms */
input {
	padding: 3px;
}

input.image {
	margin-top: 20px;
	padding: none;
}

label {
	font-weight: bold;
	color: #ffffff;
}

textarea {
	padding: 3px;
	font-family: "Verdana", "Arial", sans-serif;
}
/* End forms */

/* Rounded boxes */
.rounded,
.rounded td {
	background-color: #913E90;
}

.rounded_top_left {
	background-image: url('../images/corners/top_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.rounded_top_right {
	margin: 0px;
	text-align: center;

	background-image: url('../images/corners/top_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
		
	padding-top: 14px;
}

.rounded_bottom_left {
	clear: both;
	padding: 8px;
	background-image: url('../images/corners/bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.rounded_bottom_right {
	background-image: url('../images/corners/bottom_right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.rounded_text {
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.Images_Within_Text {
	padding: 8px;
}
