/* ====================================================================================================== */
/*  GLOBAL RESPONSE TECHNOLOGIES - STYLES.CSS - SPLASH, DESIGN, & FRAMEPAGE STRUCTURE - UPDATED 01/03/07  */
/* ====================================================================================================== */

body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background:#FFFFFF;	
}

body.splash_body {
}

body.design_body {
}

body.frame_body {
}

/* ====================== */
/* DEFAULT HEADING STYLES */
/* ====================== */

h1, .h1 /* Page Heading */{
	width:520px;
	margin:0px 0px 0px 0px;
	display:block;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h1 span.grey {
	color:#818181 !important;
	font-weight:normal;
}

h1 span.blue {
	color:#3e75c2;
	font-weight:normal;
}


h2, .h2 /* Page Sub-Heading */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:16px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;	
	text-transform:capitalize;
	color:#3e75c2;
}

h3, .h3 /* Category Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h3 span.blue {
	color:#3e75c2;
	font-weight:normal;
}

h4, .h4 /* Category Sub Heading (Layout Modules) */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* ========================================== */
/* OTHER COMMONLY USED ELEMENT DEFAULT STYLES */
/* ========================================== */

img /* To remove borders on linked images */{
	border:none;
}

img.content {
	border:1px solid #d5d5d5;
	padding:3px;
	float:left;
	margin: 0px 15px 15px 0px;
}

p {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px 0px;
}

a {
	color:#3e75c2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	outline:none;
}

strong {
	font-weight:bold;
}

form {
	margin:0px /* This nullifies an IE bug that add a 10px margin to the form tag */ ;
}

/* ============================================================================== */
/* ADDITIONAL CUSTOM ELEMENT STYLES (CHECK THESE STYLES WITH CONTENT/CONTENT.PHP) */
/* ============================================================================== */

ul.links /* To be used for unordered lists containing links */{
	list-style:none;
	margin:0px;
	padding:10px
}

ul.links li {
	display:block;
	height:12px;
	line-height:12px;
	font-weight:bold;
}

ul.links li a {
	padding-left:15px;
	background:url(../images/li_arrow.gif) no-repeat left 30%;
	text-decoration:none;
	color:#789ed4;
}

ul.links li a:hover {
	text-decoration:underline;
	background:url(../images/li_arrow_hv.gif) no-repeat left 30%;
	outline:none;
}

ul.standard /* To be used for unordered lists without links */{
	list-style:none;
	margin:0px;

}

ul.standard li {
	display:block;
	font-weight:bold;
	padding:5px 0px 10px 12px;
	background:url(../images/li_arrow.gif) no-repeat left 30%;
}

ol.normal /* To be used for ordered lists without links */{
	margin:0px;
	padding:10px 0px 10px 12px;
}

ol.normal li {
	list-style-type:decimal;
	list-style-position:inside;
	font-weight:bold;
	margin-bottom:5px;
}

/* ============================================== */
/* HEADER STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================== */

div.header {
}

div.banner {

}

/* logo starts at 383 minus 19 (276 x coordinates) */
div.logo {
	width:357px;
	height:39px;
	position:absolute;
	top:27px;
	left:50%;
	margin-left:-364px;
	background:url(../images/logo.gif) no-repeat top center; 
}

div.bg_top_across {
	width:100%;
	height:8px;
	top:0px;
	position:absolute;
	background:url(../images/bg_top_across.jpg) repeat-x top left;
}

div.middle_pix {
	width:100%;
	height:22px;
	top:339px;
	position:absolute;
	background:url(../images/middle_pix.jpg) repeat-x center left;
}


/* ============================================= */
/* MENU STRUCTURE STYLES (MASTER/SERVANT MODEL)  */
/* ============================================= */

div.navMain {
	/*z-index:100;  z-index allows an absolute positioned containter to br placed in the top of the doc. */
	width:275px;
	height:13px;
	position:absolute;
	top:78px;
	left:50%;
	margin-left:110px;
}

