/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/26px Helvetica, Helvetica Neue, Arial; }

.wrapper{
	width:90%;
	margin:0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

#header-container{ border-bottom: 20px solid #e44d26; }
#footer-container{ border-top:    20px solid #e44d26; }
#main aside      { border-top:    20px solid #e44d26; }

#header-container,
#footer-container,
#main aside{
	background:#f16529;
}

#title{ color:white; }

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */

nav a{
	display:block;
	margin-bottom:10px;
	padding:15px 0;

	background:#e44d26;
	color:white;

	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

nav a:hover, nav a:visited{
	color:white;
}

nav a:hover{
	text-decoration:underline;
}

/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:30px 0;
}

#main article h1{
	font-size:2em;
}

#main aside{
	color:white;
	padding:0px 5% 10px;
}

#footer-container footer{
	color:white;
	padding:20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */











/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	nav a{
		float:left;
		width:27%;
		margin:0 1.7%;
		padding:25px 2%;
		margin-bottom:0;
	}
	
	nav li:first-child a{ margin-left:0;  }
	nav li:last-child  a{ margin-right:0; }
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

	#header-container,
	#main aside{
		-webkit-box-shadow:0 5px 10px #aaa;
		   -moz-box-shadow:0 5px 10px #aaa;
		        box-shadow:0 5px 10px #aaa;
	}

/* ============
    WIDE: Menu
   ============ */
	
	#title{
		float:left;
	}

	nav{
		float:right;
		width:38%;
	}

/* ============
    WIDE: Main
   ============ */

	#main article{
		float:left;
		width:57%;
	}
		
	#main aside{
		float:right;
		width:28%;
	}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Stylesheet: style Modified On 2013-05-10 12:24:41 */
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
#centerwrpr{
	width: 100%;
	height: auto;
	font-size: 12px;
	margin: 0 auto 0 auto;
	background: #FFFFFF url(http://www.whitehallmedicalcentre.com/tmp/uploads/whitehall/images/bg.png) repeat;
	padding: 0 8px 0 8px;
	max-width: 980px;

  background: #ffffff;
}
#centr{width:100%; height:auto; float:left; background:#FFFFFF; 
}




#cllno{width:68%; height:30px; float:left; margin:5px 0 0 10px;}
#cllno h1{font-family: 'ArnoProCaption'; font-size:20px; color:#002549; float:right; font-weight:normal; margin:0 0 0 0; padding:8px 0 0 0px;}
#slideimg{
	width: 96%;
	height: auto;
	float: left;
	margin: 10px 0 0px 17px;
}
#morecntnt{
clear:both;
	width: 96%;
	height: auto;
	float: left;
	margin: 10px 0 0px 17px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#ffffff 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-top: solid #CCCCCC 1px;
}

.contnttext h1{
text-align: center;
	font-family: "Myriad Pro";
	font-size: 1.6em;
	color: #ffffff;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: .2em 0 .2em 0;
	width: 100%;
	display: block;
background-color: #0066cc;
}

.contnttext h3{
text-align: center;
	font-family: "Myriad Pro";
	font-size: 1.6em;
	color: #ffffff;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: .2em 0 .2em 0;
	width: 100%;
	display: block;
background-color: #ed720a;
}
.contnttext h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
text-align: center;
	color: #666666;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: .2em .6em 0 .25em;
	width: 96%;
	display:block;
	/* [disabled]display:inline; */
}
#buttons
{
clear: both;
width: 99%;
height: auto;
}

.read_more{
width: 33.3%;
	float: left;
	
}

