/* CSS Document */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
	list-style:none;
}

img {
	border:0;
}

body {
	width:100%;
	background-image:url('images/parkinglot2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000;
	
}

#papers {
	width:100%;
	background-image:url('images/hands.png');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	margin:0;
	padding:0;
		
}

.wrapper {
	
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:visible;

}

#header {
	padding-top:40px;
	overflow:visible;	
	
}

.thumb {
	height:80px;
	width:200px;
	float:right;	
	margin:20px 0 40px 10px;
	
		
}

#login {
	width:120px;
	height:50px;
	float:right;	
}


#nav {
	text-align:left;
	float:right;
	clear:right;
	margin:0;
	width:450px;
	
}

#nav li a {
	background-image:url('images/NEW-nav.png');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:68px;
	text-indent:-9999px;	
}

#nav ul li {
	display:inline;		
}

#nav a.nav1 {
	background-position:0 0;	
	width:95px;
}

#nav a.nav1:hover {
	background-position:0px -68px;
	width:95px;
}

#nav a.active1 {
	background-position:0px -68px;
	width:95px;
	
}



#nav a.nav2 {
	background-position:-95px 0px;	
	width:90px;
}

#nav a.nav2:hover {
	background-position:-95px -68px;
	width:90px;
}

#nav a.active2 {
	background-position:-95px -68px;
	width:90px;
}

#nav a.nav3 {
	background-position:-185px 0px;	
	width:90px;
}

#nav a.nav3:hover {
	background-position:-185px -68px;
	width:90px;
}

#nav a.active3 {
	background-position:-185px -68px;
	width:90px;
}

#nav a.nav4 {
	background-position:-275px 0px;	
	width:165px;
}

#nav a.nav4:hover {
	background-position:-275px -68px;
	width:165px;
}

#nav a.active4 {
	background-position:-275px -68px;
	width:165px;
}





#maincontent {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;	
	text-align:left;
	line-height:1.5em;
}

.javadiv a {
	font-family:'Century Gothic',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#C00;	
	text-decoration:none;
}

.javadiv a:hover {
	color:#039;	
	text-decoration:none;
}

.javadiv {	
	width:480px;
	float:right;
	position:absolute;
	margin:90px 0px 0px 500px;
	overflow:visible;	
}

.javadiv ul li {
	list-style:disc;
	font-style:italic;
	font-weight:bold;
}

#postit {
	position:relative;
	top:470px; left:740px;
	background-image:url('images/twitter-postit.png');
	background-repeat:no-repeat;
	height:212px;
	width:251px;
	z-index:20;
	
}

#code {
	float:right;
	background-image:url('images/dave-vcard-small.gif');
	background-repeat:no-repeat;
	height:100px;
	width:100px;
	margin:90px -75px -50px 0;
	
}


.polaroid {
	position:relative;
	left:-33px;
	top:-80px;
	height:404px;
	width:414px;	
}

.businesscard {
	position:relative;
	left:-39px;
	bottom:70px;
	height:231px;
	width:448px;
	background-image:url('images/businesscard.png');
	background-repeat:no-repeat;	
}

#tagUform {
	float:right;
	margin-top:45px;
	width:210px;
		
}

.form {
	margin-right:10px;	
	font-size:12px;
}

a.form {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;	
	text-decoration:underline;
}

a.form:hover {
	
	color:#cc0029;	
	text-decoration:underline;
}

#contactinfo {
	position:relative;
	left:420px;
	bottom:250px;
	width:500px;
}

#links {
	width:275px;	
}

#links a.map {
	background-image:url('images/map.png');
	background-repeat:no-repeat;
	height:34px;
	width:40px;
	display:block;
	text-indent:-9999px;
}

#links a.map:hover {
	background-image:url('images/map.png');
	background-repeat:no-repeat;
	background-position:0 -34px;
}


#footer {
	clear:both;
	text-align:center;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;	
	margin-top:-200px;

}




