/*  GLOBAL ELEMENTS  */
html, body { height: 100%; }
body { 
	color: #333333; 
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
b, strong {
	font-weight: bold;
	}
#mainContentContainer, #mainContentContainer p, #mainContentContainer ul, #mainContentContainer li, #mainContentContainer ol {
	font-size: 14px;
	line-height: 26px;
}
#mainContentContainer p, #mainContentContainer ul, #mainContentContainer li, #mainContentContainer ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0em;
}

/* ---------- HEADINGS ---------- */
h1, h2, h3, h4, h5, h6 { 
	line-height: 1.25em;
	font-weight: bold;
	margin: .5em 0em 0em 0em;
	}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }






/*  LINKS  */
a:link, a:visited, a:hover, a:active { 
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { 
	color: #ff0000;
	text-decoration: underline;
	}
a:active { 
	color: #cc0000;
	}

/*  LISTS  */
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0em 0em .25em 0em;
	padding: 0;
}

/*  TABLES THAT DEFINE LIVE AREA AND BACKGROUND PADDING  */
table#fullPageContainer {
	margin: 0;
	padding: 0;
	background: #000000;
	height: 100%;
	}
table#mainLayoutTable {
	width: 962px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ff0000;
	background: #ffffff url(images/template/beacon_left_bkgrd.jpg) center left no-repeat;
	}
td#pageHeader {
	margin: 0 0 0 0;
	padding: 0;
	/*border: 1px solid #cccccc;*/
}
td#pageHeader h1.pageHeadings {
	margin: .5em 0 4px 20px;
	padding: 0 0 8px 0;
	word-spacing: normal;
/*	font-size: 30px; */
	font-size: 20px; 
	line-height: 20px;
	font-weight: bold;
	color: #000099;
	letter-spacing: 1px;
	border-bottom: 1px solid #ff0000;
}


td#mainContent {
	width: 820px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
div#mainContentContainer {
	margin: 2px 105px 35px 20px;
	padding: 0;
}
td#sidebar {
	width: 200px;
	margin: 0;
	padding: 0;
}
/*
p.sideBarText {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
*/

img.socIcon {
	margin: 0;
	padding: 0;
}

#sidebar #sidebarContainer p.sideBarTextReduced {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
td#sidebar div#sidebarContainer p {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}
td#sidebar div#sidebarContainer {
	margin: 15px 10px 0 50px;
}
td#navigationMenu {
	background: #242021 url(images/template/beacon_nav_bkgrd.gif) top center repeat-x;
	background-repeat: repeat-x;
	text-align: center;
}
/*  NAV MENU TEXT/LINKS  */
td#navigationMenu #navContainer {
	margin: 0;
	padding: 0;
	text-align: center;
}
td#navigationMenu #navContainer a:link, td#navigationMenu #navContainer a:visited, td#navigationMenu #navContainer a:active, td#navigationMenu #navContainer a:focus {
	display: inline-block;
	padding: 8px 6px 2px 6px;
	color: #DDDDDD;
	text-decoration: none;
	margin: 0;
	height: 2.2em;
	font-weight: bold;
	font-size: 12px;
}
td#navigationMenu #navContainer a:hover {
	background: #504d4d url(images/template/beacon_nav_bkgrd_hover.gif) top center repeat-x;
	color: #ffffff;
}
div#navCenter {
}

/*  HEADER AND FOOTER  */
div#footer {
	margin: 0 0 20px 0;
	padding: 0;
	}
div#footer p {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	}
div#footer a:link, div#footer a:visited { 
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
div#footer a:hover { 
	color: #999999;
	text-decoration: underline;
	}
div#footer a:active { 
	color: #666666;
	}
noscript {
	margin: 0;
	padding: 0;
}

/* investor profile contact form */
div#invProfileContainer {
	margin: 0;
	padding: 0;
}
div#invProfileContainer form {
	line-height: 1.1em;
}
div#invProfileContainer form label {
	color: #333333;
}
div#invProfileContainer span.reqd {
	color: #ff0000;
}
div#invProfileContainer div.message-text {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
/* listings */
#mainContentContainer div.listingContainer {
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 4px 0;
}
#mainContentContainer div.listingContainer h1.listingName {
	margin: 0;
	color: #cc0000;
}
#mainContentContainer div.listingContainer p.listingsShortDescr {
	margin: 5px;
	line-height: 1.5em;
}
#mainContentContainer div.listingContainer p.listingsMoreInfo, #mainContentContainer div#listingDetailContainer p.listingsMoreInfo {
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
}
#mainContentContainer div#listingDetailContainer {
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 4px 0;
}
#mainContentContainer div#listingDetailContainer h1 {
	margin-top: 0;
	color: #000099;
}
#mainContentContainer p.breadCrumbs, 
#mainContentContainer p.breadCrumbs a:link, 
#mainContentContainer p.breadCrumbs a:visited, 
#mainContentContainer p.breadCrumbs a:hover, 
#mainContentContainer p.breadCrumbs a:active  {
	font-size: 12px;
	color: #666699;
	font-weight: normal;
	margin-bottom: 0;
}
#mainContentContainer p.breadCrumbs a:hover {
	color: #0000cc;
}
span.regMk {
	font-weight: normal;
	font-size: 50%;
}
#mainContentContainer div.listingsDisclaimer {
	margin-top: 50px;
}
#mainContentContainer div.listingsDisclaimer p {
	line-height: 1.4em;
}
#mainContentContainer div.listingsDisclaimer p.notice {
	color: #cc0000;
}

