/* Gene Cook Real Estate: Typography Stylesheet*/

/* This stylesheet is read second by the web pages.*/

/* This stylesheet contains only typography styles.  The styles within this stylesheet are ones the client will be able to select when updating the site with Contribute.*/

/* ----------------------------------------GLOBAL TYPOGRAPHY STYLES----------------------------------------*/

h4 {
	font-size: 16px;
	margin-bottom: 12px;
	font-weight:normal;
	color:#FFEE00;
}
h5 {
	font-size: 12px;
	margin-bottom: 12px;
	font-weight:normal;
	color:#FFFFFF;
}
h6 {
	font-size: 12px;
	margin-bottom: 12px;
	font-weight:normal;
	color:#FFFFFF;
}
p {
	margin-top:0px;
	font-size: 12px;
	margin-bottom: 12px;
}
#contentSubpage p {
	color:#000000;
}
h1 {
	margin-top:0px;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight:normal;
	color:#000000;
}
h2 {
	font-size: 14px;
	margin-bottom: 12px;
	font-weight:bold;
	color:#000000;
}
h3 {
	font-size: 13px;
	margin-bottom: 12px;
	font-weight:bold;
	color:#000000;
}
.bold {
	font-weight: bold;
}
.clearit {
	display: block;
	clear: both;
	height:0;
    margin:0;
    font-size: 1px;
    line-height: 0px;
}
.leftimage {
	float: left;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.rightimage {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 32px;
}
.nomargin {
	margin:0;
}
.topmargin {
	margin-top:14px;
}
.leftpadding {
	padding-left:10px;
}
.caption {
	font-size:11px;
	margin-top:6px;
	margin-bottom:0px;
}
.size11 {
	font-size:11px;
}

