/* Lucky Bawdo */
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background: #9a9a9a url(http://www.bawdo.com/images/background3.gif) repeat-x left top fixed;
font-size: 12px;
}

#page-container {
margin: 0 auto;
width: 900px;
background: #FFFFFF;
margin-top: 15px;
}

#header-container {
position: relative;
z-index: 100;
}

#main-title {
position: relative;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 25px;
padding-right: 0;
background-color: #0066CC;
border-top: 1px black solid;
border-bottom: 1px black solid;
color: #F8F8F8;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.clear { clear: both; }

div#container {
	border: 2px dashed #333;
	background-color: #ffe;
}

div#float {
	float: left;
	padding: 3px;
	border: 1px dashed #333;
	background-color: #ffe;
	width: 204px;
	margin: 3px 3px 0px 0px;
}
  
div#float p {
	text-align: center;
}

div#main-logo {
position: absolute;
top: 25px;
right: 11px;
margin: 0px auto 6px auto;
background: url("http://www.bawdo.com/images/bawdologol.png") no-repeat center top;
z-index: 101;
height: 108px;
width: 110px;
}

/* Thanks Twig */
* html div#main-logo {
background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='http://www.bawdo.com/images/bawdologol.png');
}

div#main-container {
}

/* Styles for the left panel text on the page. */
div#left-text {
float: left;
width: 740px;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

/* Styles for the main text on the page. */
div#right-text {
/* position: absolute; */
float: right;
padding: 0 0 0 0;
margin-top: 75px;
margin-right: 5px;
}

/* General tags */
/* Heading level 1 should not be used in main-text div. */
h1 {
margin-top: 0;
margin-bottom: 8px;
margin-left: 0px;
margin-right: 0px;
font-size: 18px;
color: #ff6600;
border-bottom: 1px #999 dashed;
padding-bottom: 5px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 
{
margin-top: 0;
margin-bottom: 3px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 18px;
color: #ff6633;
font-weight: bold;
}

h3 
{
margin-top: 5px;
margin-bottom: 3px;
margin-left: 5px;
margin-right: 0px;
padding: 0px;
font-size: 15px;
color: #CC0000;
font-weight: bold;
}
p, ul, ol {
font-size: .95em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #1363b3;
text-decoration: none;
font-weight: normal;
}

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

#top-menu {
position: absolute;
top: 5px;
left: 25px;
text-align: left;
}

a {
	color: #3366CC;
	text-decoration: none;
}

#footer-container {
position: relative;
padding-top: 0px;
background-color: #0066CC;
height: 27px;
clear:both;
}

#navcontainer
{
position: relative;
width: 100%;
background-color: #0066FF;
height: 27px;
}

#navcontainer ul { padding: 0; 
}

#navcontainer ul li { display: inline; }
#navcontainer ul
{
margin: 0;
padding: 0 0 0 5%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
background-color: #0066FF;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #94B473;
}

#left
{
border-left: 1px solid #94B473;
}

#navcontainer ul li a:hover
{
background-color: #33CCFF;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active, #navlist li a.test
{
color: #FFFFFF;
text-decoration: none;
background: #CC3333;
text-align: left;
text-transform: uppercase;
}

div#copy {
position: relative;
	margin-top: 10px;
	font-size: 10px;
text-align: center;
color: #99B1E5;
}

div#copy-logo {
position: relative;
margin: 3px auto 6px auto;
background: url("http://www.bawdo.com/images/bawdologoCopy.png") no-repeat center top;
z-index: 101;
height: 44px;
width: 45px;
}

/* Thanks Twig */
* html div#copy-logo {
background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='http://www.bawdo.com/images/bawdologoCopy.png');
}

div.content {
  position: relative;
  padding: 4px 4px 0 6px;
  border: 1px dashed #333;
  background-color: #ffe;
  margin: 12px 0px 0px 0px;
}

div.contentdts {
  position: relative;
  padding: 0 4px 0 0;
  border: 1px dashed #333;
  background-color: #F0FFFF;
  margin: -1px 0px 0px 0px;
  color: #CCCC99;
  text-align: right;
  font-size: 12px;
}

div#map {
float: left;
border: 1px solid #333;
width: 455px;
height: 400px;
}
