/*

AFM Web Design
Unit F16, BTC
Bessemer Drive
Stevenage
Hertfordshire
SG1 2DX

t: 0845 078 0193

e: solutions@afmwebdesign.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:                                #283B65;
  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:                                #283B65;
  text-decoration:                      none}
A.H1:visited {
  color:                                #283B65;
  text-decoration:                      none}
A.H1:active {
  color:                                #283B65;
  text-decoration:                      none}
A.H1:hover {
  color:                                #283B65;
  text-decoration:                      none}

H2 {
  text-align:                           left;
  color:                                #283B65;
  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:                                #283B65;
  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:                                #283B65;
  font-size:                            100%;
  font-weight:                          bold;
  background-color:                     transparent;
  margin:                               0px;
  border:                               0px;
  padding-top:                          15px;
  padding-bottom:                       0px;
  padding-left:                         10px;
  padding-right:                        10px}

UL {
  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:                          20px;
  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:                               80px;
  overflow:                             hidden}

IMG.TopBannerLogo {
  width:                                760px;
  height:                               80px}

/* PageContents contains the menu, page and side columns */
DIV.PageContentsBack {
  float:                                left;
  background-image:                     url("page-contents-back.jpg");
  background-repeat:                    repeat}

DIV.PageBanner {
  float:                                left;
  width:                                510px;
  height:                               90px;
  overflow:                             hidden}

IMG.PageBanner {
  float:                                left;
  width:                                510px;
  height:                               70px}

/* 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}

DIV.BottomBannerClearer {
  clear:                                both;
  height:                               1px}



/* Top menu */
/* ======== */

/* All widths and paddings are set in the menu classes in index.php */

DIV.TopMenu {
  clear:                                both;
  float:                                left;
  background-image:                     url("top-menu.jpg");
  background-repeat:                    repeat}

DIV.TopMenuTop {
  clear:                                both;
  float:                                left;
  height:                               5px;
  background-position:                  left top;
  background-image:                     url("top-menu-top.jpg");
  background-repeat:                    repeat-x}

DIV.TopMenuBottom {
  clear:                                both;
  float:                                left;
  height:                               5px;
  background-position:                  left bottom;
  background-image:                     url("top-menu-bottom.jpg");
  background-repeat:                    repeat-x}

DIV.TopMenuItemLeft {
  float:                                left}

DIV.TopMenuItem {
  float:                                left;
  background-position:                  left top;
  background-image:                     url("top-menu-divider.jpg");
  background-repeat:                    repeat-y}

DIV.TopMenuItemClearer {
  float:                                left;
  height:                               1px}

P.TopMenu {
  color:                                #ffffff;
  text-align:                           center;
  font-size:                            90%;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}

P.TopMenuCurrent {
  color:                                #ffffff;
  text-align:                           center;
  font-size:                            90%;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}

A.TopMenu:link {
  color:                                #ffffff;
  font-weight:                          normal;
  text-decoration:                      none}
A.TopMenu:visited {
  color:                                #ffffff;
  font-weight:                          normal;
  text-decoration:                      none}
A.TopMenu:active {
  color:                                #ffffff;
  text-decoration:                      underline}
A.TopMenu:hover {
  color:                                #ffffff;
  text-decoration:                      underline}



/* Menu */
/* ==== */

/* All widths and paddings are set in the menu classes in index.php */

DIV.MenuBlock {
  padding-top:                          20px}

DIV.MenuItemBack {
  float:                                left}

DIV.MenuItemClearer {
  clear:                                both;
  float:                                left;
  height:                               1px}

