/***********************************************/
/* HTML Styles                                 */
/***********************************************/
html {
	}
	
body {
	margin: 0px;
	background: #037fa9;
	font-family: verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	background-image:url(../themes/n-tile.jpg);
	background-repeat:repeat-y;
	}
 
A:link {text-decoration: none; color: #ffffff}
A:visited {text-decoration: none; color: #ffffff}
A:active {text-decoration: none; color: #ffffff}
A:hover {text-decoration: underline; color: #ffffff;}

.normal_link {text-decoration: underline; color: #525252}
.normal_link:link {text-decoration: underline; color: #525252}
.normal_link:visited {text-decoration: underline; color: #525252}
.normal_link:active {text-decoration: underline; color: #525252}
.normal_link:hover {text-decoration: underline; color: #8a8a8a;}


/***********************************************/
/* Layout Styles                               */
/***********************************************/
#navdiv {
	position:absolute;
	top:0px;
	left:0px;
	width:172px;
	height:100%;
	background-image:url(../themes/n-tile.jpg);
}

#contentdiv {
	position:absolute;
	top:100px;
	left:179px;
	width:465px;
	height:100%;
	padding-left:15px;
}

#propdiv {
	position:absolute;
	top:100px;
	left:180px;
	width:715px;
	height:100%;
	margin-left:7px;
	margin-top:8px;
}

#picstripdiv {
	position:absolute;
	top:100px;
	left:665px;
	width:235px;
	height:100%;
}

#headdiv {
	position:absolute;
	top:0px;
	left:179px;
	width:722px;
}
#wrapper {
	height:100%;
}

#map {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.left {float:left;
	   padding-right:6px;
	   padding-top:6px;
	   padding-bottom::6px;
}
.right {float:right;
	   padding-left:6px;
	   padding-top:6px;
	   padding-bottom::6px;
}

/***********************************************/
/* Form Styles                                 */
/***********************************************/

.normal_formfield {background-image:url(../themes/bg_formfield.gif); width:237px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif}
.normal_numberfield {background-image:url(../themes/bg_formfield.gif); width:50px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif}
.normal_textfield {background-image:url(../themes/bg_textfield.gif); width:237px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif}
.normal_datefield {background-image:url(../themes/bg_formfield.gif); width:80px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif}
