/* Global
================================================*/
* {
	margin:0;
	padding:0;
	}
	body,
	html {
		margin:0;
		padding:0;
		background:#ccc;
		color:#000;
		font-family:"Lucida Grande", sans-serif;		
		font-size: small;
		line-height: 1.5em;
	}
	body {
		min-width:780px;
	}
	#wrap { 
		font-size:100%;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		background: #fff;
		}
	
	
	#about .about,
	#services .services,
	#client-services .client-services,
	#capabilities .capabilities,
	#capitol-sources .capitol-sources,
	#scope .scope,
	#success .success,
	#case-studies .case-studies,
	#testimonials .testimonials,
	#client-work .client-work,
	#staff .staff,
	#contact .contact,
	#home .home	{
		background: #000;
		color: #fff;
	}
	
/* Links
================================================*/
	a:link,
	a:visited {
		color:#000;
		font-weight:bold;
		text-decoration:none;
		border-bottom:1px dotted #666;
		}
	a:focus,
	a:hover {
		color:#000;
		border-color:#666;
		border-bottom-style:solid;
	}
/* Gallery
================================================*/
	.thumb-l {
		float: left;
		margin: 5px 10px;
	}
	.thumb-r {
		float: right;
		margin: 5px 10px;
	}
	
	.hdr
	{
		margin: 0 0 .5em 10px;
		
	}
/* testimonials
================================================*/	
#main dl.testi {
	margin-bottom: .5em;
	
}


#main dl.testi dt {
			color: #060c1c;
			font-size: 105%;
			font-weight: bold;
			padding-left: 5px;
			display: block;
			margin-top: 1em;
			background: #ccc;			
			border-bottom: 1px dotted #666;
			}	
#main dl.testi dd {
			text-align: justify;
			color: #333;
			font-style: normal;
			padding:0 10px .5em 10px;
			background: #ccc;			
			}
	
p.centerx {
	text-align: center;
	
}	
	
	
	
/* Main layout
================================================*/	
	#wrap {
		margin:0 auto;
		width:780px;
	}
	#main {
		float:right;
		width:534px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px; 
    }
 	#main p {
		margin-bottom: 1em;
	}
	.vert {
		margin-bottom: 0;
	}
	#main h2 {
		margin: 0 0 10px 0;
		padding:5px 0 0 10px;
	}
	#main h3 { 
		font-size: 125%;
		}
	#main ul {
		list-style-type: square;
		padding:0 15px;
		margin-left: 30px;
		margin-top: 0;
		margin-bottom: 2em;
	}
	#main li {
		color: #333;
		margin-top:10px;
	}
	#main dl {
		padding:0 10px;
		}
	#main dt {
		color: #060c1c;
		font-size: 105%;
		font-weight: normal;
		padding-left: 5px;
		}	
	#main dd {
		text-align: justify;
		color: #333;
		font-style: italic;
		padding:0 10px 1em 10px;
		}
	.fleft {float:left; margin:5px 5px 0 10px; border:0;}	
	.fright {float:right; margin:5px 10px 0 5px; border:0;}	
	p.highlite {
		background-color: #ccc;
		margin: 0 5em;
		}
		
#wrap table.mol	{
	width: 500px;
	padding: 5px;
	margin-left: 10px;
}
		
p.pdfer {
	margin-left: 10px;
	
}		
		
.greey {
	font-size: 90%;
	font-style: italic;
	color: #666;
	margin-top: .25em;
}		
		
/* Newsletter
================================================*/	
img.fft {
	border: 0;
	padding: 15px 0 0 15px;
	}
h3.fft {
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	}
dl.fft {
	border-top: 1px dotted #666;
	border-bottom:1px dotted #666;
	margin: 0 0 1.5em 60px;
	width: 65%;
	}
.fft dt {
	padding-top: 1em;
	}
.pdf-icon {
	background: #fff url(../img/tinyPDF.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	}	
.pdf-icon a {
	font-weight: normal;
}		
		
/* Mast
================================================*/
	#header {
		background:#fff url(http://www.wraggcasas.com/img/strat-mast.jpg) no-repeat top left;
		height:227px;
	}

	#header h1 {
    	padding:5px;
	    margin:0;
    }
/* Sidebar
================================================*/
	#sidebar {
		float:left;
		width:236px;
	}
	#sidebar ul {
		list-style:none;
    }
	#sidebar ul a {
		text-decoration:none;
		color:#000;
		border-bottom: 0;
		display: block;
		width:206px;
		height:30px;
		padding: 10px 0 0 30px;
	} 
	#sidebar ul a:hover {
		text-decoration:none;
		color:#fff;
		border-bottom: 0;
	}
	
	#sidebar ul ul {
		font-size: 95%;
		margin-top: 0;
		}
	
	#sidebar ul ul a {
	background: none;
	padding: 6px 0 0 35px;
	color: #999;
	width: 200px;
	}
	

	
/* Footer
================================================*/
	#footer {
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		
		background: #091434;
		clear:both;
	}
	#footer p {
		font-size: 90%;
		color: #fff;
		text-align:right;
		padding:5px 15px;
		margin:0;
    }