@charset "utf-8";
/* CSS Document */

#custom-doc { width:76.77em;*width:74.92em; width:998px; margin:auto; text-align:left; }

html {
	background:#000000;
}

body {
	text-align:left;
/*	margin:0 auto; */
	padding:0;
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	color: #666666;
    background:#000000;
} 

a {
	color: #333333; 
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	color: #333333; 
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}

.welcome {
	background:#FFF;
	padding:10px;
}
.yui-g {
	background:#FFF;
	margin:10px 0 10px 0;
	padding:10px;
}

.yui-u {
	background:#FFF;
}

/* Top menu */
#menu {
    float:left;
    height:25px;
    width:100%;
/*    position: relative; */
    bottom:0px;
    left:0px;
    top:80px;
	background:#000;
}
#menu_inner {
    text-align:left;
    padding:0;
    height:25px;
    margin:0 0 0 0px;
}
#menu a:active { outline: none; }
#menu a:focus { -moz-outline-style: none; }
#menu a {
	float:left;
	margin:0 0px 0 0px;
	padding:0 0px 0 7px;
	text-decoration:none;
	font-weight: bold;
	font-size: 0.9em;
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left top;
}
#menu a span {
	float:left;
	display:block;
	padding:2px 13px 0px 6px;
	height:23px;
	margin:0 0 0 0;
	color:#cccccc; 
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right top;
}
#menu_inner a span { cursor: pointer; }
#menu a.disabled span { color:#cccccc; }
#menu a.disabled { color:#cccccc; }
#menu a.disabled:hover { color:#cccccc; }
#menu a.disabled:hover span { color:#cccccc; }

#menu a:hover span {
	color:white;
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right -32px;
	padding:3px 13px 0px 6px;
	height:22px;
}
#menu a:hover {
	color:white;
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left -32px;
}
#menu a.selected {
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left -32px;
}
#menu a.selected span {
	background:transparent url(http://bubbakegtailgate.com/blog/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right -32px;
	color:white;
}
/* iframe to display survey */
#theframe {
	width:100%;
	height:400px;
	overflow:hidden;
	margin:auto;
}
#theframe iframe {
	width:100%;
	height:700px;
	margin-top:-260px; 
	border:0 solid;
}

.team  {
	padding:2px 0 2px 5px;
	font-size:100%;
	border-top:#CCC dotted thin;
}
.team img {
	margin-right:5px;
}

#ft {
	font-size:60%;
	text-align:center;
}
#ft a {
	color:#666666;
}
#ft a:hover {
	color:#CCCCCC;
}
