body {
	margin: 			0;
	background-color: 	#16256f;
	background-image:	url(../images/bg.jpg);
	background-repeat: repeat-x;
}

table {
	clear: both;
	/*border-collapse: 	collapse;
	border-spacing:		inherit;
	border-bottom: 		none;*/
}

.container {
	background-color: 	#FFFFFF;
	background-image: 	url(http://www.maviunlimited.com/go/images/content-bg.gif);
	background-repeat: 	repeat-y;
}

.column {
	/*padding-top: 9px;*/
}

body, p, td, th, li {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
}

td, th {
	vertical-align: 	top;
	border: 			none;
}

h1 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			175%;
	color:				#182676;
	letter-spacing: 	-1px;
	word-spacing: 		-1px;
	font-weight:		bold;
	margin-bottom:		12px;
	line-height:		1.25;
}

h2 {
	font-size: 			150%;
	color:				#021051;
	line-height:		111%;
	margin: 			0;
	padding: 			0;
	margin:				12px 0;
}

h3 {
	font-size: 			120%;
	font-weight: 		bold;
	color: 				#182676;
	line-height:		111%;
	margin:				12px 0;
}

p {
	margin: 			9px 0;
}

/*p + p {
	text-indent: 	1em;
}*/

.in {
	text-indent: 		0;
	padding-left:		2em;
}

ul, ol {
	/*margin-top:		-10px;
	margin-bottom:		-10px;*/
	margin-left:		20px;
}

/*img {
	float:			none;
}*/

a:hover {
	color:#993300;
}



.small {
	font-size: 75%;
}

.red {
	color: #FF0000;
}

div#masthead {
	/*margin-top: 24px;
	margin-bottom: 8px;*/
	/*border-bottom: 		solid 4px #EEEEEE;
	padding-bottom:		21px;*/
}

div#masthead h1 {
	display: none;
	/*height: 		146px;
	margin:			0;*/
}

div#masthead h1 span {
	display: 		none;
}

div#content h1,
div#content h2 {
	/*margin-left: 	-40px;  /*42*/
}

div.colborder h1.no_in,
div.colborder h2.no_in,
.no_in {
	text-indent: 	0;
	margin-left:	0;
}

/**** keywords ****/

div#keywords_link {
	margin-top:		30px;
	margin-bottom:	24px;
	padding: 		20px 40px;
	clear: 			both;
}

div#keywords_box {
	clear: 			both;
	border: 		1px solid #adb7e6;
	border-right:	none;
	padding: 		1em;
	margin: 		24px 40px;
	margin-top:		30px;
}

div#keywords_box h4 {
	font-size:  	120%;
	/*margin-bottom:	5%;*/
}

div#keywords_box ul {
	margin: 0 5px 12px 10px;
}

div#keywords_box li {
	display: 		inline;
}

div#keywords {
	font-size:			9px;
	padding:			6px 20px;
	clear:				both;
	background-color:	#FFFFFF
	line-height:		100%;
}
#keywords ul {
	margin: 		0;
	text-align:		center;
}
#keywords li {
	font-size:			9px;
	display:			inline;
	padding: 			0 3px;
}

#keywords li a {
	color: 				#6a4b1e;
	text-decoration:	none;
}
#keywords li a:hover {
	text-decoration:	underline;
}

/*** form  ***/

div#form {
	border:				dashed 1px #5471a7;
	background:			#7e9bbd /*url(/go/images/mapback.jpg) no-repeat*/;
	padding-bottom:		3px;
	margin:				12px 0;
	padding:			3px;
}

#form img {
	margin: 			0;
}

#form label {
	/*width: 			170px;*/
	display: 			block;
	/*float: 				left;
	text-align: 		right;
	margin-right: 		10px;*/
	color: 				#3f1b04;
	/*background-color:	#e8eee8;*/
	/*padding-top:		6px;
	padding-bottom:		3px;
	padding-right:		3px;*/
}

#form input[type=text],
#form textarea,
#form select,
#form select option {
	font-family:		Georgia, "Times New Roman", Times, serif;
	background:			#FFFFFF;
	text-indent:		0;
	width:				250px;
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#256f16;
	font-weight:		bold;
}

#form select,
#form select option {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#000000;
}

