/*

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:                          arial, sans-serif;
  font-size:                            100%;
  font-weight:                          normal;
  color:                                #000000;
  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:                                #000000;
  text-decoration:                      none}
A:visited {
  color:                                #000000;
  text-decoration:                      none}
A:active {
  color:                                #000000;
  text-decoration:                      underline}
A:hover {
  color:                                #000000;
  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:                                #000099;
  font-size:                            120%;
  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:                                #000099;
  text-decoration:                      none}
A.H1:visited {
  color:                                #000099;
  text-decoration:                      none}
A.H1:active {
  color:                                #000099;
  text-decoration:                      none}
A.H1:hover {
  color:                                #000099;
  text-decoration:                      none}

H2 {
  text-align:                           left;
  color:                                #000099;
  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:                                #000099;
  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:                                #000099;
  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:                          2px;
  padding-left:                         5px;
  padding-right:                        10px;
  padding-bottom:                       5px;
  border:                               0px}

HR {
  width:                                85%;
  padding:                              0px;
  border-top:                           1px solid #000000;
  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:                  left 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:                  left 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 {
  width:                                920px;
  height:                               190px;
  float:                                left}

DIV.TopBannerLogo {
  width:                                470px;
  height:                               190px;
  float:                                right}

IMG.TopBannerLogo {
  width:                                470px;
  height:                               190px}

/* Top contact details */
DIV.TopContactDetails {
  float:                                left;
  width:                                380px}

P.TopContactDetailsLine1 {
  text-align:                           left;
  color:                                #000000;
  font-size:                            14pt;
  font-weight:                          bold;
  padding-top:                          40px;
  padding-left:                         10px;
  padding-right:                        0px;
  padding-bottom:                       0px}

P.TopContactDetailsLine2 {
  text-align:                           left;
  color:                                #000000;
  font-size:                            14pt;
  font-weight:                          bold;
  padding-top:                          10px;
  padding-left:                         10px;
  padding-right:                        0px;
  padding-bottom:                       0px}

P.TopContactDetailsLine3 {
  text-align:                           left;
  color:                                #000000;
  font-size:                            14pt;
  font-weight:                          normal;
  padding-top:                          15px;
  padding-left:                         10px;
  padding-right:                        0px;
  padding-bottom:                       0px}

P.TopContactDetailsLine4 {
  text-align:                           left;
  color:                                #000000;
  font-size:                            14pt;
  font-weight:                          normal;
  padding-top:                          10px;
  padding-left:                         10px;
  padding-right:                        0px;
  padding-bottom:                       0px}

A.TopContactDetails:link {
  color:                                #000000;
  text-decoration:                      none}
A.TopContactDetails:visited {
  color:                                #000000;
  text-decoration:                      none}
A.TopContactDetails:active {
  color:                                #000000;
  text-decoration:                      underline}
A.TopContactDetails:hover {
  color:                                #000000;
  text-decoration:                      underline}


/* PageContents contains the menu, page and side columns */
DIV.PageContents {
  float:                                left;
  background-image:                     url("page-contents.jpg");
  background-repeat:                    repeat-y}

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:                               1px}

/* MenuColumn contains the menu components */
DIV.MenuColumn {
  padding-top:                          0px;
  padding-bottom:                       0px}

/* MenuColumnClearer forces the MenuColumn division to stretch to contain all the menu components */
DIV.MenuColumnClearer {
  clear:                                both;
  height:                               1px}

/* Menu block */
DIV.MenuBlock {
  float:                                left;
  background-image:                     url("menu-block.jpg");
  background-repeat:                    repeat-y}

/* MenuBlockTop */
DIV.MenuBlockTop {
  float:                                left;
  background-position:                  left top;
  background-image:                     url("menu-block-top.jpg");
  background-repeat:                    no-repeat}

/* MenuBlockBottom */
DIV.MenuBlockBottom {
  float:                                left;
  padding-top:                          20px;
  padding-bottom:                       30px;
  background-position:                  left bottom;
  background-image:                     url("menu-block-bottom.jpg");
  background-repeat:                    no-repeat}

DIV.MenuBlockClearer {
  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 {
  float:                                left;
  padding-top:                          10px;
  padding-bottom:                       40px;
  background-position:                  left top;
  background-image:                     url("page-column.jpg");
  background-repeat:                    no-repeat}


/* PageColumnClearer forces the PageColumn division to stretch to contain the page cotents */
DIV.PageColumnClearer {
  clear:                                both;
  height:                               1px}

/* SideColumn contains the side column contents */
DIV.SideColumn {
  padding-top:                          0px;
  padding-bottom:                       0px}

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:                                160px;
  float:                                left;
  padding-top:                          0px;
  padding-left:                         0px;
  padding-right:                        0px;
  padding-bottom:                       0px}

IMG.SideColumnPicture {
  width:                                160px;
  float:                                160px}

IMG.SideColumnQuadreResiliencePhoto {
  width:                                160px;
  float:                                376px}


/* 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.BottomBanner {
  float:                                left;
  width:                                920px;
  background-position:                  left top;
  background-image:                     url("bottom-banner.jpg");
  background-repeat:                    repeat-y}

DIV.BottomBannerTop {
  float:                                left;
  width:                                920px;
  background-position:                  left top;
  background-image:                     url("bottom-banner-top.jpg");
  background-repeat:                    no-repeat}

DIV.BottomBannerBottom {
  float:                                left;
  width:                                920px;
  padding-top:                          5px;
  padding-bottom:                       20px;
  background-position:                  left bottom;
  background-image:                     url("bottom-banner-bottom.jpg");
  background-repeat:                    no-repeat}

P.BottomBannerContactDetails {
  text-align:                           center;
  padding-top:                          4px;
  padding-bottom:                       4px}

P.BottomBannerAFMDetails {
  font-size:                            90%;
  padding-top:                          6px;
  text-align:                           center}

DIV.BottomContactDetailsClearer {
  clear:                                both;
  float:                                left;
  width:                                920px;
  height:                               1px}



/* Menu */
/* ==== */

