html,body 
{ 
	height: 100%; 
	background-color: #669ACC;
} 

* {
	margin: 0;
	padding: 0;
}

.alt
{
	text-indent: -999px;
}

a
{
	color: #fff;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, tahoma;
	font-size: x-small;
}

#pageOuter {
	margin-left: auto;
	margin-right: auto;
}

#pageInner
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	width: 950px;
}

/* Xmas 2006 */
/*
#pageInner
{
    padding-bottom: 55px;
	background-image: url(/res/img/pageImages/Snow-Bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
*/

#topSection 
{
	margin-left: auto;
	margin-right: auto;
}

#topSection #leftBanner
{
	height: 100px;
	width: 220px;
	float: left;
}

#topSection #leftBanner img
{
	height: 88px;
	width: 212px;
	border: 1px solid #4D7398;
	margin-top: 5px;
	margin-left: 3px;
}

#topSection #header
{
	margin: 0;
	padding: 0;		
	height: 110px;
	padding-left: 2px;
	padding-right: 2px;		
	width: 500px;
	float: left;
	padding-bottom: 5px;
}

#topSection h1
{
	margin: 0;
	padding: 0;
	width: 500px;
	height: 84px;
	text-align: center;		
}

#topSection ul
{
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 428px;
	height: 25px;
	padding-left: 5px;
}

#topSection ul li
{
	float: left;
	display: block;
	height: 20px;
	width: 100px;
	border: 1px solid #fff;
	margin-right: 5px;
	padding-top: 4px;
	background-color: #37536F;
	color: #ffffff;
}

#topSection ul li.lastItem
{
	margin-right: 0;
	float: left;
	display: block;
	height: 20px;
	width: 100px;
	padding-top: 3px;	
}

#topSection ul li a
{
	display: block;
	height: 20px;
	width: 100px;
	color: #fff;
}	

#topSection #rightBanner
{
	height: 100px;
	width: 220px;
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}

#topSection #rightBanner img
{
	height: 88px;
	width: 212px;
	border: 1px solid #4D7398;
}

#primaryNavigation
{
	clear: both;
	height: 23px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #4D7398;
	border-bottom: 1px solid #669ACC;
}

#primaryNavigation dl
{
	text-align: center;
	height: 23px;
	padding-top: 3px;
}

#primaryNavigation dl dd
{
	display: inline;
	padding-left: 7px;
	padding-right: 5px;	
	border-right: 1px solid white;	
}

#primaryNavigation dl dd.lastNode
{
	border-right: 0;
}		

#primaryNavigation dl dd a
{
}

#primaryNavigation dl dd a.activeLink
{
	color: #F5E933;
}
	
#secondaryNavigation 
{
	height: 23px;
	border-bottom: 1px solid white;
	background-color: #37536F;
	padding-top: 4px;
}

#secondaryNavigation dl
{
	text-align: center;
		
}

#secondaryNavigation dl dd
{
	display: inline;
	padding-left: 7px;
	padding-right: 5px;
	border-right: 1px solid white;
}

#secondaryNavigation dl dd.loginMessage
{
	color: Red;
	border: 0;
}

#secondaryNavigation dl dd.lastNode
{
	border-right: 0;
}	

#secondaryNavigation dl dd a
{
}

#secondaryNavigation dl dd a.activeLink
{
	color: #F5E933;
}

