/*----Reset CSS----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
/*----End Reset----*/
body {
	background-color: #121212;
	text-align: center;
	font-family: georgia, arial;
	font-size: 25px;
	color: #ffffff;
}
h1 {
	font-size: 40px;
	font-weight: 900;
	padding-bottom: 20px;
	padding-left: 20px;
}
p {
	font-size: 16px;
	background-color: #181818;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #989898;
}
ul li {
	display: inline;
	font-size: 14px;
	padding: 10px;
}
a {
	text-decoration: underline;
	font-family: arial, georgia;
	color: #555555;
}
a:link {
	text-decoration: underline;
	font-family: arial, georgia;
	color: #555555;	
}
a:visited {
	text-decoration: underline;
	font-family: arial, georgia;
	color: #555555;
}
a:hover {
	text-decoration: none;
	font-family: arial, georgia;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	font-family: arial, georgia;
	color: #555555;
}
h2 {
	font-family: arial, georgia;
	font-size: 14px;
	color: #555555;
}
.red {
	background-color: #d50000;
	color: #ffffff;
	font-family: georgia, arial;
	font-size: 15px;
}
.blue {
	background-color: #669cff;
	color: #000000;
	font-family: verdana, arial;
	font-size: 15px;
}
.green {
	background-color: #69ff27;
	color: #000000;
	font-family: 'comic sans MS', arial;
	font-size: 12px;
}
.darkblue {
	background-color: #3437b7;
	color: #ffffff;
	font-family: 'comic sans MS', arial;
	font-size: 14px;
}
.yellow {
	background-color: #ffe326;
	color: #000000;
	font-family: impact, arial;
	font-size: 16px;
}
.brown {
	background-color: #824a22;
	color: #000000;
	font-family: impact, arial;
	font-size: 16px;
}
.purple {
	background-color: #89239f;
	color: #ffffff;
	font-family: georgia, arial;
	font-size: 16px;
}
.orange {
	background-color: #ff5400;
	color: #ffffff;
	font-family: georgia, arial;
	font-size: 16px;
}
#wrap {
	position: relative;
	width: 960px;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#desk {
	position: relative; top: 0px; left: 100px;
	background-image: url('images/desk.jpg');
	background-repeat: no-repeat;
	width: 760px;
	height: 405px;
	float: left;
	z-index: 100;
}
#bloghover {
	position: absolute; top: 159px; left: 102px;
	width: 106px;
	height: 90px;
}
#abouthover {
	position: absolute; top: 206px; left: 304px;
	width: 126px;
	height: 72px;
}
#serviceshover {
	position: absolute; top: 153px; left: 600px;
	width: 80px;
	height: 117px;
}
#contacthover {
	position: absolute; top: 0px; left: 318px;
	width: 123px;
	height: 115px;
}
#content {
	position: relative;
	background-image: url('images/chair.jpg');
	background-position: 0px 86px;
	background-repeat: no-repeat;
	width: 960px;
	height: 400px;
	float: left;
}
#bin {
	position: absolute; top: 50px ; left: 806px;
	background-image: url('images/bin2.jpg');
	background-repeat: no-repeat;
	width: 176px;
	height: 176px;
}
#blah {
	position: absolute; top: 60px; left: 360px;
	width: 400px;
	height: 300px;
}
#quick {
	position: absolute; top: -50px; left: 240px;
	background-image: url('images/quick.jpg');
	background-repeat: no-repeat;
	width: 104px;
	height: 83px;
}
#wristwatch {
	position: absolute; top: 308px; left: 723px;
	font-family: arial;
	font-size: 6px;
	text-align: center;
	color: #000000;
	width: 15px;
	
}
#footer {
	position: absolute; top: 800px; left: 0px;
	width: 960px;
	text-align: center;
}
#footer h2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
/*
-----------Drop Down Panel------------
*/
#dropdownpanel{ /*Outermost Panel DIV*/
	position: absolute; top: 0px; left: 0px;
	width: 702px;
	height: 194px;
	margin-top: -3px;
	padding-left: 130px;
	visibility:hidden;
	z-index: 3;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
	background-image: url('images/slidedraw.jpg');
	background-repeat: no-repeat;
	color: black;
	padding: 0px;
}


#dropdownpanel .control a{ /*Div containing panel button*/
	font-family: arial;
	color: black;
	text-align: center;
	background-image: url('images/slidedrawhandle.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 0px;
	width: 113px;
	margin-right: 20px;
	height: 21px; 
	line-height: 32px;
	float: right;
}
/*
-----------End of Drop Down Panel------------
*/
#drawcontents {
	padding-top: 20px;
	padding-left: 30px;
}
#drawcontents p {
	color: #ffffff;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: transparent;
}
#drawcontents textarea {
	margin-left: 10px;
}