/* start of structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Sans-Serif;
	background: url('images/DACbgcolor.jpg');
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
	width: 880px;
	padding: 30px 0 40px 0;
	border: 0;
	margin: 0 auto;
	}
	
* html div#header { /* IE6 hack */
	padding-bottom: 15px;
	}		

*:first-child+html div#header { /* IE7 hack */
	padding: 30px 0 0 0;
	}

img {
	padding: 0;
	margin: 0;
	border: 0;
	}
		
/* header div */

div#header h1 {
	color: #fff;
	margin: 10px 0 0 220px;
	}
	
/* Sidebar div */	
	
div#sidebar {
	margin: 0 0 0 680px;
	width: 150px;
	color: #000;
	}	
	

div#sidebar img {
	margin-top: 10px;
	}		

/* End of Sidebar div */		
	
div#wrapper {
	background-color: red;
	background: url('images/spacer.jpg');
	background-repeat: repeat-y; 
	background-position: center top;
	width: 880px;
	margin: 0 auto;
	}	
	
/* Content div */	
		
div#content {
	padding: 0 0 0 60px;
	width: 608px;
	color: #3B393D; /* Body text grey */
	margin: 0 auto;
	text-align: left;
	float: left;
	}
	
div#content h1 {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border: 0;
	font-size: 1.7em;
	line-height: 100%;
	color: #993399; /* Header purple */
	}
	
div#content h2 {
	font-size: 1.3em;
	line-height: 120%;
	}	
	
div#content h3 {
	font-size: 1em;
	}
	
div#content strong {
	font-weight: bold;
	color: #993399; /* Header purple */
	}	
	
div#content ul {
	font-size: 1.2em;
	line-height: 180%;
	color: #3B393D;
	padding: 0 0 10px 0;
	margin: 0;
	list-style-position: inside;
	}
	
/* End Content */	

		
	
div#footer {	
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
	}


/* start of text formatting */

p.error {
	color: red;
	}

p.footer_info
	{
	color: #3B393D;
	font-size: 0.8em;
	padding: 25px 0 25px 0;
	margin: 0 0 0 150px;
	border: 0;
	text-align: center;
	width: 400px;
	}
	
p.footer_info a
	{
	color: #3B393D;
	text-decoration: none;
	}	
	
p	{
	width: 550px;
	font-size: 1.2em;
	line-height: 180%;
	color: #3B393D;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	}	
		
p.body_end
	{
	font-size: 1.2em;
	width: 550px;
	line-height: 180%;
	color: #3B393D;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px dotted #270093;  /* Header purple */
	}		

/* list formatting */		
* html ul#nav {
	padding: 0 0 0 360px;
	}		

ul#nav
	{
	padding: 20px 0 0 440px;
	}
	
ul#nav a {
	display: block;
	}

ul#inner a {
	width: 10em;
	padding: 5px;
	}	
	
ul#nav li ul {
	font-size: 0.8em;
	display: none;
	color: black;
	position: relative; left: -40px;
	}
	
ul#nav li:hover ul {
	display: block;
	width: 10em;
	position: absolute;
	}			
	
ul#nav li
	{
	 font-size: 1.2em;
	 list-style: none;
	 display: inline;
	 padding: 0 10px;
	 float: left;
	 position: relative;
	 }		

ul#workcatagories li
	{	
	 font-size: 1.2em;
	 line-height: 1.6em;
	 list-style: none;
	 display: block;
	 padding: 0;
	}

ul#gallery 
	{ 
	position: relative; 
	width:600px; 
	height:233px; 
	margin:0; 
	padding:0; 
	}
	
ul#gallery li 
	{ 
	display: block; 
	}

	
/* What we do list */
ul#what li {
	color: #270093;  /* Header purple */
	 }			
	
ul#what li a
	{
	 font-size: 1.2em;
	 color: #270093;  /* Header purple */
	 }	
	 	
ul#what li a:focus, ul#what li a:hover
	{	 
	color: #ff600b;  /* orange */
	}	
	
.error {
color: #ff600b; /* orange */
}	
	
/* end of text formatting */

/* form formatting */

#contact label {
	font-size: 1.2em;
	color: #3B393D;
	position: absolute;
	padding: 0px 0 0 0px;
	margin: 20px 0 0px 0;
	}
	
#contact input, #contact textarea {
	font-size: 1.2em;
	color: #3B393D;
	position: relative;
	margin: 15px 0 0 80px;
	}
		
/* links */


a:link, a:visited
	{	 
	color: #993399; /* purple */
	text-decoration: none;
	}
a:focus, a:hover
	{	 
	color: #00ffff; /* light blue */
	text-decoration: none;
	}	

	
/* table formatting */

table {
	font-size: 1.2em;
	line-height: 180%;
	color: #3B393D;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	}		

