/***********************************************/
/* whc2col_leftNav.css                         */
/* Use with template template.html             */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	font-family: Verdana, sans-serif;
	background-image: url(./images/burnedlarge.gif);
	background-color: #EEDCB4;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

#innerwrapper
{
	background-image: url(./images/background4.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#outerwrapper
{
	background-image: url(./images/backgroundl4.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
}

a:link, a:visited, a:hover, a:focus
{
	color: #444210;
	text-decoration: underline;
}

table th.newitem, table th.newitem +td, table th.newitem + td + td
{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid;
}

/*****************Headings ***********************/
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #444210;
}

h1 { font-size: 170%; }
h2 { font-size: 145%; }

#pageName
{
	padding: 1em 0px 10px 10px;
	font-size: 200%;
}

h2.guests { margin-bottom: .5em; }
h3 { font-size: 125%; }

h4
{
	font-size: 110%;
	font-weight: normal;
}

h5 { font-size: 106%; }
ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: none; }
cite.title { font-weight: bold; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead
{
	margin: 0;
	padding: 0 0 0 0;
	background-color: transparent;
	border-bottom: 0px;
	width: 100%;
	min-width: 980px;
}

#content
{
	margin: 0;
	padding: 0 0 0 0;
}

#sidebar
{
	padding: 1em;
	width: 30%;
	float: right;
	background-color: #444210;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* Navigation *********************/
/************* Navigation bar *****************/
#toolbar
{
	height: 2.3em;
	margin: 0;
	padding: 0;
	background-color: #444210;
	font-size: 70%;
	font-weight: bold;
	min-width: 84em;
}

/************* General Menu Items ***********/
ul#globalNavBar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#globalNavBar a
{
	padding: 0.3em 0 0 0;
	margin: 0;
	display: block;
	text-align: center;
	height: 1.8em;
	width: 100%;
	text-decoration: none;
	color: White;
	background-image: url(./images/BloodBulletBr4.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
}

ul#globalNavBar a:hover
{
	color: #444210;
	background-image: url(./images/BloodBullet.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	text-decoration: underline;
}

/************* Top-level Menu Items ***********/
ul#globalNavBar li
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 13em;
	background-color: #444210;
	color: White;
	border-color: #777543 #222105 #222105 #777543;
	border-width: 1px;
	border-style: solid;
}

ul#globalNavBar li:hover, ul#globalNavBar li.sfhover
{
	background-color: #EEDCB4;
	color: #444210;
}

ul#globalNavBar a em
{
	text-decoration: underline;
	font-style: inherit;
	font-weight: inherit;
}

/*************** Special Nielsen Menu ***************/
ul#globalNavBar li.nielsen
{
	display: inline;
	margin-right: 16px;
	float: right;
	width: 14em;
	z-index: 20;
}

ul#globalNavBar li.nielsen li { width: 14em; }

/*************** Second-level Menu Items ************/
ul#globalNavBar li ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 2em;
	left: -999em;
}

ul#globalNavBar li ul li { float: none; }
ul#globalNavBar li:hover ul, ul#globalNavBar li:focus ul, ul#globalNavBar li.sfhover ul { left: auto; }

/*************** Third-level Menu Items *************/
ul#globalNavBar li:hover ul li ul, 
ul#globalNavBar li:focus ul li ul, 
ul#globalNavBar li.sfhover ul li ul
{
	position: absolute;
	left: -999em;
}

ul#globalNavBar li ul li ul { margin: -2em 0 0 12em; }

ul#globalNavBar li ul li:hover ul, 
ul#globalNavBar li ul li:focus ul, 
ul#globalNavBar li ul li.sfhover ul
{
	position: absolute;
	left: auto;
}

/*************** Fourth-level Menu Items ************/
ul#globalNavBar li:hover ul li ul li ul, 
ul#globalNavBar li:focus ul li ul li ul, 
ul#globalNavBar li.sfhover ul li ul li ul
{
	position: absolute;
	left: -999em;
}

ul#globalNavBar li ul li ul li:hover ul, 
ul#globalNavBar li ul li ul li:focus ul, 
ul#globalNavBar li ul li ul li.sfhover ul
{
	position: absolute;
	left: auto;
}

/************* #breadCrumb styles *************/
#breadCrumb
{
	display: inline;
	font-size: 80%;
	padding: 5px 0 0 0;
	margin: 0 0 0 1em;
	clear: left;
	float: left;
	text-align: left;
}

#breadCrumb a { color: #930; }

/************** #sidebar styles ***************/
#sidebar h2, #sidebar h3
{
	padding: 0 1em;
	color: #EEDCB4;
}

#sidebar dl { font-size: 85%; }

#sidebar dt, #sidebar dt a
{
	font-size: 110%;
	color: #EEDCB4;
	font-variant: small-caps;
	font-weight: bold;
}

#sidebar dd { color: #EEDCB4; }

#sidebar fieldset
{
	border: none;
	margin: 3px;
	padding: 0;
}

#sidebar label
{
	color: #EEDCB4;
	padding: 0.2em 1em 0 0;
	margin: 0;
	text-align: right;
	width: 9em;
	float: left;
	clear: left;
}

#sidebar select
{
	padding: 0;
	margin: 0;
}

#sidebar #searchfilter { font-size: 80%; }

/************** .feature styles ***************/
.feature
{
	padding: 0px 0px 10px 10px;
	margin: 0 5%;
	font-size: 80%;
	border-top: 2px solid #444210;
	border-bottom: 2px solid #444210;
}

.feature p.updated
{
	font-size: 80%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #930;
}

.feature h3
{
	padding: 30px 0px 5px 0px;
	/*	text-align: center;*/
	text-transform: capitalize;
}

.feature img
{
	clear: left;
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature table { margin-bottom: 1em; }
.feature table .costs { text-align: right; }
.feature table .descr { padding-left: 3em; }

/* adjust margins to change separation between the feature image and text flowing around it */
.feature dl.linklist dt
{
	font-size: 95%;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 0 0.2em 0;
}

.feature dl.linklist dd { padding: 0 0 0.5em 0; }
.feature form { border-bottom: 1px solid; }

/************** .story styles *****************/
.story
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p { padding: 0px 0px 10px 0px; }

/************* #siteInfo styles ***************/
#siteInfo
{
	clear: both;
	border-top: 2px none #444210;
	font-size: 75%;
	color: #444210;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img
{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #masthead styles ***********/
#masthead h1 { display: none; }
#masthead h1#site1
{
	position: absolute;
	left: 250px;
	top: 100px;
	width: 700px;
	height: 65px;
	display: block;
	text-align: center;
	font-family: "Bookman Old Style", serif;
	font-size: 56px;
	font-weight: normal;
	font-style: italic;
}

#masthead p#sitedate
{
	position: absolute;
	top: 175px;
	left: 0px;
	margin: 0 0 0 250px;
	padding: 0;
	width: 639px;
	display: block;
	text-align: center;
	font-style: italic;
	color: #444210;
	font-weight: bold;
	font-family: "Bookman Old Style", serif;
	font-size: 22px;
}

#masthead p
{
	position: absolute;
	top: 150px;
	left: 0px;
	margin: 0 0 0 250px;
	padding: 0;
	width: 639px;
	display: block;
	text-align: center;
	font-style: italic;
	color: #444210;
	font-weight: bold;
	font-family: serif;
	font-size: 140%;
}

#masthead img#bannerad
{
	height: 90px;
	width: 728px;
	position: absolute;
	top: 0em;
	left: 300px;
}

/*********** .rules styles ***********/
ol.rules, ol.rules li p.rule
{
	font-weight: bold;
	font-size: 95%;
}

ol.rules li p
{
	font-weight: normal;
}

ol.rules ol
{
	list-style-type: upper-latin;
	font-weight: normal;
}

/*********** .relatedLinks styles ***********/
.relatedLinks
{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3 { padding: 10px 0px 2px 0px; }

/************** #advert styles **************/
#advert
{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 0px;
}

#advert img { display: block; }

/************** #headlines styles **************/
#headlines
{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p { padding: 5px 0px 5px 0px; }

/************** .faq styles **************/
dl.faq { }

dl.faq dt
{
	font-weight: bold;
	font-size: 95%;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: underline;
	padding-bottom: 0.5em;
}

dl.faq dd
{
	line-height: 1.3em;
	padding: 0 0 1em 0;
}

/************** .highlight styles **************/
.highlight
{
	background-color: #FFC;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 1em;
}

/************** #toc styles **************/
ul#toc { padding-bottom: 2em; }

h3#tochead
{
	padding: 0 0 1em 0;
	text-align: left;
	margin: -1.2em 0 0 0;
}

/************** .guestgallery ************/
.guestgallery
{
	margin: 10px 0;
	clear: left;
	float: left;
	width: 65%;
}

/************** .holdopen ****************/
.holdopen { clear: both; }

p.holdopen
{
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
}

/************** .sidetable ****************/
table.sidetable { float: right; margin: 1em; }

table.sidetable caption
{
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

/************** AJAX-related *************/
/************** .roster ******************/
table.roster
{
	vertical-align: top;
	width: 35em;
	margin-left: 10%;
	border: none;
	border-collapse: collapse;
	border-top: hidden;
}

table.roster tr
{
	border-width: 1px 0 0 0;
	border-style: solid;
}

table.roster td
{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

table.roster th
{
	padding: 0.5em;
	text-align: right;
	vertical-align: top;
}

/*****************  #results *****************/
#results h3#memheader { text-align: center; }

/***************** #resultsHead **************/
table thead#resultsHead th
{
	padding: 0 20px;
	margin: 0 20px;
	color: #444210;
}

/***************** #resultsBody **************/
table tbody#resultsBody td
{
	padding: 0 20px;
	margin: 0 20px;
	color: #444210;
}

/****************** function menus ******************/
ul.functionmenu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 80%;
	height: 2em;
}

ul.functionmenu li
{
	float: left;
	width: auto;
	padding: 0.5em 1em 0 0;
}

ul.functionmenu li + li:before
{
	content: "|";
	padding: 0 1em 0 0;
}

/********************** forms ************************/
label
{
	font: bold 100% Arial,sans-serif;
	color: #444210;
}

#formtitle
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid;
	text-align: left;
}

.time { width: 5em; }
.title { width: 42em; }
.room { width: 8em; }
#PanelKeywords { width: 65em; }

#PanelDescription
{
	width: 65em;
	height: 7em;
}

/************* #searchy styles **************/
#searchy
{
	width: 220px;
	margin: 0 0 0 0;
	padding: 0.3em 20px;
	display: inline;
	position: relative;
	float: right;
	background-color: #444210;
	border-color: #777543 #444210 #444210 #777543;
	border-width: 1px;
	border-style: solid;
}

#searchBoxForm_undefined
{
	padding: 0;
	margin: 0;
}

#searchy #searchBoxForm_undefined div { padding: 0 10px 0 0; }

#searchTerm
{
	margin: 1px 0;
	width: 100%;
	border: 1px solid #7E9DB9;
	color: #666666;
	height: 18px;
	padding: 0px 3px;
	background: #fff url(./../us.i1.yimg.com/us.yimg.com/i/us/sch/gr/horiz_pwrlogo_red2.gif) 3px center no-repeat;
	position: relative;
}

#btn_undefined
{
	padding: 0;
	margin: 0;
	height: 2em;
	width: 55px;
	vertical-align: middle;
}

#searchy ul
{
	color: #666666;
	font: 11px/11px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#searchy li
{
	display: inline;
	padding-right: 10px;
}

#searchy li label
{
	display: inline;
	vertical-align: middle;
	padding-top: 2px;
	color: #EEDCB4;
}

#web_radio, #site_radio
{
	vertical-align: middle;
	margin-right: 5px;
}

/***************** #contactform  **************/
#contactform label
{
	width: 120px;
	float: left;
	font-weight: bold;
	color: #000;
	text-align: right;
	vertical-align: middle;
}

#contactform #formbuttons
{
	text-align: center;
	padding: 10px 0;
}

#contactform #formfields { clear: right; }

/***************** #memmaintenance ***********/
form#memmaintenance, form#panelform
{
	margin: 0;
	padding: 0;
}

form#memmaintenance fieldset, form#panelform fieldset
{
	display: inline;
	border: none;
	border-collapse: collapse;
	margin: 0.5em 0 0 0;
	padding: 0;
	clear: left;
	float: left;
	width: 99%;
}

form#memmaintenance fieldset input, form#panelform fieldset input
{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

form#memmaintenance fieldset label, form#panelform fieldset label
{
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	clear: left;
	float: left;
}

form#memmaintenance fieldset fieldset, form#panelform fieldset fieldset
{
	clear: none;
	margin: 0 1em 0 0;
	width: auto;
}

form#memmaintenance fieldset#actions, form#panelform fieldset#actions
{
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

form#memmaintenance fieldset#actions fieldset, form#panelform fieldset#actions fieldset
{
	margin: 0;
	padding: 0;
	clear: none;
	float: none;
}

form#memmaintenance fieldset#actions input, form#panelform fieldset#actions input
{
	margin: 0 1em 0 0;
	display: inline;
	clear: none;
	float: none;
}

form#memmaintenance fieldset#actions input#searchid, form#panelform fieldset#actions input#searchid { width: 6em; }
form#memmaintenance fieldset#actions input#locate, form#panelform fieldset#actions input#locate { margin: 0 0.2em 0 0; }
form#memmaintenance fieldset#actions input#prev, form#panelform fieldset#actions input#prev { float: left; }

form#memmaintenance fieldset#actions input#next, form#panelform fieldset#actions input#next
{
	display: inline;
	float: right;
}

form#memmaintenance #fieldsetID, form#panelform #formID
{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
}

form#memmaintenance #fieldsetID input, form#panelform #formID input
{
	display: inline;
	margin: 0 0 0 1em;
	border: none;
	background-color: transparent;
	color: #444210;
	text-align: left;
	font-weight: bold;
	clear: none;
	float: none;
}

form#memmaintenance #fieldsetID label, form#panelform #formID label
{
	display: inline;
	float: none;
}

form#memmaintenance #fieldsetName fieldset { width: auto; }
form#memmaintenance #fieldsetDate fieldset { width: auto; }

form#memmaintenance #fieldsetAddress fieldset
{
	width: 99%;
	clear: left;
	margin: 5px 1em 0 0;
}

form#memmaintenance #fieldsetComments textarea#Comments
{
	width: 60em;
	height: 6em;
	vertical-align: top;
	float: none;
}

form#memmaintenance #fieldsetComments label { float: left; }

form#memmaintenance #fieldsetSpecials label
{
	margin: 0.4em 0.5em 0 0.5em;
	float: left;
	clear: none;
}

form#memmaintenance #fieldsetSpecials input { margin: 0.2em 0 0 0; }

form#memmaintenance #fieldsetAddress fieldset fieldset
{
	width: auto;
	clear: none;
}

form#memmaintenance #fieldsetAddress fieldset fieldset.addressline { clear: left; }
form#memmaintenance #fieldsetEmail { clear: none; }

/********************** #panelistform ****************/
form#panelistform label
{
	display: block;
	width: 100%;
}

form#panelistform input { font-size: 100%; }

form#panelistform fieldset
{
	border: none;
	width: 30%;
	float: left;
}

form#panelistform fieldset select
{
	width: 95%;
	font-size: 100%;
	font-weight: bold;
}

form#panelistform fieldset#MemberList
{
	display: none;
	width: auto;
}

form#panelistform fieldset.panelistactions
{
	width: 99%;
	margin: 0 0 1.5em 0;
}

/********************** #buynow ****************/
form#buynow
{
	border: none;
}

/********************** #banquet ****************/
form#banquet
{
	float: left;
	border: none;
	color: #444210;
}

form#banquet fieldset
{
	width: 20em;
	margin: 2em;
}

form#banquet fieldset legend
{
	text-align: center;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}

form#banquet fieldset fieldset
{
	width: auto;
	border: none;
	text-align: right;
	margin: 0;
}

form#banquet fieldset input#submit
{
	text-align: center;
	margin: 0 auto;
}

/********************** #GMANomination ****************/
form#GMANomination
{
	clear: right;
	float: right;
	border: none;
	color: #444210;
	width: 32em;
	margin: 0 2em;
}

form#GMANomination fieldset
{
	width: 28em;
	margin: 0 2em;
}

form#GMANomination fieldset legend
{
	text-align: center;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
}

form#GMANomination fieldset fieldset
{
	width: auto;
	border: none;
	text-align: right;
	margin: 0;
}

form#GMANomination fieldset fieldset input, form#GMANomination fieldset fieldset textarea
{
	width: 18em;
}

form#GMANomination fieldset label
{
	margin: 0 1em 0 0;
}

form#GMANomination fieldset input#submit
{
	text-align: center;
	margin: 0 auto;
}

table.winners
{
	color: #444210;
	width: 30em;
	margin: 1em 2em;
	float: right;
	border: 1px solid #444210;
}

table.winners thead
{
	font-weight: bold;
	color: #EEDCB4;
	background-color: #444210;
}

table.winners caption
{
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 1em 0;
	text-align: left;
}
/************** .errRequired styles **************/
.errRequired
{
	background-color: #F99;
	font-weight: bold;
	padding: 3px 0;
}

p.warning
{
	font-size: 90%;
	font-style: italic;
	margin: 0;
	padding: 0;
}