body {
	background-image:url('img/background.jpg');
	background-attachment:fixed;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
.main {
	width: 815px;
	background-image: url('img/blackwhite.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
.topleftborder {
	width: 13px;
}
.topleft {
	width: 475px;
	height: 55px;
	background: #ffffff url('img/fade-top.jpg') no-repeat top right;
}
.topright {
	width: 314px;
}
.toprightborder {
	width: 13px;
}

.header {
	background: url('img/header.gif') repeat-x top left;
	height:86px;
}

.headerlogocontainer {
	height: 86px;
	overflow: hidden;
	padding:0px 0px 0px 30px;
	margin:0px;
}

.contentleftborder {
	background: url('img/fold-left.gif') no-repeat top right;
}

.contentleft {
	padding-top: 20px;
	vertical-align: top;
}

#building {
	background: url('img/building.jpg') no-repeat top left;
}

.contentright {
	vertical-align: top;
	padding-top:20px;
}
.contentrightborder {
	background: url('img/fold-right.gif') no-repeat top left;
}

.leftpanel {
	padding-top:550px;
}

.title1 {
	position:relative;
	left:-7px;
	padding: 0px;
	margin: 0px;
}

.title2 {
	position:relative;
	left:-1px;	
	padding: 0px;
	margin: 0px;
}

.contentright p {
	padding: 0px 40px;
}

.contentleft p, .projects p {
	color: #ffffff;
	padding: 0px 0px 0px 40px;
}

.contentleft p img {
	vertical-align: midle;
}

.phone {
	background: url('img/tel.gif') no-repeat center left;
	padding-left: 18px;
	display: block;
}

.fax {
	background: url('img/fax.gif') no-repeat center left;
	padding-left: 18px;
	display: block;
}

.projects .short img {
	border: 3px solid #ffffff;
	margin: 0px 15px 0px 0px;
	height:73px;
}

.projects .long {
	/*background-image:url('img/background.jpg');
	background-attachment:fixed;*/
}

form {
	display: inline;
	margin: 0px;
	clear: left;
}

.formfield {
	height: 23px;
	margin: 3px 40px;
	background-image: url('img/formfield-background.gif');
}
.formfield div {
	height: 23px;
	margin:0px;
	background-image: url('img/formfield-left.gif');
	background-repeat: no-repeat;
}
.formfield div div {
	height: 23px;
	margin: 0px;
	background-image: url('img/formfield-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.formfield input {
	width: 215px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	vertical-align: middle;
	background-color: transparent;
	border-width: 0px;
}
input:focus {
	outline: none;
}
label {
	text-transform: uppercase;
	font-size: 12px;
	margin: 11px 40px 1px 40px;
	display: block;
}
#submit {
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 5px 40px;
	padding: 10px 0px;
	display: block;
}
#accordion {
	margin:0px;
}

h3.toggler {
height: 0px;
overflow:hidden;
margin:0px;
}

a.link {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
}

a.link:hover {
	color: #dddddd;
}

#form-message {
	border: 1px solid #4F8A10;
    margin: 0px 40px 6px 40px;
    padding:10px 6px 10px 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
	color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/success.jpg');
	text-transform: uppercase;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}



.description{padding:16px;margin:10px 0;background:#eee}

h4.stitle{color:#666;margin:0 0 5px 0}



/* Sample 5*/
#box5{
	position:absolute;
	width:700px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
	visibility:hidden;
	display:none;
}

.buttons {
	padding:5px;
	text-align: left;
}
.buttons span {
	color:#111111;
	padding: 5px;
	cursor:pointer;
	text-transform: uppercase;
	font:10px Verdana;
	border: 1px solid #333333;
	background-color: #ffffff;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
}
.buttons span.active, .buttons span:hover{
	background:#0e6fbe;
	color:#fff
}



/* ********************************** */

.info{
	width:700px;
	height:60px;
	background:#000;
	position:absolute;
	visibility:hidden;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask2{
	position:relative;
	width:700px;
	height:360px;
	overflow:hidden;
	border: 4px solid #ffffff;
}

span img{
	display:block;
	border:none;
}

.thumb {
	background-position: top left;
	border: 3px solid #ffffff;
	margin: 0px 15px 0px 0px;
	height: 73px;
	width: 108px;
	display: block;
	float: left; 
}

.thumb:hover {
	background-position: bottom left;
}