P.MenuLevel1 {
  color:                                #444444;
  text-align:                           left;
  font-size:                            130%;
  font-weight:                          bold;
  padding-top:                          24px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.MenuCurrentLevel1 {
  color:                                #ff6600;
  text-align:                           left;
  font-size:                            130%;
  font-weight:                          bold;
  padding-top:                          24px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.MenuLevel2 {
  color:                                #444444;
  text-align:                           left;
  font-size:                            120%;
  font-weight:                          bold;
  padding-top:                          25px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.MenuCurrentLevel2 {
  color:                                #ff6600;
  text-align:                           left;
  font-size:                            120%;
  font-weight:                          bold;
  padding-top:                          25px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.MenuLevel3 {
  color:                                #444444;
  text-align:                           left;
  font-size:                            110%;
  font-weight:                          bold;
  padding-top:                          25px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

P.MenuCurrentLevel3 {
  color:                                #ff6600;
  text-align:                           left;
  font-size:                            110%;
  font-weight:                          bold;
  padding-top:                          25px;
  padding-left:                         20px;
  padding-right:                        20px;
  padding-bottom:                       0px}

A.Menu:link {
  color:                                #444444;
  font-weight:                          normal;
  text-decoration:                      none}
A.Menu:visited {
  color:                                #444444;
  font-weight:                          normal;
  text-decoration:                      none}
A.Menu:active {
  color:                                #ff6600;
  text-decoration:                      underline}
A.Menu:hover {
  color:                                #ff6600;
  text-decoration:                      underline}

H2.UnderMenuEntry {
  text-align:                           left;
  padding-top:                          0px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       10px}

P.UnderMenuEntry {
  padding-top:                          10px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}



/* Logo banner */
/* =========== */

DIV.LogoBanner {
  float:                                left;
  height:                               100px;
  overflow:                             hidden}





/* Bottom banner details */
/* ===================== */

DIV.BottomBannerDivider {
  float:                                left;
  width:                                100%;
  height:                               15px;
  background-position:                  center top;
  background-image:                     url("heading-underline.jpg");
  background-repeat:                    repeat-x}

P.BottomBanner {
  text-align:                           center;
  padding-top:                          5px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

A.BottomBannerEmail:link {
  color:                                #444444;
  text-decoration:                      none}
A.BottomBannerEmail:visited {
  color:                                #444444;
  text-decoration:                      none}
A.BottomBannerEmail:active {
  color:                                #444444;
  text-decoration:                      underline}
A.BottomBannerEmail:hover {
  color:                                #444444;
  text-decoration:                      underline}

P.BottomBannerSearchPhrases {
  text-align:                           center;
  font-size:                            80%;
  color:                                #666666;
  padding-top:                          10px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       0px}

P.BottomBannerAFMDetails {
  font-size:                            80%;
  color:                                #666666;
  padding-top:                          10px;
  padding-bottom:                       10px;
  text-align:                           center}

A.BottomBannerAFMDetails:link {
  color:                                #666666;
  text-decoration:                      none}
A.BottomBannerAFMDetails:visited {
  color:                                #666666;
  text-decoration:                      none}
A.BottomBannerAFMDetails:active {
  color:                                #666666;
  text-decoration:                      underline}
A.BottomBannerAFMDetails:hover {
  color:                                #666666;
  text-decoration:                      underline}



/* 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}


/* Heading underline */
/* ================= */

DIV.Heading {
  float:                                left;
  width:                                100%}

DIV.PageContentHeading {
  float:                                left;
  width:                                500px;
  padding-top:                          10px;
  padding-left:                         10px;
  height:                               15px}

DIV.HeadingUnderline {
  float:                                left;
  width:                                100%;
  height:                               15px;
  background-position:                  center top;
  background-image:                     url("heading-underline.jpg");
  background-repeat:                    repeat-x}



/* 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}


/* 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}




/*       ***********************************       */
/*      *************************************      */
/*     ****                               ****     */
/*    ****                                 ****    */
/*    ****    DO NOT EDIT CLASSES ABOVE    ****    */
/*    ****                                 ****    */
/*     ****                               ****     */
/*      *************************************      */
/*       ***********************************       */
















/* ==================== END ==================== */
