body
{
	margin: 0;
	padding: .5em;
	/*color: #000;*/
	background: #fff;
	font: 100%/1.2 'Raleway', sans-serif;
	background-image:url(../images/bg_pattern.gif);
	background-repeat:repeat;
	
}

p{

	font-size:100%/1.8;
	font-size:.9em;
	line-height:1.4;
	padding:.5em;
	
}

h1{
	font-size:1.5em;
	padding:.5em;
	color:#6ACCE3;
}

h2{
	font-size:1em;
	padding:1em;
}

h3 {
	
	margin-left:1em;
	/*font-size:16px;*/
	/*padding:5px;*/
}

a {
	color:#3D84C6;
	
	text-decoration:none;

}

a:hover {

		color:#61cbe3;


}
 /*img {
 	width:100%;
 }*/


/*-----------------TOP----------------*/

.logo img{
	max-width:300px;
	width:100%;
}

#social{
	
	width:5em;
	float:right;
	display:inline;
	padding: 0 10px 0 0;
}

.right{
	text-align:right;
}
	
/*-----------------NAV----------------*/



nav{
	
	float:right;
	/*padding:70px 0px 0px 0px;*/
	text-align:right;
	
}

nav ul li{
	display:inline;
	list-style-type:none;
	padding:0px 2em 0px 0px;
}


nav ul li a{
	font-weight:light;
	color:#7f7f7f;
	text-decoration:none;
}

/* highlights current page*/
.currentpage{

	color:#6ACCE3;
	font-weight:700;
	
}

.quote{
	padding:3em;
	font-style:italic;
}

strong{ 
	display:block;
	padding-left:10em;

	}


.banner{
	
	background-image:url(../img/bsp_banner.jpg);
	background-repeat:no-repeat;

	background-position:right;
	height:18em;
	border-top: thin #999 solid;
	border-bottom: thin #999 solid;
	
	
}

.white {   
	color:#fff;
	
}

.blue{
	background-color:#6ACCE3;
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

/*------------HOME PAGE circle images with text boxes-----------*/

.white_bg {
	background-color:#fff;
	color:#3a3939;
	text-align:center;
}
/*.white_bg p{
	
	padding: 0px 20px 0px 20px;
}*/
.white_bg h2{
	font-size:14px;
	padding:10px;
	text-align:center;
}

.buttons {
	/*width:275px;*/
	padding:10px 12.5px 40px 12.5px;
	float:left;
	
}

.buttons img{
	max-width:250px;
	width:100%;
}
.buttons:first-child{clear:both;}

.buttons a{
	
	color:#3a3939;
	text-decoration:none;
	
}

/*------------about page-----------*/


.bodytext p {

	padding-left:1.5em;
	padding-right:1.5em;
}

.bodytext strong{

	padding-left:1em;
}

.bodytext img{
	max-width:350px;
	width:100%;

}

.picture {

	
	max-width:21em;
	font-size:.5em;
	float:right;
	height:auto;
	padding:0px 0px .5em .5em;
	font-weight:bold;
	margin:.5em;

}

.picture img{
	width:100%;
}


/*-------------GALLERY ----------------*/


#gallery {
	
	width:90%;
	margin:0 auto;
	
}


.middle{

	text-align:center;
}

/*-------------estimate ----------------*/

 .estimate p strong {

	display:inline;
	padding-left:0;
}



/*----------FOOTER------------------*/

footer {
	
	background-color:#3a3939;
	color:#fff;
	/*font-size:90%;*/
}

footer h2 {
	
	padding: 1em;
	font-size:110%;
	color:#CCC9C6;
	
}

footer ul li{
	list-style-type:none;
	padding:.5em 0 0 0em;
}
footer a {
	 
	color:#fff;
	text-decoration:none;
	
	
}


.copyright p {
	
	font-size:60%;
	text-align:center;
	padding-top:2em;
	bottom:1em;
	clear:both;

}


