@import url(http://www.fatbeehive.com/beekeeper2/reset.css);
@import url("type.css");
@import url("dl-form.css");


body {
	background: #141414 url(/images/page_bgd.gif) top left repeat-x;
	border-bottom: #282828 solid 27px;
}
#wrapper {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
}

/* @group header */

#header {
	background-color: #535353;
	clear: both;
	float: left;
	width: 866px;
	margin-bottom: 15px;
	position: relative;
}
#header #worldclock {
	float: left;
	background-color: #000;
	width: 295px;
	position: absolute;
	top: 15px;
	left: 235px;
	font-size: 1.2em;
	padding: 3px;
}

#header #logo {
	float: left;
	padding: 0;
	margin: 0;
}
#header #logo img {
	padding: 0;
	margin: 0;
}
#header #feedbacklink {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 1.2em;
}
#header #hublogo {
	position: absolute;
	top: 65px;
	right: 0px;
}
#header #loginrow {
	position: absolute;
	top: 70px;
	left: 235px;
}
#header #picksection {
	position: absolute;
	top: 67px;
	/*left: 465px;*/
	right: 60px;
}
#header #picksection select, #header #picksection input, #header #picksection label {
	float: left;
	margin-right: 5px;
}
#header #picksection label {
	padding-top: 3px;
}

/* @end */

/* @group logo row */

#featurerow {
	clear: both;
	float: left;
	width: 866px;
	margin-bottom: 15px;
}
#featurerow #slideshow {
	float: left;
}
#featurerow #slideshow img {
	border: 1px solid #7f7f7f;
}
#featurerow #messageboard {
	width: 330px;
	float: right;
}
#featurerow #messageboard .message {
	margin: 0 0 0 10px;
}
#featurerow #messageboard .message h3 {
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	background: transparent url(/images/orange_dot.gif) 0px 50% no-repeat;
}
#featurerow #messageboard .message p {
	padding: 0 0 0 25px;
	}
/* @end */

/* @group dash board */
#dashwrapper {
	background: transparent url(/images/dash_bgd.jpg) top left repeat-y;
	float: left;
	width: 866px;
	margin-bottom: 15px;
}
#dashrow {
	background: transparent url(/images/dash_top.jpg) top left no-repeat;
	float: left;
	width: 866px;
}
#dashinner {
	background: transparent url(/images/dash_bottom.jpg) bottom left no-repeat;
	float: left;
	width: 866px;
	padding-bottom: 25px;
}
#dashrow a {
	display: block;
	float: left;
	margin: 25px 25px 0 25px;
	width: 100px;
	padding-bottom:30px;
	}

#dashrow a.clear {
	clear: left;
}
a#forumbu {
	background: transparent url(/images/icons_forum.png) top left no-repeat;
}
a#docsbu {
	background: transparent url(/images/icons_docs.png) top left no-repeat;
	padding-top: 5px;
}
a#ideasbu {
	background: transparent url(/images/icons_ideas.png) top left no-repeat;
}
a#newsbu {
	background: transparent url(/images/icons_news.png) top left no-repeat;
	padding-top: 5px;
	width: 70px;
}

a#pagesbu {
	background: transparent url(/images/icons_generic.png) top left no-repeat;
	padding-top: 5px;
	/*width: 70px;*/
}

/* @end */

/* @group graph row */
#graphrow {
	float: left;
	width: 866px;
}
#graphrow #coffeegraph {
	float: left;
	width: 520px;
	background: #535353 url(/images/graph_bgd.gif) bottom left no-repeat;
}
#graphrow #targetgraph {
	float: right;
	width: 332px;
	background: #535353 url(/images/target_bgd.gif) bottom left no-repeat;
}
#graphrow #coffeegraph h2 {
	background: transparent url(/images/graph_top.jpg) top left no-repeat;
	margin: 0;
}
#graphrow #targetgraph h2 {
	background: transparent url(/images/target_top.jpg) top left no-repeat;
	margin: 0;
}
#graphrow #targetgraph img, #graphrow #coffeegraph img {
	margin: 15px;
}

/* @end */

/* @group left col */
#left_col {
	width: 266px;
	float: left;
}
/* @end */

/* @group main col */
#main_col {
	width: 571px;
	float: right;
	padding: 0;
	margin: 0;
	background: transparent url(/images/content_top.gif) top left no-repeat;
}
#content {
	background: #fff url(/images/content_bottom.gif) bottom left no-repeat;
	padding: 0 18px 18px 18px;
	margin: 18px 0 0 0;
}

