#logo {
	float: left;	
}

#tagline {
	float:left;
	margin-left: 35px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-top: 15px;
}

#secondary_menu {
	float: right;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 15px;
}

#secondary_menu a {
	color: #000;
	text-decoration:none;	
}

#secondary_menu a:hover {
	text-decoration: underline;	
}

#navigation {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 2px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660066;
	border-bottom-color: #660066;
	padding-left: 150px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#navigation li {
	display: inline;	
}

#navigation a {
	float: left;
	text-decoration:none;
	padding-left: 1em;
	padding-right: 1em;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: color, background-color 0.25s linear;
	-moz-transition: color, background-color 0.25s linear;
	-o-transition: color, background-color 0.25s linear;

}
#navigation a:hover {
	background-color: #660066;
	color: #FFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.bullets {
	list-style-image: url(/images/bullet1.gif);
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.Normal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



.NormalWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.AndrewFooter {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
}


.sidebartitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.NormalSmaller {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.housebullets
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.housebullets ul {
	list-style: none;
}

.housebullets li 
{
	padding-left: 20px;
	background-image: url(images/bullet_house.png);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;	
}

.rentalpolicybullets
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.rentalpolicybullets ul {
	list-style: none;
}

.rentalpolicybullets li 
{
	padding-left: 20px;
	background-image: url(images/bullet_house.png);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;	
}
