/*body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top-ribbon.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}
#wrapper {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 92%

}
.moduletable_strapline {
	margin-top: 50px;
	float: left;
	width: 490px;
}
.moduletable_phone p {
	color: #72b39e;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#logoset {
	float: left;
	width: 720px;
	margin-bottom: 50px;
	padding-bottom: 0px;
}
#logo {
	margin-bottom: 0px;
	margin-right: 50px;
}

.number {
	font-size: 1.6em;
	color: #32a3c1;
	font-weight: bold;
}

#rightcol, #leftcol, #middle {
	margin-top: 0px;

}
#rightcol, #leftcol {
	width:170px;

}

#leftcol {
	float:left;
	width: 17%;
	margin-right: 40px;
	padding-top: 10px;

}
#content {
	clear: both;
}
.moduletable_phone {
	float: right;
	margin-top: 50px;
}

#middle {
	float:left;
	width:55%;
	margin-bottom: 35px;
	margin-top: 15px;

}


#rightcol {
	float: right;
		width: 17%;
	max-width: 170px;
	padding-bottom: 20px;

}

#footer {
	clear: both;
	background-image: url(../images/bottom-ribbon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#menu-resp {
    display: none;
}
.pagination {
list-style-type: none;
    padding: 0px;
}
.pagination li {
 display: inline-block;
    background-color: #e2e2e2;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 5px;
}
@media only screen and (max-width: 600px) {
#leftcol, #logo, .moduletable_strapline, .moduletable_phone, #middle, #rightcol {
float: none;
} 
#middle img {
    width: 100%;
    height: auto;
}
#middle {
    margin-bottom: 25px;
    margin-top: 15px;
    width: 96%;
    margin-left: auto;
	    margin-right: auto;
}
#logoset {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
#logo {
    float: none;
    margin-right: 0px;
    text-align: center;
}
.moduletable_strapline {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}
h1 {
    float: none;
}
.moduletable_phone {
    margin-top: 0px;
    text-align: center;
}
body {
      background-position: center top;
}
#leftcol {
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
}
#rightcol {
    width: 100%;
    padding-bottom: 20px;
}
.moduletable_footer {
    width: 90%;
    padding-left: 0px;
    padding-top: 80px;
    padding-right: 0px;
}
#menu-main {
    border: solid 2px #000;
    width: 90%;
    border-radius: 8px;
    padding: 10px 5%;
    margin-top: 2em;
    display: none;
}
.moduletable_mainnav li {
    float: none;
    margin-right: 0px;
    padding-right: 0px;
    border: none;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    padding-top: .3em;
    padding-bottom: .3em;
    text-transform: uppercase;
}
.moduletable_mainnav a {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}
#menu-resp {
background-color: #c3ce54;
    display: block;
    color: #02653b!important;
    font-size: 1.2em;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
}