20@charset "utf-8";


/*====================================================*/
/*====== ~GLOBAL STYLES ==============================*/

* {margin: 0px; padding:0px;}
html {height:100%;} /* needs this and the body-height 100% in order for other % height specs to work */
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url(images/bg_grayStripe.png);
	background-repeat: repeat;
	background-position: center top;
	font-size: 0.8em;
}
p {
	margin-bottom: 10px;
}
/* a:focus {outline: none;}    --- Outline uses no space */

input {
	margin: 2px;
}
fieldset {
	padding: 3px;
}
blockquote {
	margin: 10px 40px;
}
td {
	padding: 5px;
}

a:link {
	color: #580111;
	text-decoration: underline;
}
a:visited {
	color: #580111;
	text-decoration: underline;
}
a:hover {
	color: #F2BF15;
	text-decoration: underline;
}
a:active {
	color: #F2BF15;
	text-decoration: underline;
}
#wrapper { /* creates fixed width content on centered page */
	width: 780px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 4px solid #E9C514;
	text-align: left;
	height: auto;
	overflow: visible;
	background-image: url(images/bgColLtBrdr.png);
	background-repeat: repeat-y;
	background-position: left top;
}


/*====================================================*/
/*====== ~HEADER STYLES ==============================*/

#header {
	background-color: #580111;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 115px;
}
#eAlertsFloat {
	clear: both;
	float: right;
	height: 50px;
	width: 115px;
	position: relative;
	margin-top: 65px;
	visibility: visible;
	z-index: 200;
}
#sepcialsFloat {
	clear: both;
	float: right;
	width: 200px;
	height: 90px;
	position: relative;
	margin-top: 15px;
	visibility: visible;
	z-index: 200;
}
#logo {
	clear: left;
	float: left;
}

#byBCParker {
	clear: none;
	float: right;
	position: absolute;
	top: 20px;
	right: 10px;
}


/*====================================================*/
/*====== ~NAVIGATION & BUTTON STYLES =================*/

#nav {
	height: 30px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #580111;
	background-color: #E9C514;
	text-align: left;
	padding-left: 15px;
}
		#nav a:link {
			color: #580111;
			text-decoration: none;
			padding: 2px;
		}
		#nav a:visited {
			color: #580111;
			text-decoration: none;
			padding: 2px;
		}
		#nav a:hover {
			color: #580111;
			text-decoration: none;
			background-color: #FFFFFF;
			padding: 2px;
		}
		#nav a:active {
			color: #580111;
			text-decoration: none;
			background-color: #FFFFFF;
			padding: 2px;
		}
		#navFloatRt {
			clear: none;
			float: right;
		}
.navDiv {
	margin-right: 8px;
	margin-left: 8px;
}
#featuresNav {
	background-color: #CCCCCC;
	margin: 0px 20px;
	height: auto;
	text-align: center;
	padding: 0px;
	font-size: 11px;
}
		#featuresNav ol{
			margin: 0px;
			padding: 0px;
		
		}
		#featuresNav li{
			display: inline;
			list-style-type: none;
			list-style-position: inside;
		}
		#featuresNav a:link {
			color:#333333;
			text-decoration: none;
			background-color:#CCCCCC;
			border: 1px solid #333333;
			margin: 0px 5px;
			padding: 5px;
		}
		#featuresNav a:visited {
			color:#333333;
			text-decoration: none;
			background-color:#CCCCCC;
			border: 1px solid #333333;
			margin: 0px 5px;
			padding: 5px;
		}
		#featuresNav a:hover {
			color:#333333;
			text-decoration: none;
			background-color: #fff5c3;
			border: 1px solid #333333;
			margin: 0px 5px;
			padding: 5px;
		}
		#featuresNav a:active {
			color:#333333;
			text-decoration: none;
			background-color: #ffffff;
			border: 1px solid #333333;
			margin: 0px 5px;
			padding: 1px 5px;
		}