#mainContentContainer p.addrFooterLeft, #mainContentContainer p.addrFooterRight {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
#mainContentContainer p.addrFooterLeft {
	float: left;
	margin-left: 0;
}
#mainContentContainer p.addrFooterRight {
	float: right;
	margin-right: 40px;
}
#mainContentContainer  p.articleShortDescr {
	font-weight: bold;
}

p.btmSocLnks {
	font-size: 12px;
	line-height: 16px;
	margin: 2px 105px 35px 20px;
	text-align: center;
	/*margin: 1px auto 1em auto;*/
	color: #666666;
}
p.btmSocLnks a:link, p.btmSocLnks a:visited, p.btmSocLnks a:hover, p.btmSocLnks a:active {
	color: #3333FF;
}
p.btmSocLnks a:hover {
	color: #3399ff;
}
/* Miscellaneous classes for reuse */
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 8px 8px 0;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* rss news feeds */
#rssContainer {
	width: 660px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
#rssContainer #feeds {
	width: 180px;
	float: left;
	text-align: left;
	background: #ddddff;
}
#rssContainer #feeds ul.feedList {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
	line-height: 1em;
	width: 180px;
}
#rssContainer #feeds ul.feedList li {
	font-size: 12px;
	display: inline; /* this gets rid of the gaps */
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#rssContainer #feeds ul.feedList li a:link, #rssContainer #feeds ul.feedList li a:hover, #rssContainer #feeds ul.feedList li a:visited, #rssContainer #feeds ul.feedList li a:active {
	display: block;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 1.5em;
	font-weight: normal;
	color: #990000;
	width: 175px; /*IE hack */
}
#rssContainer #feeds ul.feedList li a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #ff0000;
}
#rssContainer #feeds ul.feedList li a:link.selected, #rssContainer #feeds ul.feedList li a:hover.selected, #rssContainer #feeds ul.feedList li a:visited.selected, #rssContainer #feeds ul.feedList li a:active.selected {
	color: #000099;
	background: #bbbbff;
}
#rssContainer #content {
	width: 465px;
	float: right;
}
#rssContainer #content p {
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
}
#rssContainer #content img {
	margin: 2px 5px;
}
#rssContainer #content .rssName {
	margin: 0 0 6px 0;
}
h2.rssDivider {
	margin-top: 20px;
	padding-top: 5px;
}

table#linkList {
	margin: 10px 10px 0 0;
}


/* RapidWeaver contact forms */
#rwForm {
	margin: 0;
	padding: 10px 10px;
	border: 1px solid #dddddd;
	width: 530px;
}
#rwForm.sidebar {
	width: 270px;
	padding: 7px;
	font-size: 12px;
	line-height: 14px;
}
.reqd {
	color: #be3907;
}
.successMsg {
	color: #006600;
}

.smallType {
	font-size: 75%;
}





/* old contribute styles we picked up to preserve steve's formatting */
/* how */
.style28 {
  color: #000099;
  font-weight: bold;
}
.style3 {color: #000099}
.style20 {color: #CC0000}
.style36 {
  color: #000000;
/*  font-size: 16px;
*/}
.style40 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFFFFF;
}
.style41 {font-size: 16px}
.style59 {
  font-size: 15px;
  color: #FF0000;
/* end how */
/* why */
.style28 {
  color: #000099;
  font-weight: bold;
}
.style3 {color: #000099}
.style29 {
  color: #CC0000;
  font-weight: bold;
}
.style36 {font-weight: bold; /*font-size: 13px*/;}
.style41 {
  color: #FF0000;
  font-size: 16px;
}
.style40 {color: #000000}
.style43 {color: #000000; font-size: 16px; }
.style45 {color: #000000; font-weight: bold; }
/* end why */
/* sold */
.style1 {
  color: #000000;
  font-weight: bold;
}
.style3 {color: #000099}
.style20 {
  font-size: 16px;
  color: #000000;
}
.style53 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.style54 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

/* end sold */


