@charset "utf-8";

.body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Geneva, sans-serif;
	font-size:.95em;
	/*background-image: url(../images/backgrounds/basicBeach1920.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
	background-color: #CCC;
	
	}

#container,#header  {
	width: 1080px;
	  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:10px;
	padding-right:10px;
	/*Total width 1100px*/
	

} 
#headerarea, #header {
	margin:0 auto;
	
	
	/* the auto margins (in conjunction with a width) center the page */
	
	}
	
#headerarea{
	background-image:url(../images/grey50.png);
	background-repeat:repeat;
	overflow:hidden;
	
}	
.gsc-control-cse{
	background-color: #999;
	
}
.headerimage{
	width:700px;
	float:left;	
}
.headercontent{
	width:1080px;
	margin: 0 auto;
	opacity:0.2;
}
	
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	



#barincontent {
	max-width:860px;
	
		
}
.quotebuttononright{
	z-index:1;
	position:fixed;
	top: 10%;
	left: 90%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearboth { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    
}

.aligncenter {
	text-align: center;
}
.emstext30 {
	font-size: 1.2em;
	text-align: center;
}
.textredbold {
	font-size: 2em;
	color:red;
	text-shadow: 3px 3px #999999;
	font-weight:bold;
}

.maincontentimageonly {
	padding-right: 1px;
	padding-left: 1px;
	float:left;
}

/*jqueryslideshow delete when you dont use slideshow anymore*/
#slideshow {  
    			padding: 10px;
				margin:0;  
			} 
			#slideshow-caption{
				padding:0;
				margin:0;
			}
 
			#slideshow img, #slideshow div {  
    			padding: 10px;				
    			background-color: #EEE;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px; 
    			margin: 0; 
			}

.h1style {
	background-color: #C0C0C0;
	border: #C0C0C0 10px solid;
	border-radius:10px;
	text-align:center;
	padding:0 5 0 5;
	font-family: Verdana, Geneva, sans-serif;
}
#menusocialmedia {
	width:200px;

}
#searcandsocialblock {
padding:17px;	
}
#googleplus1 {

}


	

.font18bold{
	font-size:18px; font-weight:bold;	
}	

.textcenter{
	text-align:center;
}


.contentscrolllong {	
	max-height:280px;
	overflow:scroll;		
}
.contentscrollshort {	
	max-height:100px;
	overflow:scroll;		
}
.sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	/*total width = 200px*/
}
.sidebarleftcontent{
	width:150px;
	/*
	total width = 175px*/
}

.contentblocks,#sidebarleft,.pagecontentwithsidebarright,.pagecontentnosidebarright,#footer,.scrolllist,#searcandsocialblock,#CSSMenu2_container, .sidebarrightcontent
{
	background-color:white;
	padding:5px;
	border-width:1px;
	border-color:grey;
	border-style:solid;
	border-radius:5px;	
	margin:5 4 4 4;
	margin-top:10px;
	
	/*width 20px*/
}
.contentblocks, 
#sidebarleft,
.pagecontentwithsidebarright,
.scrolllist,
#CSSMenu2_container  {
	margin-right:5px;	
	/*width 5px*/
}
#sidebarright {
	float:right;/* since this element is floated, a width must be given */
	width:230px;
	
	
	/*total width  px*/
}

.pagecontentnosidebarright{
	width:885px;
	float: left;
	min-height:790px;
	/*total width 905 px
	width in here 885px
	padding 10px
	border 10px
	*/}

.pagecontentwithsidebarrightwrapper{
width:905px;
float:right;
}


	
.pagecontentwithsidebarright{
	background-color: #EAEAEA;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	min-height:790px;
	}
	
	
.embedclientfeedback, .pagecontentwithsidebarright {
	width:650px;
	/*total width 675px max
	width in here 650px, padding 10px, margin-right 5px, border 10px.*/}	
	
.embedclientfeedback {
	min-height:790px;
	margin:0 auto;
	
}
