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

* {
            margin: 0;
            padding: 0;
        }
        
.trigger {
    position: absolute;
        }

.popup  {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}

 /* The Master Bubble, Twitter Feeds and BR's */
/* Master bubzels*/
.popup  {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	background-image: url(../images/twit_bubble.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 598px;
	width: 336px;
	margin-left: 400px;
	overflow: visible;
	background-color: transparent;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
        }


.popup a {
	color: #CCFF66;
	font-size: 9px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
}
.popup a:link {
	padding-top: 0px;
	text-align: left;
	display: block;
}
.popup a:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 10px;
	font-style: italic;
}
.popup p {
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-top: 6px;
	padding-left: 70px;
	margin-top: -20px;
}
.popup h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -5000px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/recent_tweet_h2.png);
	background-repeat: no-repeat;
	background-position: 68px 28px;
	height: 53px;
	width: 240px;
	margin: 0px;
	padding-left: 40px;
}
.popup h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.popup h4 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.popup h5 {
	font-size: 10px;
	font-style: italic;
	margin-top: 16px;
}
.popup h5 a {
	margin: 0px;
	padding: 0px;
}
/* UL for the Twitter feed changes*/
#twitter_update_list      {
	padding-top: 2px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#twitter_update_list li {
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*wittle birdy at bottom*/
.birdy {
	margin-top: -50px;
	position: absolute;
}

