/*  MODIFIED GRID COLUMN SETUP COURTESY OF RESPONSIVEGRIDSYSTEM.COM  - Creative Commons Attribution 3.0 License - ================ */



/* BASIC PAGE SETUP */

body { 
    margin: 0 auto;
    padding: 0;
    font: 100%/1.4 Arial, sans-serif; 	
    color: #000; 
    text-align: left;
    background: transparent;
    height:100%;
}


/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
    margin-bottom : 1.5em; 
    font-size : 1em; /* 16 / 16 = 1 */ }

p {
    font-family: Arial, sans-serif;
    font-size: 1.1em; 
    color: #333;
    line-height: 1.7em;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    text-align:left;

}

@media only screen and (max-width: 1200px) {

p {         font-size: 1em; 

		
 }
}

@media only screen and (max-width: 1024px) {

p {         font-size: 1.1em; 

		
 }
}

@media only screen and (max-width: 800px) {

p {     text-align: center;
		margin-left: 45px;
		font-size: 1.1em; 

 }
}




/* LINKS =============================================================================  */



a { 
color: #038145;
font-weight: 600;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color: #038145; }

a:focus { 
outline : thin dotted; 
color: rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color: #FCE61A;
}

@media only screen and (max-width: 800px) {

a {   
		margin:0 auto;
 }
}
/* IMAGES ============================================================================= */

img {
border: 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}




.logo {
	width: 90%;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;

}


@media only screen and (max-width: 1200px) {
	.logo {
	width: 95%;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;

}

}

@media only screen and (max-width: 1024px) {
	.logo {
	width: 80%;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;

}

}

@media only screen and (max-width: 600px) {
	.logo {
	width: 100%;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5px;

}

}

/*  MAIN LAYOUT	============================================================================= */



#maincontent{
    clear: both;
    width: 50%; /* 1000px / 1250px */
    width: 50%\9; /* ie 8 and below*/
	font-size: 0.8125em; /* 13 / 16 */
    margin: 180px auto;
    padding: 4em 1em;
    color: #333;
    line-height: 1.5em;
    position: relative;
	background: rgba(255,255,255,0.8);
}

@media only screen 
  and (min-device-width: 300px)
  and (max-width: 767px) {
	 		#maincontent{
			width: 75%;			
			margin: 30px auto;

		}
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
	margin-left: 10em;
}
.floatright {
    float: right;
	margin-right: 9em;
}

@media only screen and (max-width: 1200px) {
	.floatleft {
    float: left;
	margin-left: 8em;
}
.floatright {
    float: right;
	margin-right: 7em;
}
}

@media only screen and (max-width: 1024px) {
	.floatleft {
    float: left;
	margin-left:9em;
}
.floatright {
    float: right;
	margin-right:8em;
}
}


@media only screen and (max-width: 800px) {
	.floatright {
    float:none;
	margin:0 auto;
	}
	.floatleft {
    float:none;
	margin:0 auto;
}
}



/* VENDOR-SPECIFIC ============================================================================= */

html { 

  background:none;
	}
	

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/*Media Queries*/
