/* HoustonCounselor.net for Jamie Leonard website stylesheet  ::  created 25 august 2009  ::  updated 21 september 2009  ::  created by www.souldesigngroup.com  */

* {
	margin:0px;
	padding:0px;
	outline:none;
}

html {height:100%;}

body {
	width:100%;
	min-width:650px;
	background:url(img/bg-vert.jpg) repeat-y #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing:1.2px;
    color:#84644A;
	margin:0;
	border:none;
}

p {margin-top:10px; margin-left:25px; text-align:justify;}

h1 {
	font-size:24px;
	line-height:24px;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
}

h3 {
	font-size:14px;
	line-height:20px;
	letter-spacing:0px;
}

a:link {text-decoration:none; color:#84644A;}
a:visited {text-decoration:none; color:#84644A;}
a:hover {text-decoration:none; color:#84644A;}
a:active {text-decoration:none; border:none; color:#84644A;}

.clear {clear:both;}
.clear-right {clear:right;}
.clear-left {clear:left;}

img {border:none;}

.bg-img-right {float:right; text-indent:-9999px;}
.bg-img-left {float:left; text-indent:-9999px;}

#bottom-spacer {width:100%; height:80px; _height:20px; clear:both;}

/********************************************************* HEADER */
#head {
	width:100%;
	height:100px;
}

#logo-bg {
	width:575px;
	height:80px;
	margin-top:20px;
	background:url(img/logo-cursive.png) no-repeat left top;
	_background:none;
}

#logo {
	width:410px;
	height:36px;
	margin-left:50px;
	padding-top:20px;
	background:url(img/logo-jamie-leonard.png) no-repeat left bottom;
	_background:url(img/logo-jamie-leonard.gif) no-repeat left bottom;
}



/********************************************************* NAVIGATION */
#nav-wrapper {
	position:fixed;
	bottom:0;
	width:100%;
	height:50px;
	padding:25px 0 0 50px;
	background:url(img/bg-vert.jpg) repeat-y #FFF;
}

.nav-item {
	margin-right:25px;
	font-family:Georgia, Times, serif;
	font-weight:bold;
	display:inline;
	color:#666;
	background:none;
}

.nav-item-spacer {margin-right:25px; display:inline;}

.nav-item a {color:#666;}
.nav-item a:hover {color:#CCC;}

#on {
	height:75px;
	padding:25px 0;
	font-style:italic;
	color:#84644A;
	background:url(img/nav-on.jpg) no-repeat center top;
	_background:none;
}


/********************************************************* CONTACT INFO */
#info {
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding:5px 5px 6px 8px;
	border-left:1px solid #EEE;
	border-bottom:1px solid #EEE;
	background-color:#FFF;
}	


/********************************************************* CONTENT */

#content-wrapper {
	width:100%;
	margin:30px 0 0 0;
	z-index:1;
}

#content {
	width:50%;
	_width:550px;
	min-width:550px;
	margin-left:150px;
	_margin-left:50px;
	padding-right:10px;
	float:left;
}

#content-img-container {
	float:left;
	overflow:hidden;
	margin-left:25px;
}

/****************** content image */
#content-img {
	width:100%;
}

.content-image {
	width:100%;
	height:100%;
	bottom:-35px;
	_bottom:0px;
	position:fixed;
	_position:absolute;
	z-index: 1;
}