/* Site Colors 

Orange: #0173ba;
Green: #157d1f;
blue: #0173ba
Dark grey: #6f6b68; - Main text colour across site
Light grey: #e6e6e6; Table row colours
Medium grey: #a7a09b; Table row colours
#FFFFFF


Fonts
font-family: 'Raleway', sans-serif;
font-family: 'Arial', sans-serif;*/

body { 
margin: 0px;
padding: 0px;
color: #6f6b68;
font-family: 'Raleway', sans-serif;
}


header { 
width: 100%;
color:#6f6b68;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	background: #ffffff;
}

.wrapper, #content { 
width: 100%;
margin: auto auto;
}

.topbarcontent
{ 
padding: 0 20px 0 20px;
}


.bottom-bar, .footer_content  { 
width: 95%;
margin: auto auto;
}



#banner { 
width: 100%;
background: #157d1f;
 }

#topbar {
width: 100%; 
background-color: #0173ba;
color: #ffffff;
font-family: 'Arial', sans-serif;
font-size: 16px;
height:60px;
margin-top: -25px;
}

.right { text-align: right; }

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


#navigation
{
	margin-bottom: 0px;
	background: #fff;
}


.sidebar {
background-color: #0173ba;
color: #ffffff;
padding: 20px;
}

.main_content { padding: 20px; }


 .sidebar h2{
font-size: 25px;
font-weight: 700;
color: #ffffff;

}

 .sidebar p{
font-size: 18px;
font-weight: 400;
color: #ffffff;
}

.sidebar a, header a { color: #ffffff; font-weight: bold; text-decoration: none;}


#content .col img { 
width: 100%;
height:auto !important; 
}


.main_content p {
	 color: #6f6b68;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.main_content h1 {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.main_content h2 {
    color: #157d1f;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
}


.main_content h3 {
    color: #6f6b68;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
}


.main_content li
{
	color: #6f6b68;
    font-family: arial;
    font-weight:400;
    font-size:20px;

}
 

.main_content a { color: #0173ba; text-decoration: none; font-weight: bold; font-size: 22px;}

 


 
	
.main_content hr
{
	border-color: #157d1f;
}
	
table {
	width:100%;
}

thead td {
	background-color: #157d1f;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 0;
	
}

tr:nth-child(even) {
	background-color: #e6e6e6;
}

tr:nth-child(odd) {
	background-color: #a7a09b;
	color: #ffffff;
}

td {
	text-align: center;
	font-family: 'Raleway', sans-serif;
    font-size: 20px;
	padding: 5px;
}

td a{font-family: 'Raleway', sans-serif;
    font-size: 20px; }

td p, td p a {
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

td p a {
	padding:8px 0;
}

td p:first-child  {
	border-bottom: solid 2px #fff;
}




.button-white, .sidebar a.button-white {background-color: #ffffff; 
	color: #0173ba; 
	}
	

.button-green {
	background-color: #157d1f; 
color: #ffffff; 
}

.button-orange {background-color: #0173ba; 
color: #ffffff; }

.button-green, .button-orange, .button-white {
	padding: 10px;
	text-decoration: none;
	font-weight: 700;
	margin-top: 10px;
margin-bottom: 20px;
display: inline-block;
}

 a.button-green, a.button-orange { color: #fff; }

footer { 
width: 100%;
margin-top: 10px;
background-color:#157d1f;
}


	


.white { 
background: #fff;
}

.green { 
background-color: #157d1f;
width: 100%;

color: #ffffff;
}

.green h1{font-size: 45px;}
.green h1, .green p, .green a {color: #ffffff; font-family: 'Raleway', sans-serif; padding: 10px;}

.green h2 {font-size: 27px;}

.green p {
    font-size: 25px;}
	

.green a{
	font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 700;
	text-decoration: none;
	margin: 10px;
	}
	
	.footer-logos {padding-top: 10px; padding-bottom: 10px; width: 100%; background-color: #ffffff; }
.footer-logos img {width: 100%;}

.footer_content { 
padding: 5px;
	
	margin: auto auto;
background-color: #157d1f; 	
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 150%;
	
	}

.footer_content p, .footer_content h2, .footer_content a, .footer_content a:visited {color:#ffffff; text-decoration: none;}
.footer_content h2 { 
font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 700;
	}
	
	.footer_content .button-white, .sidebar a.button-white {background-color: #ffffff; 
	color: #0173ba; 
	}


p.error { color: #ff0000; font-weight: bold; }
p.success { color: #157d1f; font-weight: bold; }
	
	
	
.bottom-bar  p{
	color: #6f6b68;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.bottom-bar a:link, .bottom-bar a:visited  {
	color: #6f6b68;
	font-weight: 700;
	text-decoration: none;}


.clear {
	clear:both;
}


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

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.col:first-child { margin-left: 0; }

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

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
	
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

@media only screen and (max-width: 1400px) {
	.green h1{font-size: 25px;}
}

@media only screen and (max-width: 1050px) {
	
.col {  margin: 0% 0 0% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
	
	


   

}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	
.col {  margin: 0% 0 0% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
	
	#banner { display: none; }
	
	.right { text-align: left; }
	
	
    #content .col img { 
width: 100% !important;
height: auto !important;
	}
	
	#topbar {

height:160px;

}


}


#topbar p, #topbar form { margin-top: 0px; padding-top: 30px; }



input[type=text]{
	color:#bcbcbc; border: 0px; text-align: center;
}



#form form { width: 100%; }

#form form input, select {
	width: 100%;
	border: 1px solid #cccccc;
	min-height: 30px;
	text-align:  left;
}

#form form textarea { width: 100%; min-height: 100px;}

#form form input[type="submit"] { text-align: center; font-weight: bold; }

#form form input[type="checkbox"] { text-align: left; font-weight: bold; width: 20px; }


.leftimagewithcaption { 
 float: left; margin: 0px 10px 15px 0;
 }
 

 }

 

 