#registerNow {
	margin: 5px 6px 15px 6px;
	padding: 0px;
}
#housesBtn {
	margin: 0px;
	padding: 0px;
}
#apartmentsBtn {
	margin: 0px;
	padding: 0px;
}
#findaroommateBtn {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/*====================================================*/
/*====== ~NAVIGATION - Annoying Apartment List =======*/

.sideNav {
	margin: 0px;
	padding:0px;
	cursor: pointer;
	background-color: #FFF5C3;
}
#aptMenu {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/bg_yellowGrad.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.submenu {
	display: block;
	height: 15px;
	font-size: 11px;
}
#apartmentNav {
	margin-left: 0px;
	padding-left: 14px;
}
		#apartmentNav a {
			text-decoration: underline;
			background: none;
			color: #580111;
			height: 14px;
			padding:3px;
			line-height:14px;
			vertical-align:middle;
			display: block;
			margin: 1px 10px 0px 0px;
			border-left: thin dashed #fff;
			border-bottom: thin dashed #fff;
		}
		#apartmentNav a:hover, #apartmentNav a:active {
			text-decoration: underline;
			background: none;
			font-weight: bold;
			/* color: #E9C514; */
			background-color: #fff5c3;
			border-left: thin dashed #e8c414;
			border-bottom: thin dashed #e8c414;
		}

.hide {
display: none;
}
.show {
display: block;
}


/*====================================================*/
/*====== ~FOOTER =====================================*/

#footer {
	color: #F2BF15;
	background-color: #580111;
	height: 30px;
	padding: 10px;
	font-size: 10px;
	bottom: 0px;
	position: absolute; /* needs to be absolute in order to attach footer to bottom of page (see bottom 0) */
	width: 760px;
	margin: 0px;
	text-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E9C514;
}
		#footer a:link {
			color: #F2BF15;
			text-decoration: none;
		}
		#footer a:visited {
			color: #F2BF15;
			text-decoration: none;
		}
		#footer a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		#footer a:active {
			color: #ffffff;
			text-decoration: underline;
		}
		

/*====================================================*/
/*====== ~MAIN CONTENT ===============================*/

#mainContent {
	position: relative;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	width: 577px;
	min-height: 780px;
}
#homePic {
	width: 576px;
	overflow: hidden;
	position: relative;
	visibility: inherit;
	clear: none;
	border: 0px;
	margin-left: 1px;
}
#mainContentApts {
	position: relative;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 15px;
	width: 577px;
	min-height: 780px;
}
#colLt {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#aptInfo {
	padding: 10px;
	border: thin solid #CCCCCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.aptFeatures {
	margin: 0px;
	width: 268px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
		.aptFeatures ul {
			padding: 0px 0px 0px 30px;
			margin: 0px;
			list-style-position: outside;
			list-style-image: url(images/check.png);
			line-height: 18px;
		}
		.aptFeatures ul li ul {
			padding-left: 20px;
			list-style-position: outside;
			list-style-image: none;
			list-style-type: circle;
		}
.aptFeaturesBox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #F2BF15;
}
.rent {
	padding: 5px;
	border: 1px dashed #F2BF15;
}
.brdrPic {
	border: 1px solid #333333;
}
.aptPic {
	clear: none;
	float: left;
	width: 252px;
	overflow: visible;
	position: relative;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.house {
	border: 2px solid #CCCCCC;
}
.marginLR40 {
	margin-right: 40px;
	margin-left: 40px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

.contactForm {
	padding: 3px;
}
.dumbPicFix {
	margin-left: -40px;
	padding-right: 20px;
	padding-left: 20px;
}


/*====================================================*/
/*====== ~TEXT STYLES ================================*/

h1 {
	font-weight: normal;
	font-size: 2em;
	color: #999999;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #999999;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	color: #6E0814;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h4 {
	color: #333333;
	margin: 0px 0px 10px 0px;
}
.txtSmall {
	font-size: 9px;
}
.txtMaroonBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #580111;
}
.txtGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.txtMaroonBoldSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #580111;
}
.red { color: #D20226; }

