/**	@brief: Cascading stylesheet for Short Stay Homes.
	@author: The On Connection
	@date: 2009/03/13
 */

/**		declare html styles		**/
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0; padding: 0; 
	color: #3b3b3b; background-color: #fff;
	font-family: tahoma, arial, sans-serif; font-size: 13px; font-weight: normal;
	text-align: center; line-height: 150%;
}


h1, h2, h3, h4, p {
	display: block;
	text-align: left;
	font-weight: normal;
}

h1 {   
	padding: 15px 25px 0 25px;
	color: #323032; background-color: transparent;
	font-size: 18px;
	line-height: 150%;
}

h2 {
	margin: 8px 0 0 0; padding: 15px 25px 0 25px;
	color: #323032; background-color: transparent;
	font-size: 16px;
	line-height: 150%;
}

h2 img {
	position: relative; top: 2px;
	margin: 0 10px;
}

h3 {
	margin: 20px 10px 0 10px; padding: 5px 15px; border-bottom: 1px solid #fff;
	color: #323032; background-color: transparent;
	font-size: 14px;
	line-height: 150%;
	clear: both;
}

h3 img {
	position: relative; top: 3px;
	margin: 0 10px 0 0;
}

h3 a {
	color: #333;
	text-decoration: underline;
}

h4 {
	padding: 10px 0 5px 0;
	color: #323032;
	font-size: 14px;
	line-height: 150%;
}

p {
	padding: 5px 25px;
	line-height: 160%;
}

strong {
	font-weight: bold;
}

a {
 	color: #fe7a00; background-color: transparent;
	text-decoration: none;
}

p a, li a {
 	color: #fe7a00; /*background: transparent url('/images/layout/orangeArrow.gif') no-repeat right 4px;*/
	text-decoration: none;
}

p label {
	float: left; display: inline;
	width: 120px;
	margin: 0 10px 0 0;
	font-size: 11px; font-weight: bold;
}

a:visited {
} 

a:hover {
	text-decoration: underline;
}

ol, ul {
	/*margin: 5px 0; padding: 0;*/
}

ol {
	margin: 0 0 0 20px;
	color: #fff;
	list-style-position: outside; list-style-type: decimal;
}

ol li {
  
}

ul {
    margin: 0 0 0 15px; padding: 5px 25px;
    list-style-type: square; list-style-position: outside;
}

ul li {
    padding: 5px 0 5px 5px;
}

del {
}

code {
}

acronym {
}

dt {
}

dd {
}

label {
}

input, textarea, select {
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
}

input.button {
}

blockquote {
	padding: 5px 25px 15px 105px;
	background: transparent url( '/images/layout/blockquote.png' ) no-repeat 13px 0;
	line-height: 160%;
}

cite {
	display: block;
	padding: 5px 0;
	font-style: italic;
}