body {
	background: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
	background-color: #474747;
	font-family: 'Roboto', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #2B4E15;
	font-size: 90%;
	font-weight:bold;
	text-align: center;
}

.JavaScriptEnabled {
	display: none;
}

#Wrapper {
	background-color: #EDFBD2;	
	padding: 6px 0;
	opacity: 0.9;
	width: 100%;
	border: 1px solid #2B4E15; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#Content
{
	text-align: justify;
	margin: 0 6%;
}

#CenteredContent
{
	text-align: center;
	margin: 0 6%;
}

#ContactForm
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative; 
	border-style: dashed;
	border-width: 3px;
	border-color: #2B4E15;	
	padding: 20px 20px 0 20px;
	width: 236px;
}

.ContactFormSection {
}

.ContactFormError
{
	color: red;
	display: none;
}


.SendContactFormButton
{
	background-color: lightgrey;
	padding: 2px 20px;
	letter-spacing: 0;
	text-decoration: none;
}

h1, h2 {
	text-align: center;
}

h3
{
	color:#2B4E15;
	text-align: center;
	font-weight: normal;
}


a {                            
	color: #2B4E15;           
	/* color: red; */
	text-decoration: underline;
}

div.SectionLinks {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 236px;
	text-align: center;
	clear: both;
 }

.SectionLinkButton {
	background-color: lightgrey;
	width: 100px;
	display:inline-block;
	text-align: center;
	font-size: 90%;
	padding:3px 6px;
	margin:3px;
	text-decoration:none;
	position: relative;
	float: left;
}

ul {
	margin: 0px;
	padding-left: 5%;
	text-align: left;
}

li {
	margin: 0;
	list-style-position: inside;
}

.CanBecomeColumns {
	list-style: none outside none;

	-webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;	

}

.AboutUsList {
	text-align: center;
	padding: 0;
}

.AboutUsListItem {
	padding-bottom: 10px;
	list-style: none inside none;
}

.InfoBox
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: #485c45;
	padding: 0 6px;	
}

.InfoBox > p {
	text-align: center;
}

.SingleColumn{
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 6px;
	max-width: 820px;
}

.SingleColumn > p {
	text-align: center;
}

.FAQentry, .Testimonial
{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


.Testimonial
{
	border-style: dashed;
	border-width: 1px;
	border-color: #2B4E15;	
	padding: 20px 20px 0 20px;

}

.FAQquestion, .ServicesHeading, .QualificationsHeading
{
	// color: blue;
	font-size: 120%;
	// font-weight: bold; 
	// text-decoration: underline;
	text-align: left;
}

.ServicesHeading
{
	text-align: center;
}

.FAQanswer, .TestimonialText
{
	text-align: justify;
}

.FAQanswer
{
	padding-left: 30px;
}

.FAQquestion  + .FAQanswer, .TestimonialText + .TestimonialSource
{
	margin-top: -10px;
}

.TestimonialSource
{
	text-align: right;
}


.CaptionedImageDiv
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: auto;
	color: #485c45;
}

.CaptionedImage
{
	border-style: solid;
	border-width: 1px;
	border-color: #485c45;
	width: 99%;
	height: auto;
}

.copyright
{
	text-align: center;
	font-size: smaller;
}

#SimonCauserCaptionedImageDiv {
	float:left; 
	height: 100%; 
	margin-right: 10px;
	margin-bottom: 6px;
	width: 40%;
	min-width: 140px;
	max-width: 170px;
}

#SimonWorkingCaptionedImageDiv {
	display: none;
}

.centered {
	text-align: center;
}

#menuButton{
	float: left;
	cursor: pointer;
	margin: 0 0 2px 6px;
	text-align: center;
	font-size: 90%;
	padding: 0;
	border-top: 2px solid #2B4E15;
	border-bottom: 2px solid #2B4E15;
	
/*
	position: absolute;
	left: 8px;
	display: none;
*/
}

@media (min-width: 380px) {

	body {
		/* background-color: #fff;*/
	}

	div.SectionLinks {
		width: 354px;
	}
	
	
	.CanBecomeColumns { -webkit-column-count: 2;
			/* Chrome, Safari, Opera */
			-moz-column-count: 2;
			/* Firefox */
			column-count: 2;	
	}

	#ContactForm {
		width: 300px;
	}
	
	.Columns { 
		
		max-width: 400px;
		margin: 0 auto;
	}
	
}

@media (min-width: 498px) {

	body {
		/* background-color: #ddd; */
	}

	div.SectionLinks {
		width: 472px;
	}

	#ContactForm {
		width: 90%;
		max-width: 474px;
	}
}



@media (min-width: 560px) {	

	body {
		/* background-color: #bbb; */
	}
	
	.CanBecomeColumns { -webkit-column-count: 3;
			/* Chrome, Safari, Opera */
			-moz-column-count: 3;
			/* Firefox */
			column-count: 3;	
	}
	

	.FAQanswer
	{
		padding-left: 50px;
	}
	
}

@media (min-width: 730px) {
	#SimonWorkingCaptionedImageDiv {
		display: block;
	}
}

@media (min-width: 840px) {	
	
	.Columns { 
		
			max-width: 820px;
		
			-webkit-column-count: 2;
			/* Chrome, Safari, Opera */
			-moz-column-count: 2;
			/* Firefox */
			column-count: 2;
		
			-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
			-moz-column-gap: 20px; /* Firefox */
			column-gap: 20px;
	}
	
	.ColumnItem {
		display: inline-block;
	}
	
	
}

@media (min-width: 852px) {

	body {
		/* background-color: #999; */
	}
	
	.CanBecomeColumns { 
		-webkit-column-count: 4;
		/* Chrome, Safari, Opera */
		-moz-column-count: 4;
		/* Firefox */
		column-count: 4;	
	}
	
}


@media (min-width: 970px) {
	
	.SectionLinkButton {
		text-align: center;
		width: 86px;
		font-size: 75%;	
	}

	div.SectionLinks {
		width: 936px;
	}

}

@media (min-width: 1152px) {

	body {
		/* background-color: #777; */
	}

	div#Wrapper {
		width: 1135px;
		margin-left: auto;
		margin-right: auto;
	}

	
	
}
