/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { height:100%; font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; margin:0px 0px; padding:0px; }

body { height:100%;	width:100%; margin:0px auto; text-align:center; font-size: 13px; line-height: 1.231; background:#2b2d38;}
body, button, input, select, textarea { font-family: sans-serif; color: #222; overflow:hidden;}

#main { font-size: 13px; line-height: 1.231; text-align:center; }


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none; outline: none;}
a:visited { color: #551a8b; outline: none;}
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Jaimal Soni
   ========================================================================== */
.clear {clear: both;}

/*HEADER*/

#header {
	position:relative;
	background: url('images/top_bottom_bg.png') repeat;
	width: 100%; 
	margin: 0 auto; 
	min-width: 960px;
	min-height: 75px;
	z-index:1; 
}

.header_content {
	position:relative;
	width: 98%;
	margin: 0 auto; 
	min-width: 960px; 
	min-height: 75px; 
}

.logo {right:0.7em; margin: 0.7em; position: absolute;}
.ocr_logo {background: url("images/top_logo.png") no-repeat; width: 169px; height: 164px;}

.tagline {float: left; position: relative; margin-top:10px;font-size: 1.1em; font-family: Verdana,Geneva,sans-serif; }
.tagline .white {display: inline-block; color: #FFFFFF; float:left; margin-left: 0.3em; }
.tagline .orange {display:inline-block; color: #F26522; float: left; margin-left: 0.3em; margin-top:1px; }

/*NAVIGATION*/
#nav {
	position:absolute;
	top:-50px;
	width: 100%;
	margin: 0 auto; 
	height: 50px;
	/*background:#EEEEEE;*/
	z-index:2;
	
}

#nav_group {
	position:relative;
	top:1.2em;
	left:5px;
	text-align:left;
	
}

div.tabArea {
	position:relative;
  font-size: 1.2em;
	font-family: sans-serif;
	font-weight:bold;
	/*left:160px;
	top:55px;
	min-width:360px;*/	
}

a.tab {
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 10px 3em 10px 3em;
  text-decoration: none;
	margin:0px;	
	background:#6baee3; /* for non-css3 browsers */
	
}

a.tab_home {
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 10px 2em 10px 2em;
  text-decoration: none;
	margin:0px;	
	background:#6baee3; /* for non-css3 browsers */
}

a.tab_home img {position:absolute; left:1em; top:0px;}

a.tab_highlight {
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 9px 2em 9px 2em;
  text-decoration: none;
	margin:-0px;	
	background: #d1e25a; /* for non-css3 browsers */
	font-size: 20px;
}

a.tab, a.tab:visited {
	color: #EFEFEF;
}
a.tab_home, a.tab_home:visited {
	color: #6baee3;
}
a.tab_highlight, a.tab_highlight:visited {
  color: #333333;
}

a.tab:hover {
  color: #FFF;
	background: #84B9E3;
}
a.tab_home:hover {
	background: #84B9E3;	
}
a.tab_highlight:hover {
  color: #FFF;
	background: #84B9E3;
}

/* CONTENT */

#middle {
	position:relative;
	background: #FFFFFF;
	width: 100%; 
	margin: 0 auto; 
	height: 630px;
	background:url('images/numberBG.png') repeat;
	
}

#middle_wrapper {
	position:relative;
	margin: 0 auto; 
	width: 1100px; 
	height: 100%;
	/*background:#CCCCCC;*/
}

#middle_content {
	display: block; 
	position:relative;
	height:100%;
	
	z-index:1;
}

