body{
	background: url(images/background.gif); /* tiling background */
} 
#container{
	width:787px; /* constrains the layout to a fixed width */
	text-align:left;
}
#mainbackground{
	background: url(images/main-background.gif);
}
#navcol{
	width:210px;
	float:left;
}
#navigation{
	margin-top:10px;
}
#navigation a{
	color:#FFF;
	display:block;
	padding:0px 30px 15px 30px;
	font-size:18px;
	text-decoration:none;
	background:url(images/nav-background.gif) no-repeat;
	/*border:solid 1px red;*/
}
#logo{
	margin:6px 6px 0px 17px;
}
#contentcol{
	width:547px;
	float:right;
	margin:15px;
}

td{
	vertical-align:top;
}

/* the two columns on the home page */

#contentcol1{
	float:left;
	width:317px;
}
#contentcol2{
	float:right;
	margin-left:10px;
	width:220px;
}

/* global textual element formatting */

body,td,input,textarea,select{
	font-family:georgia,serif; /* default font-face */
	font-size:13px;
}
h1{
	font-size:20px;
	color:#900;
	margin:0px 0px 0px 0px;
}
h2{
	font-size:15px;
	color:#666633;
	margin:10px 0px 5px 0px;
}
h3{
	font-size:12px;
	color:#666600;
	margin:10px 0px 5px 0px;
}
p{
	margin:3px 0px 12px 0px;
}
a{
	color:#900;
}
a img{
	border-style:none;
}

ul.services{
	color:#900;
	font-weight:bold;
}
ul.services li{
	list-style-type: square;
}
.smalllink{
	font-size:11px;
}

/* testimonial highlight on the home page */

.testimonial_highlight{
	background-color:#eaeac9;
	border:solid 1px #cacaa7;
	padding:12px;
	font-size:16px;
	margin:15px 0px 10px 0px;
}
.testimonial_highlight .quote{
	color:#9a9a6f;
	font-weight:bold;
}
.testimonial_highlight .author{
	color:#9a9a6f;
	text-align:right;
	margin-top:10px;
	font-size:13px;
}
.testimonial_highlight .label{
	color:#666633;
	text-align:left;
	margin-top:5px;
	font-size:18px;
}

#contact_box{
	background:url(images/contact-box-background.gif) no-repeat;
	width:220px;
	height:77px;
	margin:0px 0px 10px 0px;
}
#contact_box p{
	margin:0px;
	padding:12px 15px 17px 17px;
}

/* articles highlighted on the home page */
.article_highlight{
	background-color:#f4f4da;
	border: solid 1px #eaeac9;
	padding:12px;
}
.article_highlight h3{
	color:#9a9a6f;
	margin:0px 0px 8px 0px;
	font-weight:bold;
}
.article_highlight p{
	font-size:11px;
}
.article_highlight .label{
	color:#666633;
	text-align:left;
	margin-top:5px;
	font-size:18px;
}

/* style information for the footer on every page */

#imagefooter{
	clear:both;
}
#copyright{
	color:#333;
	font-size:14px;
	margin-top:10px;
}
#copyright .seperator{
	color:#FFF;
	padding:0px 5px;
}
#developer, #developer a{
	font-size:11px;
	color:#75754b;
	text-decoration:none;
}

/* stylesheet information for the contact form */
form{
	border:dotted 1px #900;
	padding:8px;
	margin:10px 0px;
}
.formElement{
	vertical-align:middle;
	height:25px;
}
.leftSide{
	float:left;
}
.rightSide{
	float:right;
	width:405px;
}
label.required{
	font-weight:bold;
}
.divider{
	clear:both;
	line-height:2px;
}
.error{
	color:red;
}
span.error{
	padding-left:2px;
}
.error input, .error textarea{
	border:solid 1px red;
}

#result_box {
  border: 2px solid #900;
  background-color: #fff;
  padding: 3px;
  margin: 5px 0px;
}

/* formatting for the openings */

.opening{
	margin:15px 3px;
	padding:0px 12px;
	border-left: 2px dotted black;
}
.opening .title{
	margin:0px;
}
.opening p{
	margin:5px 0px;
}
.opening form{
	border-style:none;
	padding:5px 0px;
}