#content
{
	min-height: 400px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;	
	background-color: #4C739A;
	color: White;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#content h1
{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

#content p
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

#content ul
{
	margin-bottom: 10px;
	list-style: round;
}

#content ol
{
	margin-bottom: 10px;
}

#content ul li
{
	font-size: 1.2em;
	margin-left: 17px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#content ol li
{
	font-size: 1.2em;
	margin-left: 10px;
	padding-left: 10px;
}	
	
#content img
{
	border: 1px solid white;
}

#footerBit
{

	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 5px;
}

#footerBit p
{
	float: right;
}
#footerBit #RSSLink
{
    float: left;
}

#honeysPreview 
{
	margin-top: 10px;
	min-height: 220px;
}

#honeysPreview dl
{
}

#honeysPreview dl dd
{
	margin-top: 3px;
	border-bottom: 1px solid white;
	height: 205px;
	width: 400px;
	float: left;
}

#honeysPreview dl dd img
{
	float: left;
	height: 200px;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#honeysPreview .summaryInfo
{
	height: 200px;

}

#honeysPreview .summaryInfo p
{
	font-size: 1.2em;
	padding-bottom: 5px;
}

#honeysPreview .summaryInfo p strong
{
	padding-right: 10px;
}

#homePageImageBox 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	width: 780px;
}

#homePageImageBox #topRow
{
	width: 780px;
}

#homePageImageBox #topRow #topLeft
{
	float: left;
	width: 21px;
	height: 22px;
	background-image: url(/res/img/homePageImages/BoxSlice_TL.jpg);
	background-repeat: no-repeat;
}

#homePageImageBox #topRow #topBar
{
	float: left;
	background-image: url(/res/img/homePageImages/BoxSlice_T.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 727px;
}

#homePageImageBox #topRow #topRight
{
	float: left;
	width: 23px;
	height: 22px;
	background-image: url(/res/img/homePageImages/BoxSlice_TR.jpg);
	background-repeat: no-repeat;	
}

#homePageImageBox #middleRow
{
	width: 780px;
	height: 343px;
}

#homePageImageBox #middleRow #middleLeft
{
	float: left;
	height: 343px;
	width: 21px;
	background-image: url(/res/img/homePageImages/BoxSlice_L.jpg);
	background-repeat: repeat-y;
}

#homePageImageBox #middleRow #middleBar
{
	float: left;
	height: 343px;
	width: 727px;
}

#homePageImageBox #middleRow #middleRight
{
	float: left;
	width: 23px;
	height: 343px;
	background-image: url(/res/img/homePageImages/BoxSlice_R.jpg);
	background-repeat: repeat-y;	
}

#homePageImageBox #bottomRow
{
	width: 780px;
	height: 25px;
}

#homePageImageBox #bottomRow #bottomLeft
{
	float: left;
	width: 21px;
	height: 25px;
	background-image: url(/res/img/homePageImages/BoxSlice_BL.jpg);
	background-repeat: no-repeat;
}

#homePageImageBox #bottomRow #bottomBar
{
	float: left;
	background-image: url(/res/img/homePageImages/BoxSlice_B.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 727px;
}

#homePageImageBox #bottomRow #bottomRight
{
	float: left;
	width: 23px;
	height: 25px;
	background-image: url(/res/img/homePageImages/BoxSlice_BR.jpg);
	background-repeat: no-repeat;	
}

#homePageImageBox img
{
	border: 0;
	margin: 0;
	padding: 0;		
}

#textAHoney 
{
}

#textAHoney dl
{
}

#textAHoney dl dd
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	height: 102px;
	width: 400px;
	float: left;
}

#textAHoney  dl dd img
{
	float: left;
	margin-right: 5px;
}

#textAHoney dl dd .summeryInfo 
{
}

#textAHoney dl dd .summeryInfo p
{
}

#honeysGallery
{
	margin-top: 10px;
	min-height: 220px;
	overflow:visible;
	float: left;
}

#honeysGallery dl
{
	clear: left;
}

#honeysGallery dl dd
{
	margin-top: 3px;
	height: 205px;
	width: 200px;
	float: left;
	margin-right: 20px;
	padding: 20px;
	border: 1px solid white;
	margin-bottom: 10px;
}

#honeysGallery dl dd img
{
	height: 200px;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#honeysGallery .summaryInfo
{
	text-align: center;
}

#honeysGallery .summaryInfo a
{
	text-decoration: underline;
}

#honeysGallery #nextPreviousBack
{
	clear: right;
}

#honeysGallery #nextPreviousBack ul
{
	margin: 0;
	padding: 0;
}

#honeysGallery #nextPreviousBack ul li
{
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid white;
	text-align: center;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#honeysGallery #nextPreviousBack ul li a
{
	display: block;
	width: 150px;
}

#honeysGallery #nextPreviousBack ul li.unclickable
{
	cursor: default;
	color: #669ACC;
}

#honeysGallery #nextPreviousBackFooter
{
	clear: left;
}

#honeysGallery #nextPreviousBackFooter ul
{
	margin: 0;
	padding: 0;
}

#honeysGallery #nextPreviousBackFooter ul li
{
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid white;
	text-align: center;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#honeysGallery #nextPreviousBackFooter ul li a
{
	display: block;
	width: 150px;
}

#honeysGallery #nextPreviousBackFooter ul li.unclickable
{
	cursor: default;
	color: #669ACC;
}

#honeysGallery #mainImage
{
}

#honeysGallery #mainImage img
{
	border: 1px solid black;
}

#honeysGallery #honeysName
{
}

#honeysGallery #honeysName h4
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.25em;
}

#honeysGallery #questionsAndAnswers
{
	clear: left;
}

#honeysGallery #questionsAndAnswers table
{
	width: 380px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid white;
}

#honeysGallery #questionsAndAnswers table th
{
	text-align: left;
	font-size: 1.15em;
	background-color: #37536F;
}

#honeysGallery #questionsAndAnswers table td
{
}

#honeysGallery #questionsAndAnswers table td strong
{
}

#standardDataForm 
{
}

#standardDataForm h2
{
	font-size: 1.25em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#standardDataForm h2 a
{
	text-decoration: underline;
}

#standardDataForm h3
{
	font-size: 1em;
	font-weight: normal;
}

#standardDataForm img
{
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
}

#standardDataForm form 
{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
  padding-top: 10px;
}

#standardDataForm form fieldset 
{
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-bottom: 10px;
}

#standardDataForm form fieldset legend 
{
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#standardDataForm form label 
{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#standardDataForm form fieldset label:first-letter 
{ /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#standardDataForm form input, #standardDataForm form textarea, #standardDataForm form password, #standardDataForm form select
{
	font-family: verdana, Arial, tahoma;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#standardDataForm form input#reset 
{
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#standardDataForm textarea 
{ 
	overflow: auto; 
}

#standardDataForm form small 
{
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#standardDataForm form .required
{
	font-weight:bold;
} /* uses class instead of div, more efficient */

#standardDataForm form br 
{
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

a.paymentLink
{
	font-size: 1.2em;
	font-weight: bold;
	color: Red;
}

 #associatePasswordP
 {
    padding-top: 10px;
    font-size: 1.1em;
    font-weight: bold;
 }
 
 #associatePasswordA
 {
    color: Red;
 }
 
 #passwordAssociateMessage
 {
    color: Red;
 }
 
.home #contentText h2
{
	color: Yellow;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 5px;
}

.home #contentText h2 a
{
	color: Yellow;
	font-size: 1em;
}

#honeyBuzz
{
	display: none;
}