@charset "utf-8";
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
	margin: 0 0;
	background-color: #dddddd;
	background-image: url("../images/background.jpg");
	padding: 0;
}
.page {
	width: 100%;
	padding-bottom: 16px;
}
.clear {
	clear: both;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #606060;
	font-size:15px;
}
a:link, a:visited {
	text-decoration: none;
	color: #124B8E;
}
a:hover {
	text-decoration: underline;
	color: #124B8E;
}
a:active {
	color: #124B8E;
}
/************************************************************************************
STRUCTURE
************************************************************************************/
.pagewrap {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	background: transparent;
}
.contentdiv {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.sidebardiv {
    background: rgba(255,255,255,0.4);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.strathdrill-logo {
	width: auto;
}
.header {
	margin-top: 0;
	margin-left: 16px;
	margin-right: 16px;
	padding-bottom: 0;
}
.content {
	width: 100%;
	float: left;
}
.contentdiv {
	margin-left: 16px;
	margin-top: 0;
	margin-bottom: 16px;
	margin-right: 16px;
	line-height:18px;
}
.contenttext {
	margin: 15px;
	padding: 2px;
	color: #606060;
	font-size: 15px;
}
.sidebar {
	width: 40%;
	float: right;
}
.sidebardiv {
	margin-left: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding: 2px;
	overflow: hidden;
}
.sidebartext {
	margin: 15px;
	text-align: center;
	color: #1A1A1A;
}
.footer {
	margin: auto 10px;
	font-size: 75%;
}
.copyrightleft {
	float: left;
	width: 50%
}
.copyrightright {
	float: right;
	width: 50%;
	text-align: right;
}
.mapdiv{
	background-color:#E9E5DC;
}
/************************************************************************************
HEADING STYLES h1,h2,h3,h4, PICTURE STYLES!
*************************************************************************************/
h1 {
	color: #124B8E;
	font-size: 400%;
	line-height: 105%;
}
h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #124B8E;
}
h3 {
	font-size: 100%;
	color: #124B8E;
}
h4 {
	color: #124B8E;
}
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media only screen and (min-width: 1200px) {
.hidden-large {
	display: none !important;
}
.visible-large {
	display: inherit !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.bottom-div {
    width: 45%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
	vertical-align:top;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 960px;
}
.bottom-div {
    width: 45%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
	vertical-align:top;
}
}

@media (min-width: 768px) and (max-width: 959px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: none !important;
}
.visible-tablet {
	display: inherit !important;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.pagewrap {
	width: 94%;
}
.bottom-div {
    width: 45%;
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
	vertical-align:top;
}
}

@media (max-width: 767px) {
.hidden-large {
	display: inherit !important;
}
.visible-large {
	display: none !important;
}
.hidden-desktop {
	display: inherit !important;
}
.visible-desktop {
	display: none !important;
}
.hidden-tablet {
	display: inherit !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.pagewrap {
	width: 94%;
}
.content {
	width: auto;
	float: none;
}
.sidebar {
	width: auto;
	float: none;
}
.contentdiv {
	margin: 16px;
}
.sidebardiv {
	margin: 16px;
	padding: 2px;
}
.header {
	height: auto;
}
}

p.tag-cloud {
    color: #cccccc;
}