/* Main settings for page */

html>body #ContainerMaster, html>body #ContainerMasterHomePage {height: auto; min-height: 100%;} 

html {
  height: 100%;
  background-color: #FFFFFF;
}

body {
  margin: 0px 3px;
  height: 100%;
  padding: 0px;
  background-color: #FFFFFF;
  font-size: 100%;
  font-family: Verdana, sans-serif, Arial;
}

/* BUG FIX: Removes default top margin from paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

div > h1 {
 margin-top: 0;
}

div > h2 {
 margin-top: 0;
}

strong { 
  font-weight: bold; 
} 

hr {
 display: none;
}

img {
  border: none;
  outline: none;
}

.SearchLinkPosition {
  position: relative;
  top: 29px;
  right: 2px;
}

#SearchArea {
  position: absolute;
  vertical-align: baseline;
  top: 30px;
  right: 10px;
  z-index: 3;
  color: #333333; 
}

#LogInArea {
  position: absolute;
  vertical-align: baseline;
  top: 22px;
  right: 90px;
  z-index: 3;
  color: #333333;
}

/* HACK: Safari Mac only */

/*\*/
html*#LogInArea {
 right: 95px;
}/**/

#LogInButton {
  position: absolute;
  vertical-align: baseline;
  top: 19px;
  right: 12px;
  z-index: 3;
  color: #333333;
}

/*-----------------------------------TEXT SIZES & STYLES-------------------------*/

h1 {
  display: inline;
  color: #4C4A37;
  letter-spacing: -0.04em;
  font-size: 1.55em;
  font-weight: normal;
}

h2 {
  display: inline;
  position: relative;
  color: #4C0777;
  font-size: 1.25em;
  letter-spacing: -0.03em;
  text-decoration: none;
  font-weight: normal;
}

h3 {
  position: relative;
  color: #4C0777;
  font-size: 1em;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1.3em;
}
.Small3 {
  font-size: 0.7em;
}

/*--------------------------------------------LINKS: CONTENT & OTHER -----------------------------------------*/

.DisplayNone {
  display: none;
}



/*--------------------------------------------LINKS: NAV --------------------------------------------------*/


.WhiteLinkRelative {
  color: #FFFFFF;
  font-weight: bold;
}


.RelativeLinkBold {
  color: #595959;
  font-weight: bold;
}

.RelativeLinkBold:link {color: #595959; text-decoration: none; font-weight: bold;}
.RelativeLinkBold:visited {color: #595959; text-decoration: none; font-weight: bold;}
.RelativeLinkBold:hover {color: #595959; text-decoration: underline; font-weight: bold;}
.RelativeLinkBold:active {color: #595959; text-decoration: underline; font-weight: bold;} 

.FooterColourWeight {
  display: block;
  padding-top: 7px;
  font-size: 0.6em;
  color: #304665;
  font-weight: normal;
  text-align: center;
}

#TopMainArea {
  position: relative;
  background-color: #FFFFFF;
  background-image: url('/digitalAssets/35488_Top_New_area_background.jpg');
  background-position: right top; 
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  top: 0px;
  right: 0px;
  left: 0px;
  font-size: 0.9em;
  border: 0px dashed black;
  padding: 0px;
  z-index: 1;
}

#HyperLink span {
  display: none;
}

#HyperLink {
  position: absolute;
  background-image: url('/digitalAssets/29393_Logo_New_Nominet_Main.gif');
  background-position:  left top;
  background-repeat: no-repeat;
  width: 139px;
  height: 90px;
  top: 0px;
  left: 0px;
  font-size: 0.9em;
  border: 0px dashed black;
  padding: 0px;
  cursor: hand;
  z-index: 10;
}

/*--------------------------------------------end----------------------------------------------------------*/

#Nav1 {
  position: relative;
  text-align: left;
  background-color: #5E1F84;
  background-position:  left center; 
  background-repeat: repeat-x;
  padding-bottom: 2px;
  padding-top: 1px;
  border-left: 1px solid #BBB9C6;
  border-right: 1px solid #BBB9C6;
  border-top: 1px solid #E0D3E7;
  border-bottom: 1px solid #1F0A2B;
  z-index: 1000;
}

.CellFill {
 position: relative;
 display: inline;
 background-color: #CED4F0;
 background-image: url('/digitalAssets/490_Nav1_area_TAB_background.gif');
 background-position: center top;
 background-repeat: repeat-x;
 color: #000000;
 padding-top: 4px;
 padding-bottom: 6px;
 padding-left: 8px;
 padding-right: 8px;
 border-top: 1px solid #8C96B5;
 z-index: 1;
}

.Nav1Spacer {
  font-size: 14px;
  margin-left: -4px;
  z-index: 1;
}

.Nav1Text {
  display: block;
  color: #FFFFFF;
  font-size: 0.7em;
  margin-left: 9px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 2;
}

/* The following are deliberately in the 'wrong' order to prevent an Opera bug but still present acceptably. (wrong order: LHVA) (correct order: LVAH) */

#Nav1 span span a:link {
  color: #3C0067;
  display: inline;
  z-index: 100;
}

