﻿body
{
    margin: 0;
	padding: 0;
    background-color: #ffffff;
    background-position: bottom;
    background-attachment: fixed;
	background-image: url(../../Images/bg_greygradient.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	color: #636363;
}

img
{
	display: block;
	border: none;
}

a:link
{
    color: #448ccb;
    text-decoration: none;
}

a:visited
{
    color: #448ccb;
    text-decoration: none;
}

a:hover
{
    color: #6dcff6;
    text-decoration: underline;
}

#container
{
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding: 0 5% 0 5%;
    min-width: 800px;
}

#shadowleft
{
    background-image: url(../../Images/shadow_left.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 100%;
}

#shadowright
{
    background-image: url(../../Images/shadow_right.png);
    background-position: right top;
    background-repeat: repeat-y;
    width: 100%;
}

#innercontainer
{
    position: relative;
    margin: 0 10px 0 10px;
    background-color: #FFFFFF;
}

#header
{
    width: 100%;
}

#maincontent
{
    margin: 30px 10px 0 10px;
}

#footer
{
    position: relative;
    background-color: #253b95;
    background-image: url(../../Images/bottommenu_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: solid 1px #acacac;
}

.clearfloat 
{
	clear: both;
}

#topbanner
{
    height: 175px;
    background-image: url(../../Images/topbanner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #e7dfce;
}

#topmenu
{   
    position: absolute;
    top: 5px;
    left: 20px;
}

#topmenu a
{
    margin: 0 10px 0 10px;
}

#topmenu a:link
{
    color: #7d7d7d;
    text-decoration: none;
}

#topmenu a:visited
{
    color: #7d7d7d;
    text-decoration: none;
}

#topmenu a:hover
{
    color: #6dcff6;
    text-decoration: none;
}

#logo
{
    position: absolute;
    top: 50px;
    left: 60px;
}

#nhslogo
{
    position: absolute;
    top: 40px;
    right: 60px;
}

#resizetext
{
    position: absolute;
    top: 130px;
    right: 60px;
}

#mainmenu
{
    margin: 0 0 10px 0;
    text-align: center;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    border-top: solid 1px #acacac;
    padding: 10px 0 10px 0;
    background-color: #273b95;
    background-image: url(../../Images/mainmenu_bg.png);
    background-repeat: repeat-x;
    height: 100%;
}

#mainmenu a:link
{
    color: #ffffff;
    text-decoration: none;
    margin: 0 1em 0 1em;
}

#mainmenu a:visited
{
    color: #ffffff;
    text-decoration: none;
    margin: 0 1em 0 1em;
}

#mainmenu a:hover
{
    color: #6dcff6;
    text-decoration: none;
    margin: 0 1em 0 1em;
}

#breadcrumb
{
    margin: 0 10px 10px 10px;
}

#submenu
{
    /* border: solid 1px #acacac; */
    background-color: #dbecf3;
    float: left;
    width: 15em;
    padding: 5px;
}

#submenu a
{
    width: 100%;
}

#bottommenucolstart
{
    margin: 5px 0 0 5px;
    float: left;
    display: inline;
}

#bottommenucolend
{
    margin: 5px 10px 0 0;
    float: right;
    display: inline;
}

#copyright
{
    padding: 0 5px 5px 0;
    margin: 10px 0 0 0;
    text-align: right;
    color: #ffffff;
}

#mptelephoneaccess
{
    background-image: url(../../Images/telephone.png);
    background-repeat: no-repeat;
    height: 70px;
    padding: 1.5em 0 0 2em;
    color: #555555;
}

.underlaybox-grey
{
    border: solid 1px #d7d7d7;
    background-color: #efefef;
    margin: 0 1.5em 2em 1.5em;
    padding: 10px;
}

#footer a:link
{
    color: #ffffff;
    text-decoration: none;
}

#footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover
{
    color: #6dcff6;
    text-decoration: none;
}

.rightimage
{
    float: right;
    margin: 10px 0 10px 20px;
}

#map
{
    text-align: center;
    margin: 40px 0 0 0;
}

.redcross
{
    float: left;
    margin: 0 20px 0 0;
}

table.accessibility 
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #acacac;
	border-collapse: collapse;
	background-color: white;
}

table.accessibility th 
{
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #acacac;
	background-color: white;
}

table.accessibility td 
{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #acacac;
	background-color: white;
}

#rightcontent
{
    margin: 0 0 0 18em;
}

.hrdashed
{
    color: #dbecf3;
    background-color: #dbecf3;
    border-style: none;
    border-top: 1px dashed #acacac;
}

.redtext
{
    color: Red;
}

.inlineleft
{
    margin: 8px;
    float: left;
    display: inline;
}

.inlineleft2
{
    margin: 0 0 0 10px;
    float: left;
    display: inline;
}

.inlineright
{
    margin: 8px;
    float: right;
    display: inline;
}

.bottommenucolmid
{
    margin: 5px 0 0 70px;
    float: left;
    display: inline;
}

.margin25px
{
    margin: 25px;
}