* {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1em;
}
html, body {
	font: 12pt Georgia, Times New Roman, Times, serif;
    height:100%;
} 
body {
	background: #f0f0f0;
}
#wrapper{
    width: 850px;
	margin-left:auto;
	margin-right:auto;
	background: #FFF;
	margin-bottom:-50px;
	min-height:100%
}

.errbox {
	background-color: #fee;
	border: 2px solid #ab3329;
	padding: 10px;
}

#header{
	position:absolute;
/*	background: #007396 url(http://dotomator.s3.amazonaws.com/gears.gif) left bottom no-repeat; */
	background: #007396 url(/img/gears.gif) left bottom no-repeat;
	top:0;
	left:0;
	width:100%;
	height: 100px;
	overflow:hidden;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	background-color: #007396;
	text-align:center;
	position:relative;
}

#navfooter {
	background: #73d1df url(/img/shade.gif) left top repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 50px;
}

#leftfoot {
    float: left;
    text-align: left;
    font-size: 10pt;
    margin: 10px;
    color: #007396;
}

#rightfoot {
    margin: 10px;
    float:right;
    font-size: 10pt;
    color: #007396;
}

#rightfoot a {
	text-decoration: none;
	color: #fff;
}

#rightfoot a:hover {
	color: #053c74;
}

#clearheader{ height: 100px; }/*needed to make room for header*/

#clearfooter{ clear:both; height:50px; }/*needed to make room for footer*/

#content {
/*	width:100%; */
/*	float:left; */
/*	position:relative; */
/*	margin:0 -1px; moz fix*/
    margin: 20px;
}

#content #intro {
    font-size: 14px;
}

#logo {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
	color: #fff;
	font-size: 36pt;
	font-weight: bold;
}

#logo a {
    text-decoration: none;
    color: #fff;
}

#navhdr {
	background: #73d1df url(/img/shade.gif) left top repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 90px;
	margin-top: 20px;
}

#navad {
	background: url(img/pngshade.png) left top repeat-y;
	font: 10pt Arial, Helvetica, sans-serif;
    float: right;
    height: 60px;
    font-size: small;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 250px;
}

#butnbox {
	margin-top: 10px;
    margin-bottom: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
	white-space: nowrap;
    position: absolute;
    bottom: 0;
}

#butnbox a {
	background: #9cdede;
	text-decoration: none;
	color: #243d4f;
/*	bottom: 0;
	position: relative; */
	padding: 3px 6px;
	border: 1px solid #61afbb;
	border-bottom-width: 0;
	margin-right: 8px;
	margin-bottom: 0px;
}

#butnbox a:hover {
	border: 1px solid #fff;
	background: #d3f1f4;
}

.pulldown {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 4px;
    padding-bottom: 0px;
}

.availHeader {
	background-color: #2da82e;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

.oopsHeader {
	background-color: #fc0;
	color: #6b2100;
	font-weight: bold;
	padding: 5px;
}

.takenHeader {
	color: #fff;
	font-weight: bold;
	background-color: #848484;
	padding: 5px;
}