/************************************
* Reset Trick
*************************************/
*
{
    margin: 0px;
    padding: 0px;
    outline: 0;
}

/************************************
* Layout
*************************************/

.videoTipsContainer
{
    width: 100%;
}



img
{
    border: none;
}
select
{
    font-size: 1em;
}

p#skip
{
    display: none;
}

a
{
    /* color:#aa935f; OLD COLOUR, DUNCAN GOSSAGE 22/02/2009 */
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1, h2, h3
{
    font-style: normal;
    font-variant: normal;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.1em;
}
p
{
    font-size: 1.1em;
}


.dropdownpager select
{
    margin-left: 5px;
    width: 45px;
}



div#container
{
    margin: 0 auto;
    width: 1004px;
    text-align: left;
    background: url(../images/containerBg.gif) repeat-y;
}
div#mainContent
{
	
}

h1
{
    color: #000;
    margin: 0 0 10px 0;
}
h2
{
    clear: both;
}

p
{
    line-height: 1.3em;
}

table
{
    font-size: 1.0em;
}


body.section197 h1
{
}

body.section261 h1, body.section482 h1
{
}

div#pageIntro p
{
    margin-bottom: 10px;
}

div#column01
{
    float: left;
    display: inline;
    margin: 0 0 20px 0;
    width: 145px;
}
div#column02
{
    float: left;
    display: inline;
    width: 605px;
    padding: 10px 10px 0 10px;
    margin: 0 0 10px 0;
}
div#column03
{
    display: inline;
    padding: 10px 10px 0 0;
    margin: 0 0 20px 0;
    width: 213px;
    float: right;
    overflow: hidden;
}

div.columnA
{
    float: left;
    display: inline;
    width: 299px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

div.columnB
{
    float: right;
    display: inline;
    width: 300px;
}

div.facilityDetailColumnA
{
    width: 406px;
    float: left;
    display: inline;
}

div.facilityDetailColumnB
{
    width: 194px;
    float: left;
    display: inline;
    padding-left: 10px;
}

div#pageIntro
{

}
div#pageIntro div.headingWrapper
{

}
div#pageIntro div.headingWrapper h1
{
	font-size: 2em;
	font-weight: normal;
}
div#pageIntro div.headingWrapper h2
{
	font-weight: normal;
}



/************************************
* Clear fixes
*************************************/

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

div.clear
{
    clear: both;
    font-size: 0em;
    line-height: 0em;
    height: 0px;
}

/*******************************************************************
* New header styling
*******************************************************************/

table.headerTable
{
	margin: 0 0 10px 0;
}
table.headerTable tr td.tableColumn01
{
	background: url(../images/headerBgLeft.gif) repeat-x;
}
table.headerTable tr td.tableColumn02
{
	width: 1004px;
}
table.headerTable tr td.tableColumn03
{
	background: url(../images/headerBgRight.gif) repeat-x;
}


div#headerContainer ul
{
	list-style: none;
}
div#headerContainer div#header
{
    height: 179px;
    position: relative;
}

/* Full release styles == do not delete*/

div#headerContainer div#header a.lnkHomePage
{
    width: 360px;
    height: 154px;
    float: left;
    display: inline;

}

div#headerContainer div#header ul#globalNav
{
    float: right;
    display: inline;
    height: 35px;
    background: #ffcc00 url(../images/globalNavigationBg.gif) no-repeat;
    padding: 0 0 0 150px;
    font-size: 1.1em;
    font-weight: bold;
}
div#headerContainer div#header ul#globalNav li
{
    color: #fff;
    display: inline;
    height: 26px;
    padding: 0 8px 0 8px;
    background: transparent url(../images/globalNavigationSeperator.gif) no-repeat right;
    line-height: 26px;
}
div#headerContainer div#header ul#globalNav li a
{
    color: #fff;
    text-decoration: none;
    display: inline;
}
div#headerContainer div#header ul#globalNav li a:hover
{
    color: #fff;
    text-decoration: underline;
}


div#headerContainer div#header div.HeaderAdvert
{
    position: absolute;
    left: 256px;
    top: 43px;
    width: 728px;
    height: 90px;
    text-align: right;
}


div#headerContainer ul#primaryNav
{
    display: inline;
    float: left;
    margin: 7px 0 0 10px;
}
div#headerContainer ul#primaryNav li
{
    color: #fff;
    display: inline;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height: 39px;
    margin: 0 3px 0 0;
}
div#headerContainer ul#primaryNav li a
{
    color: #dddfe0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display:block;
    background: url(../images/primaryNavNormal.png) repeat-x;
    height: 39px;
    padding: 0 15px 0 15px;
    line-height: 50px;
    overflow: hidden;
}

* html div#headerContainer ul#primaryNav li a
{
    display:inline-block;
}

div#headerContainer ul#primaryNav li a:hover
{
	background: url(../images/primaryNavHover.gif) no-repeat center;
	line-height: 25px;
	color: #000;
}
body.section0 div#headerContainer ul#primaryNav li.first a,
div#headerContainer ul#primaryNav li.on a
{
	background: url(../images/primaryNavHover.gif) no-repeat center;
	line-height: 25px;
	color: #000;
}

div#headerContainer div.search
{
    display: inline;
    float: right;
    width: 499px;
    height: 30px;
    background: transparent url(../images/primarySearchBg.gif) no-repeat;
    margin: 108px 0 0 0;
}
div#headerContainer div.search input
{
    float: left;
    display: inline;
}
div#headerContainer div.search input.textBox
{
    margin: 5px 0 0 250px;
    padding: 3px 0 0 0;
    text-indent: 4px;
    width: 137px;
    height: 19px;
    font-size: 1.1em;
    border: none;
}
div#headerContainer div.search input.button
{
    margin: 5px 0 0 6px;
}


div#footerAds
{
	padding: 0 0 0 10px;
}
div.footerContainer
{
	background: #0d0d0d url(images/footerBg.gif) no-repeat;
	padding: 30px 0 0 0;
}
div.footerContainer div#footer
{
	text-align: center;
}
div#footer p
{
    color: #cdcec8;
    line-height: 2.6em;
}
div#footer p a
{
    text-decoration: underline;
    color: #c92c2c;
}
div#footer p a:hover
{
    text-decoration: none;
}

div.footerContainer div#subfooter
{
	padding: 0 0 30px 0;
	text-align: center;
}
div.footerContainer div#subfooter ul#primaryNav li
{
    display: inline;
    padding: 0 5px 0 0;
    font-size: 1.1em;
}
div#subfooter ul#primaryNav li a
{
    text-decoration: none;
    color: #888;
    padding: 0 5px;
}
div#subfooter ul#primaryNav li a:hover
{
    text-decoration: underline;
    color: #fff;
}

div.footerContainer div#footerAds
{
    margin-top: 15px;
    padding: 15px 0 0 0;
    text-align: center;
}

/*****************************************************
** Generic container module styles
*****************************************************/

div.searchBoxContainer
{
    display: inline;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}


div.searchBoxContainer h2
{
    background-color: #AA935F;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 3px 5px;
}

/*****************************************************
** Popup Styles
*****************************************************/

body.popup
{
    text-align: left;
}

body.popup div.container
{
}

body.popup div#headerContainer
{
    margin-bottom: 20px;
}

body.popup div#headerContainer div#header
{
    /*background: #000;	 	height: 78px; 	padding: 0;*/
}

body.popup div#headerContainer div#header h1
{
    display: none; /*width: 215px;*/ /*height: 67px;*/
    float: left;
    display: inline;
    margin-top: 7px;
    margin-left: 13px; /*background: url(images/bg_h1_logo.gif) 0 0 no-repeat;*/
    font-size: 1px;
    text-indent: -9999999em;
    text-decoration: none;
    overflow: hidden;
}

body.popup div#mainContent
{
    margin-left: 20px;
    margin-right: 20px;
}

/* media gallery fixes, added by DB 03/10/07 */

.section0 .columnA
{
    width: 600px;
}

.section0 #column02 .columnA
{
    width: 300px;
    margin-right: 10px;
}

.section0 .columnB
{
    margin-left: 0;
}
.section0 .columnB ul
{
    list-style-type: none;
}

.section0 .columnA .video a img
{
    margin: 10px 0;
}

.mediaItemDetails
{
    padding-bottom: 10px;
}
.mediaItemDetails h2
{
    font-size: 1.5em;
    margin-bottom: 5px;
}
.editorCommentsDisplay, .editorCommentsEdit
{
    margin-bottom: 10px;
    background-color: #EDF1F6;
    border: 1px solid #e7e7e7;
    padding: 10px;
    float: left;
    width: 578px;
}
.editorCommentsDisplay h3, .editorCommentsEdit h3
{
    font-size: 1.3em;
    margin-bottom: 7px;
}
.editorCommentsEdit textarea
{
    width: 250px;
    height: 100px;
    margin-bottom: 10px;
}
.editorCommentsEdit input
{
    float: left;
}

/* Ask an expert */

.section499 .columnA h2
{
}

div.askAnExpert2
{
    border-top: 1px solid #AA935F;
    padding-top: 7px;
    margin-bottom: 10px;
}

div.askAnExpert2 h2
{
    background-color: white;
    padding: 0;
    color: #AA935F;
}

div.askAnExpert2 p
{
    margin-top: 10px;
}

