@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bkgnd.jpg);
	background-repeat: no-repeat;
	padding: 0px;

}
#container {
	/*background-image: url(images/bkgnd-content.png);*/
	background-image: url(images/bkgnd-content.gif);
	background-repeat: no-repeat;
	height: 630px;
	width: 990px;
	vertical-align: middle;	
  	margin: 50px auto;
 	padding: 0px;
}
#navigation {
	height: 52px;
	padding-top: 26px;
	padding-left: 17px;
}
#content {
	margin-left: 105px;
	height: 447px;
	width: 824px;
}
#work {
background-image: url(images/bkgnd-work.jpg);
	background-repeat: no-repeat;
	height: 447px;
	width: 100%;
}
/* MOUSE OVER */

div.transOFF {
width: 98px; 
background-color: white;
opacity:.06;
filter: alpha(opacity=60); 
-moz-opacity: 0.6;  
}
div.transON {
width: 98px; 
background-color: white;
opacity:1;
filter: alpha(opacity=100);
-moz-opacity: 1; 
 }

/*
div.transON {
width:98px;
height:73px;
background-color: silver;
opacity:100;
filter: alpha(opacity=100); 
-moz-opacity: 1.0;
 }

div.transOFF  {
width:98px;
height:73px;
background-color: silver;
opacity:.50;
filter: alpha(opacity=50); 
-moz-opacity: 0.5;
 }
*/
#agency {
	background-image: url(images/bkgnd-agency.jpg);
	background-repeat: no-repeat;
	height: 447px;
	width: 100%;
	padding-top: 170px;
	padding-left: 40px;
	padding-right: 40px;
}
#agency p {
	font-size: 12px;
	color: #503e3a;
	padding-right: 70px;
	margin-bottom:6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#services {
	background-image: url(images/bkgnd-services.jpg);
	background-repeat: no-repeat;
	height: 447px;
	width: 100%;
	padding-top: 170px;
	padding-left: 40px;
	padding-right: 40px;
}
#services p {
	font-size: 12px;
	color: #503e3a;
	padding-right: 70px;
	margin-bottom:6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contact  {
	background-image: url(images/bkgnd-contact.jpg);
	background-repeat: no-repeat;
	height: 447px;
	width: 100%;
	padding-top: 90px;
	padding-left: 40px;
	padding-right: 40px;
}
#contact p {
	font-size: 12px;
	color: #503e3a;
	padding-right: 250px;
	margin-bottom:6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contact td {
	font-size: 12px;
	color: #503e3a;
}
#contact .form  {
	font-size: 12px;
	color: #503e3a;
	border: 1px solid #4C4849;
	padding:2px;
	background-color: #FDF6E4;
}
#footer {

	font-size: 10px;
	text-transform: uppercase;
	color: #bc977a;
	text-align: center;
	margin-top: 35px;
}
