/*
	Welcome to the Zaremba CSS file.\
	This table of contents will make this file easier to understand:

	1.) Default element styles
	2.) Containers and Navigation styles
	3.) Footer stuff

*/


/*
	1.) Default element styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .73em;
}

html {
	background: url(../images/top_bg.gif) 0 45px repeat-x;
}

h2 {	margin: 0 0 .8em 0; }

/*
	Containers and Navigation
*/


.rootContainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 70px;
}

.breaker {
	clear: both;
}

#pageHeader {
	width: 980px;
	height: 81px;
	margin: 0;
}

#logoContainer {
	float: left;
	height: 81px;
	width: 122px;
}
h1#mainLogo{
	background: url(../images/zaremba-logo.gif) no-repeat 0 0;
	display:block;
	text-indent:-100em;
	height:135px;
	margin: 10px 0 0 10px;
	position:absolute;
	width:106px;
	z-index:1000;
}
#mainLogo a {
	display: block;
	width: 106px;
	height: 135px;	
}
/*
h1#mainLogo {
	display: block;
	width: 112px;
	height: 71px;
	font-size: .1ex;
	margin: 10px 0 0 10px;
	background: url(../images/top-logo-shadow.jpg) no-repeat 100% 0;
}

#mainLogo a {
	display: block;
	width: 103px;
	height: 69px;
	padding: 2px 0 0 2px;
	background: url(../images/top-logo.gif) no-repeat;
	color: #fff;
}
*/
#cornerNav {
	float: right;
	color: #816f59;
	margin: 0;
	line-height: 15px;
}

#cornerNav a:link, #cornerNav a:visited {
	color: #816f59;
	text-decoration: none;
}

#cornerNav a:hover {
	text-decoration: underline;
}

#nav1 {
	width: 830px;
	height: 26px;
	float: left;
	margin: 30px 0 0 17px;
}

#nav1 a:link, #nav1 a:visited {
	background-image: url(../images/nav1-bg.jpg);
	background-position: 0 100%;
	border: 1px solid #000;
	margin: 0 0 0 -1px;
	padding: 4px 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#nav1 a:hover, #nav1 a:active {
	background-position: 0 0;
	color: #eee;
}

#nav1 a.apartments {
	margin-left: 0;
}

#contentCotnainer {
	width: 980px;
}

#nav2 {
	float: left;
}

.contentArea {
	background-color: #fff;
	float: left;
	width: 740px;
	padding: 0 0 0 10px;
}

.contentArea img { 	float: left; }

#nav2Container {
	width: 210px;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	background-color: #c97705;
}

#nav2 {
	width: 210px;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0;
}

#nav2 a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 1px 0;
	margin: 5px 0;
}

.awardsImg {
	float: left;
	clear: right; 
	width: 181px; 
	margin: 0 0 20px 0;
}

.horizontalBar {
	display:inline;
	float: left;
	clear: both; 
	width: 750px;
	height: 41px;
	margin: -15px 0px 10px -10px;	
	background: url("../images/bar-tile.gif") repeat-x #84725d;
}

.titleOfPage h2, .subHeader h2{ /* name of the page and special title*/
	font-family: arial;
	font-size: 2.5em;
	font-weight: bold;
	float: left; 
	clear: both; 
}

h2.pageTitle { 
	float: left;
	margin: 0 15px 25px 0; 
}

#withAwardImg {
	font-size: 2.2em !important;
}
.subHeader h2 { font-size: 1.9em; }

#form {
	float: left; 
	clear: left; 
}

/*
	3.) Footer stuff
*/

.footerStripe {
	background: url(../images/layout-bottom.jpg) repeat-x;
	width: 100%;
	height: 10px;
	position: absolute;
	margin-top: 10px;
}

#pageFooter {
	width: 980px;
	margin-top: 22px;
	text-align: left;
	font-size: 10px;
	color: #816f59;
}

.resite {
	float: right;
	color: #816f59;
}