/*
---------------------------------------------------
Specific Styles for Student Housing
---------------------------------------------------
*/

#commons { 
	background: #e1e9eb url(../images/orng-bg.jpg) no-repeat top left;
	}
	
#village { 
	background: #dbddd0 url(../images/grn-bg.jpg) no-repeat top left;
	}
	
/*#content div.housingBanner {
	margin: 25px 0; 
	padding: 15px 20px 10px 212px;
	height: 104px;
	width: 288px;
	}*/
	
#content div.housingBanner {
	margin: 25px 0px; 
	padding: 5px 0px 0px 185px;
	height: 125px;
	width: 335px;
	}
	
	
#content div.housingBanner h1 {
	color: #205e65;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
div.housingBanner h1 a:link, div.housingBanner h1 a:visited {
	color: #205e65;
	text-decoration: none;
	border-bottom: 1px solid #d7d2b6;
	}
	
div.housingBanner h1 a:hover, div.housingBanner h1 a:active {
	color: #b9b659;
	border: none;
	}
	
#content div.housingBanner h2 {
	color: #205e65;
	font: normal 65% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
#content div.housingBanner p {
	line-height: 120%;
	}
	
div#housingContent {
	width: 380px;
	}
	
body#housing table.format th {
	color: #808080 !important;
	font-size: 70%;
	padding: 4px;
	}



/* Summer Residency Housing Request Form Styles */

#residency-housing-request p
{
    padding: 10px 0px 5px 0px;
}
#residency-housing-request label
{
    width: 250px;
    height: 50px;
    margin-right: 20px;
}
#residency-housing-request input,
#residency-housing-request select
{
    width: 200px;
    height: 20px;
}
#residency-housing-request input[type="checkbox"],
#residency-housing-request input[type="radio"]
{
    width: 25px;
    height: 15px;
}
#residency-housing-request input[type="submit"],
#residency-housing-request input[type="reset"]
{
    width: 100px;
    height: 28px;
}