/* All widths and paddings are set in the menu classes in index.php */

DIV.MenuLevel1 {}

DIV.MenuLevel1Current {}

DIV.MenuLevel1Active {}

DIV.MenuLevel2 {}

DIV.MenuLevel2Current {}

DIV.MenuLevel2Active {}

DIV.MenuLevel3 {}

DIV.MenuLevel3Current {}

DIV.MenuLevel3Active {}

P.MenuLevel1 {
  color:                                #000000;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel1Current {
  color:                                #000000;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel1Active {
  color:                                #000000;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         20px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2 {
  color:                                #000000;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         40px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2Current {
  color:                                #000000;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         40px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel2Active {
  color:                                #000000;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         40px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3 {
  color:                                #000000;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         60px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3Current {
  color:                                #000000;
  font-weight:                          bold;
  padding-top:                          0px;
  padding-left:                         60px;
  padding-right:                        5px;
  padding-bottom:                       0px}

P.MenuLevel3Active {
  color:                                #000000;
  font-weight:                          normal;
  padding-top:                          0px;
  padding-left:                         60px;
  padding-right:                        5px;
  padding-bottom:                       0px}

A.Menu:link {
  color:                                #000000;
  text-decoration:                      none}
A.Menu:visited {
  color:                                #000000;
  text-decoration:                      none}
A.Menu:active {
  color:                                #000000;
  text-decoration:                      underline}
A.Menu:hover {
  color:                                #000000;
  text-decoration:                      underline}

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}

IMG.UnderMenuLogoSeventh {
  width:                                140px;
  height:                               117px}

IMG.UnderMenuLogoIMGS {
  width:                                140px;
  height:                               82px}

IMG.UnderMenuLogoPractice {
  width:                                140px;
  height:                               46px}

IMG.UnderMenuLogoImcosec {
  width:                                140px;
  height:                               24px}

IMG.UnderMenuLogoUKNuclearEngineers {
  width:                                140px;
  height:                               79px}


/* 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:                                #000000;
  font-weight:                          normal;
  font-size:                            100%;
  margin:                               0px;
  padding:                              1px}

INPUT.LoginBoxLoginButton {
  color:                                #000000;
  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:                                #000000;
  text-decoration:                      none}
A.WebsiteMap:visited {
  color:                                #000000;
  text-decoration:                      none}
A.WebsiteMap:active {
  color:                                #000000;
  text-decoration:                      underline}
A.WebsiteMap:hover {
  color:                                #000000;
  text-decoration:                      underline}



/* Contact us form */
/* =============== */

DIV.ContactFormContainer {
  text-align:                           center;
  margin-top:                           30px}

DIV.ContactForm {
  width:                                490px;
  margin-left:                          auto;
  margin-right:                         auto;
  text-align:                           left;
  color:                                #000000;
  background-color:                     #FFFFFF}

DIV.ContactFormTop {
  height:                               20px;
  overflow:                             hidden}

DIV.ContactFormTopRow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                480px}

DIV.ContactFormTopRightShadow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

DIV.ContactFormRowContainer {
  float:                                left;
  width:                                490px}

DIV.ContactFormRow {
  float:                                left;
  width:                                480px}

DIV.ContactFormHeadingRow {
  float:                                left;
  width:                                460px;
  padding-top:                          30px;
  padding-left:                         10px;
  padding-right:                        10px;
  padding-bottom:                       10px}

DIV.ContactFormLabel {
  float:                                left;
  text-align:                           left;
  width:                                185px;
  padding-left:                         10px;
  padding-right:                        5px;
  padding-bottom:                       20px}

DIV.ContactFormItem {
  float:                                left;
  width:                                260px;
  text-align:                           left;
  padding-left:                         5px;
  padding-right:                        0px;
  padding-bottom:                       20px}

DIV.ContactFormButtonRow {
  float:                                left;
  width:                                480px;
  text-align:                           center;
  padding-top:                          10px;
  padding-bottom:                       20px}

DIV.ContactFormClearLeft {
  clear:                                left;
  height:                               1px;
  overflow:                             hidden}

DIV.ContactFormBottom {
  height:                               10px;
  clear:                                both;
  overflow:                             hidden}

DIV.ContactFormBottomLeftShadow {
  float:                                left;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

DIV.ContactFormBottomRightShadow {
  float:                                right;
  overflow:                             hidden;
  height:                               10px;
  width:                                10px}

INPUT.ContactForm {
  font-family:                          arial, sans-serif;
  width:                                100%}

INPUT.ContactFormPostCode {
  font-family:                          arial, sans-serif;
  width:                                50%}

TEXTAREA.ContactFormAddress {
  font-family:                          arial, sans-serif;
  width:                                260px;
  height:                               100px}

INPUT.ContactFormCheckBox {
  margin-left:                          150px}

TEXTAREA.ContactFormSummaryOfRequirements {
  font-family:                          arial, sans-serif;
  width:                                260px;
  height:                               100px}


/* Links */
/* ===== */

P.Links {
  padding-top:                          20px}

  
/* Page pictures */
/* ============= */

DIV.PagePicture {
  float:                                right;
  width:                                160px;
  height:                               160px;
  overflow:                             hidden;
  padding-top:                          10px;
  padding-left:                         20px;
  padding-right:                        10px;
  padding-bottom:                       20px}

IMG.PagePicture {
  width:                                160px;
  height:                               160px}
  
  


/* ==================== END ==================== */

