/* @override http://www.intouchre.com/css/layout.css */

/*

	Styles for Intouch Realty
	
*/

html * {
	margin:0px auto;
	padding:0px;
}

/* My Comment */

body {
	background:url(../images/html_bg.png) top center repeat;
	color:#666;
	font-size:12px;
	line-height:18px;
	font-family: Century Gothic, Helvetica, Sans Serif;
}

.clear {
	clear: both;
	height:0px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #8CC73F;
}

a:hover {
	text-decoration: none;
	color: #B6D988;
}

h1, h2, h3, h4 {
	margin-bottom: 20px;
	color: #8CC73F;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
}

/* =wrapper */

#wrapper {
	margin:30px auto 0 auto;
	padding:0px;
	border-top: none;
	width:950px;
	position:relative;
}

/* =header */

#header {
	margin: 0;
	height:145px;
	position:relative;
	overflow: hidden;
	background: url(../images/header_bg.png) top left no-repeat;
}

#header h2 {
	margin: 60px 20px 0 0;
	text-align: right;
}

.home-link {
	display: block;
	width: 350px;
	background: url(../images/spacer.gif);
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}

/* =menu */

#menu {
	margin: 38px 0px 0px 0px;
}

#menu > ul {
	margin:0px;
	height:30px;
	float: right;
	list-style:none;
	white-space:nowrap;
}

#menu > ul > li {
	margin:0px;
	padding: 0 0 0 7px;
	text-align: center;
	float:left;
	display:block;
	z-index: 100;
	background:url(../images/menu_bg_left.png) no-repeat left 0;
}

#menu > ul > li > a {
	padding:0px 7px 0 0;
	display:block;
	float:left;
	height:28px;
	line-height: 30px;
	text-decoration:none;
	font-size:11px;
	letter-spacing: 0.5px;
	color:#666;
	background:url(../images/menu_bg_right.png) no-repeat right 0;
}

#menu > ul > li.current {
	background:url(../images/menu_bg_left.png) no-repeat left bottom;
}

#menu > ul > li.current > a {
	background:url(../images/menu_bg_right.png) no-repeat right bottom;
	color: #FFF;
}


#menu > ul > li > a:hover {
	text-shadow: 0px 0px 5px #999;
}

/* =drop down menu */

#menu > ul > li > ul {
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 2000;
	display: none;
}

#menu > ul > li.over > ul {
	display: block;
}

#menu > ul > li > ul > li {
	position: relative;
	z-index: 2001;
	float:left;
	background:transparent url(../images/css/drop_down_menu.png) repeat scroll left top;
}

#menu > ul > li > ul > li > a:link,
#menu > ul > li > ul > li > a:visited,
#menu > ul > li > ul > li > a:hover,
#menu > ul > li > ul > li > a:active {
	display: block;
	width: 180px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 22px;
	text-indent: 10px;
	font-size: 11px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgb(0, 31, 15);
	letter-spacing: 0.1em;
}

#menu > ul > li > ul > li > a:hover {
	color: #FFF;
	background:transparent url(../images/css/drop_down_menu.png) repeat scroll left top;
}

/* =content */

#content {
	padding:40px 27px 20px 20px;
	background-color: #FFF;
}

#wrapper.home #content {
	padding:3px 0 0 0;
}

/* =home page */

#home_row1 img {
	float: left;
}

#home_row2 {
padding-top:3px;
clear: both;
}

#home_row2 .page h2 {
color:#FFF;
margin-bottom: 30px;
}

#home_row2 .page {
padding:40px 20px;
text-align: justify;
color:#FFF;
background-color: #8CC73F;
}

/* =footer */

#footer {
	margin-top:0px;
	padding-bottom: 10px;
	text-align:center;
}

#footer #footer_contact {
	padding: 10px 10px 20px 10px;
	font-size: 11px;
	line-height: 35px;
	background:url(../images/footer_bg.png) top left no-repeat;
	height: 35px;
}

#footer #footer_contact p {
	font-size: 12px;
}

#footer p {
	font-size:10px;
	margin: 0px;
}

#footer p > a {
	text-decoration:none;
	color: #999;
}

#footer p.renet_links {
font-size:9px;
color:#666;
}

#footer p.renet_links > a {
	text-decoration:underline;
	text-transform:none;
	font-weight:normal;
	color:#666;
}

/* =testimonials */

.testimonial {
	border-bottom:1px solid #B3AEAE;
	padding:20px 0;
}

.testimonial h3 span {
	float: right;
}

.addthis_toolbox {
	width: 140px;
	position: absolute;
	top: 10px;
	right: 10px;
}












