
html { 
  background: url(/images/pagebg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: bottom;
}

.masthead {
	padding: 0px;
	text-align: right;
}
.masthead .logo {
	background-color: #fff;
}
.masthead p {
	margin: 0;
	color: #8C8C8C;
	padding: 10px;
	font-size: 1em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 10px #000;
	position: relative;
}

.content-wrapper {
	/*border: 1px solid #222;*/
	margin: 0px auto;
	overflow: hidden;
	width: 980px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
}

.main-content {
	float: right;
	width: 78%;
}
.sidebar {
	width: 22%;
	float: right;
}

.sidebar .content {
	padding: 30px 0;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #ACC2D8;
	background-image: -ms-linear-gradient(top, #FFF, #ACC2D8);
	background-image: -moz-linear-gradient(top, #FFF, #ACC2D8);
	background-image: -webkit-linear-gradient(top, #FFF, #ACC2D8);
	background-image: linear-gradient(top, #FFF, #ACC2D8);
}
.sidebar .content strong, .sidebar .content strong a{
	color: #ff4000;
}
.sidebar .content p, .sidebar .content h2{
	padding: 10px 20px;
}

.main-content .content{
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { 
     font-size: 1.5em;
	 color: #0D4F91;
	 border-bottom: 1px solid #0D4F91;
	  }
h2 {
	 font-size: 1.35em;
	 color: #999;
	 border-left: 5px solid #999;
	 padding: 0 10px;
	  }
h3 {
	 font-size: 1.25em;
	 color: #4288CE;
	 margin-bottom: 15px;
	  }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	border: 1px solid #fff;
}

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.logo a {
	color: #8c8c8c;
	text-decoration:none;
}
.logo a:hover {
	color: #0D4F91;
	text-decoration:underline;
}

.content a { color: #0D4F91; }
.content a:hover, .content a:focus { color: #ff4000; }


.menutop-wrapper {
	background: #072e54; /* Old browsers */
    background: -moz-linear-gradient(top, #072e54 0%, #024384 50%, #072e54 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072e54), color-stop(50%,#024384), color-stop(100%,#072e54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #072e54 0%,#024384 50%,#072e54 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #072e54 0%,#024384 50%,#072e54 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #072e54 0%,#024384 50%,#072e54 100%); /* IE10+ */
    background: linear-gradient(to bottom, #072e54 0%,#024384 50%,#072e54 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072e54', endColorstr='#072e54',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	overflow: hidden;
}

/*The Footer*/
.footer {
    background:rgba(255,255,255,0.5);
	font-size: .7em;
	color: #333;
	padding: 5px 0;
	text-align: center;
	margin: 0px auto 20px auto;
	width: 980px;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.footer a {
	color: #666;
	text-decoration:none;
}
.footer a span.concepts {
	color: #ff4000;
}
.footer a:hover {
	color: #444;
	text-decoration:underline;
}

/*custom styles*/

.centretext {
	text-align: center;
}
.righttext {
	text-align: right;
	margin: 20px 0;
}
a.button {
	background-color: #0D4F91;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
a.button:hover {
	color: #fafafa;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.main-content ul {
	list-style-image: url(/images/pointer-li.gif);
}
.main-content ul strong{
	color: #0D4F91;
}

.bottom {
	margin-bottom: 20px;
}

.smlogos img {
	margin: auto 10px;
}

p em 	{
	color: #0D4F91;
	font-weight:bold;
}

div.standout {
	margin: 20px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(234,234,234,1);
-moz-box-shadow: 0px 0px 10px 3px rgba(234,234,234,1);
box-shadow: 0px 0px 10px 3px rgba(234,234,234,1);
}

/*form spambot trap*/

.zip { 
visibility: hidden;
} 
.formbutton {
	cursor: pointer;
	background-color: #0D4F91;
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		}
.formbutton:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
		}
/*maps styles*/
#map_canvas {
	margin: 10px;
	width: 90%;
	height: 400px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.prices {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.prices tr:nth-child(even) {
	 background: #ddd;
	 }
.prices tr:nth-child(odd) {
	 background: #FFF;
	 }
.prices th {
	background-color: #0D4F91;
	color:#fff;
	width: 20%;
}
.prices td {
	text-align:center;
}

	 
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper, .footer {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
a.button {
	font-size: .8em;
}
.prices {
	font-size: .8em;
}

/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper, .footer {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}