.read_more img
{
margin: .2em 25% 0 25%;
}
.contnttext img{
	float: left;
	margin: .2em 25% 0 25%;
}
#detaildv{
clear: both;
	width: 96%;
	height: auto;

	float: left;
	background: #2673a7;
	border-bottom: solid #FFFFFF 1px;
	margin: 1px 0 0px 17px;
}
#detailtext{
	width: 32%;
	height: auto;
	float: left;
	margin: 0.2em 0 .2em;
}
#detailtext h1{
font-family: AngsanaUPC;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	padding: 0 0 0 .6em;
	margin: 0 0 0 0;
	font-size: 26px;

}
#detailtext h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 1px 1.1em 0 1.1em;
	margin: 0 0 0 0;
	width: 97%;
	float: left;
}
#detailtext h3{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#FFFFFF; font-weight:normal; padding:10px 1.1em 0 1.1em; margin:0 0 0 0; width:96%; float:left;}
#detailtext h4{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#FFFFFF; font-weight:normal; padding:2em 1em 0 1.1em; margin:0 0 0 0; width:96%; float:left;}
#locationdetaildv{
	width: 32%;
	height: auto;
	float: left;
	margin: 10px 5px 0 5px;
}
#locationdetaildv h1{
	font-family: AngsanaUPC;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	padding: .2em 0 0 .2em;
	margin: 0 0 10px 0;
	font-size: 26px;
	width: 95%;
}
#locationdetaildv img{float:left; margin:5px 0 0 1em;}
#locationdetaildv h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	padding: 8px 0 0 10px;
	margin: 0 0 0 0;
	font-size: 13px;
	width: 97%;
}
.list1
{
	list-style:none;
}
.NewsSummary{
	width: 95%;
	height: auto;
	font-weight: normal;
	float: left;
	background: #ffffff;
	margin: .2em 0 0.2em .2em;
}
.NewsSummaryContent, .NewsSummarySummary{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	color: #000;
	width: 97%;
	left: 0px;
	margin-top: 0;
	margin-right: 0.9em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.2em;
	padding-right: 1.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
}
.NewsSummaryMorelink, .NewsSummaryMorelink a, .newsSummaryMorelink .menuactive, .newsSummaryMorelink li a:hover, .newsSummaryMorelink li a:hover, .NewsSummaryMorelink li #select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#013368;
	padding-left: 0.2em;
	margin-bottom: 0.4em;
	text-decoration:underline;
	
}

.NewsSummaryPostdate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 0;
	color: #000;
	width: 97%;
	padding-top: 0.2em;
	padding-right: 0.4em;

	padding-left: 0.4em;
}

.NewsSummaryLink{
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #002549;
	float: left;
	width: 97%;
margin-left: 0.3em;
	padding-right: 0.4em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
.NewsSummaryLink a, NewsSummaryLink .menuactive, .NewsSummaryLink li a:hover, .NewsSummaryLink li a:hover, .NewsSummaryLink li #select{

}
#footter{width:100%; height:auto; float:left; background:#ed720a;}
#foottertext{
	width: 80%;
	height: auto;
	margin: 10px auto 0 auto;
}
#foottertext h1{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#FFFFFF; padding:.2em 0 0 0; margin:0 0 0 0; font-weight:normal; text-align:center; width:100%;}



