/* CSS Document */
/*
	Homes Across London
	author: Kyler Ayim for www.JasonKylerAyim.com
	Start: May.30/06
	Finish: June.30/06
	
	referenced materials:
	navigation menu - http://tutorials.alsacreations.com/deroulant/
		-started with the menu, adjusted CSS and javascript
	contact form - http://www.ibdhost.com/contact/
		-used as a quick base for a form, adjusted form and PHP
*/

p {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	color: #827451;
	padding-left: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	color: #827451;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	color: #827451;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #827451;
	line-height: normal;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
}

.footerText {
	font-family: Verdana, sans-serif;
	font-size: 65%;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}
.footerText a:link {
	color: #000000;
}
.footerText a:visited {
	color: brown;
}
.credits {
	font-family: Verdana, sans-serif;
	font-size: 65%;
	color: #ECD8B3;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}
.credits a:link {
	color: #ECD8B3;
}
.credits a:visited {
	color: #ECD8B3;
}
.credits a:active {
	color: #ECD8B3;
}
.credits a:hover {
	color: #ECD8B3;
}

/* Navigation Menu */

.menuText {
	font-family: Verdana, Arial, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 90%;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 135px;
	left: 25px;
	z-index: 42;
}
#menu dl {
	float: left;
	/* set width via inline style */
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #CEB87F;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}
#menu dd {
	display: none;
	border: 1px solid #827451;
}
#menu li {
	text-align: center;
	background: url(images/layout/menu_separator.gif) repeat-x bottom center #ECD8B3;
}
#menu li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #FFFFFF;
}

/* Navigation Menu (single drop down) for Frames */

.menuText2 {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	padding: -2px;
	margin-top: -2px;
	margin-bottom: -2px;
}
#menu2 {
	position: absolute; /* Menu position that can be changed at will */
	z-index: 42; /* precision for Opera */
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	top: 4px;
	right: 30px;
}
#menu2 dl {
	float: left;
	/* set width via inline style */
}
#menu2 dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #FFFFFF;
	border: 2px inset #827451;
	color: #000000;
	margin-left: 1px;
	margin-right: 1px;
}
#menu2 dd {
	display: none;
	border: 1px solid #827451;
}
#menu2 li {
	text-align: center;
	background: #FFFFFF;
}
#menu2 li a, #menu dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu2 li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #ECD8B3;
}


/* Navigation Menu (buttons) for Email Notification frames */

.menu3 {
	position: relative; /* Menu position that can be changed at will */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #827451;
}
.menu3 a:link {
	color: #827451;
	background: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
.menu3 a:visited {
	color: #827451;
	background: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
.menu3 a:hover {
	color: #FFFFFF;
	background: #827451;
	text-decoration: none;
	padding: 2px;
}
.menu3 a:active {
	color: #827451;
	background: #FFFFFF;
	padding: 2px;
}


