@charset "UTF-8";
/* CSS Document */

/*
Formatting
*/

*{
	margin:0px;
	padding:0px;
	font-size:100%;
	text-align:left;
}

body{	
	text-align:center;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-color:#fff;
}

#wrapper{
	width:796px;
	margin:16px auto;
	text-align:left;
}

#content{

}

#footer{
	background-image:url(../images/footer.png);
	width:796px;
	height:56px;
	behavior: url(iepngfix.htc);
}

.footer{
	padding:10px 10px 0px 10px;
}
.footerText{
	padding:5px 10px;
	text-align:center;
	color:#000;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.largeLeft{
	width:490px;
	height:auto;
	clear:left;
	float:left;
}

.smallLeft{
	
}

.largeRight{
	width:490px;
	height:auto;
	clear:right;
	float:right;
}

.smallRight{
	width:300px;
	height:auto;
	clear:right;
	float:right;
}

.contactPane{
	width:288px;
	height:240px;
	display:block;
	overflow:auto;
	behavior: url(iepngfix.htc);
	background-image:url(../images/contact_pane.png);
	background-repeat:no-repeat;
	
}

.contactPaneText{
	padding:20px 15px 0px 15px;
}

.contentTop{
	width:796px;
	height:25px;
	margin-top:10px;
	background-image:url(../images/content_top.png);
	behavior: url(iepngfix.htc);
	display:block;
}

.contentBody{
	width:790px;
	height:auto;
	background-image:url(../images/content_backing.jpg);
	background-repeat:no-repeat;
	background-color:#4d78ad;
	display:block;
	border-left:3px solid #727070;
	border-right:3px solid #727070;
}

.contentInner{
	padding:1px 10px 1px 10px;
}

.contentFooter{
	width:796px;
	height:33px;
	margin-bottom:10px;
	background-image:url(../images/content_bottom.png);
	behavior: url(iepngfix.htc);
	display:block;
}

/*
Navigation

See seperate css files for navigation

*/


/*
Sections
*/

.appraisers{
	width:485px;
	height:238px;
	background-image:url(../images/appraisers.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	display:block;
}

.appraisersText{
	padding:10px 15px 0px 15px;
}
.contactBack{
	background-image:url(../images/contact_fence.jpg);
	width:738px;
	height:400px;
	margin:0px 0px 0px 18px;
}

.contactText{
	padding:140px 20px 20px 20px;
}
/*
a.agent1{
	width:130px;
	height:144px;
	position:absolute;
	top:41px;
	left:23px;
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}



a:link.agent1{
	text-decoration:none;
}

a:visited.agent1{
	text-decoration:none;
}

a:active.agent1{
	text-decoration:none;
}

a:hover.agent1{
	text-decoration:none;
}

a.agent2{
	width:130px;
	height:144px;
	position:absolute;
	top:41px;
	left:173px;
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.agent2{
	text-decoration:none;
}

a:visited.agent2{
	text-decoration:none;
}

a:active.agent2{
	text-decoration:none;
}

a:hover.agent2{
	text-decoration:none;
}

a.agent3{
	width:130px;
	height:144px;
	position:absolute;
	top:42px;
	left:324px;
	text-decoration:none;
	text-indent:-54321px;
	background-repeat:no-repeat;
}

a:link.agent3{
	text-decoration:none;
}

a:visited.agent3{
	text-decoration:none;
}

a:active.agent3{
	text-decoration:none;
}

a:hover.agent3{
	text-decoration:none;
}

*/
.adminIcon{
	display:block;
	width:100px;
	height:auto;
	padding:5px;
	margin:0px;
	float:left;
	text-align:center;
}

/*
Links
*/

a{
	color:#36f;
	text-decoration:none;
}

a:link{
	color:#36f;
	text-decoration:none;
}

a:visited{
	color:#669;
	text-decoration:none;
}

a:hover, a:active{
	color:#36f;
	text-decoration:underline;
}

a.white{
	color:#fff;
	text-decoration:underline;
}

a:link.white{
	color:#fff;
	text-decoration:underline;
}

a:visited.white{
	color:#fff;
	text-decoration:underline;
}

a:hover.white, a:active.white{
	color:#fff;
	text-decoration:underline;
}

/*
Random Formatting
*/

.stripFormatting{
	list-style:none;
}

.stripFormatting li{
	list-style:none;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clearBoth{
	clear:both;
}

.clearLeft{
	clear:left;
}

.clearRight{
	clear:right;
}

.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}

.alignRight{
	text-align:right;
}

.pngImage{
	behavior: url(iepngfix.htc);
}

img{
	border:none;
}

/*
Tables
*/

.ordersTable{
	border:none;
	background:none;
	width:600px;
}

.listingsTable{
	width:765px;
	border:1px solid #fff;
	margin:10px 0px;
}

.listingsTable tr td{
	padding:2px 2px;
	border:1px solid #fff;
	color:#000;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

tr.even{
	background-color:#eee;
}

tr.odd{
	background-color:#ccc;
}

td.name{
	width:15%;
}

td.address{
	width:35%;
}

td.data{
	width:10%;
}

td.check{
	width:5%;
}

.loginTable{
	border:none;
	background:none;
	width:23em;
}

table.loginTable tr td{
	font-size:1.2em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	width:50%;
}

table.ordersTable tr td{
	font-size:1.2em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}

.ordersForm{
	font-size:1.1em;
	background-color:#fff;
	color:#666;
	border:none;
	width:400px;
	text-align:left;
	padding:2px;
}

.loginForm{
	font-size:1.1em;
	background-color:#fff;
	color:#666;
	border:none;
	width:225px;
	text-align:left;
	padding:2px;
}

.submitButton{
}


.usersTable{
	border:none;
	background:none;
	width:30em;
}

table.usersTable tr td{
	font-size:1.2em;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	width:50%;
}

.appraisalData{
	width:100%;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	padding:2px;
}

tr.odd td input{
	background-color:#ccc;
}

tr.even td input{
	background-color:#eee;
}

.aboutMe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	text-align:left;
	height:150px;
	width:400px;
}

/*
Text Formatting
*/

h1{
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.white{
	color:#fff;
}

.black{
	color:#000;
}

.textDefault{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.textMed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.padIt{
	padding:8px;
}

.padItTop{
	padding-top:10px;
}

.appSeperator{
	height:2px;
	width:500px;
	color:#fff;
	background-color:#fff;
	margin:10px 0px 10px 140px;
	border:none;
	text-align:center;
	clear:both;
}

.noStyle{
	width:0px;
	height:0px;
	background:none;	
	border:none;
}

.loginHelp{
	width:300px;
}

.imgLink{
	text-decoration:none;
	border:none;
}