#form input.mediumbox {
	width: 200px;
}
#form input.widebox {
	width: 300px;
}

div#form input[type="text"] {
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#256f16;
	font-weight:		bold;
}

div#form input.focus,
div#form input[type="text"].focus {
	font-size:			18px;
	color:				blue;
}

div#form input[type="submit"] {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FF6600;
}

div#form input[type="image"],
div#form select,
div#form select option
{
	background:			#FFFFFF;
	font-weight:		normal;
}

/** html div#form input {
	font-size:			15px;
	padding:			3px;
	color:				#000000;
}*/

#form input.btngo  {
	color:				#fff;
}

#form select.menu {
	background-color:	#FFFFFF; 
	font-size:			15px;
}

#form h3,
#form p,
#form p + p {
	margin:				8px;
	text-indent:		0;
}

#form h3 {
	color:				blue;
	margin-top:			0;
	padding-top:		4px;
}
#form p.alert {
	/*background:			#fff;
	padding-top:		4px;
	padding-bottom:		4px;*/
}
#form p.alert input {
	border:				solid 2px #FF0000;
}
#form textarea {
	border:				1px solid silver;
	margin:				0;
	width:				530px;
	height:				130px;
	background:			#ffffff bottom url(images/field-shadow.gif) repeat-x;
	font-size:			15px;
}
div#form div.msg {
	color: 				red;
	text-align: 		center;
	background-color: 	white;
	margin:				4px;
}




/*** contactform  ***/

div#contactform {
	border:				dashed 1px #5471a7;
	background:			#7e9bbd /*url(/go/images/mapback.jpg) no-repeat*/;
	padding-bottom:		3px;
	margin:				12px 0;
	padding:			3px;
}

#contactform img {
	margin: 			0;
}

#contactform label {
	/*width: 			170px;*/
	display: 			block;
	/*float: 				left;
	text-align: 		right;
	margin-right: 		10px;*/
	color: 				#3f1b04;
	/*background-color:	#e8eee8;*/
	/*padding-top:		6px;
	padding-bottom:		3px;
	padding-right:		3px;*/
}

#contactform input[type=text],
#contactform textarea,
#contactform select,
#contactform select option {
	font-family:		Georgia, "Times New Roman", Times, serif;
	background:			#FFFFFF;
	text-indent:		0;
	width:				250px;
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#256f16;
	font-weight:		bold;
}

#contactform select,
#contactform select option {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#000000;
}

#contactform input.mediumbox {
	width: 200px;
}
#contactform input.widebox {
	width: 300px;
}

div#contactform input[type="text"] {
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#256f16;
	font-weight:		bold;
	margin-left:		40px;
}

div#contactform input.focus,
div#contactform input[type="text"].focus {
	font-size:			18px;
	color:				blue;
}

div#contactform input[type="submit"] {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FF6600;
}

div#contactform input[type="image"],
div#contactform select,
div#contactform select option
{
	background:			#FFFFFF;
	font-weight:		normal;
}

/** html div#form input {
	font-size:			15px;
	padding:			3px;
	color:				#000000;
}*/

#contactform input.btngo  {
	color:				#fff;
}

#contactform select.menu {
	background-color:	#FFFFFF; 
	font-size:			15px;
}

#contactform h3,
#contactform p {
	margin:				8px;
	text-indent:		0;
}

#contactform h3 {
	color:				blue;
	margin-top:			0;
	padding-top:		4px;
}
#contactform p.alert {
	/*background:			#fff;
	padding-top:		4px;
	padding-bottom:		4px;*/
}
#contactform p.alert input {
	border:				solid 2px #FF0000;
}
#contactform textarea {
	border:				1px solid silver;
	margin:				0;
	width:				530px;
	height:				130px;
	background:			#ffffff bottom url(images/field-shadow.gif) repeat-x;
	font-size:			15px;
}
div#contactform div.msg {
	color: 				red;
	text-align: 		center;
	background-color: 	white;
	margin:				4px;
}





/***** bigform *****/

div#bigform {
	border:				solid 4px #ffb288;
	background:			white;
	padding-bottom:		3px;
	margin:				12px 0;
	padding:			3px;
	width: 				349px;
	float:				right;
	margin-left:		12px;
	
	border:				dashed 1px #5471a7;
	background:			#c8d3e8 /*url(/go/images/mapback.jpg) no-repeat*/;
	padding-bottom:		3px;
	margin:				12px 0;
	padding:			3px;

}

