@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#newcontainer #rowheader {
	background-image: url(../layout/row1.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 1000px;
}
#newcontainer #shadow {
	background-image: url(../layout/rowshadow.jpg);
	height: 10px;
	width: 1000px;
}
#newcontainer #main {
	font-size: small;
	color: #333333;
	background-image: url(../layout/rowmain_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#newcontainer #btmlinks {
	font-size: small;
	color: #FFFFCC;
	text-align: center;
	background-image: url(../layout/row_btmlinks.jpg);
	height: 30px;
	width: 1000px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#newcontainer #copyright {
	font-size: small;
	color: #FFFFFF;
	background-image: url(../layout/row_copyright.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 90px;
	width: 1000px;
	padding-top: 10px;
}

#newcontainer #copyright a {
	color: #99CCFF;
	text-decoration: none;
}

#newcontainer #copyright a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#main h1 {
	color: #AC4C02;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#main p {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

#btmlinks a {
	color: #F9EDC5;
	text-decoration: none;
}
#btmlinks a:hover {
	color: #FF6600;
	text-decoration: none;
}

#newcontainer #btm {
	background-color: #000000;
	height: 30px;
	width: 1000px;
}
#newcontainer #main h2 {
	color: #807D6E;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.style1 {
	font-size:x-small;
	}
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}#newcontainer #shadowhome {
	background-image: url(../layout/rowshadow_aboutus.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1000px;
}

#main a {
	color: #0066CC;
	text-decoration: none;
}

#main a:hover {
	color: #CC6600;
	text-decoration: none;
}
#newcontainer #shadowareasofpractice {
	background-image: url(../layout/rowshadow_areasofpractice.jpg);
	height: 10px;
	width: 1000px;
}
#main #linktop {
	color: #996600;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#main #contactform {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
