/* CSS Document */
/*//---------------------------------------------*/
/*// Name: Site - Default Style Sheet			 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Page Settings								 */
/*//---------------------------------------------*/

body {
	background: #656565;
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #000000;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Header Static Images						 */
/*//---------------------------------------------*/

.header-top-left { background: url(images/header.gif) no-repeat; width: 359px; height: 117px;}
.header-top-center-top { background: url(images/header-top-center-top.jpg) no-repeat; width: 263px; height: 41px;}
.header-top-right { background: url(images/header-top-right.jpg) no-repeat; width: 132px; height: 117px;}
.header-top-center-center { background: url(images/header-top-center-center.jpg) no-repeat; width: 18px; height: 52px;}
.header-top-center-bottom { background: url(images/header-top-center-bottom.jpg) no-repeat; width: 263px; height: 24px;}
.header-bottom { background: url(images/header-bottom.jpg) no-repeat; width: 754px; height: 104px;}

/*//---------------------------------------------*/
/*// Header Rollover Images						 */
/*//---------------------------------------------*/

a.imgRollOver-investors { background: url(images/investors-up.jpg) no-repeat; width: 121px; height: 52px; }
a.imgRollOver-investors:hover { background: url(images/investors-over.jpg) no-repeat; }

a.imgRollOver-find { background: url(images/find-apartment-up.jpg) no-repeat; width: 124px; height: 52px; }
a.imgRollOver-find:hover { background: url(images/find-apartment-over.jpg) no-repeat; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Navigation Rollover Image Settings			*/
/*//---------------------------------------------*/

a.imgRollOver-home { background: url(images/nav-home-up.jpg) no-repeat; width: 65px; height: 37px; }
a.imgRollOver-home:hover { background: url(images/nav-home-over.jpg) no-repeat; }

a.imgRollOver-teach { background: url(images/nav-teachers-up.jpg) no-repeat; width: 89px; height: 37px; }
a.imgRollOver-teach:hover { background: url(images/nav-teachers-over.jpg) no-repeat; }

a.imgRollOver-military { background: url(images/nav-military-up.jpg) no-repeat; width: 76px; height: 37px; }
a.imgRollOver-military:hover { background: url(images/nav-military-over.jpg) no-repeat; }

a.imgRollOver-station { background: url(images/nav-station-up.jpg) no-repeat; width: 133px; height: 37px; }
a.imgRollOver-station:hover { background: url(images/nav-station-over.jpg) no-repeat; }

a.imgRollOver-construct { background: url(images/nav-construction-up.jpg) no-repeat; width: 113px; height: 37px; }
a.imgRollOver-construct:hover { background: url(images/nav-construction-over.jpg) no-repeat; }

a.imgRollOver-campus { background: url(images/nav-campus-up.jpg) no-repeat; width: 137px; height: 37px; }
a.imgRollOver-campus:hover { background: url(images/nav-campus-over.jpg) no-repeat; }

a.imgRollOver-links { background: url(images/nav-links-up.jpg) no-repeat; width: 141px; height: 37px; }
a.imgRollOver-links:hover { background: url(images/nav-links-over.jpg) no-repeat; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Layout Settings					 	 */
/*//---------------------------------------------*/

.border-left { background: url(images/border-left.jpg) repeat-y left top; width: 8px; }
.body { background: #FFFFFF; width: 736px; }
.border-right { background: url(images/border-right.jpg) repeat-y right top; width: 10px; }
.content {
	 padding-left: 10px;
	 padding-right: 10px;
}
ul.paddedUl li {
	padding-top: 2px;
	padding-bottom: 2px;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Text & Link Settings					 */
/*//---------------------------------------------*/

.title {
	font-family: "Courier New", Helvetica, Arial;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding: 7px;
}
.body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
	color: #000000;
}
.redBoldText {
	color: #FF0000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
.textEmphasis {
	color: #333333;
	font-weight: bold;
	letter-spacing: 0px;
}
.textEmphasisRed {
	color: #FF0000;
	font-weight: bold;
	letter-spacing: 0px;
}
.teachersDarkGrey {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
a.contactEmail {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}
table.contactTable {
	border: 1px solid #000000;
	background: #eeeeee;
}
.inputField {
	font-weight: bold;
	color: #000000;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Image Settings						 */
/*//---------------------------------------------*/

img.image {
	border: 1px #000000 solid;
	margin: 5px;
}
img.imageNoBorder {
	margin: 5px;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Body Rollover Image Settings						 */
/*//---------------------------------------------*/

a.imgRollOver-contact { background: url(../images/contact-up.jpg) no-repeat; width: 255px; height: 75px; }
a.imgRollOver-contact:hover { background: url(../images/contact-over.jpg) no-repeat; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Footer Layout Settings						 */
/*//---------------------------------------------*/

.footer-top { background: url(images/footer-top.jpg) no-repeat; width: 754px; height: 17px; }
.footer-left { background: url(images/footer-left.jpg) repeat-y; width: 8px; }
.footer { background: #FFFFFF; width: 736px;}
.footer-right { background: url(images/footer-right.jpg) repeat-y; width: 10px; }
.footer-bottom { background: url(images/footer-bottom.jpg) no-repeat; width: 754px; height: 17px; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Footer Text & Link Settings				 */
/*//---------------------------------------------*/

.footer {
	background: url(images/bv-logo.jpg) #FFFFFF no-repeat;
	background-position: 190px 20px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.footer a{ color: #ff0000; }
.footer a:hover { text-decoration: none; }

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*// Contact Page Text & Link Settings			 */
/*//---------------------------------------------*/

.labelColumn {
	color: #000000;
	font-weight: bold;
}
.textRequiredField {
	float: left;
}
.asterick {
	color: #ff0000;
}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