/*--------------------------------------------------About us page-----------------------------------------------------*/
.aboutus_banner{width: 96%; float:left; margin:10px 0 0px 17px;}
.aboutcontentbox{width:68%; height:auto; float:left; margin:0px 0 15px 17px; 
background: #FFF;
padding:26px 0 26px 0; border-right:1px solid #f2f2f2;
}
.whowearebox{width:95%; height:auto; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666666; line-height:18px;}
.whowearebox h1{font-family: 'ArnoProCaption'; font-size:23px; font-weight:normal; color:#002549; margin:0 0 15px 0;}
.whowearebox h7 {
width=90%;
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #ed720a;
	border-left: 1.1em solid #ed720a;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
width: inherit;
}


#staff{border-right: solid #ff6600 1px;border-left: solid #ff6600 1px;}
.our_staffbox{width:90%; height:auto; float:left; margin:15px 0 0 0;}
.our_staffbox h1{font-family: 'ArnoProCaption'; font-size:23px; font-weight:normal; color:#002549; margin:0 0 15px 0;}
.staffsnamebox{width:90%; height:auto; float:left; border:1px solid #f5f5f5; padding:12px; background:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#2673a7;} 
.staffsnameboxtext2{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000; margin:0; font-size:12px; padding-left:0.4em;}
.staffimage_textbox{clear: both; width:90%; height:auto; float:left; margin:20px 0 20px 0;}
.staffimagebox{float:left; margin:0 26px 10px 0; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}
.staffdescriptiontext{width:70%; height:auto; float:left; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666666; font-weight:normal; line-height:20px;}
.about_rightpanel{width:24%; height:auto; float:left; margin:26px 0 0 20px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666666; line-height:19px; clear:right;}
.about_rightpanel h1{font-family: 'ArnoProCaption'; font-size:23px; font-weight:normal; color:#2673a7; margin:0;}
.about_rightpanel h2{font-family: 'ArnoProCaption'; font-size:23px; font-weight:normal; color:#2673a7; margin:15px 0 5px 0;}

.about_rightpanel ul{margin:0; padding:0;}
.about_rightpanel ul li{list-style:none; display:block; background:url(../../uploads/whitehall/images/bullet.png) no-repeat left; padding:8px 0 8px 22px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666666;}
.about_rightpanel ul li a{text-decoration:none; color:#666666;}
.about_rightpanel ul li a:hover{text-decoration:underline; color:#2673a7;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
@media only screen and (max-width: 630px) {
/* Mobile Layout: 630px and below. */

.gridContainer {
	background:#f1f0e9; 
  margin: 0 auto; 	
	
	
}
#toporg{
	width: 100%;
	height: 1.1em;
	/* [disabled]float: none; */
	background: #ed720a;
	-moz-box-shadow: 1px 4px 5px #c8c7c2;
	-webkit-box-shadow: 1px 4px 5px #c8c7c2;
	box-shadow: 1px 4px 5px #c8c7c2;
	

}
.innerContainer
{
	width: 92.626%;
	
	
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}

#logo{float:left; margin:0 20% 0 20%; width:56%;  text-align:center;}
#logo img {float:left; margin:0 0 0 5px;}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#morecntnt{
	width: 92%;
	height: auto;
	float: left;
	margin: 10px 0 0px 17px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#ffffff 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-top: solid #CCCCCC 1px;
}

#slideimg{
	width: 92%;
	height: auto;
	float: left;
	margin: 10px 0 0px 17px;
clear: both;
}

.contnttext{
	width: 92%;
	height: auto;
	float: left;
	/* [disabled]display: inline-block; */
	margin: 0 .2em 0 .2em;

border-bottom: solid #FFFFFF 1px;
	margin: 10px 0 0px 17px;
}
#detaildv{
	width: 92%;
	height: auto;
	float: left;
	background: #2673a7;
	border-bottom: solid #FFFFFF 1px;
	margin: 10px 0 0px 17px;
}
#detailtext{
	width: 92%;
	height: auto;
	float: left;
	display:block;
	margin: 0
.2m 0 .2em;
padding-bottom:5px;
	border-bottom:thin #999 solid;
}
#locationdetaildv{
	width: 96%;
	height: auto;
	float: left;
	display:block;
	margin: 0 5px 0 5px;
	padding-bottom:5px;
	border-bottom:thin #999 solid;
}

#nav { width:92%; height:auto; float:left; padding-left:auto; text-align:right;}

#navlogdv{width:100%; height:auto; float:left; background: url(../../uploads/whitehall/images/navlogobg.png) repeat-x;}

.navtxt ul{
	display:block;
	width:100%;
	float: right;
        margin: 1em 0;
	padding: 0 0 0 0px;
	
	
}

.navtxt li
{
	display:block;
	float:left;
	width:100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #f9ae55;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0.3em 0.55em 0 0.55em;
	list-style: none;
	clear:both;
	
}
.navtxt li a{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#f9ae55; font-weight:normal; margin:0 0 0 0; padding:0.3em 0 0 0; display:block; text-align:center  }
.navtxt .menuactive{color:#013368;}
.navtxt li a:hover{color:#FF0000; text-decoration:none;}
.navtxt li a:hover{color:#013368; text-decoration:none;}
.navtxt li #select{color:#013368;}

/* Internal Pages */
.aboutcontentbox{width:96%; height:auto; float:left; margin:0px 0 15px 17px; 
background: #FFF;
padding:26px 0 26px 0; border-right:1px solid #f2f2f2;
}
.about_rightpanel{width:96%; height:auto; float:left; margin:26px 0 0 20px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#666666; line-height:19px; clear:right;}
.staffdescriptiontext{width:96%; height:auto; float:left; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666666; font-weight:normal; line-height:20px;}

#buttons
{
display:none;
}

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 631px) {
.gridContainer {
	width: 100%;
	background:#f1f0e9; 
  margin: 0 auto; 	
	
}
#toporg{width:100%; height:1.1em; float:left; background:#ed720a; 

    -moz-box-shadow: 1px 4px 5px #c8c7c2;
    -webkit-box-shadow: 1px 4px 5px #c8c7c2;
    box-shadow: 1px 4px 5px #c8c7c2;
	

}
#logo{
	float: left;
	margin: .1em 0 0 5px;
	width: 25%;
	/* [disabled]height: auto; */
}

#logo .img {float:left; margin:0 0 0 5px;}
.innerContainer
{
	width: 92.0217%;
	
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	background:#f1f0e9; 
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.contnttext{
	width: 32%;
	height: auto;
	float: left;
	margin: 0 .2em 0 .2em;
	display: block;	
}
#detailtext{
	width: 32%;
	height: auto;
	float: left;
	margin: 0
.2m 0 .2em;
}

#locationdetaildv{
	width: 32%;
	height: auto;
	float: left;
	margin: 0 5px 0 5px;
}
#navlogdv{
	width: 100%;
	height: auto;
	float: left;
	background: url(../../uploads/whitehall/images/navlogobg.png) repeat-x;
}

#nav {
	width: 72%;
	height: 3em;
	float: left;
	line-height: auto;
	margin-right: 0px;
	padding-right: 0px;
}
.navtxt ul{
	display:block;
	margin: 1em 0;
	padding: 0 0 0 0px;
        float: right;
	
	/* [disabled]border-left: dashed #c3bdad 1px; */
	padding-left: 0.0em;
	/* [disabled]font-size-adjust:inherit; */
	
	/* [disabled]text-align: left; */
	font-size:1.12em;
	
	
	
}

.navtxt li
{
	display:inline;
	float:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #f9ae55;
	font-weight: normal;
	 margin-right:0px; padding-right:0px;
	list-style: none;
	
}
.navtxt li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f9ae55;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0.3em .5em .5em 0;
}

.navtxt .menuactive{color:#013368;}
.navtxt li a:hover{color:#FF0000; text-decoration:none;}
.navtxt li a:hover{color:#013368; text-decoration:none;}
.navtxt li #select{color:#013368;}


#navtxt h1{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#f9ae55; float:left; font-weight:normal; margin:0 0 0 0; padding:.3em 0 0 0; text-align:left;}
#navtxt h2{display:none;}

}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 906px) {
.gridContainer {
	width: 100%;
	max-width: 1100px;
	background:#f1f0e9; 
  margin: 0 auto; 	 
}
#toporg{width:100%; height:1.1em; float:left; background:#ed720a; 

    -moz-box-shadow: 1px 4px 5px #c8c7c2;
    -webkit-box-shadow: 1px 4px 5px #c8c7c2;
    box-shadow: 1px 4px 5px #c8c7c2;
	

}
#logo{float:left; margin:0 0 0 5px; width:25%}
#logo .img {float:left; margin:0 0 0 5px;}
.innerContainer
{
	width: 89.0217%;
	
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	background:#f1f0e9; 
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.contnttext{
	width: 32%;
	height: auto;
	float: left;
	margin: 0 .2em 0 .2em;
	display: block;	
}

#detailtext{
	width: 32%;
	height: auto;
	float: left;
	margin: 0
.2m 0 .2em;
}

#locationdetaildv{
	width: 32%;
	height: auto;
	float: left;
	margin: 0 5px 0 5px;
}
#navlogdv{width:100%; height:130px; float:left; background: url(../../uploads/whitehall/images/navlogobg.png) repeat-x;}

#nav { width:72%; height:3em; float:left; line-height: auto; text-align: right;}

.navtxt > ul{
        margin: 1em 0;
	padding: 0 0 0 0px;
        float: right;
	
}

.navtxt li
{
	display:inline;
	float:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #f9ae55;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0.3em 0.55em 0 0.55em;
	list-style: none;
	
}
.navtxt li a{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#f9ae55; font-weight:normal; margin:0 0 0 0; padding:0.3em 0 0 0; display:inline;  }

.navtxt li a:hover{color:#FF0000; text-decoration:none;}
.navtxt li a:hover{color:#013368; text-decoration:none;}
.navtxt li #select{color:#013368;}
.navtxt menuactive{color:#013368;}


#navtxt h2{font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#666666; float:left; font-weight:normal; margin:0 0 0 0; padding:0.3em 0 0 0; display:none;}
li a{color:#f8951e; text-decoration:none; }
}

/* Stylesheet: Whitehall Modified On 2013-05-31 12:50:31 */
@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 0px;
	float: left;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Stylesheet: boilerplate Modified On 2013-05-08 10:13:41 */