/*font-family: Arial, Helvetica, sans-serif;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-family: Verdana, Arial, Helvetica, sans-serif;*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	background: #eee;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 920px;
	margin: 0 0 0 -480px;
	padding: 0 20px;
	background: url(../img/containerBg.gif) top no-repeat;
	z-index: 0;
}

#relatedLinks {
	position: absolute;
	left: 25px;
	top: 10px;
	font-size: 80%;
	z-index: 1000000;
}

#relatedLinks a:link,#relatedLinks a:visited,
#relatedLinks a:hover,#relatedLinks a:active {
	color: #666;
}

#menu {
	display: inline;
	float: left;
	width: 880px;
	padding: 12px 20px 0 20px;
	background: url(../img/menuBg.gif) top repeat-x;
	border-bottom: 1px solid #aaa;
}

#adminMenu ul,#menu ul {
	list-style-type: none;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

#adminMenu ul {
	position: absolute;
	bottom: 0;
	
}

#adminMenu ul li, #menu ul li {
	display: inline;
	float: left;
	margin: 0 0 0 3px;
	padding: 2px 0;
}

#adminMenu ul li.first, #menu ul li.first {
	margin-left: 0;
}

#adminMenu ul li a:link,#adminMenu ul li a:visited,
#menu ul li a:link,#menu ul li a:visited {
	diplay: block;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 2px 21px;
	background: url(../img/buttonBgLeft.gif) top left no-repeat;
}

#adminMenu ul li a:link,#adminMenu ul li a:visited {
	background: none;
	background: #C5C5C5;
	border: 1px solid #666;
	padding: 3px 21px 2px 21px;
	border-bottom: none; 
}

#adminMenu ul li a:hover,#adminMenu ul li a:active,
#menu ul li a:hover,#menu ul li a:active {
	color: #3676c8;
}

#adminMenu ul li.selected a:link,#adminMenu ul li.selected a:visited,
#adminMenu ul li.selected a:hover,#adminMenu ul li.selected a:active,
#menu ul li.selected a:link,#menu ul li.selected a:visited,
#menu ul li.selected a:hover,#menu ul li.selected a:active {
	color: #ad434b;
}


#menu span {
	diplay: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 21px 2px 0;
	background: url(../img/buttonBgRight.gif) top right no-repeat;
}

#header {
	position: relative;
	clear: both;
	display: block;
	width: 900px;
	height: 166px;
	padding: 0 20px 0 0;
	background-image: url(../img/headerBg.jpg);
	z-index: 1;
}

h1 {
	position: absolute;
	left: 56px;
	margin: 15px 0 0 0;
}

.search {
	display: inline;
	float: right;
	margin: 22px 10px 0 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	width: 304px;
	background: url(../img/searchTop.jpg) top left no-repeat;
}

.search h3 {
	font-size: 90%;
	margin: 0;
	padding: 10px 15px;
}

.search form {
	width: 304px;
	background: url(../img/searchBottom.jpg) bottom left no-repeat;
	margin: 0;
}

.search form #fields {
	padding-left: 25px;
	background: url(../img/searchArrow.jpg) 15px 10px no-repeat;
	font-size: 90%;
}

.search form label {
	display: inline;
	float: left;
	clear: both;
	width: 95px;
	padding-right: 5px;
	text-align: right;
	margin-bottom: 5px;
}

.search form select {
	margin-bottom: 5px;
	width: 160px;
	font-size: 80%;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.search form input {
	margin-left: 125px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #666;
	font-weight: bold;
	background: none;
	border: none;
	background: #b9b9b9 url(../img/submitBg.gif) top left repeat-x;
	border: #ababab;
}

#dateAndTime a:link,#dateAndTime a:visited,
#dateAndTime a:hover,#dateAndTime a:active {
	color: #fff;
	text-decoration: none;
}

#dateAndTime strong {
	color: #de901e;
	text-transform: uppercase;
}

#content {
	width: 880px;
	padding: 17px 20px;
	background: #fff;
}

h2 {
	color: #a7363e;
	font-size: 170%;
	font-weight: normal;
	background: url(../img/house.gif) top left no-repeat;
	padding: 0 20px 0 58px;
	height: 85px;
	margin:0;
}

#apartments h2 {
	color: #a7363e;
	font-size: 170%;
	font-weight: normal;
	background: url(../img/apartment.gif) top left no-repeat;
	padding: 0 20px 0 58px;
	height: 85px;
	margin:0;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 130%;
	clear: both;
}

#home #content h3 {
	color: #a7363e;
	font-size: 170%;
	font-weight: normal;
	
}

h4 {
	clear: both;
	margin: 0;
	font-size: 100%;
}

h5 {
}

.alert {
	color: #a7363e;
}	

address {
	font-style: normal;
}

p {
	margin: 0 0 1.5em 0;
}

a:link, a:visited,a:hover, a:active {
	color: #A7363E;
}

img {
	border: none;
}

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	width: 860px;
	padding: 10px 30px 20px 30px;
	font-size: 11px;
	background: #fff url(../img/footerBg.gif) center 5px no-repeat;
}

#footer a:link,#footer a:visited,
#footer a:hover,#footer a:active {
	color: #fff;
}

#copyright {
	display: inline;
	float: left;
}

a#maintenanceIcon {
	padding-left: 15px;
	background: url(../img/maintenanceIcon.gif) left no-repeat;
}

a#documentIcon {
	padding-left: 12px;
	background: url(../img/documentIcon.gif) left no-repeat;
}

#links #content h3,
#documents #content h3 {
	margin-bottom: 1em;
}

#faq #content h3 {
	clear: none;
	margin-bottom: .5em;
}

#faq p {
	margin-bottom: 1em;
}

.question {
	font-weight: bold;
	font-style: italic;
}

#faqMenu {
	display: inline;
	float: right;
	width: 150px;
	border: 2px solid #4074B0;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 10px;
	background: #ebebeb;
}

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

#faqMenu ul li {
	margin-bottom: .7em;
}

#faqMenu h4 {
	margin-bottom: 1em;
}

.faq {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.faqLast {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/********************HOME PAGE****************************/
#welcome {
	display: inline;
	float: left;
	width: 280px;
}