#Nav1 span span a:hover, #Nav1 span span a:active {
  color: #3C0067;
  text-decoration: underline;
  display: inline;
  z-index: 100;
}

#Nav1 span span a:visited {
  color: #3C0067;
  text-decoration: none;
  display: inline;
  z-index: 100;
}

.Nav1TextLink {
  position: relative;
  border-collapse: collapse;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 100;
}

.Nav1TextLink:link, .Nav1TextLink:visited {color: #FFFFFF; text-decoration: none;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  padding-bottom: 4px;
  z-index: 100;
}

.Nav1TextLink:hover {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  color: #FFFFFF; text-decoration: underline;
  background-color: #9A85C0;
  background-image: url('/digitalAssets/8285_Nav1_area_TAB_background_over.gif');
  background-position: center top;
  background-repeat: repeat-x;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 4px;
  z-index: 100;
}

.Nav1TextLink:active {
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  color: #FFFFFF; text-decoration: underline;
  background-color: #9A85C0;
  background-image: url('/digitalAssets/8285_Nav1_area_TAB_background_over.gif');
  background-position: center top;
  background-repeat: repeat-x;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 4px;
  z-index: 100;
}

/* HACK :( ... parsed by IE6.0 & 5.5 but not by 5.0 */
#Nav2 {
  position: relative;
  text-align: left;
  background-color: #DDD7F0;
  background-image: url('/digitalAssets/8284_Nav2_area_background.gif');
  background-position: center top; 
  background-repeat: repeat-x;
  margin-left: 10px;
  margin-right/**/: 10px;
  top: -1px;
  font-size: 0.7em;
  border-bottom: 1px solid #B4BAD4;
  padding-bottom: 4px;
  z-index: 11;
}

.Nav2Text {
  text-align: left;
  color: #340056;
  padding-top: 5px;
  margin-left: 6px;
  z-index: 100;
}

.Nav2TextLink {
  color: #4F5E8D;
  text-decoration: none;
  font-weight: normal;
  z-index: 100;
}

.Nav2TextLink:link {color: #340056; text-decoration: none; font-weight: normal; z-index: 100;}
.Nav2TextLink:visited {color: #340056; text-decoration: none; font-weight: normal; z-index: 100;}
.Nav2TextLink:hover {color: #340056; text-decoration: underline; font-weight: normal; z-index: 100;}
.Nav2TextLink:active {color: #340056; text-decoration: underline; font-weight: normal; z-index: 100;} 

.Nav2TextLink span {
  text-decoration: underline;
  z-index: 100;
}

.Nav2Bullet {
  position: relative;
  top: 6px;
  left: 2px;
  background-image: url('/digitalAssets/489_bullet_Nav2.gif');
  background-repeat: no-repeat;
  padding-left: 1px;
  padding-right: 2px;
}

/* HACK :( ... parsed by IE6.0 & 5.5 but not by 5.0 */
#Nav2LeftCorner {
  position: relative;
  background-color: #DDD7F0;
  background-image/**/: url('/digitalAssets/8282_Nav2_left_corner_Taller.gif');
  background-position:  center;
  background-repeat: no-repeat;
  width: 10px;
  height: 35px;
  top: -71px;
  left: 0px;
  font-size: 0.9em;
  padding: 0px;
  z-index: 10;
}

/* HACK :( ... parsed by IE6.0 & 5.5 but not by 5.0 */
.Nav2RightCorner {
  position/**/: relative;
  right: 0px;
  text-align: right;
  top: -36px;
  z-index: 10;
}

/* HACK :( ... parsed by IE6.0 & 5.5 but not by 5.0 */
.RightCornerBackground {
  right: 0px;
  background-image/**/: url('/digitalAssets/8283_Nav2_right_corner_Taller.gif');
  background-position:  center right;
  background-repeat: no-repeat;
  height: 35px;
  z-index: 10;
}

/*------------------------------CONTAINERS---------------------------------------*/

#FooterY {
  clear: both;
  text-align: center;
  position: absolute; 
  bottom: 0px; 
  background: #D1D0D9;
  width: 100%; 
  height: 28px;
}

.Clear {
  clear: both;
}

#ContainerHomePage {
  position: relative;
  top: -70px;
  width: 100%;
}



.DarkPurple {
  color: #5E1F84;
}
FORM {
  margin: 0px;
}

 /* ----------------------Main Search area------------------------------ */
.TextBoxSearch {
  position: relative; 
  top: 24px;
  right: 5px;
  width: 178px;
  font-size: 0.8em;
  margin-right: 0px;
  border-top: 1px solid #5F1A70;
  border-right: 1px solid #E6C9EB;
  border-left: 1px solid #824291;
  border-bottom: 1px solid #CDA4D5;
  color: #000000;
  background-color: #FFFFFF;
}


.PipeDividerFooter {
  position: relative;
  color: #304665;
  font-size: 1em;
  font-weight: normal;
  padding-left: 0.2em;
  padding-right: 0.2em;
  top: -1px;
}
UL {
  font-size: 0.85em;
  list-style-type: square;
  list-style-image: url('/digitalAssets/454_element_bullet_purple_square.gif');
}

LI a {
	font-size: 1em;
}


