/* CM+A CSS Document */

a:link, a:visited {
	color: #E6561E;
	text-decoration: none;
}

a:hover {
	color: #3687CC;
	text-decoration: underline;
}

body {
	color: #621111;
	background-color: #F4DCC0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#left {
	float: right;
	margin: 5px 5px 5px 10px;
}

.bg {
	background-image: url(images/CM+A_conrad-morris-&-Associates_logo.png);
	background-repeat: no-repeat;
	background-position: right;
}

#right {
	float: left;
	margin: 5px 5px 5px 10px;
}

.topnav {
	position: relative;
	top: 75px;
	left: 10px;
	width: 475px;
	height: 22px;
	padding: 0px 5px 0px 10px;
}

.adr {
	font-size: 10px;
	padding: 0px 18px 0px 0px;
	text-align: right;
}

p {
	margin: 0px 10px 5px 10px;
	text-indent: 15px;
}

.hilite {
	color: #3687CC;
	font-weight: bold;
}

.note {
	color: #621111;
	font-size: 10px;
}

ul {
	margin-right: 10px;
	margin-left: 30px;
	list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
	color: #42302E;
	margin: 5px 10px 0px 10px;
}

.footer {
	font-size: 10px;
	text-align: right;
	padding: 0px 18px 0px 0px;
}