/* layoutstyles.css */

#wrapper{
  width:960px;
/* Center the wrapper */
  margin: 0 auto;
}

body{
  background-image:url(/body/bg.jpg);
  background-repeat:repeat;
}

/* branding background */
#branding{
  display:block;
  position:absolute;
  background-image:url(/body/header.png);
  background-repeat: no-repeat;
  height:483px;
  width:960px;
  margin-bottom:-7px;
}

/* blog plate */
#branding1 img{ 
display:block;
position:absolute;
border-style: none; 
margin-top: 0px; 
margin-left:659px;
}

/* contact plate */
#branding2 img{ 
display:block;
position:absolute;
border-style: none; 
margin-top: 0px; 
margin-left:820px;
}

/* Navbar division */
#navbar{
  display:block;
  position:absolute;
  height:261px;
  padding-left:413px;
  margin-top:120px; 
}

#navbar li li{
float:none;
}

/*removes border on linked images*/
#navbar img{
 border-style: none; 
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
/* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
  #navbar a,
  #navbar a:link,
  #navbar a:visited{
  text-decoration:none;
  color:#FFE4A8;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  color:#E7F318;
}


/* Drop-down menu styles */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
}


/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:52px;
  left:15px;
}

/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#000; /* Removes bg image */
  text-align:left;
  font-size:12pt; 
  display:block;
  width:150px;
  padding:0 0 0 5px;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #9a9293; 
  color:#fff;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute;
  top:2px;
  left:0;
  z-index:100;
}

span.lbl {
float: left;
display: block;
width: 8em;
}

#leftcolumn{
/* Remember, content left margin must match this width */
 display:block;
 position: absolute;
 width:500px;
 height:547px;
 float:left;
 margin-top:470px;
}

/*articles pages link list*/
#articlelist { 
  display:block;
  position:absolute;
  height:164px;
  width:440px;
  margin-top: 10px; 
  margin-left:2px;
  list-style-type: none;
 }

/*articles pages link list*/
#articlelist img{ 
  border-style: none;
  list-style-type: none;
 }


#submenu{
  display:block;
  position:absolute;
  border-style: none;
  height:120px;
  margin-top:955px;
  padding-left:5px;
}

#submenu img{
 display:block;
 display:inline;
 border-style: none; 
}

/* Applies to content division */
/* Left margin must match leftcolumn width */
#content{
  display:block;
  position:absolute; 
  height:413px;
  width:440px;
  margin-top:470px;
  margin-left:510px;
  padding-left:10px;
}
 
#content a:link { 
  color : #7873fe; 
} 
#content a:visited { 
  color : #7873fe; 
} 
#content a:hover { 
  color : #e7f318; 
} 

/* copyright */
#footer{
  display:block;
  position:absolute;
  height:120px;
  width:960px;
  margin-top:1085px;
}

#footer p{
  display:block;
  width:470px;
  position:absolute;
  margin-left:230px;
  margin-top:-75px;
  font-weight:bold;
  font-size:10pt;
  text-align: center;
  line-height:15px;
}

