/* CSS Document */

/* News Banner */

#news-head, #news-subhead, #agents-highlights {
font-family: "Century Gothic", verdana, arial, helvetica, sans-serif;
}

#news-head {
font-size: 2.65em;
margin-bottom: 0em;
padding-bottom: 0em;
} 

#news-subhead {
font-size: 1.5em;
margin-bottom: .5em;
padding: 0em 0 0 7.5em;
color: #808080;
border-top: solid red 1px;
} 

/* agents-highlights */

#agents-highlights {
float: right;
background-color: #F4C66F;
width: 22em;
margin-left: .5em;
font-size: .9em;
padding-left: .3em;
}

#agents-highlights h1 {
color:red;
font-weight: normal;
text-align: center;
padding: .3em 0 .3em 0;
margin-bottom: 0;
}

#agents-highlights img {
float: left;
margin: .5em;
}

#agents-highlights p {
	padding: .5em .5em .5em .5em;
	margin: 0 .2em 0 .2em;
}

#agents-highlights p.agent-summary {
	border-bottom: solid black 1px;
	font-size: 1.2em;
	margin: 0 0 0 4em;
}

/* Main Content */

#contentMain h1 {
	font-size: 1.3em;
	padding-bottom: .5em;
	}

#contentMain p {
	margin-top: 0;
	line-height: 150%;
	}

.news-image {
	float: right;
}

/* Meet Reps Page */

.meet-reps {
border-top: dashed black 1px;
clear: both;
height: 150px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.meet-reps img {
float: left;
}

.rep-head, .region-head {
padding: .5em 0 .7em 0;
font-size: 1.2em;
font-weight: bold;
}

.region-head {
	color:  #C30;
}

.rep-head {
	color:  #369;
	padding-bottom: 0;
}

.rep-contact {
float: left;
width: 17em;
}

.rep-contact p {
line-height: 150%;
margin-bottom: 2em;
}

