html {
	color:#000;
}
div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin:0;
	padding:0;
}
body {
	background:url(bg.png);
	margin: 50px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman";
	font-size:14px
}
img {
	border:0;
	display:block;
}
h1 {
	font-size: 18px;
	color: #c33;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: bold;
}
h3 {
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 14px;
}
p {
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.homepageheader {
	height:100px;
	margin-top:10px;
}
.homepagebanner {
	height:518px;
}
.innerpagebody {
	background-color:#fff;
}
.homepagebox {
	height:250px;
}
.slideshow {
	height: 413px;
	width: 770px;
}
.boxbutton {
	position: relative;
	left: 62px;
	top:195px;
}
.servicebottombox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#ccc;
	height:32px;
	padding-top:15px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.clientsign {
	font-style:italic;
	text-align:right;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
a {
	color:#039;
	text-decoration:none;
}
a:hover {
	color:#039;
	text-decoration:underline;
}
legend {
	font-weight: bold;
	color: #c33;
	padding: 5px;
}
fieldset {
	border: 1px solid #039;
	background-color:#eef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
label {
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight: normal;
	color:#039;
}
.input {
	width: 330px;
	border: 1px solid #039;
	color:#039;
	font-size:15px;
}
.input:focus, .textarea:focus {
	border: 1px solid #039;
}
.textareasmall {
	width: 330px;
	height: 100px;
	border: 1px solid #039;
}
.textarealarge {
	width: 680px;
	height: 100px;
	border: 1px solid #039;
}
.submit-button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border: 1px solid #039;
	background-color: #039;
	color: #FFFFFF;
	font-size: 85%;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.note {
	font-size: 95%;
	padding: 5px;
	border: 1px dashed #999999;
	background: #CCCCCC;
}
.portfolioblock {
	height:86px;
	margin: 10px 0px 0px 0px;
	padding:0px;
}
#container {
	width: 770px;
	margin: 0 auto;
	border: 1px solid #999;
}

.copyright
{
	text-align:center;
	margin:0;
	color:#FFF;
}
.titleBar
{
	height:100px;
	background-color:#666;
}