a.BTN_faq {
	position:absolute;
	background-image:url('images/FAQ_tab_copy.png');
	background-color:#222222;
	height:102px;
	left:-38px;
	overflow:hidden;
	text-indent:-100000px;
	top:50px;
	width:42px;
	z-index:10;	
}
a.BTN_faq:hover{left:-41px;}

		/* LEFT */
		#middle_left {
			display: block;
			float:left;
			position:relative;
			width: 900px;
			margin: 0 auto; 
			height: 100%;
			min-height:100%;
			background:#84B9E3;
			overflow:hidden;
		}
		
		#middle_left_content {
			z-index:2;
		}
		
		#social_network_icons {
			position:absolute;
			bottom:1%;
			left:6px;
			z-index:3;
		}
		
		.bg_img{
			position:absolute;
			width: 100%;
			left:0px;
			bottom:-100px;
			
			z-index:1;
		}

		/* RIGHT */
		#middle_right {
			display: block;
			float:right;
			position:relative;
			width: 195px;
			margin: 0 auto; 
			height: 100%;
			min-height:100%;
			background:#304269;
			
		}
		
		.txt_callUs {
			position:relative;
			font-family:Verdana, Geneva, sans-serif;
			font-size:1em;
			color:#FFFFFF;
			margin-top:5em;	
		}
		
		
		.txt_contact_us {
			position:relative;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			margin-left:10px;
			margin-top:15px;
			text-decoration:none;
		}
		
		.txt_contact_us:hover {
			position:absolute;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#FFFFFF;
			margin-left:10px;
			margin-top:15px;
			text-decoration:underline;
		}
		
		
		.BTN_apply {
			position:absolute;
			display: block;
			width: 325px;
			height: 80px;
			background:url(images/BTN_apply.png) top;
			background-repeat:no-repeat;
			text-indent: -99999px;		
			margin-top:-30px;
			margin-left:-75px;
			z-index:50;
			padding-top:40px;
	
		}
		
		.BTN_apply:hover {
			position:absolute;
			display: block;
			width: 325px;
			height: 107px;
			background:url(images/BTN_apply_on.png) top;
			background-repeat:no-repeat;
			text-indent: -99999px;		
			margin-top:-30px;
			margin-left:-75px;	
		
		}
		
		#logins_wrapper {
			display: block;
			position:relative;
			width: 100%;
			margin: 0 auto; 
			top:0px;
			padding:5px;
					
		}			
		
		#student_login {
			position:relative;
			padding:5px;
			width:170px;
			min-height:100px;
			border:solid 2px #FFF;
			background:#6D9FCC;
			text-align:left;
			z-index:0;
		}
		
		#landlord_login {
			position:relative;
			margin-top:10%;
			padding:5px;
			width:170px;
			min-height:100px;
			border:solid 2px #FFF;
			background:#1C2936;
			text-align:left;
			z-index:0;
		}
		
		.login_subtext {
			font-size:0.8em;
			color:#FFFFFF;
			text-align:center;
			margin-top:5px;
		}
		
		.txt_loginHeader {
			color:#ffffff;
			font-weight:bold;		
		}
		
		.login_err {
			color:#F80A1A;
			display:none;
			font-size:0.8em;
			padding: 5px;
			margin-top:5px;
			width:160px;
			background:#EEEEEE;
		}
	
		#contact_us {
			position:absolute;
			text-align:left;
			bottom:40px;
		}
		
		#contact_us img {
			position:relative;
			top:-5px;
			float:left;
			margin-left:5px;
			max-height:40px;
			margin-right:10px
		}
		
		#contact_us a {
			color:#FFFFFF;
		}
	
	
/*FOOTER*/
#footer {
	position:relative;
	background: url('images/top_bottom_bg.png') repeat;
	width: 100%; 
	margin: 0 auto; 
	min-width: 960px;
	min-height: 36px; 
	overflow:hidden;
	z-index:1;
}

.footer_content {
	position:relative;
	width: 98%;
	margin: 0 auto; 
	min-width: 960px; 
	min-height: 36px; 
}

.logo_bottom {left:0.7em; margin:0.2em; position: absolute;}
.ocr_logo_bottom {background: url("images/bottom_logo.png") no-repeat; width: 129px; height: 30px;}
.bottom_banner {float: right; position: relative; margin:0.4em; font-size: 1.1em; font-family: Verdana,Geneva,sans-serif; color:#FFFFFF;}

/*FACEBOXES*/
.txt_facebox_header { font-size: 2em; }
#fb_faq { width:800px; }
#faq_content {height:600px; overflow-x:hidden; overflow-y:scroll; font-family: Verdana,Geneva,sans-serif; font-size:1em;}


/*CONTENT PAGES*/
#content_wrapper{ 
	position:absolute; 
	z-index:5;
	left:1%;
	text-align:left; 
	width:98%; 
	margin: 30px auto;
	height:500px; 
	clear:both;
	overflow-x:hidden;
	overflow-y:scroll;	
}
.content_header{
	position:relative;
	margin-top: 10px;
	font-weight:bold;
	left:37%;
	color:#F26522;
	font-family: Verdana,Geneva,sans-serif; font-size:2em;
	text-align:center;
	width:550px;
}

