

body {
	text-align: center;

		/* custom */
		background: #B0B5B9 url(../images/pagegrad.jpg) repeat-x;
		font-family: verdana;
		font-size: .7em;
		color: #635a56;
		padding-top: 8px;
}

a {
		color: #001391;
}

a:hover {
		color: #2C57EF;
}


ol, ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

p {
	padding: 8px 0;
}

h1,h2,h3,h4,h5 {
	line-height: 1.5em; padding: 9px 0; margin: 0; color: #162985;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}



#c1 {
	margin: 10px auto 0 auto;
	width: 764px;
	text-align: left;
	z-index: 1;

		/* custom */
		background: #fff;
}

#c2 {
	z-index: 2;
		/* custom */
		border: 1px solid #fff;
}

#topbar {


		/* custom */
		border-bottom: 2px solid #fff;
}

#topbar img {
		float: left;
}

#topbar form#search {
		float: right;
		width: 225px;
		height: 179px;
		padding: 0 21px;
		background: #8CA3FF url(../images/propgrad.jpg) repeat-x;
		color: #fff;
}

form#search legend {
		font-weight: bold;
		padding: 13px 0;
		margin: 0 0 0 -7px;
}

form#search label {
		font-size: 1.1em;
}

form#search input, form#search select {
		width: 180px;
		float: right;
}

form#search select {
		color: #00104F;
		margin: 0;
}

form#search input {
		font-weight: bold;
		color: #000;
		background: #aec0ff;
		margin-top: 15px;
}

form#search p.clear {
		clear: both;
		padding: 8px 0;
}

#content {

		/* custom */
		line-height: 1.6em;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #9b9aa0;
		padding: 0 0 1px 26px;
		background: #fff url(../images/contbak.gif) top left repeat-y;
}

.floatleft {
		float: left;
		margin: 0 10px 4px 0;
}

.floatright {
		float: right;
		margin: 0 0 4px 10px;
}

#lhs, #lhsfull {
		margin: 0;
		z-index: 100;
		padding: 20px 0;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 442px;
}

#lhsfull {
		background: #fff;
		padding: 20px 20px 20px 0;
}

img#propimg {
		background: #fff;
		border-right: 1px solid #7F6F73;
		border-bottom: 1px solid #7F6F73;
		border-left: 1px solid #e4e4e4;
		border-top: 1px solid #e4e4e4;
		padding: 2px;
}

form#hrform label {
		font-size: 1.1em;
		font-weight: bold;
}

.rqrd {
		background: #FFFF66;
		border: 1px solid red;
}

#disclaimer {
		padding: 9px;
		background: #EFEFE0;
		border: 1px solid #e4e4e4;
		margin: 18px 0;
		color: #4F4C4A;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 247px;
		padding: 26px 10px 0 10px;
		background: #E4E4C2 url(../images/rightgrad.jpg) top left repeat-x;
		margin-left: 27px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
}

.rhsitem {
		margin-bottom: 15px;
}

#rhs h3 {
		color: #57525b;
		padding-top: 0;
		font-size: 1.1em;
		border-bottom: 1px dashed #6e8074;
}

#rhs h5 a {
		font-size: 1em;
		color: #6b6361;
		font-style: italic;
		text-decoration: none;
}

#rhs h5 {
		padding-bottom: 0;
}

#rhs ul#thrnav {
		padding: 12px 0;
		margin: 0;
}

#rhs ul#thrnav #active {
		font-weight: bold;
		cursor: default;
		text-decoration: none;
		color: #001391;
}

#rhs ul#thrnav li, #rhs ul#thrnav li a {
		display: block;
		list-style-type: none;
}

#rhs ul#thrnav li a {
		padding: 3px 10px;
		font-size: 1.2em;
}

#rhs ul#thrnav ul li a {
		padding: 1px 10px;
		font-size: 1em;
}

#rhs a.morelink {
		display: block;
		font-weight: bold;
}

#rhs #testimonial blockquote {
		color: #784b08;
		font-size: 1.1em;
		font-style: italic;
}

#rhs #testimonial p {
		color: #636864;
		padding: 7px 0 0 0;
}

#rhs a#Invness {
		width: 8px;
		height: 8px;
		background: red;
		position: absolute;
		padding: 0;
		margin: -190px 0 0 149px;
}

#rhs a#Invness:hover {
		background: #2C57EF;
}

#bottmenu {

		/* custom */
		line-height: 1.8em;
		color: #060155;
		background: #001d95;
		padding: 3px 0;
		border-top: 3px solid #fff;
		border-bottom: 1px solid #fff;
		text-align: center;
}

#bottmenu p {
		background: #fff;
		margin: 0;
		padding: 8px;
}

#bottmenu a {
		color: #060155;
		text-decoration: none;
}

#bottmenu a:hover {
		text-decoration: underline;
}

#contact {
	margin: 0 auto;
	width: 732px;

		/* custom */
		text-align: center;
		padding: 15px;
		background: #001d95;
		color: #fff;
}

.clear {
	clear: both;
}

#contact a {
	color: #fff;
}

#sitemap li {
margin-left: 15px;
padding-left: 5px;
list-style-type: disc;
}

#sitemap li li {
list-style-type: square;
}

#sitemap li li li {
list-style-type: circle;
}