/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	margin: 0;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-image: url(images/back.gif);
	background-position: top;
	background-color: #FFFFFF;
}
#wrapper {
	width: 922px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #000000;
	background-color: #B5BCCF;
}
#faux {
 background: url(faux-1-3-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 922px;
	height: 180px;
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;
	background-position: right;
	background-color: #B5BCCF;
	background-repeat: no-repeat;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px;
	width: 922px;
	background-color: #B5BCCF;
	background-image: url(images/nav.JPG);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 500px;
	float: left;
	background-color: #B5BCCF;
	text-align: center;
	vertical-align: middle;
}
#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 460px;
	display: inline;
	position: relative;
	background-color: #FFFFFF;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px;
	width: 300px;
	float: right;
	background-color: #B5BCCF;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	width: 922px;
	clear: both;
	color: #333;
	background-image: url(images/footerlong.JPG);
	vertical-align: bottom;
	background-position: bottom;
	margin: 0px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
main-copy {
	background-color: #5C6489;
	width: 922px;
	height: 50px;
}

.clear { clear: both; background: none; }

#menu2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  display:table-cell;
  }
#menu2 li {
  float:left;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 16px;
  font:bold;
  color:#000000; 
  background:#B5BCCF; 
  text-decoration:none;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  background:#D6D6D6;
  }
.container1 {
	display:inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}


.container {width:195px; background:#5570C9  url(hide_seek.jpg); margin:50px auto; padding:10px; border:1px solid #000;}
.menu {font-family: arial, sans-serif; width:131px; height:217px; position:relative; margin:0; font-size:11px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:120px; height:30px; border:1px solid #5a3; border-width:1px 1px 0 0; background:transparent  url(../../opacity/opaque.png); line-height:29px; font-size:11px; padding-left:10px;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:131px; width:565px; background:transparent;}
.menu ul li:hover ul li {float:left;}
.menu ul li:hover ul li a {display:block; background:transparent  url(../../opacity/opaque.png); color:#000; width:130px; float:left;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}

