@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-attachment: fixed;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	color:#fff;

	
	
}

a, a visited {

	font-style: normal;
	background-color: transparent;
	font-weight:bold;
}
a img{
	 border:0;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	border-width: 0;
	border-style: dotted;
}

#wrapper {
	clear:both;
	margin:0 auto;  
	position:relative;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	width:980px;
	height: 3140px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
} 
#header {
	width:960px;
	
}
#logo {
	margin: auto;
	padding: 0px;
	border: 0px;
	position: absolute; top: 0px; left: 0px; 
	
}

#intro {
	float:left;
	padding: 0 25px;
	border: 0px;
	position: absolute; top: 230px; right: 360px;
	font-size: 0.8em;
	color:#CCC;   
}
#intro a, .projBlurb a {
	color:#fff;
	border-bottom:1px dotted #fff;
	font-style: normal;
	background-color: transparent;
	font-weight:bold;
	text-decoration:none;
	
}

#services {
	clear:both;
	padding: 10px 10px 10px -10px;
	border-left: 1px solid #CCC;
	position: absolute; top: 230px; right: 20px;
	font-size: 0.8em;
	color:#ccc;
	
}
.content{
	width:860px;
	background:url(../images/bg1.png) repeat;
	padding: 10px ;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	position: absolute; 
	font-size: 0.8em;
	color:#fff;
}

.contentImage{
	border-bottom: 2px solid #333;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: 2px solid #333;	
	
}
#content1{
	top: 380px; left: 50px;
}
#content2{
	top: 770px; left: 50px;
}
#content3{
	top: 1160px; left: 50px;
}
#content4{
	top: 1550px; left: 50px;
}
#content5{
	top: 1940px; left: 50px;
}
#content6{
	top: 2330px; left: 50px;
}
#content7{
	top: 2720px; left: 50px;
}

.projBlurb{
	width: 300px;
	position: absolute;
	top: 10px;
	left: 552px;
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
}
#menu {

	position: absolute;
	top:116px;
	left: 659px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	float:left;
	height: 25px;
	padding: 0 5px ;
}

#menu a {
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#ccc;
	
}


#menu a:hover, #menu .current_page_item a {
	color:#fff;
	border-bottom:1px dotted #fff;
	
}
.kwicks li{
	width: 125px;
	height: 100px;
	margin-bottom: 3px;
}
#kwick1 { 
	background-color: #FF5100;
}
#kwick2 {
	background-color: #B33900;
	margin-bottom: none;
}
