@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/
html {
  background: #fff;
  color: #333;
}
body {
	margin: 0;
	font-family: calibri, verdana, Geneva, sans-serif;
}
div {
	position: relative;
}
p {
	margin: 0;
	margin-bottom: 15px;
}
a {
	color: #66C;
}
a:focus {
	color: #669;
}
a:active {
	color:#63C;
	text-decoration:none;
}
a:visited {
	color: #66F;
}
.tempTable {
	margin: 10px;
}
div#sheet {
	width: 1046px;
	margin: 0 auto;
	padding-top: 20px;
}
div#headContainer {
	height: 155px;
	margin: 0;
}
div#headLogo {
	height: 155px;
	width: 320px;
}
div#loginContainer {
}
div#menuContainer {
	height: 35px;
	background-image: url(http://jacarandahousing.org/images/bg_menu.png);
	background-repeat: repeat-x;
	margin: 0;
	width:1047px;
}
ul#menu {
	line-height: 35px;
	margin: 0;
	padding-left: 52px;
	list-style: none;
}
#menu li {
	float: left;
	text-align: center;
	font-size: 1.32em;
}
#menu li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 85px;
	height: 35px;
}
#menu li a:hover, #menu li a:focus {
	background-image: url(http://jacarandahousing.org/images/blue_bg.png);
	background-repeat: repeat-x;
	color: #66F;
}
li.currentMenu {
	background-image: url(http://jacarandahousing.org/images/blue_bg.png);
	background-repeat: repeat-x;
}
div#bodyContainer {
	background-image:url(http://jacarandahousing.org/images/bg_body.png);
	background-repeat: repeat-y;
	width: 1006px;
	min-height: 630px;
	margin: 0px;
	padding: 20px;
}
div#bodyFoot {
	height: 23px;
	width: 1046px;
	background-image:url(http://jacarandahousing.org/images/bg_body_foot.png);
	background-repeat: no-repeat;
}
div#content {
	float: left;
	width: 700px;
}
div#sidebar {
	width: 300px;
	float: right;
}
div#news {
	padding-top: 20px;
}
div#newsHeader {
	text-align: center;
	font-size: 1.2em;
	line-height: 25px;
	background-image: url(http://jacarandahousing.org/images/slice_14.png);
	background-repeat: repeat-x;
}
#newsDiv {
	min-height: 15px;
	text-align: center;
}
#newsContact {
}
.newsItem {
	margin: 8px;
}
.pageContent {
	padding-left: 30px;
	padding-right: 30px;
}
.contactLists {
	font-size: 16px;
	clear: both;
	margin: 8px;
}
.pageText {
	display: block;
}
div#footContainer {
	width: 1046px;
	margin: 0px;
}
ul.standardList{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.standardList li {
	margin-left: 10px;
}
p.alert {
	color: #C30;
}
p.downloadLink {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
div#contactContainer {
}
div#footer {
}