#previews {
	display: inline;
	float: left;
	width: 580px;
	margin-left: 20px;
}

.buildingPreviewsLeft {
	width: 280px;
	display: inline;
	float: left;
	margin-right: 10px;
}

.buildingPreviewsRight {
	width: 280px;
	display: inline;
	float: left;
	margin-left: 10px;
}

.buildingPreviews img {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #4074B0;
	width: 85px;
}

.buildingPreviews h4 {
	clear: none;
}

.building {
	clear: both;
	padding-bottom: 20px;
}	

#viewApartments {
	width: 120px;
	padding: 10px;
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
	border: 2px solid #4074B0;
	text-align: center;
	cursor: pointer;
}

#viewApartments img {
	clear: both;
	margin-top: 5px;
}

a:link.moreInfo,a:visited.moreInfo,
a:hover.moreInfo,a:active.moreInfo{
	clear: both;
	display: block;
}

.moreInfo img {
	border: none;
	width: auto;
}
/********************HOME PAGE END****************************/

/***********************LIST PAGE*****************************/
img.largePreview {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
}

.buildingDetail {
	display: inline;
	float: left;
	width: 412px;
	margin: 0 20px 10px 0;
}

h3.rooms {
	font-weight: bold;
	font-size: 140%;
	color: #a7363e;
	clear: none;
	margin-bottom: .3em; 
}

h4.features {
	font-size: 110%;
	clear: none;
	margin-bottom: .2em;
}

ul.features {
	margin-top: 0;
}

.slideshowPreviews {
	display: inline;
	float: left;
	width: 288px;
}

img.slideshowPreview {
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
	border: 2px solid #4074B0;
	width: 85px;
}

img.slideshowPreviewLeft {
	margin-left: 0;
	clear: both;
}

.buildingPreview {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #666;
}

.buildingPreviewFirst {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.buildingProfile {
	display: inline;
	float: left;
	width: 592px;
}

.roomInformation h4 {
	margin-bottom: 0;
}

p.clarification {
	margin-bottom: .5em;
}

.roomPreview {
	display: inline;
	float: left;
	width: 140px;
	margin-right: 10px;
	font-size: 90%;
	line-height: 1.1em;
}

.roomPreview img {
	display: inline;
	float: left;
	margin: 0 5px 10px 0;
	border: 2px solid #4074B0;
	width: 50px;
}

.roomPreview a.moreInfo {
	display: inline;
} 

.roomPreview .moreInfo img {
	border: none;
	display: inline;
}

/***********************LIST PAGE END*****************************/

/***********************DETAIL PAGE****************************/
.overview {
	display: inline;
	float: left;
	width: 150px;
	margin-right: 10px;
}

.roomDetail {
	display: inline;
	float: left;
	width: 412px;
	margin: 0 20px 10px 0;
}

.links a:link,.links a:visited,
.links a:hover,.links a:active {
	display: block;
	color: #666;
}

a.printIcon {
	padding-left:20px;
	background: url(../img/printIcon.gif) left top no-repeat;
	border: none;
}
a.contactIcon {
	padding-left:20px;
	background: url(../img/contactIcon.gif) left top no-repeat;
	border: none;
}
a.tripIcon {
	padding-left:20px;
	background: url(../img/tripIcon.gif) left top no-repeat;
	border: none;
}
a.allIcon {
	padding-left:20px;
	background: url(../img/allIcon.gif) left top no-repeat;
	border: none;
}

.roomProfile {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #666;
}

.roomProfileFirst {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
/***********************DETAIL PAGE END****************************/

/************************BACKEND***************************/
.view {
	display: inline;
	float: left;
	width: 300px;
	font-size: 90%;
}

.allRelated {
	display: inline;
	float: left;
	width: 560px;
	margin-left: 20px;
	font-size: 90%;
}

.related {
	clear: both;
	padding-bottom: 10px;
}

.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.actions ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #666;
}

.actions ul li.first {
	margin:0;
	padding: 0;
	border: none;
}

table {
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}

td,th {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #666;
}

th {
	background: #eee; 
}

fieldset {
	clear: both;
}

label {
	display: inline;
	float: left;
	clear: both;
	width: 150px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

input, select, textarea {
	margin-bottom: 10px;
}

.paging div {
	display: inline;
}

.requirements {
	display: inline;
	float: left;
	width: 48%;
	padding: 10px 0;
}

.requirements ul {
	margin-top: 0;
}

#applicationForm {
	display: inline;
	float: left;
	width: 48%;
	margin-left: 4%;
	padding: 10px 0;
}	

#postInformation {
	display: inline;
	float: left;
	width: 840px;
	padding: 0 40px;
	background: #fff;
}

#postContent {
	display: inline;
	float: left;
	width: 820px;
	background: #eee;
	padding: 0 10px;
}

#postInformation h2 {
	background: none;
	padding: 0;
	height: auto;
}

#requirements #content ul li {
	margin-bottom: 10px;
}