/* CSS Document */

body {
	background-color: #fff;
	background-image: url(../images/mainback.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
.clear {
	margin: 0px;
	padding: 0px;
	line-height: 0;
	clear: both;
	overflow: hidden;
	width: 0px;
	height: 0px;
	}
table {
	margin: 0px;
	padding: 0px;
	}
	
.maincontainer {
	width: 785px;
	height: auto;
	margin: 0px;
	padding: 0px;
	}
p {
	margin: 0px;
	padding: 0px;
	}
.aboutsm {
	background-color: #fff;
	background-image: url(../images/sm_back.jpg);
	background-repeat: repeat-x;
	width: 265px;
	height: 300px;
	border: 1px solid #fff;
	float: left;
	margin: 0px;
	padding: 0px;
	}
.aboutlrg {
	background-color: #fff;
	background-image: url(../images/sm_back.jpg);
	background-repeat: repeat-x;
	width: 530px;
	height: auto;
	border: 1px solid #fff;
	float: left;
	margin: 0px;
	padding: 0px;
	}
.clientssm {
	background-color: #fff;
	background-image: url(../images/sm_back.jpg);
	background-repeat: repeat-x;
	width: 265px;
	height: 300px;
	border: 1px solid #fff;
	float: left;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}
.newsletter {
	width: 230px;
	height: 300px;
	float: left;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	color: #333;
	text-align: left;
	}
.smtextarea {
	width: 240px;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	color: #333;
	text-align: left;
	line-height: 19px;
	}
.lrgtextarea {
	width: 510px;
	margin: 0px 10px 0px 9px;
	padding: 0px;
	font-family: arial;
	font-size: 13px;
	color: #333;
	text-align: left;
	line-height: 19px;
	}
form {
	width: 220px;
	margin: 0px;
	padding: 0px;
	}
input.form {
	background-color: #fff;
	background-image: url(../images/submit_back.jpg);
	background-repeat: repeat-x;
	width: 120; 
	height: 20;
	border: 1px solid #336699; 
	font-size: 10px; 
	color: #fff;
	}
.formfield {
	width: 200px;
	background-color: #fff;
	background-image: url(../images/formfield_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #333;
	}
	
.maintext {
	font-family: arial;
	font-size: 13px;
	color: #333;
	text-align: left;
	line-height: 19px;
	}
.copyright {
	width: 100%;
	background-color: #3b4867;
	margin-top: 35px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	}
.copyright a:link{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}
	
.copyright a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	}
	
.copyright a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	}
.sectiontitles {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #3b4867;
	}