/**
 * screen.css
 *
 * general styles
 * for IE hacks see ie.css
 */
html,body,p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,li {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #000066;
	text-align: center;
	height: 100%
}

html {
	font-size: 0.84em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-spacing: 0;
}

p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,li {
	text-align: left;
	margin: 10px 5px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000066;
}

h1 {
	font-size: 1.4em;
	text-decoration: underline;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	margin-top: 50px;
	border-bottom: 1px solid #000080;
}

#banner p {
	text-align: center;
}

#content {
	padding: 0 0 10px 0;
}

#content div {
	text-align: left;
	float: left;
}

#content #nav {
	width: 90px;
}

#content #nav a {
	display: block;
	color: #fff;
	background-color: #000066;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}

/*#content #nav a:hover {background-color:#000040;}*/
#content #nav a.image {
	background-color: #fff;
}

#content #main {
	width: 600px;
	padding-left: 4px;
	margin-left: 5px;
	border-left: 1px solid #000080;
}

#content #main .heading {
	text-align: center;
	border-bottom: 1px solid #000080;
	padding: 10px 0;
	margin-bottom: 10px;
	width: 100%;
}

#content #main .group {
	text-align: center;
	width: 290px;
	padding: 5px;
}

* html #content #main .group {
	padding: 1px;
}

#propView {
	width: 600px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0 auto;
	border-left: 1px solid #000080;
}

#content #main a {
	color: blue;
}

#content #main a:hover {
	color: #ff0000;
}

#content #main ul.staff {
	list-style-type: none;
}

#content #main ul.staff li {
	clear: both;
}

#content #main ul.staff li div {
	float: left;
	padding: 10px 0;
}

#content #main ul.staff li div.left {
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#content #main ul.staff li div.right {
	width: 440px;
	padding-left: 10px;
}

#content #main ul.staff li span {
	text-decoration: underline;
}

.propList,.propFeat,.propSearch {
	float: left;
}

.propSearch {
	float: right;
}

* html .propList,* html .propFeat,* html .propSearch {
	
}

.propList {
	border-right: 1px solid #000080;
	width: 320px;
	min-height: 1022px;
}

.propFeat {
	width: 145px;
	border-right: 1px solid #000080;
	text-align: center;
}

.propSearch {
	width: 126px;
	padding-left: 7px;
}

.propInd {
	float: left;
	width: 125px;
	height: 152px;
	padding: 5px;
	padding-left: 22px;
}

.propInd img {
	width: 125px;
	height: 80px;
}

.propInd2 {
	float: left;
	width: 125px;
	height: 152px;
	padding: 5px;
	padding-left: 10px
}

.propInd2 img {
	width: 125px;
	height: 80px;
}

.propComm {
	float: none;
	width: 125px;
	height: 492px;
	padding: 5px;
}

.propComm img {
	width: 125px;
	height: 80px;
}

.propComm p {
	display: inline;
	width: 225px;
	height: 280px;
}

.propSearch input,.propSearch select {
	width: 100%;
	margin: 0 0 5px 0;
}

.propSearch input.submit,.propSearch a {
	display: block;
	color: #fff;
	background-color: #000066;
	font-weight: bold;
	text-align: center;
	border: none;
}

#content #main .propSearch a {
	color: #fff;
}

.propSearch a.image {
	background-color: #fff;
}

.back {
	text-align: right;
}

.back a {
	text-decoration: underline;
	color: blue;
}

#footer {
	border-top: 1px solid #000080;
	padding-top: 10px;
}

/**
 * tables
 */
table.stamp {
	width: 90%;
	margin: 0 10px;
	border: 1px solid #000066;
	border-collapse: collapse;
}

table.stamp th,table.stamp td {
	border: 1px solid #000066;
	padding: 5px;
}

table.stamp2 {
	width: 100%;
	margin: 0 10px;
	border: none;
	border-collapse: collapse;
}

table.stamp2 th,table.stamp td {
	border: none;
	padding: 5px;
}

.clear {
	clear: both;
	float: none;
}