#bigform img {
	margin: 			0;
}

#bigform label {
	width: 				150px;
	text-align: 		right;
	display: 			block;
	float: 				left;
	margin-right: 		10px;
	color: 				green;
	padding-top:		6px;
	padding-bottom:		3px;
	padding-right:		3px;
}

#bigform input,
#bigform textarea,
#bigform select,
#bigform select option {
	font-family:		Georgia, "Times New Roman", Times, serif;
	background:			#FFFFFF;
	text-indent:		0;
	/*width:			250px;*/
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#FF6600;
	font-weight:		bold;
}

#bigform select,
#bigform select option {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	color:				#000000;
}

#bigform input.mediumbox {
	width: 168px;
}
#bigform input.widebox {
	width: 200px;
}

div#bigform input[type="text"] {
	border:				1px solid silver;
	font-size:			14px;
	padding:			3px;
	color:				#FF6600;
	font-weight:		bold;
}

div#bigform input.focus,
div#bigform input[type="text"].focus {
	font-size:			18px;
	color:				blue;
}

div#bigform input[type="submit"] {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#FF6600;
}

div#bigform input[type="image"],
div#bigform select,
div#bigform select option
{
	background:			#FFFFFF;
	font-weight:		normal;
	margin-left:		185px;
	border: none;
}

/** html div#bigform input {
	font-size:			15px;
	padding:			3px;
	color:				#000000;
}*/

#bigform input.btngo  {
	color:				#fff;
}

#bigform select.menu {
	background-color:	#FFFFFF; 
	font-size:			15px;
}

#bigform h3,
#bigform p,
#bigform p + p {
	margin:				8px;
	text-indent:		0;
}

#bigform h3 {
	color:				blue;
	background:			#CCCCCC;
	margin-top:			0;
	padding-top:		8px;
}

#bigform p.alert {
	/*background:			#fff;
	padding-top:		4px;
	padding-bottom:		4px;*/
}
#bigform p.alert input {
	border:				solid 2px #FF0000;
}

#bigform textarea {
	border:				1px solid silver;
	margin:				0;
	width:				410px;
	height:				130px;
	background:			#ffffff bottom url(images/field-shadow.gif) repeat-x;
	font-size:			15px;
}


div#bigform div.msg {
	color: 				red;
	text-align: 		center;
	background-color: 	white;
	margin:				4px;
}




#content img {
	margin: 			0;
	/*vertical-align:		top;*/
}

#masthead {
	width:				950px;
}

#masthead img { 	
	margin: 			0; 
	padding: 			0;
}
#masthead table { 
	margin: 0; 
}
#masthead td {
	height:		109px;
}
#masthead td { 	
	padding: 0; 
	vertical-align:top; 
}

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 

#masthead div#number {
	background: 		url(http://appraisalscommunique.com/go/images/ac-number.gif) 0 0 no-repeat #FFFFFF;
	text-align:			center;
	/*height:				47px;*/
	padding-right: 		100px;
	padding-top: 		0;
	line-height:		0;
	margin:				0;
}

#number h2 {
	color: 				#7d8f8a;
	font-size:			190%;
	margin: 			0 0 6px 0;
}

div#content {
	/*padding-left: 40px;*/
	padding-top: 		10px;
	padding-bottom: 	10px;
	padding-right:		10px;
}

#content table   { 
	margin-bottom: 		1.4em; 
}
#content th      { 
	/*border-bottom: 	2px solid #ccc; */
	font-weight: 		bold; 
}
#content td      { 
	/*border-bottom: 	1px solid #ddd; */
}
#content th,
#content td      { padding: 4px 10px 4px 0; }
#content tfoot   { font-style: italic; }
#content caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
#content table .last { 
	padding-right: 0; 
} 

#content ul,
#content ol {
	margin-left: 50px;
}

#content li ul,
#content li ol {
	margin-left: 40px;
}

#content li {
	margin: 9px 0;
}

div#menu {
	background: 		url(http://www.maviunlimited.com/go/images/top-nav-bg.gif) repeat-x;
	padding: 			3px 7px 0 7px;
	height:				34px;
	margin: 			0;
}