.content_subheader {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#F26522;
	margin-top:20px;
	font-weight:bold;
}

.content_body{
	position:relative;
	left:37%;
	font-family: Verdana,Geneva,sans-serif; font-size:1.2em;
	width:60%;
	min-height:100%;
}

.content_body_orange{
	color:#F26522;
}

.content_left-image{
	position:fixed;
	height: 490px;
	z-index:100;
	padding:5px;
}
	
		/* HOME */
		.txt_sign_up_today {
			text-align:center;
			font-family:Verdana, Geneva, sans-serif;
			font-size:30px;
			color:#F26522;
		}
		a.txt_sign_up_today_sub {
			text-decoration:underline;
			font-size:30px;
			color:#F26522;
		}
		
		/* APPLY ONLINE */
		.item_list {
			margin-top:-10px;
		}
		
		a.home { color: #F26522; text-decoration: none; outline: none; font-weight:bold;}
		a.home:visited { color: #F26522; outline: none;}
		a.home:focus { outline: none; }
		
		/* CONTACT US */
		#contact-area {
			width: 500px;
			margin-top: 25px;
		}
		
		#contact-area input, #contact-area textarea {
			padding: 5px;
			width: 371px;
			font-family: Helvetica, sans-serif;
			font-size: 1.2em;
			margin: 0px 0px 10px 0px;
			border: 2px solid #ccc;
		}
		
		#contact-area textarea {
			height: 90px;
		}
		
		#contact-area textarea:focus, #contact-area input:focus {
			border: 2px solid #900;
		}
		
		#contact-area input.submit-button {
			width: 100px;
			float: right;
		}
		
		#contact-area label {
			float: left;
			text-align: right;
			margin-right: 15px;
			width: 100px;
			padding-top: 5px;
			font-size: 1em;
		}
		
		.contact_alert {
			margin:10px;
			color:#F33;
			font-size:1.2em;
			text-align: center;
		}
		
		/* PROPERTY */
		.property_header {
			width:100%;
			height:auto;
			background:#F26522;
			border-top:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			color:#fff;
		}
		.property_header_left {
			float:left;
			display:inline-block;
			margin:5px;
		}
		.property_header_right {
			display:inline-block;
			float:right;
			margin:5px;
		}		
		.content_body_property{
			position:relative;
			left:37%;
			font-family: Verdana,Geneva,sans-serif; font-size:1.3em;
			width:100%;
			min-height:100%;
		}
		.lookingfor {
			font-family: Verdana,Geneva,sans-serif; font-size:0.8em;
		}
		.print_pdf {
			margin-left:5px;
		}
		.print_pdf img {
			margin-right:5px;
		}
		.property_content{
			padding:5px;
			
		}
		.property_image {
			max-height:300px; max-width:250px; border: 1px solid #222222; display:block;
		}
		.property_left {
			float:left;
		}
		.property_desc {
			width:580px;
			float:right;
		}
		.property_detail {
			font-family: Verdana,Geneva,sans-serif; font-size:0.7em;
			line-height:90%;
			padding-top:10px;
			clear:both;
		}
		
		.property_detail li {
			margin-bottom:5px;
			margin-left:-10px;
		}
		.txt_sign_up_today_property {
			text-align:center;
			font-family:Verdana, Geneva, sans-serif;
			font-size:20px;
			color:#F26522;
			width:250px;
		}
		
		.txt_sign_up_today_sub_property {
			font-size:20px;
			color:#F26522;			
			text-decoration:underline;
		}		
		
/* =============================================================================
   Non-semantic helper classes
d   Please define your styles before this section.
   ========================================================================== */

/* For alpha */

.bg_white_alpha {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9FFFFFF, endColorstr=#A9FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A9FFFFFF, endColorstr=#A9FFFFFF)";
}


/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

