/*  JUDITH WEBER STUDIO CSS DOCUMENT */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
}
body {
  background-color: #523425;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #523425;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #523425;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
/* =============================== PORTFOLIO LINKS ===*/
.portfolio a,  .portfolio a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.portfolio a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.portfolio a:hover {
  color: #523425;
}
.portfolio a:focus {
  color: #000;
}
.portfolio a:active {
  color: #000;
}
/* === */
#outerWrapper {
  background-color: #CCCCCC;
  margin: 0px auto 0px auto;
  text-align: left;
  width: 900px;
}
#outerWrapper #header {
	background-color: #cccccc;
	border-bottom: solid 0px #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 25px 25px 25px;
	padding: 15px 0px 0px 0px;
}
#outerWrapper #contentWrapper #contenthome {
	background: #F0D98B url(../images/body_bkgd.jpg) scroll no-repeat;
	background-position: top;
	margin: 0 25px 0 25px;
	padding: 25px 25px 25px 25px;
	height: 320px;
}
#outerWrapper #contentWrapper #contentsub {
	float: left;
	width: 820px;
	background: #F0D98B; /* url(../images/body_bkgd_sub.jpg) scroll no-repeat;*/
	margin: 0 25px 25px 25px;
	padding: 15px;
	/*height: 320px;*/
}
#outerWrapper #contentWrapper #contentsub #sublight {
	float: left;
	background: #faf1d2 url(../images/subpg_navcol.gif) scroll no-repeat; /* ;*/
	margin: 0px;
	padding: 10px;
}
#outerWrapper #contentWrapper #contentsub #sublight #column1 {
	/*background-color: #faf1d2;*/
	width: 170px;
	margin: 0px;
	padding: 0px 10px 10px 5px;
	float: left;
}
#outerWrapper #contentWrapper #contentsub #sublight #columnMain {
	background-color: #faf1d2;/*faf1d2*/
	width: 575px;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 10px 10px;
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 15px;
	float: left;
}
#outerWrapper #contentWrapper #contenthome #column1 {
	/* background-color: #CCC;*/
	width: 135px;
	margin: 0px;
	padding: 0px 10px 10px 5px;
	float: left;
}
#outerWrapper #contentWrapper #contenthome #columnMain {
	/* background-color: #999; */
	width: 575px;
	margin: 0px 0px 0px 50px;
	padding: 0px 10px 10px 10px;
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 15px;
	float: left;
}
#outerWrapper #contentWrapper #contenthome #column2 {
	/* background-color: #999; */
	width: 260px;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 10px 10px;
	float: left;
}
#outerWrapper #contentWrapper #contenthome #column2 .portfolio {
	/* background-color: #999; */
	margin: 0px 35px 0px 25px;
}
#outerWrapper #contentWrapper #contenthome #column3 {
	/* background-color: #ccc;*/
	width: 170px;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 10px 10px;
	float: left;
}
#outerWrapper #contentWrapper #contenthome #column4 {
	/* background-color: #999;*/
	width: 130px;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 10px 10px;
	float: left;
}
#outerWrapper #contentWrapper #content {
  background-color: #F0D98B;
  margin: 0 25px 0 25px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #874c30;
  color: #F0D98B;
  border-top: solid 0px #666;
  margin: 25px 25px 25px 25px;
  padding: 10px 10px 10px 10px;
}
.clearFloat {
  clear: both;
  display: block;
}
.rowtable {
}
.roweven{
	border-bottom: solid #ccc 1px;
}
.rowodd {
	background-color: #f0d98b;
	border-bottom: solid #666 1px;
}
.contacttable {
	border-width: 1px;
	border-style: solid;
	border-color: #f0d98b;
}
.required {
	font-size: x-small;
	color: #FF0000;
}