div#menu ul {
	line-height:		20px;
	text-align: 		center;
	margin: 			0;
}

div#menu ul li {
	color:				#FFFFFF;
	display:			inline;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-transform:		uppercase;
	font-weight:		normal;
	font-size:			18px;
}

div#menu ul li a {
	color:				#FFFFFF;
	text-decoration: 	none;
	/*background:			url(http://www.maviunlimited.com/go/images/topnavbtn.gif) repeat-x #2b4791;*/
	padding: 			0 3px 0 0;
	font-size:			18px;
}

div#menu ul li a:hover {
	color:				#FFFFFF;
	/*text-decoration: 	underline;*/
	background:			#295d1e;
}


/*  old menu

div#menu {
	padding-top: 		14px;
	padding-right: 		14px;
}

div#menu ul {
	line-height:		20px;
	text-align: 		right;
	margin: 			0;
}

div#menu ul li {
	color:				#FFFFFF;
	display:			inline;
	font-family:		Georgia, "Times New Roman", Times, serif;
	text-transform:		uppercase;
	font-weight:		bold;
}

div#menu ul li a {
	color:				#FFFFFF;
	text-decoration: 	none;
	background:			url(http://www.maviunlimited.com/go/images/topnavbtn.gif) repeat-x #2b4791;
	padding: 			0 3px;
}

div#menu ul li a:hover {
	color:				#FFFFFF;
	text-decoration: 	underline;
	background:			#000113;
}

*/


div#faq {
	margin: 			6px 0;
	padding:			3px 0;
}

#faq h3 {
	cursor:				pointer;
	margin-top:			30px;
	margin-bottom:		6px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#694216;
	letter-spacing: 	0;
	font-weight:		normal;
	line-height:		130%;
}

#faq h4 {
	margin-top:			30px;
	margin-bottom:		6px;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#000;
	letter-spacing: 	0;
	font-weight:		normal;
	line-height:		130%;
}

#faq div.answer {
	background:			#FFFFFF;
	padding: 			12px;
	border: 			solid 1px #ece7e1;
} 

#faq p {
	margin: 			0;
}

#faq ul {
	margin-top: 		1%;
	margin-bottom: 		1%;
}

#faq .click {
	cursor:				pointer;
	font-size:			11px;
	text-decoration:	underline;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				blue;
}

#faq div.click {
	margin-top:			12px;
	padding:			2px 5px;;
	background:			#ece7e1;
}




/*** bottom ***/

div#bottom {
	height: 			38px;
	background-color:	#00024c;
	clear:				both;
	font-size: 			10px;
	margin-top: 		15px;
	font-size: 			10px;
	text-align:			left;
	color: 				#323675;
	padding-left: 		12px;
	border-bottom: 		#474976 solid 4px;
}

div.container div#bottom img {
	margin: 			0 0 0 0;
}

#bottom ul {
	margin: 			0;
	padding-top:		9px;
}
#bottom li {
	display: 			inline;
}
#bottom ul li a {
	color: 				#7e9bbd;
	font-size: 			inherit;
	text-decoration:	none;
	/*margin: 			0;*/
}
#bottom ul li a:hover {
	text-decoration:	underline;
}
#bottom ul li span {
	display:			none;
}
#bottom strong {
	color:				#3c892c;
}


ul.bomb {
	list-style-image:	url(/go/images/bomb.gif);
}

ul.yeah {
	list-style-image:	url(/go/images/yeah.gif);
}

.fotv_note {
	background: 		#FFFF33;
	color:				#FF0000;
}
p.fotv_note {
	padding: 			6px;
	border: 			red 1px dashed;
}
span.fotv_note {
	padding: 			2px 6px;
	border-bottom: 		red 1px dashed;
}

div#sidepromo {
	font-size: 		18px;
	border: 		solid #a7afad 1px;
	border-top: 	solid #a7afad 3px;
	border-right: 	none;
	padding: 15px 	15px 20px 30px;
	margin-right: 	30px;
}

#locations table {
	background: 		#FFFFFF;
}

#locations td {
	padding: 			5px 0 5px 0;
	border-top:			#CCCCCC solid 1px;
	/*border: none;*/
}

#locations h2 {
	margin-left: 0;
	color: #323675;
}

#locations img {
	margin: 0;
}

