/* layoutstyles.css */

/* Universal style rule */
*{
  margin: 0;
  padding: 0;
}

body {
  background-image:url(http://www.bsaenterprises.com/images/bkgrnd-blk6.png);
  background-repeat:repeat-x;
  background-color: rgb(238, 238, 238);
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
  width: 800px;
  /* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  margin: 0px auto;
}

/********** Major layout divisions **********/
#branding{
	/* For absolutely-positioned hyperlinks */
  position:relative;
	/* background-color: #3333cc; */
  background-image:url(/images/bkgrnd-blk6.png);
	background-repeat:repeat-x;
	height: 220px;
}

/** branding division hyperlinks **/
#branding a{
  /* Postions are set in tags in layout.htm */
  position:absolute;
  text-decoration:none;
  color:#000;
  font-size:0.8em;
}

#branding a:link, #branding a:visited{
  color:#000;
}

#branding a:hover{
  color:#0f0;
}
#branding a:active{
  color:#1bb498;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}

#bordercontainer {
	  border:thin #666 solid;
}

#leftcolumn{
  /* Remember, content and navbar left margin must match this width */
  width:12em;
  float:left;
/*  margin-top: 50px; */
/*  background-color: #999; */
}

/**************************** Navbar division (For vertical navbar) */ 

/* Navbar division (for vertical navbar only) */
#navbar{
 width:80%;
 /* Center horizontally */
 margin:1em auto;
 text-align:center;
 border:solid 1px #333;
}

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

/* List items in the navbar */
#navbar li{
 background:#aaa url(/images/mouse1.png) repeat-x ;
 /* For flyout menus */
 position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:90%;
  color:#FFF;
  background:#aaa url(/images/mouse1.png) repeat-x ;
  font-weight:bold;
  display:block;
  height:2.0em;
  width:auto;
  border-right: solid 1px #ddd;
  line-height:2.0em;
  border-bottom:#ddd thin solid;
  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{
  background:#ddd url(/images/mouse2.png) repeat-x ;	
/*  background:#ddd ; */
  color:#000;
  font-weight:bold;
  border-bottom:#ddd thin solid;
}


/****************************************************** Flyout menu styles */ 
/* Applies to flyout menus in navbar */
#navbar li ul{
 position:absolute;
 top:0;
 left:99%;
 z-index:105;
 visibility:hidden;
}

/* Make flyout menu visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
 visibility:visible;
}



/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:10em;
  padding:0 0 0 1em;
  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: #aaa;
  color:#000;
}

/* IE6 hack applies to table flyout menus */
#navbar table {
 margin:-1px;
 border-collapse:collapse;
 position:absolute;
 top:0em;
 left:99%;
 z-index:105;
}

#content{
/* Left margin must match leftcolumn width */
  margin-left:12em;
/*  margin-top: 60px; */
  background-color:#fff;
  color:#000;
  padding:10px 20px;
}

/* Applies to paragraphs in the content division */
#content p{
  line-height:1.5em;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Verdana, Geneva, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}

#footer{
  /* To be determined */
  margin: 0pt; 
  padding: 0pt; 
  font-size: 11px; 
  font-weight: normal; 
  font-family: Arial; 
  line-height: 16px; 
  color: rgb(255, 255, 255);
  background-color: #408080;
/*  background:#aaa url(/images/mouse1.png); */
/*  background-color: #039; */
}

.white {
	color:#FFF;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

/* Form Elements */
/* Form Elements */

input {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: normal;
}

select {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.smallsubmit {
	background-color: #6D9DA7;
	border: 1px solid #4F7982;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

.submit {
	background-color: #6D9DA7;
	border: 1px #4F7982 solid;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}


/* End Form Elements */

.leftcolumn {
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
	}
	
.rightcolumn {
	padding-left: 5px;
	background-color: #F8F8F8;
	line-height: 22px;
	}
