@charset "UTF-8";

/******** HTML5 Tags *********/

header, section, footer,
aside, nav, article, figure {
	display: block;
}

/******** HTML Tags **********/

body {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#000;
	background-image:url(../images/city.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}

a, a:visited {
	color:#555555;
	text-decoration:none;
}

a:hover, a:active {
	color:#CCCCCC;
	text-decoration:none;
}

img { 
	border: none; 
	-ms-interpolation-mode: bicubic; 
}	

h1 {
	color:#EEE;
	font-family:Helvetica,Arial,sans-serif;
}

h3 {
	color:#BBB;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}

b {
	color:#CCC;
}
p {
	color:#888;
	font-size:14px;
	line-height:20px;
}

strong {
	color:#CCC;
}

span {
	color:#CCC;
}

/******** CSS CLASSES **********/

.menuitem { 
	position:fixed relative; 
	bottom:0px; 
	display:inline-block; 
}

.content {
	margin:auto;
	width:768px;
	height:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
}

.middle {
	height:100%;
	padding-bottom:20px;
}

.right {
	float:right!important;
}

.lightgray {
	color:#EEEEEE;
}

.service {
	position:relative;
	width:350px;
	height:90px;
}

.service b {
	color:#FFF;
}

.service img {
	width:60px;
	height:60px;
}

.sup {
	top:-105px;
}

.service h3 {
	color:#CCC;
	font-size:14px;
}

.service img {
	padding-right:20px;
	float:left;
}

.contactinforight {
	float:right;
}
	
.clear {
	clear:both;
}

/********* DOM IDs *************/

#menu {
	color:#CCC;
	font-size:12px;
	width:290px;
	background-color:#333;
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat;
	border:solid;
	border-color:#CCC;
	text-align:center;
}

#menu a {
	color:#CCC;
}

#menu a:visited {
	color:#CCC;
}

#menu a:hover {
	color:#666;
}


#menuwrapper{ 
	position:relative; 
	height:140px; 
}

#menugrid{
	position:absolute; 
	bottom:0; left:0;
}

#wrapper {
	position:relative;
	top:20px;
}

#message {
	position:relative;
	top:0px;
	width:560px;
	height: 247px;
	text-align:left;
	overflow: hidden;
}

#contact {
	width:420px;
}

#contact img {
	border:solid;
	border-color:#FFF;
}

#about {
	height:290px;
}

#about img {
	padding-left:50px;
}

#skyscraper {
	float:right;
	border:solid;
	border-color:#CCC;
}

#footer {
	position:relative;
	padding-top:5px;
	color:#777;
	font-size:12px;
}

#zip {
	float:right;
}

#grass {
	position:relative;
	height:285px;
	width:100%;
	background-image:url(../images/grass-hd2.png);
	background-repeat:repeat-x;
}

