@charset "utf-8";

* {
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

body { 
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 17px;
	font-family: exolight;
	text-align: left;
	line-height: 26px;
}
html, body	{ height: 100%; min-height: 100%; }

.clearfix:after		{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix		{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix	{ height: 1%; }

textarea		{ font-size: 13px; font-family: exolight; resize: none; }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password']	{ font-size: 13px; }
textarea,
input, select	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit']	{ -webkit-appearance: none; border-radius: 3px; background: #e2e2e2; color: #333333; border: 1px solid #888888; cursor: pointer; }

#wrapper		{ width: 100%; margin: 0 auto; padding: 0; background: #ffffff; overflow: hidden; text-align:center;}
#header			{ position: relative; margin:0 auto; top: 0; width: 1517px; height: 152px; }
#adminbutton		{ position: absolute; top: 0; left: 0; z-index: 5; }
#adminbutton a		{ display: block; width: 120px; height: 37px; background: #ff6600; color: #fff; font-size: 20px; font-weight: bold; text-decoration: none; text-transform: uppercase; text-align: center; line-height: 39px; }
#adminbutton a:hover	{ background: #222; }
#middle			{ width: 1200px; margin: 0 auto; padding: 20px 0 0 0; background: #ffffff; min-height: 100px; overflow: hidden; text-align:left;}


/* DEFAULT STYLING */

a		{ color: #1975d1; text-decoration: underline; }
a:hover		{ color: #444444; }

h1, h2, h3, h4, h5 { color: #153987; font-weight: normal; }

h1		{ font-size: 34px; text-transform: uppercase; }
h2		{ font-size: 26px; font-weight: bold; }
h3		{ font-size: 22px; text-transform: uppercase; }
h4		{ font-size: 20px; font-weight: bold; }
h5		{ font-size: 18px; text-transform: uppercase; }

p, li, td, th	{ color: #222222; line-height: 26px; }
#wrapper img	{ max-width: 100%; height: auto; }
iframe		{ max-width: 100%; }

#middle li			{ margin-bottom: 6px; line-height: 18px; }
#middle li ul, #middle li ol	{ margin-top: 6px; }
#middle hr			{ border: 0; width: 100%; margin: 40px auto; color: #cccccc; background-color: #cccccc; height: 1px; }
#middle ul > li ul		{ list-style-type: circle; }
#middle ol > li > ol		{ list-style-type: lower-alpha; }
#middle ol > li > ol > li > ol	{ list-style-type: lower-roman; }
#middle blockquote		{ font-family: exolight; font-style: italic; padding: 0 8px 0 20px; border-left: 5px solid #cccccc; overflow: hidden; }


/* DROPDOWN MENU */

#menuwrap	{ width:auto; height:70px; margin: 0 auto; text-align:center; position:relative; z-index:999999;}
#menubg		{ width: 1200px; height: 70px; margin: 0 auto; background:#153987;}
#menucontainer	{ height: 70px; }
#menu		{ position: relative; z-index: 90; }

/* LEVEL 1 */
#menu ul	{ position: relative; padding: 0; margin: 0; list-style: none; z-index: 90; }
#menu ul li	{ float: left; position: relative; z-index: 90; text-align: center; }
#menu ul li a, #menu ul li a:visited { display: block; padding: 20px 23px; height: 30px; line-height: 30px; color: #ffffff; font-size: 18px; font-family:exobold; text-transform: uppercase; text-decoration: none; letter-spacing: 0; overflow: hidden; }
#menu ul li a.selected, #menu ul li a.selected:visited { background: url("../images/menu-bg.png") repeat bottom center; }
#menu ul li ul	{ display: none; }
#menu ul li:hover a { text-decoration: none;}
#menu a:hover,
#menu ul li:hover { background: url("../images/menu-bg.png") repeat bottom center;}

/* LEVEL 2 */
#menu ul li:hover ul { width: 350px; display: block; position: absolute; top: 70px; z-index: 90; left: auto; background: #cccccc; padding: 5px 0; }
#menu ul li:hover ul li ul { display: none; z-index: 90; }

/* LEVEL 2 LINK */
#menu ul li:hover ul li a { display: block; color: #333333; z-index: 90; text-align: left; padding: 0 15px; font-size: 14px; width: 320px; text-decoration: none; background: none; }

/* LEVEL 2 HOVER */
#menu ul li:hover ul li a:hover { color: #333333; z-index: 90; background: #efefef; text-decoration: none; width: 320px;}

/* LEVEL 3 AND UP */
#menu ul li:hover ul li:hover ul { display: block; position: absolute; left: 320px; top: 0; z-index: 90; }

/* LEVEL 3 LEFT */
#menu ul li:hover ul li:hover ul.left { left: -200px; }
#menu li:hover ul, #menu li.sfhover ul { left: auto; }


/* PAGE TREE */

#pagetree		{ text-align: right; padding-right:50px;}
#pagetree p		{ font-size: 12px; margin: 0; padding: 10px 0 0 0; }
#pagetree p a		{ font-size: 12px; }

#pageheading		{ width: auto; padding-bottom: 0; text-align: left; }


/* VERTICAL MENU */

#leftcontainer		{ float: left; width: 182px; border: 1px solid #bbbbbb; }
#leftcontainer ul	{ position: relative; margin: 0; padding: 0; list-style: none; }
#leftcontainer ul li a	{ position: relative; display: block; margin: 0 auto; padding: 10px; border: 1px solid #bbbbbb; text-decoration: none; }
#leftcontainer ul .menuvnotselect a	{ color: #000000; }
#leftcontainer ul .menuvselect a	{ color: #1975d1; }
#leftcontainer ul .menuvnotselect a:hover { color: #1975d1; }


/* SLIDESHOW */

#slideshow		{ position: relative; width: 1515px; height: auto; margin: 0 auto; }
.cycle-slideshow	{ overflow: hidden; width: 100%; height: auto; max-height: 580px; z-index: 10; }
.cycle-slide		{ width: 100%; line-height: 0; }
.cycle-slide a		{ display: block; width: 100%; height: auto; line-height: 0; }
.cycle-slide img	{ line-height: 0; max-width: 100%; }

.slideshow-overlay	{ position: absolute; bottom: 0; z-index: 15; width: 1515px; height: 35px; vertical-align: top; }
.slideshow-pager	{ display: block; margin-right: 160px; text-align: right; vertical-align:bottom; }
.slideshow-pager a	{ display: inline-block; width: 45px; margin-left: 4px; border-bottom: 6px solid #ffffff; }
a.cycle-pager-active	{ border-color: #153987; }

#prevbutton		{ position: absolute; top: 50%; left: 20px; z-index: 20; }
#nextbutton		{ position: absolute; top: 50%; right: 20px; z-index: 20; }

#recentout		{ position:relative; display:inline-block; background:#153987; width:100%; padding-bottom: 32px; margin-bottom: -32px; }
#recent			{ position:relative; display:inline-block; margin: 0 auto; width:1200px; text-align:center; padding:20px 0 30px 0;}
#recent h1		{ color:#ffffff; text-align:left; }
.recent1		{ position:relative; display:inline-block; margin:0 auto; text-align:left; width:33%; color:#ffffff; }
.recent1 a		{ color:#ffffff; text-decoration:none;}
.recent1 a:hover	{ font-weight:bold;}
#recent2		{}
#recent3		{}
#recent ul		{ position: relative; display:inline-block; width:30%; z-index: 90; text-align: center; }


/* HOME BOXES */

.homebox		{ display: inline-block; width: 360px; margin: 25px 18px 5px 18px; text-align: center; vertical-align: top; }
.homebox a		{ text-decoration: none; }
.homeboximage		{ display: block; line-height: 0; }
.homeboxheading		{ display: block; padding: 18px 0; background: #153987; color: #fff; font-size: 23px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
.homeboxtext		{ display: block; color: #000; padding: 20px 10px; }
.homeboxmore		{ display: block; width: 110px; margin: 0 auto; padding: 5px; background: #153987; color: #fff; font-size: 18px; text-transform: uppercase; }
a:hover .homeboxheading,
a:hover .homeboxmore	{ background: #333; }


/* IMAGE LIBRARY */

#imagelibrary		{ margin: 4px; padding: 4px; }
#imagelibrary img	{ margin: 3px; }


/* IMAGE STYLING */

html>body .outerpair1	{ background: url(../images/upperrightfade.png) no-repeat right top; }
html>body .outerpair2	{ background: url(../images/lowerleftfade.png) no-repeat left bottom; padding-top: 8px; padding-left: 8px; }
html>body .shadowbox	{ background: url(../images/shadow.png) bottom right; }
html>body .innerbox	{ position: relative; left: -8px; top: -8px; }
.shadowbox img		{ border: 1px solid #000000; vertical-align: bottom; }

.pageimagecenter	{ text-align: center; margin: 0 auto; padding: 0; max-width: 100%; }
.pageimageright		{ float: right; margin: 5px 0 5px 5px; padding: 0; max-width: 100%; }
.pageimageleft		{ float: left; margin: 5px 5px 5px 0; padding: 0; max-width: 100%; }
.pageimagenone img	{ margin: 3px; padding: 0; }


/* SOCIAL SHARING BUTTONS */

#social			{ height: auto; padding: 20px 0 50px 0; overflow: hidden; text-align:right;}


/* PAGE GALLERY */

.pagegalleryheading	{ display: none; }
.pagegalleryinner	{ width: 100%; margin: 0; padding: 0; }
.pagegalleryimage	{ position: relative; display: inline-block; width: 14%; height: 0; padding-bottom: 14%; overflow: hidden; margin: 0.3%; vertical-align: middle; }
.pagegalleryimage img	{ border: 0; vertical-align: middle; line-height: 0; position: absolute; display: block; max-width: 240% !important; /*min-width: 100% !important;*/ height: auto; /*min-height: 100%;*/ /*left: -25%;*/ }
.pagegalleryimage a	{ line-height: 0; }
.pagegalleryimage a:hover img { opacity: 0.7; }


/* LINKS SECTION */

.link			{ background: #efefef; overflow: hidden; border: 1px solid #bbbbbb; margin: 15px 0; padding: 5px; }
.linktop		{ margin: 0; padding: 5px; }
.linktop,
.linktop a		{ font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
.linkleftcontainer	{ float: left; width: 150px; height: auto; max-width: 25%; margin: 0 5px 0 0; }
.linkleftcontainer img	{ border-style: none; margin: 0; padding: 0; line-height: 0; }
.linkrightcontainer	{ height: 120px; overflow-y: auto; border: 1px solid #bbbbbb; background: #ffffff; padding: 5px; }
.linkrightcontainer p	{ margin: 0; }
.linkfooter		{ padding: 5px 0 0 0; text-align: right; }


/* HTML SITEMAP */

#sitemap a		{ text-decoration: none; }
.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before	{ content: "\00BB"; display: inline-block; margin: 0 3px 0 0; }
.sitemapL1		{ margin: 0 0 5px 0;  }
.sitemapL1 a		{ font-size: 16px; text-transform: uppercase; font-weight: bold; }
.sitemapL2		{ margin: 10px 0 3px 10px; }
.sitemapL2 a		{ color: #333333; text-transform: uppercase; }
.sitemapL3		{ margin: 0 0 3px 20px; }
.sitemapL4		{ margin: 0 0 3px 30px; }
.sitemapL5		{ margin: 0 0 3px 50px; }
.sitemapL6		{ margin: 0 0 3px 60px; }


/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password'] { width: 100%; }

#adminpage		{ margin: 0 0 20px 0; font-size: 12px; font-weight: normal; }
#adminpage b		{ color: #000000; font-weight: bold; }

#adminpage table	{ margin-bottom: 10px; border: 1px solid #9f9f9f; background: #dfdfdf; }
#adminpage table img	{ display: inline-block; margin: 0 auto; }
#adminpage td		{ background: #dfdfdf; color: #000000; text-align: left; }
#adminpage th		{ background: #cfcfcf; color: #000000; text-align: left; }
#adminpagegallery	{ position: relative; font-size: 12px; font-weight: normal; }

#adminpage table.productedit	{ width: 100%; }
#adminpage .productedit > td	{ background: #d6d6d6; }
#adminpage .productedit2 > td	{  }
#adminpage table.LogBody	{ width: 100%; }
#adminpage table.log		{ width: 100%; background: #333333; }
#adminpage table.log th		{ padding: 2px; background: #555555; color: #ffffff; font-size: 13px; }
#adminpage table .logrow1 td	{ padding: 4px; background: #cfcfcf; font-size: 12px; }
#adminpage table .logrow2 td	{ padding: 4px; background: #eeeeee; font-size: 12px; }
#adminpage table .logrowS td	{ padding: 4px; background: #ffff66; font-size: 12px; }
#adminpage table label		{ display: inline-block; width: 100%; padding: 2px; }
#adminpage table label:hover	{ color: #cf0000; cursor: pointer; }

.audit_box li		{ width: 48%; display: inline-block; vertical-align: top; }
span.audit_showhide	{ background: #222; }

#adminpage input[size='90']	{ width: 100%; }
#adminpage input[name='insert']	{ width: 50%; }


/* SUBPAGES */

.subpages div		{ display: inline-block; width: 24%; margin: 4px 4px 4px 2px; text-align: center; vertical-align: top; }
.subpages a		{ display: inline-block; max-width: 100%; }
.subpages img		{ border: 0; margin-bottom: 5px; }
.subpages span		{ display: inline-block; text-decoration: none; width: 100%; max-width: 100%; color:#153987; font-weight:bold;}
.subpages a:hover img	{ opacity: 0.7; }


/* CONTACT MESSAGE */
#contact			{ position:relative; width: 1200px; margin: 0 auto; background: #000000; color: #FFFFFF; font-size: 24px; text-align: center; padding:20px; }
#contact a			{ color:#ffffff; text-decoration:none;}
#contact:hover			{background:#333333;}
#contactpage form		{ position:relative; display:inline-block; overflow: hidden; width: 50%;}
#contactform input[name='enquiry[Postcode]'] 	{ width: 100px; }
#contactform #contact_thanks 	{ padding: 15px; margin: 0 auto; width: 75%; text-align: center; border: 1px solid #afafaf; background: #cfcfcf; }

#contactright 				{ position:relative; display:inline-block; width:40%; vertical-align:top; text-align:left;}
#contactright img			{ padding:5px 10px 5px 5px; vertical-align:middle;}
#contactright img a:hover		{ opacity:0.6;}
#contactright a				{ font-weight:bold; color:#444446; text-decoration:none;}
#contactright a:hover			{ font-weight:bold; color:#1d1060; text-decoration:none; opacity:0.6;}

/* SITE FORMS */

.form			{ overflow: hidden; text-align: left; width: 560px; max-width: 100%; }
.form *			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form .error		{ color: #cc0000; }
.form > div		{ padding: 1px; margin: 0 0 10px 0; overflow: hidden; }
.form > div > label	{ width: 25%; float: left; padding-right: 10px; line-height: 24px; }
.form > div > div	{ width: 75%; float: right; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select			{ width: 100%; padding: 4px; border: 1px solid #ccc; border-radius: 2px; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form select			{ width: 75%; }
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus		{ outline: 0; border-color: #4697e4; }

@media (max-width: 640px) {
	.form > div		{ margin: 0 0 8px 0; }
	.form > div > label	{ width: 100%; float: none; margin: 0 0 5px 0; }
	.form > div > div	{ width: 100%; float: none; }
	.form input[type=text],
	.form input[type=email],
	.form input[type=url],
	.form input[type=password],
	.form input[type=tel],
	.form input[type=number],
	.form textarea,
	.form select		{ width: 100%; }
}

#lowerout				{ background:#153987; width:100%; height:auto; margin-top:-35px; z-index:-1;}
#lower					{ margin:0 auto; width:1200px; text-align:left; z-index:-1;}
#lower h1				{ color:#ffffff;}
#lower1					{ display:inline-block; position:relative; width:30%; color:#ffffff; vertical-align: top; margin:30px 0 0 0; text-align:left;}
#lower1 ul				{ margin: 0; padding: 0; list-style-type: none;}
#lower1 h5				{ margin-bottom: 15px; color:#ffffff; font-size:20px; text-transform: none;}
#lower1 a				{ color:#ffffff; text-decoration:none; letter-spacing: 1px; line-height:25px; font-size:17px;}
#lower1 a:hover			{ text-decoration: underline; }
#lower2					{ display:inline-block; position:relative; width:35%; color:#ffffff; vertical-align: top; margin:30px 0 0 0; text-align:left;}
#lower2 ul				{ margin: 0; padding: 0; list-style-type: none;}
#lower2 h5				{ margin-bottom: 15px; color:#ffffff; font-size:20px; text-transform: none;}
#lower2 a				{ color:#ffffff; text-decoration:none; letter-spacing: 1px; line-height:25px; font-size:17px;}
#lower2 a:hover			{ text-decoration: underline; }
#lower3 					{ display:inline-block; position:relative; width:35%; color:#ffffff; vertical-align: top; margin:30px 0 0 0; text-align:left; font-size:17px; line-height:25px;}
#lower3 img				{ }
#lower3 h5				{ margin-bottom: 15px; color:#ffffff; font-size:20px; text-transform: none;}
#lower3 p				{ color:#ffffff; letter-spacing: 1px; font-size:17px;}
#lower3 a				{ color:#ffffff; text-decoration:none; font-size:17px;}
#lower3 h5 a				{ color:#ffffff; font-size:17px; text-transform: none;}
#lower3 a:hover			{ text-decoration: underline; }

/* FOOTER */

#footer		{ margin-top:-10px; padding: 20px 10px; background: #153987; color: #ffffff; font-size: 11px; font-weight: normal; text-align: center; }
#footer a	{ font-size: 11px; text-decoration: underline; color: #ffffff;}
#footer a:hover	{ text-decoration: none; }
#footer img	{ margin-left: 5px; vertical-align: top; }

@media (max-width: 1200px) {
	* { width: auto; height: auto; }
	
#middle			{ width: 1200px; padding-left:10px;}
#menubg			{ width: 1200px; }
#menu ul li a, #menu ul li a:visited { padding: 20px 20px; font-size: 16px; }
.slideshow-text		{ width: 500px; }
#recent			{ width:1200px; }
.recent1		{ width:48%; }
#contact		{ width:1200px; font-size:20px;}
#lower			{ width:1200px; }
#lower1			{ width:20%; margin:30px 0 0 10px;}	
#lower3			{ width:38%; }	
	
	}

@media (max-width: 1020px) {
	* { width: auto; height: auto; }
	
#middle			{ width: 1020px; padding-left:10px;}
#menubg			{ width: 1020px; }
#menu ul li a, #menu ul li a:visited { padding: 20px 16px; font-size: 16px; }
.slideshow-text		{ width: 500px; }
#recent			{ width:1020px; }
.recent1		{ width:48%; }
#contact		{ width:1020px; font-size:20px;}
#lower			{ width:1020px; }
#lower1			{ width:20%; margin:30px 0 0 10px;}	
#lower3			{ width:38%; }	
	
	}
	
	
@media (max-width: 960px) {
	* { width: auto; height: auto; }

#middle			{ width: 960px; padding-left:10px;}
#menubg			{ width: 960px; }
#menu ul li a, #menu ul li a:visited { padding: 20px 10px; font-size: 15px; }
.slideshow-text		{ width: 500px; }
#recent			{ width:960px; }
.recent1		{ width:60%; }
#contact		{ width:960px; font-size:20px;}
#lower			{ width:960px; }
#lower1			{ width:16%; margin:30px 0 0 10px;}	
#lower3			{ width:38%; }

	}
	
	
@media (max-width: 800px) {
	* { width: auto; height: auto; }

#middle			{ width: 800px; padding-left:10px;}
#menubg			{ width: 800px; }
#menu ul li a, #menu ul li a:visited { padding: 20px 10px; font-size: 14px; }
.slideshow-text		{ width: 500px; }
#recent			{ width:800px; }
.recent1		{ width:48%; }
#contact		{ width:800px; font-size:20px;}
#lower			{ width:800px; }
#lower1			{ width:20%; margin:30px 0 0 10px;}	
#lower3			{ width:38%; }
	}
	



/* RESPONSIVE FOR MOBILE */
@media (max-width: 640px) {
	* { width: auto; height: auto; }

	/* Structure */
	#wrapper		{ width: 100%; border: 0; }
	#header			{ width:100%; height:auto;}
	#middle			{ width: auto; margin: 0 15px; float: none; border: 0; }

	/* Main Menu */
	#toggleMenu		{ background: #153987 url("../images/menu-icon.png") 20px 15px no-repeat; font-size: 15px; font-weight: bold; color:#ffffff; text-transform: uppercase; padding: 12px 15px 13px 43px; cursor: pointer; }
	#toggleMenu:hover	{ background-color: #babcbe; }

	#menubg		{ position: relative; display:inline-block; top: 0; left: 0; width: 100%; height: 45px; background: url("../images/menu-bg.png") repeat; z-index: 15; }
	#menuwrap	{ height: 45px; width: 100%; margin: 0; }
	/* LEVEL 1 */
	#menu	{ position:relative; display:inline-block; width:100%; height:45px; z-index: 20; }
	#menu ul	{ position: relative; padding: 0; margin: 0; list-style: none; width:100%;}
	#menu ul li	{ float: none; position: relative; z-index: 100; text-align: left;}
	#menu > ul > li > a	{ padding-right: 15px; padding-left: 15px; background:#153987;}
	#menu ul li a, #menu ul li a:visited	{ color: #ffffff; font-size: 14px; padding:5px;}
	#menu ul li a.selected, #menu ul li a.selected:visited {  padding:5px; background: #babcbe; }
	#menu ul li:hover a	{  padding:5px; background: #babcbe; }
	
	/* Hide Secondary Levels */
	#menu ul li:hover ul,
	#menu ul li:hover ul li ul,
	#menu ul li:hover ul li a,
	#menu ul li:hover ul li:hover ul { display: none; }	
	
	#recentout		{ position:relative; display:inline-block; background:#153987; width:100%; height:230px; }
	#recent			{ position:relative; display:inline-block; margin:0 auto; width:100%; text-align:center; padding:20px 0 30px 20px;}
	#recent h1		{ color:#ffffff; text-align:left; }
	.recent1		{ position:relative; display:inline-block; margin:0 auto; text-align:left; width:100%; color:#ffffff; }
	.recent1 a		{ color:#ffffff; text-decoration:none;}
	.recent1 a:hover	{ font-weight:bold;}
	#recent2		{}
	#recent3		{}
	#recent ul		{ position: relative; display:inline-block; width:100%; z-index: 90; text-align: center; }

	/* Slideshow */
	#slideshow		{ width: 100%; margin: 0; }

	/* Home Boxes */
	.homebox		{ display: block; width: 100%; margin: 25px 0 40px 0; }
	.homeboximage img	{ width: 100%; }
	.homeboxheading		{ padding: 15px 0; font-size: 20px; }
	.homeboxtext		{ padding: 15px 10px; }
	.homeboxmore		{ width: 100px; padding: 3px; font-size: 16px; }
	
	/* Left Menu */
	#leftcontainer		{ display: none; }

	/* Gallery */
	.pagegalleryimage	{ width: 19%; padding-bottom: 19%; margin: 0.5%; }

	/* HTML Sitemap */
	#sitemap > div		{ float: none !important; width: auto !important; }

	/* Admin Area */
	#adminpage textarea,
	#adminpage select,
	#adminpage input		{ width: 100%; }
	#adminpage input[size='3']	{ width: 50px; }
	#adminpage input[type='submit']	{ width: auto; }
	.audit_box li			{ width: auto; display: block; }

	/* Forces better display of page thumb editor */
	#adminpage td#subpage		{ width: 46%; display: inline-block; }
	#adminpage td#subpage table	{ width: 100%; }
	#adminpage td#subpage img	{ width: 100%; }

	/* Forces better display of page gallery editor */
	#adminpagegallery > table > tbody > tr > td,
	#adminpagegallery > table > tr > td		{ display: inline-block; width: 100%; }
	#adminpagegallery > table > tbody > tr > td > table,
	#adminpagegallery > table > tr > td > table	{ width: 100% !important; border: 0; }
	#adminpagegallery div[align='right']		{ text-align: center; }
	#adminpagegallery > form td			{ width: 19%; height: 75px; overflow: hidden; display: inline-block; }

	/* Replace parts of Site Report that wont display well on mobile with a message */
	#sr_mvp #sr_data	{ display: none; }
	#sr_mvp:after		{
		content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
		display: block;
		margin: 0 15px;
	}

	/* Subpages */
	.subpages div		{ width: 100%; }

	/* CONTACT MESSAGE */
	#contactpage				{ width:100%;}
	#contactpage form			{ width: 100%;}
	#contact					{ position:relative; width: 100%; margin: 0 auto; background: #000000; color: #FFFFFF; font-size: 16px; text-align: center; padding:10px; }
	#contactright 				{ position:relative; display:inline-block; width:90%; vertical-align:top; text-align:left;}
	#contactright img			{ padding:5px 10px 5px 5px; vertical-align:middle;}
	#contactright img a:hover		{ opacity:0.6;}
	#contactright a				{ font-weight:bold; color:#444446; text-decoration:none;}
	#contactright a:hover		{ font-weight:bold; color:#1d1060; text-decoration:none; opacity:0.6;}
	.form 					{ width:100%;}
	#lowerout				{ background:#153987; width:100%; height:auto; margin-top: 0; z-index:-1;}
	#lower					{ margin:0 auto; width:100%; text-align:left; z-index:-1;}
	#lower h1				{ color:#ffffff;}
	#lower h5				{ margin-top: 0; color:#ffffff; font-size: 18px; text-transform: none; }
	#lower1					{ display:inline-block; position:relative; width:100%; color:#ffffff; vertical-align: top; margin:10px 0 0 10px; text-align:left; }
	#lower1 ul				{ -webkit-padding-start: 0px; list-style-type: none;}
	#lower1 a				{ color:#ffffff; text-decoration:none; letter-spacing: 1px; line-height:25px; font-size:15px;}
	#lower1 a:hover			{ text-decoration: underline; }
	#lower2					{ display:inline-block; position:relative; width:100%; color:#ffffff; vertical-align: top; margin:10px 0 0 10px; padding: 10px 0; text-align:left; border-top: 1px solid #002266;  border-bottom: 1px solid #002266;}
	#lower2 ul				{ -webkit-padding-start: 0px; list-style-type: none;}
	#lower2 a				{ color:#ffffff; text-decoration:none; letter-spacing: 1px; line-height:25px; font-size:15px;}
	#lower2 a:hover			{ text-decoration: underline; }
	#lower3 					{ display:inline-block; position:relative; width:100%; color:#ffffff; vertical-align: top; margin:10px 0 0 10px; text-align:left; font-size:17px; line-height:25px; border-bottom: 1px solid #002266;}
	#lower3 img				{ }
	#lower3 ul				{ -webkit-padding-start: 0px; list-style-type: none;}
	#lower3 p				{ color:#ffffff; letter-spacing: 1px; font-size:15px;}
	#lower3 a				{ color:#ffffff; text-decoration:none; font-size:15px;}
	#lower3 h5 a				{ color:#ffffff; font-size:16px; text-transform: none;}
	#lower3 a:hover			{ text-decoration: underline; }

	#map 			{ width: 100%; }
	#map iframe		{ width: 100%; }
}


/* DEBUG */

#debug		{ position: relative; padding: 10px 15px; text-align: left; background: #cfdaff; border-top: 12px solid #c4d2ff; border-bottom: 12px solid #c4d2ff; }
#debug h1	{ border: none; color: #001b51; text-transform: none; text-decoration: none; }
#debug pre	{ color: #000d27; }
