body { /* this is the entire page */
	margin: 0;
	padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	background: url(images/background.png) repeat-x top left;
	background-color: #000c0e;
}

#container { /* this is the holder for the page content */
    width: 900px;
	height: 480px;
    border: 12px solid #887E6E;
    background-color: #861201;
    margin: 25px auto; /* this centers the container */
	padding: 12px;
}

#outside {
	/*
	margin-left: 50px;
	margin-right: 50px;
	*/
}

#navigation {
	float: left;
	height: 480px;
	width: 186px;
	border: 0px solid black;
	background-image: url(images/bradford_tagline2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navigation ul {
	clear: both;
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-top: 25px;
	padding-left: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#navigation ul li {
	padding: 3px 0;
}

#navigation ul a {
	color: #BBB0A3;
	text-decoration: none;
}

#navigation ul.subnav {
	display: none;
	clear: both;
	list-style-type: none;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/subnav_background.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 153px;
}

ul.subnav li {
	border-bottom: 1px solid #1e74a3;
	padding: 3px;
	padding-left: 6px !important;
}

#navigation ul.subnav a {
	color: #5581C1;
	text-decoration: none;
}

#navigation ul.subnav a.active {
	color: white;
}

#navigation a.active {
	color: white;
}

#navigation ul a:hover {
	color: #fff;
	text-decoration: none;
}

#tagline {
	position: relative;
	margin-bottom: 18px;
	bottom: 0px;
}

#body {
	display: inline;
	float: right;
	width: 680px;
}

#content {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: white;
}

.locations_table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.locations_table a {
	text-decoration: none;
	color: black;
}

.locations_table a:hover {
	text-decoration: underline;
	color: black;
}

.residences h1 {
	padding: 0;
	margin: 1em 0 0 0;
	color: white;
	font-size: 14pt;
}

.residences h2 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 12pt;
}

input {
	font-size: 11px;
}
