/*

AFM Web Design
Unit F16, BTC
Bessemer Drive
Stevenage
Hertfordshire
SG1 2DX

t: 0845 078 0193

e: solutions@afmss.co.uk

*/



/* Generic classes */
/* =============== */

BODY {
  font-family:                          verdana, arial, sans-serif;
  font-size:                            90%;
  font-weight:                          normal;
  color:                                #444444;
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

DIV {
  background:                           transparent;
  position:                             relative;
  display:                              block;
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

DIV.ClearLeft {
  clear:                                left;
  height:                               1px;
  overflow:                             hidden}

DIV.ClearRight {
  clear:                                right;
  height:                               1px;
  overflow:                             hidden}

DIV.ClearBoth {
  clear:                                both;
  height:                               1px;
  overflow:                             hidden}

TABLE {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

TD {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

FORM {
  border:                               0px;
  margin:                               0px;
  padding:                              0px}

INPUT {
  margin:                               0px;
  padding:                              0px}

P {
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          10px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.Quote {
  text-align:                           center;
  font-size:                            110%;
  font-weight:                          bold;
  padding-top:                          30px;
  padding-left:                         30px;
  padding-right:                        30px;
  padding-bottom:                       0px}

A:link {
  color:                                #444444;
  text-decoration:                      none}
A:visited {
  color:                                #444444;
  text-decoration:                      none}
A:active {
  color:                                #444444;
  text-decoration:                      underline}
A:hover {
  color:                                #444444;
  text-decoration:                      underline}

IMG {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

IMG.FloatLeft {
  float:                                left;
  margin-top:                           20px;
  margin-left:                          10px;
  margin-right:                         20px;
  margin-bottom:                        20px;
  padding:                              0px;
  border:                               0px}

IMG.FloatRight {
  float:                                right;
  margin-top:                           20px;
  margin-left:                          20px;
  margin-right:                         10px;
  margin-bottom:                        20px;
  padding:                              0px;
  border:                               0px}

OBJECT {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

EMBED {
  margin:                               0px;
  padding:                              0px;
  border:                               0px}

H1 {
  text-align:                           center;
  color:                                #006600;
  font-size:                            130%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       10px}

A.H1:link {
  color:                                #006600;
  text-decoration:                      none}
A.H1:visited {
  color:                                #006600;
  text-decoration:                      none}
A.H1:active {
  color:                                #006600;
  text-decoration:                      none}
A.H1:hover {
  color:                                #006600;
  text-decoration:                      none}

H2 {
  text-align:                           left;
  color:                                #006600;
  font-size:                            110%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          30px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

H3 {
  text-align:                           left;
  color:                                #006600;
  font-size:                            105%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-bottom:                       0px;
  padding-left:                         10px;
  padding-right:                        10px}

H4 {
  text-align:                           left;
  color:                                #006600;
  font-size:                            100%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          20px;
  padding-bottom:                       0px;
  padding-left:                         10px;
  padding-right:                        10px}

UL {
  list-style-image:                     url("bullet-level-1.jpg");
  list-style-position:                  outside;
  margin:                               0px;
  padding-top:                          2px;
  padding-left:                         50px;
  padding-right:                        10px;
  padding-bottom:                       2px;
  border:                               0px}

LI {
  margin:                               0px;
  padding-top:                          5px;
  padding-left:                         5px;
  padding-right:                        10px;
  padding-bottom:                       5px;
  border:                               0px}

HR {
  width:                                85%;
  padding:                              0px;
  border-top:                           1px solid #444444;
  border-left:                          0px;
  border-right:                         0px;
  border-bottom:                        0px;
  margin-top:                           1px;
  margin-bottom:                        1px}



/* Skip to page content link */
/* ========================= */

DIV.TextBrowserSkipToContent {
  height:                               1px;
  overflow:                             hidden}



/* Page layout construction */
/* ======================== */

/* The division float and width values are set by the index page */

/* BODY contains the background layer for the page */
BODY {
  background-position:                  center top;
  background-image:                     url("body.jpg");
  background-repeat:                    repeat}

/* BodyWrapper contains the top backgound graphic and centers the page */
DIV.BodyWrapper {
  width:                                100%;
  background-position:                  center top;
  background-image:                     url("body-wrapper.jpg");
  background-repeat:                    repeat-x}

/* BodyWrapperClearer forces the BodyWrapper division to stretch to contain the PageWrapper division */
DIV.BodyWrapperClearer {
  clear:                                both}

/* PageWrapper contains the top banner, page contents and bottom banner */
DIV.PageWrapper {
  padding-top:                          0px;
  margin-left:                          auto;
  margin-right:                         auto;
  padding-bottom:                       30px}

/* PageWrapperClearer forces the PageWrapper division to stretch to contain all the page components */
DIV.PageWrapperClearer {
  clear:                                both;
  height:                               1px}

/* TopBanner contains the logo and top contact details */
DIV.TopBanner {
  float:                                left;
  height:                               214px;
  overflow:                             hidden;
  background-position:                  left top;
  background-image:                     url("top-banner.jpg");
  background-repeat:                    no-repeat}

IMG.TopBanner {
  width:                                900px;
  height:                               214px}

/* PageContents contains the menu, page and side columns */
DIV.PageContentsBack {
  float:                                left;
  background-image:                     url("page-contents-back.jpg");
  background-repeat:                    repeat}

/* PageContents contains the menu, page and side columns */
DIV.PageContentsBottom {
  float:                                left;
  background-position:                  left bottom;
  background-image:                     url("page-contents-bottom.jpg");
  background-repeat:                    no-repeat}

/* PageContentsClearer forces the PageContents division to stretch to contain all the column components */
DIV.PageContentsClearer {
  clear:                                both;
  height:                               10px}

/* MenuColumn contains the menu components */
DIV.MenuColumn {
  padding-top:                          0px;
  padding-bottom:                       10px}

DIV.MenuColumnBack {
  float:                                left;
  background-position:                  left top;
  background-image:                     url("menu-column-back.jpg");
  background-repeat:                    repeat-y}

DIV.MenuColumnBottom {
  float:                                left;
  padding-top:                          0px;
  padding-bottom:                       15px;
  background-position:                  left bottom;
  background-image:                     url("menu-column-bottom.jpg");
  background-repeat:                    no-repeat}


/* MenuColumnClearer forces the MenuColumn division to stretch to contain all the menu components */
DIV.MenuColumnClearer {
  clear:                                both;
  height:                               1px}

/* ColumnContainer contains the page and side columns */
DIV.ColumnContainer {}

/* ColumnContainerClearer forces the ColumnContainer division to stretch to contain the page and side columns */
DIV.ColumnContainerClearer {
  clear:                                both;
  height:                               1px}

/* PageColumn contains the page contents */
DIV.PageColumn {}

/* PageColumnClearer forces the PageColumn division to stretch to contain the page cotents */
DIV.PageColumnClearer {
  clear:                                both;
  height:                               10px}

/* SideColumn contains the side column contents */
DIV.SideColumn {
  padding-top:                          0px;
  padding-bottom:                       10px}

H2.SideColumn {
  text-align:                           center;
  padding-top:                          30px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.SideColumn {
  padding-top:                          10px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

DIV.SideColumnPicture {
  width:                                210px;
  float:                                left;
  padding-top:                          20px;
  padding-left:                         20px;
  padding-right:                        0px;
  padding-bottom:                       10px}

/* SideColumnClearer forces the SideColumn division to stretch to contain the side column cotents */
DIV.SideColumnClearer {
  clear:                                both;
  height:                               1px}

/* BottomBanner contains the bottom contact details */
DIV.BottomBannerBack {
  float:                                left;
  background-image:                     url("bottom-banner-back.jpg");
  background-repeat:                    repeat}

/* BottomBanner contains the bottom contact details */
DIV.BottomBannerBottom {
  float:                                left;
  padding-top:                          5px;
  padding-bottom:                       10px;
  background-position:                  left bottom;
  background-image:                     url("bottom-banner-bottom.jpg");
  background-repeat:                    no-repeat}

DIV.BottomBannerClearer {
  clear:                                both;
  height:                               1px}

P.BottomBannerContactDetails {
  text-align:                           center;
  padding-top:                          5px;
  padding-bottom:                       0px}

P.BottomBannerAFMDetails {
  font-size:                            90%;
  padding-top:                          5px;
  text-align:                           center}



/* Breadcrumb trail */
/* ================ */

DIV.BreadCrumbTrail {
  float:                                left}

P.BreadCrumbTrail {
  font-weight:                          normal;
  text-align:                           left;
  color:                                #444444;
  padding-top:                          2px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       2px}

A.BreadCrumbTrail:link {
  color:                                #444444;
  text-decoration:                      none}
A.BreadCrumbTrail:visited {
  color:                                #444444;
  text-decoration:                      none}
A.BreadCrumbTrail:active {
  color:                                #444444;
  text-decoration:                      underline}
A.BreadCrumbTrail:hover {
  color:                                #444444;
  text-decoration:                      underline}

DIV.BreadCrumbTrailClearer {
  float:                                left;
  clear:                                both;
  height:                               1px;
  overflow:                             hidden}


/* Menu */
/* ==== */

/* All widths and paddings are set in the menu classes in index.php */

DIV.MenuPhoneNumber {
  clear:                                both;
  float:                                left}

P.MenuPhoneNumber {
  color:                                #FFFF00;
  text-align:                           center;
  font-size:                            14pt;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-bottom:                       10px}

DIV.MenuEmail {
  clear:                                both;
  float:                                left}

P.MenuEmail {
  color:                                #FFFF00;
  text-align:                           center;
  font-size:                            12pt;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-bottom:                       10px}

A.MenuEmail:link {
  color:                                #FFFF00;
  text-decoration:                      none}
A.MenuEmail:visited {
  color:                                #FFFF00;
  text-decoration:                      none}
A.MenuEmail:active {
  color:                                #FFFF00;
  text-decoration:                      underline}
A.MenuEmail:hover {
  color:                                #FFFF00;
  text-decoration:                      underline}

DIV.MenuLevel1 {}

DIV.MenuLevel1Current {}

DIV.MenuLevel1Active {}

DIV.MenuLevel2 {}

DIV.MenuLevel2Current {}

DIV.MenuLevel2Active {}

DIV.MenuLevel3 {}

DIV.MenuLevel3Current {}

DIV.MenuLevel3Active {}

P.MenuLevel1 {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         32px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel1Current {
  color:                                #FFFF00;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         14px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel1Active {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         32px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel2 {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         52px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel2Current {
  color:                                #FFFF00;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         34px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel2Active {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         52px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel3 {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         72px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel3Current {
  color:                                #FFFF00;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         54px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.MenuLevel3Active {
  color:                                #FFFF00;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         72px;
  padding-right:                        10px;
  padding-bottom:                       0px}

A.Menu:link {
  color:                                #FFFF00;
  text-decoration:                      none}
A.Menu:visited {
  color:                                #FFFF00;
  text-decoration:                      none}
A.Menu:active {
  color:                                #FFFF00;
  text-decoration:                      underline}
A.Menu:hover {
  color:                                #FFFF00;
  text-decoration:                      underline}

DIV.MenuLocation {
  clear:                                both;
  float:                                left}

P.MenuLocation {
  color:                                #FFFF00;
  text-align:                           center;
  font-size:                            12pt;
  font-weight:                          bold;
  padding-top:                          10px;
  padding-bottom:                       0px}

H2.UnderMenuEntry {
  text-align:                           center;
  padding-top:                          30px;
  padding-left:                         15px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.UnderMenuEntry {
  padding-top:                          5px;
  padding-left:                         15px;
  padding-right:                        20px;
  padding-bottom:                       5px}



/* Security login */
/* ============== */

DIV.LoginBoxContainer {
  padding-top:                          50px;
  padding-bottom:                       100px}

DIV.LoginBox {
  width:                                340px;
  margin-left:                          auto;
  margin-right:                         auto;
  background-color:                     #DDDDDD}

P.LoginBoxTitle {
  text-align:                           center;
  padding-top:                          20px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       10px}

DIV.LoginBoxPasswordBox {
  width:                                180px;
  padding-top:                          3px;
  padding-left:                         40px;
  padding-bottom:                       20px;
  float:                                left}

DIV.LoginBoxLoginButton {
  width:                                80px;
  padding-left:                         20px;
  padding-bottom:                       20px;
  float:                                left}

INPUT.LoginBoxPasswordBox {
  width:                                180px;
  color:                                #444444;
  font-weight:                          normal;
  font-size:                            100%;
  margin:                               0px;
  padding:                              1px}

INPUT.LoginBoxLoginButton {
  color:                                #444444;
  font-weight:                          normal;
  font-size:                            100%;
  margin:                               0px;
  padding:                              2px}

DIV.LoginBoxClearer {
  clear:                                both}



/* Website map */
/* =========== */

DIV.WebsiteMapItem {
  float:                                left}

DIV.WebsiteMapItemArrowLevel1 {
  float:                                left;
  width:                                1px;
  height:                               20px}

DIV.WebsiteMapItemArrowLevel2 {
  float:                                left;
  width:                                50px;
  height:                               20px;
  background-position:                  30px 6px;
  background-image:                     url("website-map-arrow.gif");
  background-repeat:                    no-repeat}

DIV.WebsiteMapItemArrowLevel3 {
  float:                                left;
  width:                                80px;
  height:                               20px;
  background-position:                  60px 5px;
  background-image:                     url("website-map-arrow.gif");
  background-repeat:                    no-repeat}

DIV.WebsiteMapItemEntry {
  float:                                left}

DIV.WebsiteMapItemClearer {
  clear:                                both}

DIV.WebsiteMapBottomSpacer {
  float:                                left;
  height:                               20px}

P.WebsiteMapLevel1 {
  font-size:                            110%;
  padding-top:                          10px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.WebsiteMapLevel2 {
  font-size:                            105%;
  padding-top:                          5px;
  padding-left:                         0px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.WebsiteMapLevel3 {
  font-size:                            100%;
  padding-top:                          5px;
  padding-left:                         0px;
  padding-right:                        10px;
  padding-bottom:                       0px}

A.WebsiteMap:link {
  color:                                #444444;
  text-decoration:                      none}
A.WebsiteMap:visited {
  color:                                #444444;
  text-decoration:                      none}
A.WebsiteMap:active {
  color:                                #444444;
  text-decoration:                      underline}
A.WebsiteMap:hover {
  color:                                #444444;
  text-decoration:                      underline}


/* Home page */
/* ========= */

DIV.HomePageList {
  clear:                                both;
  float:                                left;
  width:                                550px;
  padding-top:                          15px}

DIV.HomePageListPicture {
  width:                                110px;
  float:                                left;
  padding-top:                          5px;
  padding-left:                         10px}

DIV.HomePageListText {
  width:                                430px;
  float:                                right}

H2.HomePageList {
  padding-top:                          0px}

P.HomePageList {
  padding-top:                          0px}



/* Useful links pages */
/* ================== */

IMG.LinksNetwork {
  width:                                180px;
  height:                               180px;
  margin-top:                           40px;
  margin-left:                          10px}

H2.UsefulLinks {
  font-size:                            100%}

P.UsefulLinksDescription {
  padding-top:                          2px}

P.UsefulLinksDomain {
  padding-top:                          2px;
  font-weight:                          bold}



/* Under menu entries */
/* ================== */

IMG.UnderMenuUfindusLogo {
  margin-top:                           30px;
  margin-left:                          10px;
  width:                                150px;
  height:                               76px;
  float:                                left}

IMG.UnderMenuSmileLocalLogo {
  margin-top:                           40px;
  margin-left:                          10px;
  width:                                150px;
  height:                               91px;
  float:                                left}

IMG.UnderMenuMoreUKLogo {
  margin-top:                           40px;
  margin-left:                          10px;
  width:                                150px;
  height:                               41px;
  float:                                left}



/* Certificates page */
/* ================= */

TABLE.Documents {
  float:                        left}

TD.Documents {
  text-align:                   left}

P.Documents {
  text-align:                   center;
  margin-top:                   5px;
  margin-left:                  0px;
  margin-right:                 0px;
  margin-bottom:                10px;
  padding:                      0px;
  border:                       0px}

IMG.Documents {
  float:                        left;
  margin-top:                   30px;
  margin-left:                  10px;
  margin-right:                 0px;
  margin-bottom:                0px}




/* ==================== END ==================== */