div#hilite {
	clear:			both;
	background: 	#FFFFFF;
	border: 		dashed #993300 1px;
	padding: 		9px;
}

#hilite h1,
#hilite h2 {
	margin-left: 	0;
}

div#hilite + h3 {
	margin-top: 	0;
}

div#apps {
	clear:			both;
}

#apps table {
	background: 		#FFFFFF;
}

#apps td {
	padding: 			5px 0 5px 0;
	border-top:			#EEEEEE solid 1px;
	border-bottom:		#CCCCCC solid 1px;
	/*border: none;*/
}

#apps a {
	float: right;
}

#apps h2 {
	margin-left: 0;
}

#apps img {
	margin: 0;
}



div#menu td {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	color:				#FFFBED;
}

.menutable {  /* mENU tABLE LEVEL 0 */
	padding: 			0;
	border: 			0;
	border-style:		hidden;
	/*background-color: #003366;*/
}
.mt1 {   /* mENU tABLE LEVEL 1 */
	background-color: 	#004B85;
	padding: 			0;
	border: 			0;
	border-style:		hidden;
}

.mco0 {   /* Menu Cell Outer level 0 */
	background: 		url(/go/images/nav-button.gif) no-repeat;
}
.mco0_o {   /* Menu Cell Outer level 0 -- Over */
	background-color: 	#222222;
/*	background-color: 	#87A7A1;
	font-weight: 		bold;
	text-align: 		left;
	padding: 			0;
	font-size: 			12px;
*/}
.mco0_d {   /* Menu Cell Outer level 0 -- Down */
	/*background-color: #72B4B0;*/
}
.mci0 {   /* Menu Cell Inner level 0 */
	padding-left: 		17px;
	
}
.mci0_o {   /* Menu Cell Inner level 0 -- Over */
	
}
.mci0_d {   /* Menu Cell Inner level 0 -- Down */
	
}


.mco1 {   /* Menu Cell Outer level 1 */
	background-color: #0060AE;
	
}
.mco1_o {   /* Menu Cell Outer level 1 -- Over */
	background-color:#0077D9;
}
.mco1_d {   /* Menu Cell Outer level 1 -- Over */
	background-color:#1797FF;
}
.mci1 {   /* Menu Cell Inner level 1 */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.mci1_o {   /* Menu Cell Inner level 1 -- Over */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.mci1_d {   /* Menu Cell Inner level 1 -- Over */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.mStable {
	background-color: 	#FFFFFF;
	padding: 			0;
	border: 			0;
	border-style:		hidden;
}


/*#content h1 {
	 width:				150px; 
	 float:				left; 
	 padding-right:		10px; 
	 margin-right:		5px; 
	 padding-bottom:	6px; 
	 margin-bottom:		6px;
}
*/
div#images {
	text-align:			right;
}

#images img {
	margin-left:		3px;
}

#images img#mainpic {
	margin:				0;
}

div#sidebar {
	padding-left:		10px;
}

#sidebar h3 {
	color: 				#ff5a00;
	font-weight: 		bold;
	font-size:			133%;
	letter-spacing:		-1px;
	margin: 			10px 0 0 0;
}

#sidebar ul {
	margin: 			0;
	padding: 			0;
	list-style: 		none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li a {
	color: 				#c7d1e4;
	/*color: 				#FFFFFF;*/
	text-decoration:	none;
}
#sidebar li a:hover {
	color:				#FFFFFF;
	background: 		#3c892c;
	text-decoration:	none;
}


ul#menu2 {
	/*width:			231px; 
	float:				right;*/
	padding:			15px;
	border-left:		#cfd8e9 1px solid;
	padding: 			0;
	margin:				0;
	margin-bottom:		12px;
}

#menu2 li {
	list-style:			none;
	display: 			inline;
	/*display:			table-cell;*/
}

#menu2 a {
	/*display: 			block;*/
	/*width: 				80%;*/
	text-decoration:	none;
	padding: 			2px 5px;
	border: 			#cfd8e9 1px solid;
	border-left: none;
}

#menu2 a:hover,
#menu2 a.hilite:hover {
	background:			#5471a7;
	color: 				#FFFFFF;
}

#menu2 a.hilite {
	font-weight: 		bold;
	text-decoration:	none;
	background:			#cfd8e9;
	color: #3c892c;
}

