/* CSS Document */


* {margin: 0; padding: 0;}
	
body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	background: black;
	font-weight: 500;
	color: #CCC;	
}


#wrapper {
	background: black; 
	position: relative;
	text-align: left;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 680px;
}


#header {
	position: relative;
	text-align: left;
	width: 970px;
	height: 40px;
	padding: 5px;

}


h1 {
	background: url(images/dsdp-logo.png) no-repeat bottom;
	height: 47px;
	width: 150px;
	text-indent: -9999px;
	float: left;
	margin: 2px;
}


h2 {
	color: #666;
	font-size: 1.2em;
	margin: 10px 0 4px 0;
}

p {margin-bottom: 5px;}
p.copyright {float: right; color: #666; font-size: 1em; margin: 3px 0 0 10px;}

/**********Navigation*****************************/
#nav {
	height: 30px;
	position: absolute;
	top: 25px; right: 0px;
	float: right;
	text-align: right;
	list-style: none;
	font-size: 1.3em;
}

#nav li {display: inline;}
#nav li a {color: #666; text-decoration: none; padding-left: 35px;}
#nav li a:hover {color: #999; text-decoration: none;}


/***********YOU ARE HERE STATES********************/

#body_pos li#nav-gra a, #body_boo li#nav-gra a, #body_bus li#nav-gra a, #body_log li#nav-gra a, #body_vec li#nav-gra a, #body_wed li#nav-gra a,
#body_web li#nav-web a,
#body_pho li#nav-pho a,
#body_inf li#nav-inf a,
#body_con li#nav-con a {color: #CCC;}



/*****************************************/


#subnav-gra {list-style: none;}

#subnav-gra li a {color: #666; text-decoration: none;}
#subnav-gra li a:hover {color: #999; text-decoration: none;}

#body_pos li#subnav-pos a, 
#body_boo li#subnav-boo a,
#body_bus li#subnav-bus a,
#body_log li#subnav-log a,
#body_vec li#subnav-vec a,
#body_wed li#subnav-wed a  {color: #CCC;}






#content {
	width: 980px;
	height: 520px;
	float: left;
	position: relative;
	margin-top: 90px;
}


#body_hom #content {
	margin-top: 40px;
	height: 570px;
}

img {border: none;}

	
a {color: #999; text-decoration: none;}
a:hover {text-decoration: underline;}


ul#portfolio {list-style: none;}
ul#portfolio li {margin: 0;}


ul#portfolio li.web {margin: 50px 0 0 110px;}

ul.bullets li {margin-left: 20px;}


#footer {
	float: left;
	position: relative;
	width: 970px;
	height: 20px;
	padding: 5px;

}


/**********WEB LAYOUT*********************/


#web-icons {
	text-align: right; 
	float: right; 
	width: 170px;
}


#web-icons img {
	padding: 3px 1px;
}

#web-icons a:hover { 
	text-decoration: none;
}



div.column {
  width: 170px;
  border-right: 1px solid #333; 
  padding: 0 12px;
  float: left; 
  text-align: left;
}

div.column2 {
	width: 364px;
	border-right: 1px solid #333;
	padding: 0 12px;
	float: left;
	text-align: left;
}

div.column3 {
	width: 725px;
	border-right: none;
	padding: 0 0 0 25px;
	float: left;
	text-align: left;
}



ul#stationery {
	float: left; 
	width: 580px; 
	list-style: none; 
	padding-left: 10px;"
}