/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3A2E7A;
}
#logo{
	float:none;
	background-image:url(../../../images/C&SAppraisalsLogos.jpg);
	width:225px;
	height:213px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 11px;
	clear: both;
}
#topheader{
	float:left;
	/* width:626px; */
	height:98px;
	/* background-color:#F0F0F0;
	position:relative;
	color: #FF0000;
	width: 673px; */
}#topheader .headtxt{
	font-size: .8em;
	color: #FF0000;
}

#toplinks{position:absolute; right:10px; top:10px;}
#menu{
	float:left;
	width:100%;
	height:32px;
	background-image:url(bg_menu.gif);
	background-repeat:repeat-x;
	top: 100px;
}
#submenu{
	float:left;
	width:626px;
	height:32px;
	background-image:url(bg_submenu.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#content {
	
	background-color: #EEEEEE;
}

#contenttext{
	/* float:left;
	width:626px; */
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#leftpanel{
	float:left;
	width:274px;
	position: absolute;
	top: 0px;
	background-image: url(../../../images/slate.jpg);
	height: 100%;
}
#footer{float:left; width:100%; background-color:#F0F0F0; }

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
	background-color:#F7F7F7;
	padding:10px;
	/* width: 237px; */
	top: 15px;
	position: relative;
	left: 2%;
	width: 210px;
}

/*GRAY PANEL*/
.graypanel p{
	text-align: left;
}

/*TEXT STYLES*/
.bodytext {
	color: #000000;
	/*padding-left: 6px; */
	font-family: Tahoma, sans-serif;
	/* font-size: 0.8em;
	width: 100%; 	margin-right: 10px;
	margin-left: 7px; */

}


.bodytext h1{
	color: #FF0000;
/*	padding-left: 6px; */
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}
.imgborder {
	margin: 3px;
	border: thin groove #333333;
}
.titletext {
	font-size:36px;
	font-weight:bold;
	color:#3a2e7a;
	font-family: Tahoma, sans-serif;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font-size:19px;
	font-weight:bold;
	color:#3a2e7a;
	font-family: Tahoma, sans-serif;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	background-color: #EEEEEE;
}
.slogan {
	background-image: url(../../../images/slogan.gif);
	float: right;
	height: 40px;
	width: 300px;
	position: relative;
	bottom: -9px;
	right: 20px;
}

.smallgraytext a{
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	font-family: Tahoma, sans-serif;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font-size: 11px;
	font-weight:bold;
	color:#3a2e7a;
	font-family: Tahoma, sans-serif;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.page {
	background-color: #F0F0F0;
	width: 900px;
}
/* added by art */
#BOX {
	border: thick groove #333333;
	width: 900px;
	text-align: center;
	margin: 6px;
}
#CLEAR {
	clear: both;
}
