/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'reset.css';
@import 'typography.css';
@import 'grid.css';
@import 'forms.css';
@import 'buttons.css';
@import 'css-classes.css';
@import 'fancy-type.css';

.container { 
	/*background: url(/images/grid.png);*/ 
} 
body{
	margin:0 auto;
	background: #eee url(/images/bg-body.gif) repeat-x;
}

/*_____________________  LOGO ________________________*/

#logo h1{background:url(/images/bg-logo.gif);width:336px;height:119px;}
#logo img{margin:20px 0 0 45px;}

/*_____________________  NAV ________________________*/

#nav ul{
	list-style:none;
	margin:83px 0 0 0;
	padding:0
}

#nav li{
	display:inline;
	float:left;
	width:70px;
	margin-right:10px;
}


#nav a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:white;
	line-height:35px;
	text-transform:uppercase;
}
#nav a:hover{background:url(/images/bg-nav-hover.gif);}

#about #nav1,#services #nav2,#projects #nav3,#awards #nav4,#news #nav5,#contact #nav6 {background:url(/images/bg-nav-on.gif);color:black;}

#main{
	background:url(/images/bg-main-bottom.gif) no-repeat bottom;
	padding-bottom:20px;
}

/*_____________________  MAIN CONTENT AREA ________________________*/

#quote{width:232px;

}
#quote blockquote{margin:0;}
#quote blockquote p{
	margin:0 0 0 0px;
	color:black; 
	padding:10px;
	background:#ccc url(/images/bg-quote-top.gif) no-repeat;
}
#quote blockquote cite{
	background:url(/images/bg-quote-bottom.gif) no-repeat;
	display:block;
	padding-top:25px;
	text-align:right;
	padding-right:60px;
}

/*_____________________  SIDEBAR  ________________________*/
#sidebar h2{
	color:#900;
	font-size:18px;
	margin-left:-10px;
	margin-bottom:0;
	background:url(/images/hrule.gif) repeat-x top;
	padding-top:15px;
	}
#sidebar p{	margin-left:-10px;position:relative;
}

#sidebar p a{display:block;}

/*_____________________  FOOTER  ________________________*/

#footer{
	margin-top:20px;
	padding-top:20px;
	background:url(/images/hrule.gif) repeat-x top;
}
.contactinfo p{padding-left:40px;}
.designedby p{padding-right:40px;text-align:right;}
