@charset "UTF-8";
/* CSS Document */


html{}
body{margin:0 auto auto auto; background:#252525; font-family:Arial, Helvetica, sans-serif;}
:focus{outline:none;}



/* --- Text & Links --- */
p,h1,h2,h3,h4,h5{margin:0.2em 0 0.2em 0;}
p{color:#FFF; letter-spacing:.03em;}
h1{font-size:18px; color:#8aaeae; text-transform:uppercase; font-weight:lighter;} /*main header*/
h2{font-size:14px; font-weight:bold; color:#999; text-transform:uppercase;} /*sub headers*/
h3{font-size:13px; font-weight:normal; color:#999; margin-bottom:20px;} /*side nav headers*/
em{color:#8aaeae;}

a{color:#8aaeae; text-decoration:underline;}
a:hover{text-decoration:none;}



/* --- Sitewide Ids --- */
#hold{width:850px; overflow:hidden; margin:0 auto 0px auto;}
#header{width:850px; height:272px; background:url(../images/header.jpg) no-repeat;}
	#link{width:310px; height:155px; position:relative; top:0; left:65px;}
#content{width:506px; overflow:hidden; background:url(../images/content.gif) top repeat-x #252525; float:left; padding:25px 45px 25px 45px; line-height:21px; font-size:12px;}
#side{width:254px; overflow:hidden; float:left;}
	#top{width:auto; height:173px; background:url(../images/top.gif) no-repeat; font-size:11px; padding:30px 0 0 35px;}
	#btm{width:auto; height:457px; background:url(../images/btm.gif) no-repeat;  padding:15px 0 0 35px;}
#footer{width:834px; height:31px; background:url(../images/footer.gif) right no-repeat; margin:20px auto; padding:20px 16px 0 0; text-align:right; font-size:11px;}



/* --- Nav Rollovers --- */
#nav{width:900px; height:57px;}
#nav ul{margin:0; padding:0;}
#nav li{display:inline; margin:0; padding:0; float:left;}
#nav a{display:block; text-indent:-9000px; height:57px;}
	#home a{width:134px; background:url(../images/nav_home.gif) no-repeat;}
	#project a{width:209px; background:url(../images/nav_projects.gif) no-repeat;}
	#service a{width:221px; background:url(../images/nav_service.gif) no-repeat;}
	#client a{width:135px; background:url(../images/nav_client.gif) no-repeat;}
	#contact a{width:152px; background:url(../images/nav_contact.gif) no-repeat;}
#nav a:hover{background-position:0 -57px;}



/* --- Sitewide Classes --- */
.clear{clear:both;}
.services{border:dotted 1pt #8AAEAE; padding:15px; overflow:hidden; margin-bottom:35px;}