/* Default stylesheet for the SOC London Website.
 *
 * Version 1.0
 * September 23rd 2005
 */

/* Basic page elements */
body {
  margin: 0;
  padding: 0;
  font: 10pt Verdana;
  background: #c0c0c0 url('../images/SilverToWhiteGradient.gif') bottom left repeat-x fixed ;
  text-align: center;
}
p {
	text-align: justify;
}
h1 {
}
h2 {
}
h3 {
}

a {
  font-weight: bold;
	text-decoration: none;
	color: #626262;
}

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #626262;
}
a:hover, a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #626262;
}
img.centered-image {
  padding: 5px 5px 5px 5px;
}


/***
 *  Main page formatting section.
 ***/
#container {
  /*  This is the overall page width for the entire scheme.  Changing this will cause overrides
   *  for the entire site.
   */
  width: 750px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  background: #ffffff url('../images/BusaLogo.gif') 98% 98% no-repeat;
}
#header-section {
  width: 100%;
  background: url('../images/HayabusaBanner.jpg') top left no-repeat;
  height: 324px;
}
#page-header h1 {
  /* Since the banner in the header-section actually contains the London Centre logo, we'll simply
   * switch the page-header h1 tag off entirely without applying any style to the page-header Identifier...
   */
  display: none;
}

#page-header h2 { display:none}

#main-content {
	width: 60%;
	margin-left: 35%;
	margin-top: 10px;
	position: relative;
}

#main-content p.p1 {
  font-weight: bold;
}

#main-content p.nextmeet {
  border: 2px solid black;
  padding: 5px;
  margin: 5px;
  color: blue;
}

/* Styles for things in the footer - most notable is the override for the link colours as these
 * would otherwise be invisible being dark grey on black...
  */
#footer {
	clear: both;
	padding-bottom: 5px;
}

#footer-text {
  background: #000;
  color: #ffffff;
  position: relative;
	padding: 2px 0 2px 0;
}
#footer-text p {
	font-size: 7pt;
	text-align: right;
	line-height: 8pt;
	margin: 8px 0 8px 0;
}
#footer-text a:link {
  color: #ffffff;
}

#link-lists {
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 324px;
  background-color: #ffffff;
}
#link-list2 {
  width: 200px;
  border-right: 2px solid #000000;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000
}
#link-lists h3 {
  border-top: 2px solid #000;
  height: 64px;
  width: 200px;
  padding: 0;
  margin: 0;
}
#link-lists ul { margin: 0 5px 0 5px; padding: 0; }
#link-lists h3 span { display: none; }
#link-lists h3.h-main-menu { background: transparent url('../images/MainMenu.jpg'); }
#link-lists h3.h-level2-menu { background: transparent url('../images/Links.jpg'); }

#link-lists li {
	list-style-type: none;
    display: block;
	border-bottom: 1px solid #c0c0c0;
}
#link-lists li a.normal {
  display: block;
  background: url(../images/SuziDark.gif) no-repeat 0px 50%;
  padding: 5px 0 5px 20px;
  margin: 0;
}
#link-lists li a.dimmed {
  display: block;
  padding: 5px 0 5px 20px;
  margin: 0;
	color: #D7D7D7;
}
#link-lists li a:hover.dimmed {
  display: block;
  padding: 5px 0 5px 20px;
  margin: 0;
	color: #000000;
	text-decoration: underline;
}


/* Menu styles.  These float up near the left hand edge of the display...
 */

#footer-links{ display:none}

#extra-1 {
display: none;
}

.normalText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0 0 10px 0;
}
.normalTextR {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0 0 10px 0;
}
.titleText {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 20px 0;
}
.eventTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
}
.eventTable {
	margin-bottom: 18px;
	border: thin solid #000000;
	width: 100%;
}