.birdy a {
	background-image: url(../images/recenttweets.png);
	height: 52px;
	width: 60px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-left: 11px;
	position: absolute;
	margin-top: 0px;
}
.birdy_widgetpop {
	margin-top: -100px;
	position: absolute;
	margin-left: -40px;
}
.birdy_widgetpop a {
	background-image: url(../images/recenttweets.png);
	height: 52px;
	width: 60px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-left: 11px;
	position: absolute;
	margin-top: 0px;
}
.spittypict {
	background-attachment: scroll;
	background-image: url(../images/spitty_bub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 471px;
	width: 246px;
	z-index: -5;
	float: right;
	margin-top: 26px;
	margin-left: 0px;
	margin-right: 45px;
	border: 2px solid #FF0000;
}
.baltespict {
	background-attachment: scroll;
	background-image: url(../images/baltes_bub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
	width: 247px;
	z-index: -5;
	float: right;
	margin-top: 26px;
	margin-left: 0px;
	margin-right: 47px;
}
.aohpict {
	background-attachment: scroll;
	background-image: url(../images/aoh_bub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
	width: 247px;
	z-index: -5;
	float: right;
	margin-top: 26px;
	margin-left: 0px;
	margin-right: 47px;
}
.thompsonpict {
	background-attachment: scroll;
	background-image: url(../images/thompson_bub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 471px;
	width: 246px;
	z-index: -5;
	float: right;
	margin-top: 26px;
	margin-left: 0px;
	margin-right: 47px;
}
.popup_multi {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}
.popup_multi {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	background-image: url(../images/member_bubble.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 598px;
	width: 336px;
	margin-left: 400px;
	overflow: visible;
	background-color: transparent;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
}
.popup_multi ul {
	border: thin dotted #CC6699;
	width: 210px;
	margin-left: 60px;
	margin-top: 18px;
}
.popup_multi ul  li {
	color: #B9992D;
}
.popup_multi a {
	color: #FF0000;
	font-size: 9px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
}
.popup_multi a:link {
	padding-top: 0px;
	text-align: left;
	display: block;
}
.popup_multi a:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #FF0000;
	font-size: 10px;
	font-style: italic;
}
.popup_multi p {
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-top: 6px;
	padding-left: 70px;
	margin-top: -20px;
}
.popup_multi h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -5000px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/recent_tweet_h2.png);
	background-repeat: no-repeat;
	background-position: 68px 28px;
	height: 53px;
	width: 240px;
	margin: 0px;
	padding-left: 40px;
}
.popup_multi h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #D20000;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
}
.popup_multi h4 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.popup_multi h5 {
	font-size: 10px;
	font-style: italic;
	margin-top: 16px;
}
.popup_multi h5 a {
	margin: 0px;
	padding: 0px;
}
.logo {
	margin-top: 0px;
	position: absolute;
}
.logo a {
	background-image: url(../images/recenttweets.png);
	height: 52px;
	width: 60px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-left: 11px;
	position: absolute;
	margin-top: -20px;
}
.popup_multi_blog {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}
.popup_multi_blog {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	background-image: url(../images/twit_bubble.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 598px;
	width: 336px;
	margin-left: 400px;
	overflow: visible;
	background-color: transparent;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
}
.popup_multi_blog ul {
	width: 210px;
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.popup_multi_blog ul li {
	color: #FFFFFF;
}
.popup_multi_blog ul li a {
	font-size: 12px;
	color: #CCFF66;
	text-decoration: none;
}
.popup_multi_blog a {
	color: #CA0000;
	font-size: 12px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
	font-weight: 500;
}
.popup_multi_blog a:link {
	padding-top: 0px;
	text-align: left;
	display: block;
}
.popup_multi_blog a:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #B90000;
	font-size: 12px;
}
.popup_multi_blog p {
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-top: 6px;
	padding-left: 20px;
	margin-top: 60px;
	padding-right: 20px;
}
.popup_multi_blog h2 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: center;
	height: 53px;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.popup_multi_blog h2 a {
	font-family: Arial, Tahoma, Verdana;
	color: #BCFF79;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: center;
	height: 53px;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.popup_multi_blog h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #D20000;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
}
.popup_multi_blog h4 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.popup_multi_blog h5 {
	font-size: 10px;
	font-style: italic;
	margin-top: 16px;
}
.popup_multi_blog h5 a {
	margin: 0px;
	padding: 0px;
}
.popup_multi_blog_icons {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -5000px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/icon_popup_bubble.png);
	background-repeat: no-repeat;
	background-position: 68px 28px;
	height: 63px;
	width: 240px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.popup_multi_footer_icons {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: -5000px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/icon_popup_bubble.png);
	background-repeat: no-repeat;
	background-position: 68px 28px;
	height: 63px;
	width: 240px;
	padding-left: 40px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.hed_hole_small {
	background-attachment: scroll;
	background-image: url(../images/head_hole_small.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 243px;
	position: absolute;
	margin-left: 40px;
	z-index: 0;
}
.hed_hole_small_tweets {
	background-attachment: scroll;
	background-image: url(../images/head_hole_small.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 335px;
	position: absolute;
	margin-left: -4px;
	margin-top: 70px;
}
.hed_hole_small_footer {
	background-attachment: scroll;
	background-image: url(../images/head_hole_small.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 243px;
	position: absolute;
	margin-left: 40px;
	z-index: 0;
}
#footer .popup_multi_footer {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
}
#footer .popup_multi_footer {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	background-image: url(../images/foot_bubble.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 598px;
	width: 336px;
	margin-left: 400px;
	overflow: visible;
	background-color: transparent;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 40px;
}
#footer  .popup_multi_footer ul {
	width: 210px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer  .popup_multi_footer  ul li {
	color: #FFFFFF;
	line-height: 1.6em;
}
#footer  .popup_multi_footer  ul  li a {
	font-size: 14px;
	color: #CCFF66;
	text-decoration: none;
}
#footer  .popup_multi_footer a {
	color: #CA0000;
	font-size: 12px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
	font-weight: 500;
}
#footer  .popup_multi_footer a:link {
	padding-top: 0px;
	text-align: left;
	display: block;
}
#footer  .popup_multi_footer a:hover {
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-size: 14px;
}
#footer  .popup_multi_footer p {
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-top: 136px;
	padding-left: 20px;
	margin-top: -60px;
	padding-right: 20px;
	text-align: left;
}
#footer  .popup_multi_footer h2   {
	font-family: Arial, Tahoma, Verdana;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 0px;
	text-align: center;
	height: 53px;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  .popup_multi_footer h3 {
	font-family: Arial, Tahoma, Verdana;
	color: #D20000;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
}
#footer  .popup_multi_footer h4 {
	font-family: Arial, Tahoma, Verdana;
	color: #CCFF66;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer  .popup_multi_footer h5 {
	font-size: 10px;
	font-style: italic;
	margin-top: 16px;
}
#footer  .popup_multi_footer  h5 a {
	margin: 0px;
	padding: 0px;
}
.popup_multi_blog h2 a:link {
	text-align: center;
}
