html {
	background:url(bg_light.gif) 0 0 repeat-x #e7eaeb;
	height:100%;
}

body {
	height:100%;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #dcddde;
}

.clear {
	display:none;
	clear:both;
}

#box {
	background:#f4f5f6;
	border:1px solid #fff;
	border-radius:7px;
	padding:30px;
	margin:60px;
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	margin:20px 0;
	width:100%;
	text-align:right;
}

#menu a {
	font-size:17px;
	color:#959595;
	text-transform:uppercase;
	padding:5px 20px;
	text-decoration:none;
}

#footer {
	width:100%;
	background:url(bg_dark.gif) 0 0 repeat-x;
	position:fixed;
	bottom:0;
	height:50px;
}

#footbox {
	height:100%;
	margin:0;
	padding:0 50px;
	position:relative;
	width:960px;
	line-height:50px;
	color:white;
	font-size:17px;
	margin-left:auto;
	margin-right:auto;
}

#contactMethods , #aboutUs {
	width:100%;
}

#contactMethods td , #aboutUs td {
	border:0;
	padding:0;
	vertical-align:middle;
}

#aboutUs td {
	padding-bottom:2em;
}

#bigmap {
	padding:0 30px;
}

.contactIcon , .aboutIcon {
	height:64px;
	width:64px;
}

#portfolio {
	width:100%;
	border:0;
}

#portfolio td {
	border:0;
	width:33.33%;
}

.button {
	display:inline-block;
	padding:0 21px;
	background:url(button-bg.gif) 0 0 repeat-x #e2e2e2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:38px;
	color:#3d3d3d;
	text-decoration:none;
	border:1px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	text-shadow:1px 1px 0 #fff;
	margin-bottom:3px;
	text-transform:capitalize;
	}
	
.button.boxshadow {
	box-shadow:1px 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:1px 2px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, .1);
	}
	
.button:hover {
	background:#454545;
	color:#fff;
	border-color:#4b4a4b;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .5);
	}

#offering {
	width:100%;
	border:0;
}

#offering td {
	border:0;
	vertical-align:top;
}

#offering ul {
	list-style:square outside;
}