/* @end */

/* @group sub nav */

ul#subnav {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#subnav li {
	padding: 0;
	margin: 3px 0 0 0;
	list-style: none;
}
ul#subnav li a {
	display: block;	
	padding: 23px 10px 21px 65px;
}
ul#subnav li#subhome a {
	background: transparent url(/images/sub_home.jpg) top left no-repeat;
}
ul#subnav li#subforum a {
	background: transparent url(/images/sub_forum.jpg) top left no-repeat;
}
ul#subnav li#subideas a {
	background: transparent url(/images/sub_ideas.jpg) top left no-repeat;
}
ul#subnav li#subdocs a {
	background: transparent url(/images/sub_docs.jpg) top left no-repeat;
}
ul#subnav li#subnews a {
	background: transparent url(/images/sub_radio.jpg) top left no-repeat;
}
ul#subnav li.subinfo a {
	background: transparent url(/images/sub_generic.jpg) top left no-repeat;
}
ul#subnav li#subhome a:hover, ul#subnav li#subhome a.on {
	background: transparent url(/images/sub_home_h.jpg) top left no-repeat;
}
ul#subnav li#subforum a:hover, ul#subnav li#subforum a.on {
	background: transparent url(/images/sub_forum_h.jpg) top left no-repeat;
}
ul#subnav li#subideas a:hover, ul#subnav li#subideas a.on {
	background: transparent url(/images/sub_ideas_h.jpg) top left no-repeat;
}
ul#subnav li#subdocs a:hover, ul#subnav li#subdocs a.on {
	background: transparent url(/images/sub_docs_h.jpg) top left no-repeat;
}
ul#subnav li#subnews a:hover, ul#subnav li#subnews a.on {
	background: transparent url(/images/sub_radio_h.jpg) top left no-repeat;
}
ul#subnav li.subinfo a:hover, ul#subnav li.subinfo a.on {
	background: transparent url(/images/sub_generic_h.jpg) top left no-repeat;
}

ul#subnav li.subinfo a.on_parent {
	background: transparent url(/images/sub_generic_o.jpg) top left no-repeat;
}
ul#subnav ul {
	background-color: #535353;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 0 0 15px 0;
	margin: 0 1px 0 1px;
}
ul#subnav li.subinfo ul a, ul#subnav li#subnews ul a, ul#subnav li#subdocs ul a, ul#subnav li#subideas ul a, ul#subnav li#subforum ul a, ul#subnav li#subhome ul a {
	background: transparent url(/images/white_dot.gif) 29px 14px no-repeat;
}
ul#subnav li ul li {	
	margin-top: 0;
}
ul#subnav li ul li a {	
	padding: 14px 15px 0px 55px;
}

ul#subnav ul ul {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
}
ul#subnav li.subinfo ul a:hover, ul#subnav li#subnews ul a:hover, ul#subnav li#subdocs ul a:hover, ul#subnav li#subideas ul a:hover, ul#subnav li#subforum ul a:hover, ul#subnav li#subhome ul a:hover, ul#subnav li.subinfo ul a.on {
color: #ed6801;
	background: transparent url(/images/orange_dot_sml.gif) 29px 14px no-repeat;}

/* @end */




#footer {
	clear: both;
}

.imageleft {
float: left;
margin: 0 10px 3px 0;
}

.imageright {
float: right;
margin: 0 0 3px 10px;
}

/* @group Proxy Form */

#proxyform th, #attend_questions th {
	text-align: right;
}

#proxyform #resolutions th {
	text-align: left;
}

#proxyform table {
	width: 100%;
}

#proxy_quote {
	font-style: italic;
	font-size: 1.33em;
	text-align: center;
}



/* @end */

#message_text {
	width: 300px;
}

#message_form label {
	display: none;
}

.message span.date {
	font-size: 0.83em;
	font-weight: normal;
	font-style: normal;
	color: #6b6b6b;
}

#message_form legend {
	color: #fff;
	font-size: 1.2em;
	display: none;
}

#message_form fieldset {
	border: 1px solid #3a3a3a;
	padding: 10px;
}

#message_form .submit {
	float: right;
	margin-top: 5px;
}

#message_form input {
	font-size: 1.2em;
}