div#proplist {
	clear:			both;
	margin-top: 	12px;
}
#proplist h6 {
	background:		url(http://www.maviunlimited.com/go/images/prop-bkgd.gif) repeat-x; 
	color: 			#FFFFFF; 
	padding: 		2px 5px; 
	margin-bottom: 	0; 
	height:			23px; 
	width:			708px;
}
#proplist th {
	vertical-align:	middle; 
	text-align:		center; 
	padding:		3px 6px;
}
#proplist td {
	background:		#e2e7f0;
	vertical-align:	middle; 
	padding:		6px;
}
#proplist td.sign {
	background: 	#FFFFFF;
}
#proplist td.pic {
	padding: 		0;
	width: 			63px;
}
#proplist td.beds {
	text-align:		center;
}


div#caption {
	border:			solid blue 1px; 
	border-left:	none; 
	padding:		12px; 
	padding-left:	34px; 
	background:		url(http://www.maviunlimited.com/go/images/star-arrow-left.gif) no-repeat 0 8px;
	width:			226px; 
}

#images div#caption {
	border:			solid #7e9bbd 1px; 
	border-top:		none; 
	padding:		8px 8px 8px 8px; 
	/*padding-left:	34px;*/ 
	background:		none;
	width:			332px; 
	text-align: 	center;
}


div#action {
	background-color:	#273a7c;
	padding-bottom:		10px;
	margin-bottom:		12px;
}

#action h3 {
	text-align:			center;
	background:			url(http://www.maviunlimited.com/go/images/action-h3-bg.gif) repeat-x;
	margin:				0;
	padding-top:		4px;
}

#action input[type=text] {
	width:			170px;
	margin:			5px 10px 3px 10px;
}

table#propmatrix {
	width: 			430px;
}

#propmatrix th {
	text-align: 	right;
	padding-right:	5px;
	padding-top: 	3px;
	padding-bottom: 3px;
	font-weight: 	bold;
	background:		#bbccdf;
	/*color:			#FFFFFF;*/
}
#propmatrix td {
	vertical-align: top;
	padding-left:	5px;
	padding-top: 	3px;
	padding-bottom: 3px;
	background: 	#E2E7F0;
}

h6.propbar {
	background:		url(http://www.maviunlimited.com/go/images/prop-bkgd.gif) repeat-x; 
	color:			#FFFFFF; 
	padding:		0 0 0 5px; 
	margin-bottom:	6px; 
	clear:			both; 
	height:			23px; 
	width:			710px;
}

h6.propbar a {
	color: 			#c7d2e7;
}

#profile h1 {
	color: 			#3c892c;
	font-family:	Georgia, "Times New Roman", Times, serif;
	word-spacing: 	0;
	margin-top: 	12px;
}

.warning {
	color: 				#FF0000;
	background-color:	#FFFFFF;
	border: 			1px solid #FF0000;
	text-align: 		center;
	padding-left: 		0;
}

ul.warning {
	margin-left: 8px;
	margin-right: 8px;
	text-align:left;
	list-style:	none;
	padding: 			4px;
}
ul.warning li {
	padding-left: 19px;
	background: url(/go/images/bullet-arrow-red.gif) no-repeat 0 4px;
}

#form input.oops,
#form textarea.oops,
#form input[type="text"].oops,
#contactform input.oops,
#contactform textarea.oops,
#contactform input[type="text"].oops {
	border: 			red solid 2px;
	color:				red;
}


table#linkmatrix {
	width: 			525px;
	margin-left:	35px;
}

#linkmatrix th {
	text-align: 	left;
	padding-left:	5px;
	padding-right:	5px;
	padding-top: 	3px;
	padding-bottom: 3px;
	font-weight: 	bold;
	background:		#bbccdf;
	/*color:			#FFFFFF;*/
	border-bottom: 1px solid #FFFFFF;
}
#linkmatrix td {
	vertical-align: top;
	padding-left:	5px;
	padding-top: 	3px;
	padding-bottom: 3px;
	background: 	#E2E7F0;
	border-bottom: 1px solid #FFFFFF;
}

div#signupnow a {
	color: #FFFFFF;
	text-decoration: none;
}
div#signupnow a:hover {
	text-decoration: underline;
}