/* CSS Document */
/* header area*/
#header {
display:none;
	}

#line {
display:none;
}

#photo {
	
	display:none;
}
#logotop {
	display:none;
}

/*  end header */
body {
	position:absolute;
	top:40px;
	left:0px;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-color:#FFFFFF;
}
#mainandside {
background-image:none
	padding: 0px;
	margin: 0px;
}
#address {
position:absolute;
top:0px;
left:0px;
width:500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 50px;
	font-size: x-small;
}

/*navigation lists*/
#footernavbar {
display:none;
	}

/*end nav lists*/
/*fixing home page margins */
#first line {
	margin-top: -50px;
}
#legalsolutions {
	margin-bottom: 0px;
}

.content {
background-color:#FFFFFF;
	position:absolute;
		top:30px;
		left:0px;
		width:700px;
		margin:20px;
	/*	margin-top: 21px;
	margin-left: 15px;
	margin-right: 175px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 11px; */
	font-size:90%;
	}
#content p   {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentbusiness p, #contentemployee p, #contentadr p, #contentaboutus1 p, #contentaboutus2 p, #contentcontact p{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentbusiness h4, #contentemployee h4, #contentadr h4, #contentaboutus1 h4, #contentaboutus2 h4, #contentcontact h4{
	margin-left: 40px;
	font-size: 1em;
	margin-bottom: 0px;
	display: inline;
}
#content h3 {
	display: inline;
	margin: 0px;
	font-style: italic;
	padding-right: 10px;
}

/* for home page only */
.sidebar {
display:none;		}
/* for all other pages */
.sidebarmain{
	/*	position: fixed;*/
/* and added float right to fix ie6 problem */
display:none;

	/*top: 150px;
	right: 0px;*/
}

/* anchors */
#top{
visibility:hidden;
	}
.anchorspan {
display:none;
	}
	
/*about us page */	
#aboutusheaderdecastro {
visibility:hidden;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#aboutusheadermorrow img {
visibility:hidden;
	display: inline;
}
.fixtheimageborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#contentaboutus1 {
	margin-top: -2px;
}


/* contact us page */

.contactform p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: left;
}
.contactform p label {
	font-weight: bold;
	width: 20%;
	float: left;
}
.formbox {
	width: 300px;
	height: 20px;
}
.warning {
	color: #993366;
}
