/*	Jake's Designs
	www.jakesdesigns.com
	ver. 1.0
	May 16, 2006 
*/

/* tag styles */
body {
	font-size: small;
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Georgia, serif;
	background: #898f4b url(../images/bgd.jpg) repeat-y center top;
}
blockquote {
	font-size: 90%;
	padding: 20px 10px 0 10px;
}
img {
	border: none;
}
a {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 110%;
}
h2 {
	font-size: 100%;
}

/* selector styles */

#design #mainNav .design a,
#build #mainNav .build a,
#work #mainNav .work a,
#meet #mainNav .meet a,
#advice #mainNav .advice a {
	color: #3e4519;
	background: #bec292;
}

#container {
	width: 600px;
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}
#header {
	width: 600px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#navigationArea {
	float: left;
	width: 145px;
	margin: 0 0 0 1px;
	position: absolute;
	top: 50px;
	left: 0;
}
#navigationArea img {
	padding-top: 5px;
}
#mainNavHome {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 254px;
	background: #bec292;
	vertical-align: top;
	border-left: 1px solid #FFF;
}
#mainNavHome a {
	display: block;
	height: 35px;
	color: #FFF;
	background: #3e4519;
	border-bottom: 1px solid #FFF;
	padding: 0 0 0 5px;
	line-height: 35px;
	font-size: 100%;
}
#mainNavHome a:hover {
	color: #3e4519;
	background: #bec292;
	text-decoration: none;
}
#mainNav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	vertical-align: top;
	border-left: 1px solid #FFF;
}
#mainNav a {
	display: block;
	height: 35px;
	color: #FFF;
	background: #3e4519;
	border-bottom: 1px solid #FFF;
	padding: 0 0 0 5px;
	line-height: 35px;
	font-size: 100%;
}
#mainNav a:hover {
	color: #3e4519;
	background: #bec292;
	text-decoration: none;
}
#contactInfo {
	font-size: 82%;
	padding: 10px 5px 0 5px;
}
#contactInfo a {
	color: #898f4b;
}
#contentArea {
	float: right;
	width: 453px;
	position: absolute;
	top: 50px;
	left: 147px;
}
#homeImg {
	background: url(../images/home_img_bgd.gif) repeat-y;
}	
#content {
	padding: 23px;
	font-size: 95%;
	line-height: 1.3em;
}
#designList {
	margin-left: 180px;
}
#designList ul {
	list-style: none;
	margin-left: 8px;
	padding-left: 0;
}
#designList ul li {
	background: url(../images/bullet_img.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.8em;
}
#buildList {
	margin-left: 180px;
}
#buildList ul {
	list-style: none;
	margin-left: 8px;
	padding-left: 0;
}
#buildList ul li {
	background: url(../images/bullet_img.gif) no-repeat 0 0;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.8em;
}

/* class styles */

.hide {
	display: none;
}
.copyright {
	font-size: 81%;
	color: #999;
}
.email {
	font-size: 82%;
}
.floatLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 20px;
}
.clearBoth {
	clear: both;
	padding-top: 10px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth ul {
	list-style: none;
	padding-left: 0;
}
.clearBoth ul li {
	background: url(../images/bullet_img.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.8em;
}
.seasonalAdvice ul {
	list-style: none;
	padding-left: 0;
}
.seasonalAdvice ul li {
	background: url(../images/bullet_img.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin-left: 0;
	line-height: 1.8em;
}