@charset "utf-8";
/* CSS Document */

#printHeader {
	width:750px;
	height:140px;
	margin:0 auto;
	display:block;
	}

#printHeader img {
	width:738px;
	height:126px;
	}
	
html {
	padding: 0;
	margin: 0;
	background-color: #fff;
}

body {
	font-family: arial, verdana, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1em;
	background:#fff url(../images/page_background.jpg) repeat-x top left;
	color: #0f232c;
}

/* bigw is also our container selector */
#bigw {
    min-height:100%;
    position:relative;
	background: url(../images/bigw.png) no-repeat top center;	
}

.noprint {display:none}
#menu {display:none}

a {	text-decoration: none;}

a:hover {	text-decoration: underline;}

#content {	font-family: arial, verdana, sans-serif;}

#content p {
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: arial, verdana, sans-serif;
	padding-bottom: 1.5em;
}

#content p a {
	padding:1px 2px;
	text-decoration: none;
	background-color: #2180ab;
	color: #fff;
}

#content p a:hover {
	color:#2180ab;
	text-decoration: none;	
	padding:1px 2px;
	background-color: transparent
}

.centre {	padding: 0;}

#slider-container {display:none}


#leftside {
	width: 650px;
	padding-left:0	
}

#rightside { 	
	width: 650px;	}



.home p {
	border-bottom: 1px dashed #9ea6aa;
}

.line {
	margin:15px 0 20px 0;
	border-bottom: 1px dashed #9ea6aa;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.3em;
	line-height: 1.2em;
}

h1 {
	margin-top: 1em;
	font-size: 1.2em;
}

h2 {
	font-size: 1.45em;	
}

.dropshadow {
	padding: 6px 6px 6px 6px;
	background:url(../images/dropshadow_border.png) top left no-repeat;
}

#breakout {
	padding:18px 35px 0 25px;
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	}

#availability { display:none}



/* Footer styles */
#footer {	display: none;}



#rightside-indent {
	padding-left: 20px;
}

.ticklist {
	padding-left:15px;
	font-size: 0.8em;
}

.ticklist li {
	list-style:disc;
	padding-left: 17px;
	line-height: 1.4em;
}

#apartments {display:none}



/* The links at the top of the apartments page with lots of padding */
.biglinks {
	padding-bottom: 13px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #9ea6aa;
}

.biglinks a {
	margin-right: 10px;
}


#crumbs {display:none}

#leftside-tariffs {
	width:650px;
	padding-left:0
} 

#crumbs-tariffs {display:none}

#contact-right  {
	padding-left:0;
	}


#contact-right p {
	line-height: 1.4em;

	}
	
#contact-right h2 {
	font-size:1.3em;
	margin-bottom:5px}

#contact-right h3 {
	margin:5px 0 0}
	
ul.contact {
	margin-top:8px;
	padding:0;
	list-style:none;
	}

ul.contact li {
	margin-bottom:10px;
	font-size: 0.75em;
	font-family: arial, verdana, sans-serif;
	}

ul.contact2 {
	margin:12px 0 0 30px;
		font-size: 1.4em;
	}
	
/* table on tariffs page */

.table { 
	font-size: 0.75em;
	font-family: arial, verdana, sans-serif;
	overflow:hidden
	}
	
.table ul {
	float:left;
	margin:0;
	padding:0;
	border:1px solid #999;
	border-right:none
	}

.table ul.last {
	border-right:1px solid #999
	}
	 	
.table ul li {
	list-style:none;
	padding:5px 10px;
	}

.table ul li.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#333;
	padding:8px 10px;
	color:#fff;
	}

.table ul li.even {
	background:none;
	border-bottom:1px solid #999
	}

	
ul.contact li a {
	padding:1px 2px;
	text-decoration: none;
	background-color: #2180ab;
	color: #fff;
}

ul.contact li a:hover {
	color:#2180ab;
	text-decoration: none;	
	padding:1px 2px;
	background-color: transparent
}