div.navMain a {
	display:block;
	float:left;
	height:13px;
	line-height:13px;
	color:#3e75c2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

div.navMain a:hover {
	text-decoration:none;
	outline:none;
	color:#757575;
}

div.navMain span {
	display:block;
	float:left;
	height:13px;
	line-height:13px;
	color:#757575;
	font-size:10px;
	margin: 0px 5px 0px 16px;
}

div.navSec {
	z-index:100; /* z-index allows an absolute positioned containter to br placed in the top of the doc. */
	position:absolute;
	top:94px;
	width:189px;
	height:244px;
	left:50%;
	margin-left:-364px;
	
}

div.navSec a {
	display:block;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background:url(../images/nav_sec_arrow.gif) no-repeat top left;
	padding-right:37px;
}

div.navSec a:hover {
	text-decoration:none;
	background:url(../images/nav_sec_arrow_hv.gif) no-repeat top left;
	color:#3e75c2;
	outline:none;

}

div.preload /* Use this div to wrap <img src="" alt="" />'s that need to preload, such as mouse-over images */ {
	position:absolute;
	top:-500px;
	left:0px;
}

/* ============================================ */
/* PAGE STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================ */

div.master {
	margin-top:361px;
	background:#FFFFFF;
	background:url(../images/bg_document.jpg) repeat-x bottom left;	
}

div.servant {
	width:746px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-364px;
}

/*  By specifying a height property for a <TD> you will create a minimum height for your table under Master/Servant,
	thus any overflow encountered will cause the table to stretch vertically. Only one column needs to be given a
	height property for the entire table row.  */

td.leftCol {
	height:;
	width:;
	vertical-align:top;
}

td.rightCol {
	width:;
	vertical-align:top;
}

td.singleCol {
	height:780px;
	width:100%;
	vertical-align:top;
}

div.content /* This container should not have a specified height, else it will not stretch, INCLUDE <?pg()?> INSIDE THIS CONTAINER */ {
	padding:15px 0px 15px 0px;
	width:555px;	
}

div.content span.extra{
	color:#3e75c2;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

div.content ul.standard li, div.content ul.links li{
	margin-bottom:10px;
}
div.content ol strong{
	color:#666666;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div.bar {
	position:absolute;
	width:751px;
	height:22px;
	background:url(../images/bar.gif) no-repeat top center;
	top:860px;
	left:50%;
	margin-left:-370px;
}

div.moving_info {
	position:relative;
	width:193px;
	text-align:left;
	margin-top:83px;
}

div.mission_statement {
	position:relative;
	width:320px;
	text-align:left;
	margin:-260px 0px 0px 220px;
}



div.learn_more a {
	font-weight:bold;
	background:url(../images/arrow.gif) no-repeat left 4px;
	padding-left:16px;
	text-decoration:none;
}

div.learn_more a:hover {
	background:url(../images/arrow.gif) no-repeat 2px 4px;
	outline:none;
	text-decoration:none;
	color:#6693CE;
}

div.footer /* Place this container under the servant, or master containers, without positioning */ {
	width:100%;
	height:82px;
	position:relative;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/bg_footer.jpg) repeat-x center top;
	color:#e5e5e5;
	text-align:center;
	line-height:50px;
}

div.footer a {
	text-decoration:none;
	font-weight:bold;
	color:#e5e5e5;
}

div.footer a:hover {
	outline:none;
	color:#FFFFFF;
}

div.footer span {
	padding-left: 205px;

}


/* ============= */
/* WIDGET STYLES */
/* ============= */

div.rotator {
	width:543px;
	height:250px;
	top:93px;
	left:50%;
	margin-left:-159px;
	position:absolute;
	background:url(../images/jpg_rotator.gif) no-repeat top left;
}

div.rotator div {
	width:517px;
	height:246px;
	position:absolute;
	top:3px;
	left:23px;
}

div.weatherbox /* Use the actuall dimensions of the weather box, overflow will hide the mozilla/ff bug */ {
	position:absolute;
	width:175px;
	height:270px;
	top:900px;
	left:50%;
	margin-left:192px;
	overflow:hidden;
	padding:6px 8px;	
	background:url(../images/weatherbox.jpg) no-repeat top left;
}

div.featplayer {
	position:absolute;
	width:175px;
	height:230px;
	top:384px;
	left:50%;
	margin-left:202px;
	background:url(../images/featured.gif) no-repeat top left;

}

div.random_listings {


}



/* ================= */
/* FRAME PAGE STYLES */
/* ================= */

div.frame_banner {
	width:100%;
	height:;
}

div.frame /* INCLUDE <?pg()?> INSIDE THIS CONTAINER */{
}

div.navFrame {
}

div.navFrame a {
}

div.navFrame a:hover {
	outline:none;
}

/* ============================= */
/* move info content page styles */
/* ============================= */
div.movInfo ul{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20%;
	width:80%;
	list-style:disc;
}

div.movInfoLeft{
	width:312px;
	height:200px;
	
	float:left;
	margin:0px 20px 0px 20px;
 	padding:0px;
}
div.movInfoRight{
	position:relative;
	width:312px;
	height:200px;
	
	margin:0px 0px 0px 0px;
	float:left;
	padding:0px;
}
div.movInfoRight ul{
	margin:0px 0px 23px 0px;
	padding:0px 0px 0px 20%;
	width:80%;
	list-style:disc;
}
/* ======================= */
/* BUG FIXES AND CSS EDITS */
/* ======================= */

th.headerTitle {
	text-align:left;
}

div.listings /* To Center Listings Table */  { 
	left:50%;
	margin-left:-250px;
}

/* EXPANDED TEXTAREA (USED FOR COMMENT SECTIONS) */

div#sendtofriend_form #field_04 /*yorkapartmentlocators.com*/,
div#aprtment_search #field_20 /*yorkapartmentlocators.com*/{
	background:#F3F3F3;
	padding-bottom:3px;
}

div#sendtofriend_form #field_04 textarea /*yorkapartmentlocators.com*/,
div#aprtment_search #field_20 textarea /*yorkapartmentlocators.com*/ {
	width:516px;
	margin:0px 0px 0px 0px;
	left:3px;
}


/* NAV SER */

div.navSer {
	position:relative;
	width:767px;
	left:50%;
	margin-left:-383px;
	text-align:center;
	margin-top:0px;
	padding-bottom:15px;
	clear:both;
}

div.navSer a {
	height:auto;
	font-size:11px;
	color:#666666;
	padding:0px 4px;
	text-decoration:none;
}

div.navSer a:hover {
	text-decoration:underline;
	color:#666666;
}

div.details_listing div.details_mm_calc {
	display:none;
}

div.relocation{
	display:none;
}

div.top_contact{
	position:absolute;
	top:32px;
	left:50%;
	width:200px;
	margin-left:165px;
	background:url(../images/call_now.gif) right top no-repeat;
	height:20px;
	text-align:right;
	padding:15px 0px 0px;
	line-height:23px;
}

