/* Base styles */
body {
	margin: 0;
	padding: 0 5px;
	font: 9pt Verdana;
	color: #7e7e7e;
	color: #000; /* override grayed out color inserted by employee */
	background: #FFFFFF;
}
a, a:link {
	color: #000000;
	text-decoration: none;
}
* html td{
	font-size: 76%;
	color:#000;
}
* html th{
	font-size: 76%;
	color:#000;
}
a:hover {
	text-decoration: underline;
}

p {
	padding: 2px 0px 5px;
	margin: 0;
}

h1 {
	font: 1.6em Verdana;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	background-color: inherit;
	font-weight: 500;
}

h1 a {
	text-decoration: none;
}
h2
{
	text-decoration: none;
	font-size: 110%;
}
h3
{
	text-decoration: none;
	font-style: italic;
	font-size: 1em;
}
h6		/* for use with text description of button labels and tabs; reset all usual defaults, change font-weight to bold */
{
	display: inline;
	font-size: 1em;
	margin: 0 .5em 0 0;
	font-weight: bold;
}

.clear { /* clear spacer between floats */
	clear:both;
	height: 0;
	line-height: 0;
}
.underlink
{
	text-decoration: underline;
}
.dojoDialog {
	background : #ffffff;
	padding : 4px;
	width : 350px;
}

.dojoDialog td {
	margin-bottom: 5px;
}

.obvious-link
{
	color: blue !important;
	background-color: white;
	text-decoration: underline !important;
	font-weight: bold;
}
#site-status-notice, #login-status-notice
{
	color: red;
	background-color: white;
}

#site-status-warn-msg
{
	float:left;
	margin-top:17px;
}
#login-status-notice
{
	float: left;
	position: relative;
	top: -40px;
	left: 15px;
	font-weight: bold;
}
.sub-h4
{
	position: relative;
	left: 10px;
	top:16px;
	font-weight: bold;
	padding-top: 0;
}
.smallfont
{
	font-size: 11px;
}
.searchprompt
{
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
.errormessage
{
	font-size: 1.2em;
	font-weight: bold;
}
.fpsep
{
	font-size: 8pt;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

/* structure styles */

/* min-with hack - http://www.cssplay.co.uk/boxes/minwidth.html*/
/* for all browsers that understand min-width */
.width {position:relative; width:100%; min-width:867px;}
.container {display:block; color:#000;}

/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .width {border-right:860px solid #fff;}
* html .container {display:inline-block; position:relative; margin-right:-860px;}

#content {
	text-align: left;
}

.header {
	height: 105px;
	margin: 0px 0px 2px 0px;
	padding: 5px 0px 0px 0px;
	background: #FFF;
	color: #000000;
}
.line {
	clear: both;
	height: 2px;
	margin: 10px 0 10px 0;
}
.footer {
	clear: both;
	padding: 10px 0 10px 0;
	border-top: 1px solid #e6e6e6;
	min-width: 550px;
	text-align: center;
	line-height: 13px;
}
.footer a {
	font-size: 8pt;
	color: #000;
	text-decoration: underline;
}

.copyright
{
	font-size: 7pt;
	color: #000;
	background-color: #fff;
}
/* Page Logo CSS */
.logo-section
{
	float: left;
	clear: none;
}
.quick-search
{
	float: right;
	clear: none;
	padding: 4px;
	margin: 0 4px 0px 4px;
	background: #eee;
	border: 2px solid;
	font-size: .9em;
}
* html .quick-search
{
 	height: 72px;
 	overflow:hidden;
}
.orbis-terra-logo
{
	padding-left: 15px;
}
.logo {
	font: 2.5em "Eras Medium UTC", verdana, sans-serif;
}

.logo a {
	color: #000000;
}

.logo a:hover {
	text-decoration: none;
}

#logo-neutral
{
	color: #35595a;
}
#logo-principal
{
	color: #800000;
}
#logo-rep
{
	color: #00008b;
}
.logo-part-1
{
	font-family: "Arial Black", Arial, sans-serif;
}
#sales-neutral
{
	color: #800000;
	font-family: "Arial Black", Arial, sans-serif;
}
#sales-principal
{
	color: #00008b;
	font-family: "Arial Black", Arial, sans-serif;
}
#sales-rep
{
	color: #800000;
	font-family: "Arial Black", Arial, sans-serif;
}
#tagline /* , #tagline-page2 */
{
    clear: left;
    font-size: 12px;
    font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
}
#tagline a
{
	text-decoration: none;
}
/*	appears to be unused
#tagline-page2
{*/
	/*width: 80%;*/
	/*font-size: 10px;
}
*/
.reg
{
	vertical-align:super;
	font: 2.5em "Eras Medium UTC", verdana, sans-serif;
	font-size: 50%;
}
/* login box styles */
#login {
	float: right;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	width: 220px;
	height: 102px;
}
* html #login
{
	overflow:hidden;
	height: 105px;
}
#login form
{
	padding:0;
	margin:0;
}
.login-label {
	float: left;
	margin-left: 15px;
}
.login-button {
	float: right;
	width: 75px;
}
.login-button-nosize {
	float: right;
}
.loginlabel
{
	padding: 3px 0px 0px;
	float: left;
	font-size: 10pt;
	width:214px;
}
.loginlabel span {
	float: left;
}
.loginlabel input {
	float: right;
	width: 110px;
}
#forgot-pass{
	margin-left:0px;
	margin-top:8px;
}

.loginprompt
{
	font-size: 8pt;
	text-align: center;
}
.admin-btn
{
	float:right;
	margin-right: 3px;
}

/* stats block styles */
.logout {
	float: right;
	margin: 0;
	padding: 1px 3px 3px;
}
.admin-btn-small
{
	margin-top: 5px;
	width: 70px;
	font-size: .9em;
}
#logout
{
    float:right;
    padding: 3px;
    width: 220px;
    margin: 0;
    margin-right: 90px;
}
#adminstats {
	border-collapse: collapse;
}

#memberstats {
	border: solid black 1px;
	border-collapse: collapse;
	width: 325px;
}

#memberstats th {
	text-align: center;
	border: solid black 1px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#memberstats td, #adminstats td
{
	border: solid black 1px;
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
	color: #000000;
}
#admin
{
    float:right;
    padding: 3px;
    margin: 0;
    margin-right: 10px;
}
/* header styles end */

/* tabs base styles */
#tabs
{
	padding: 0;
	margin: 0px;
	margin-top: 1px;
	font-size: 93%;
	float: left;
}
#tabs ul
{
	padding: 10px 10px 0 0;
	margin: 0px;
	list-style-type: none;
}
#tabs li
{
	padding: 0 0 0 9px;
	float: left;
	margin: 0px;
	display: inline;
}
#tabs a
{
	padding: 5px 15px 4px 6px;
	display: block;
	font-weight: bold;
	float: none;
	text-decoration: none;
}
#tabs #current a
{
	padding-bottom: 5px;
	color: #333;
}
#tabs a:hover
{
	color: #333;
}
/* end tabs styles */

/* subheader styles */
.subheader {
	clear: both;
	height: 14px;
	line-height: 14px;
	text-align: left;
	padding: 5px 0 5px 70px;
}
.subheader a {
	color: #FFF;
	margin: 0 1em;
	text-decoration: none;
	font-weight: bold;
	background: none;
}
.subheader a:hover {
	text-decoration: underline;
}
/* end subheader styles */

/* base content styles */
.subcontent {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
.subcontent_nofloat {
	margin: 0 20px 20px 20px;
	padding: 10px 0 0 0;
}
.subcontent_left {
	float: left;
	color: #fff;
}
* html .subcontent_left { /* IE6 hack */
	height:430px;
}
.subcontent_left_c {
	padding: 40px 5px 5px 0;
	width: 190px;
	min-height: 430px;
	padding-bottom: 50px;
}
.subcontent_right {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	color: #000;
	width: 75%;
}

.subcontent_info {
	min-width: 100%;
}

.subcontent_info p {
	position: relative;
	left: 6%;
	right: 10%;
	text-align: left;
	width: 65%;
	max-width: 65%;
	margin-top: 1em;
}

.subcontent_info ul {
	position: relative;
	left: 6%;
	text-align: left;
	width: 50%;
	max-width: 50%;
	margin-top: 1em;
}

.subcontent_info ul li {
	list-style-type: square;
	text-align: left;
}

.subcontent_info a {
	text-decoration: underline;
}

.subcontent_left ol {
	padding-top: 0;
	margin-top: 0;
}

.subcontent_left li {
	font-size: 130%;
}

.subcontent_left a {
	font-weight: 900;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.subcontent_left p {
	margin-top: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}

.subcontent_left a:hover {
	text-decoration: underline;
}
.subcontent_left form
{
	font-size: 14px;
	font-weight: 900;
}
.subcontent_header {
	font: bold 1.3em Arial, Sans-Serif;
	text-decoration:none;
	position:relative;
	color: #000;
}
/* end content styles*/

/* action bar styles*/
.action-bar-title {
	font-size: 1.8em;
	text-align: left;
	display: block;
	padding: 10px 0  0 10px;
	margin-top: 1em;
}
#action-bar
{
	 text-align: center;
}
#action-bar-top
{
	height: 3px;
	position:relative;
	top:-40px;
	margin-right: 3px;
	font-size:3px;
}
/* end action bar */

/* testimonial styles */
.testimonial {
	background: url("/images/test-bg.gif");
	background-repeat: repeat-y;
}

.testimonial #text {
	display:block;
	font-size:0.9em;
	padding-left:10px;
	padding-right:10px;
	width:390px;
}

.testimonial #id {
	display: block;
	padding-bottom: 5px;
}

.testimonial #author {
	display: block;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
}

.testimonial a {
	text-decoration: underline;
}
/* end testimonial styles */

/* Button styles */
.small-link a {
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
}
* html .small-link a {
	padding-bottom:11px;
}
.small-link {
	background-repeat: no-repeat;
	background-position: left top;
}
.large-link a {
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
}
* html .large-link a {
	padding-bottom:10px;
}
.large-link {
	background-repeat: no-repeat;
	background-position: left top;
}
.link-div {
	margin: 5px auto;
	width: 160px;
}
.link-div a {
	font: bold 10pt Verdana, Arial, sans-serif;
	padding-top: 10px;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #333333;
}

.link-div a:hover {
	text-decoration: none;
}
.wide-button a
{
	padding-right: 5px !important;
	padding-left: 5px !important;
}
/* end button styles */

/* page specfic styles */
/*
#audio_home
{
	margin-top: 1em;
}
*/
#audio_page2
{
	margin-top: 5em;
}
.h1-instruction /* track-contacts.php */
{
	font-size: 80%;
	font-weight: bold;
	color: red;
	background-color: transparent;
}
#contest-rules
{
	margin: 20px;
}
#contest-rules li
{
	list-style-type:none;
}
#site-status-select /* site-status.php */
{
	float:left
}
.left-nav-div { /* search-selector */
	margin: 5px 15px;
	background: none;
	width: 150px;
	padding: 4px;
	border: solid white 1px;
	text-align: center;
}
.left-nav-prompt { /* index */
	margin: 5px 10px 20px 10px;
	font-size: 5px;
	font-weight: 700;
	position: relative;
	top: -12px;
}
#status-date /* register */
{
	float:left;
	margin-left:2em;
	position:relative; top:8px;
}
* html span#status-date
{
	position:relative; top:-6px;
}
.simple-content
{
	margin: 10px;
}
.pmtbutton, .contactbutton
{
	font: bold 8pt 'Microsoft Sans Serif', sans-serif, Arial;
	color: #fff;
	height: 25px;
	text-align: center;
}
.button, .button-admin
{
	font: bold 8pt 'Microsoft Sans Serif', sans-serif, Arial;
	width: 90px;
	height: 25px;
	text-align: center;
	color: #FFF;
}
.button-admin
{
	color: #000;
}
.contactbutton
{
	width: 160px;
}
.pmtbutton
{
	font-size: 7pt;
	width: 22px;
	height: 18px;
}
.buttonname /* request rep credit*/
{
    background-color: inherit;
	font-size: 1.5em;
	font-weight: 700;
}
.centered-link, .centered-link a /* pricing subsribe */
{
	color: #000;
	background-color: #fff;
	font-weight:bold;
	text-decoration: underline
}
#category-count /* search by category */
{
	float:right;
	position:relative;
	font-weight:bold;
	background-color: #FF66CC;
	font-size: 12px;
}
#contactrequest table table td
{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.smallerfont
{
	font-size: 9.6px;
}
.progressText
{
	color: #000;
	background-color: #fff;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.progressTextDimmed
{
	color: #999; /* matt */
	background-color: #fff;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.popupwindow /* request rep-credit */
{
	background-color: #BBC7CE;
	color: #000000;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.popupwindow h2
{
	background-color: #BBC7CE;
	color: maroon;
	margin: 0 0 .5em 0;
}
.popupwindow h5
{
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
}
.popupwindow ol
{
	margin-top: 0;
	margin-bottom: 0;
}
.contactinfo td /* view profile */
{
    padding-right:30px;
	color:#000000;
}
.required /* register */
{
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
}
.plan-title
{
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
}
.plan-title a
{
	background-color: white !important;
	text-decoration: underline !important;
}
.details
{
	color: #f00;
	background-color: #fff;
}
#detail {
	min-height: 325px;
}
.plan-bullets
{
	font-weight: bold;
}
.plan-bullets li
{
	margin-left: 15px;
	margin-bottom: 0px;
}
.plan-bullets li span
{
	color: #A8A8A8;
	background-color: white;
}
.plan-bullets p
{
	 max-width: 90%;
	 width:90%;
 }
.prompt-limits /* register */
{
	font-size: .8em;
	font-weight: normal;
}
.help
{
	font-size: 90%;
}
.label, .profile td, .profile span
{
	font-weight: 700;
	color: #000000;
	background-color: #fff;
}
.optional
{
	text-align: right;
	padding-right: 5px;
}
.pagename
{
    background-color: inherit;
	font-size: 1.2em;
	font-weight: 700;
}
.popup
{
	margin: 10px;
}
.prompt
{
	font-size: .8em;
	font-weight: bold;
}
/* report styles */
.subcontent_nofloat legend, .subcontent_nofloat legend *
{
	color: #000;
	font-weight: bold;
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.subcontent option
{
	font-size: 11px;
}
.band1, .band1Active
{
	background-color: #F5F5FF;
	padding: 2px;
}
.band2, .band2Active
{
	background-color: #E1E4F2;
	padding: 2px;
}
.band1Inactive
{
	/* background-color: #F5F5F5; */
	background-color: #E0E0E0;
	padding: 2px;
}
.band2Inactive
{
	/* background-color: #E1E1E1; */
	background-color: #B0B0B0;
	padding: 2px;
}
.band1, .band1Active ,.band1 td, .band1Active td
{
	color: #000;
}
.band2, .band2Active ,.band2 td, .band2Active td
{
	color: #000;
}
.nav_control
{
	color: #FFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.page
{
	/* background-color: #FFFFFF; */
	color: #000000;
}
.sec-title#userid
{
	font-size: 14px;
}
.pageselect a
{
	text-decoration: none;
}
.pageselect td
{
	padding: 2px 4px 2px 4px;
}
.panel
{
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panel-recess
{
	color: #000000;
}
.panelset
{
	margin-bottom: 6px;
}
.panelset, .panelset td, .panelset p, .panelset li
{
	font-size: 11px;
}
.view-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.view-list li{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.sec-border
{
	color: #000000;
}
.sec-border a:link {
	color: #000;
}
.sec-title
{
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.sec-title a:link
{
	color: #ffffff;
	text-decoration: none;
}
.sec-title a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.sec-title a:hover, .sec-title a:active
{
	color: #FFFF66;
	text-decoration: underline;
}
fieldset.panelset
{
	padding: 7px;
}
.hid_q
{
	margin: 10px;
	border: 0px;
	padding: 4px;
	font-weight: bold;
	display: none;
}
.svy_q
{
	margin: 10px;
	border-top: 1px solid #808080;
	padding: 4px;
	font-weight: bold;
}
.svy_a
{
	margin: 0;
	border: 0;
	padding: 0px 16px 6px;
	font-weight: normal;
}
.svy_sub
{
	font-weight: normal;
	font-size: 87%;
	color: #888;
}
.svy_lim
{
	padding-left: 60px;
}
.svy_a input
{
	vertical-align: middle;
}

#identity-warning
{
	color: red;
	background-color: white;
	font-weight: bold;
}
#keywords h1, #keywords h1 a, #keywords h1 a.link, #keywords h1 a.hover
{
	height: 15px;
	color: #FFF;
	background-color: #777;
	background-image: url('/images/graybar.gif');
	font: bold 11px Verdana, Arial, Helvetic, sans-serif !important;
	padding-top:0;
	text-decoration: none;
}
table#paidstatus
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: #FFE78F;
}

table#paidstatus td, table#paidstatus th
{
	padding: 2px 6px;
	border: 1px solid gray;
}
table#paidstatus th
{
	text-align: center;
	background: silver;
}
table#paidstatus tr#summary td
{
	background: gray;
	color: #ffe78f;
	text-align: center;
}
.screen2example
{
	width: 136px;
	padding: 58px 0px 0px 6px;
	float: left;
	font-size: 90%;
}
#breadcrumbs
{
	font-size:.8em;
	margin-left:10px;
}
.more
{
	text-decoration: underline;
}
#link-offer
{
	float:left;
	margin: 30px 0 0 15px;
}
.dojo-tt
{
	/* to prevent momentary display of text on page after refresh */
	display:none;
}
.lightbulb-prompt
{
	font-size: 10px;
	font-weight: normal !important;
	position: relative;
	top: -25px !important;
	text-decoration: underline;
}
.explain-it-top
{
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	position: relative;
	left: 3px;
	top: -5px;
	color: maroon;
	background-color: white;
}
.explain-it-bottom
{
	font-weight: bold;
	font-size: 9px;
	position: relative;
	left: 35px;
	top: -5px;
	color: maroon;
	background-color: white;
}
div.errmsg {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.tc-notes-prompt {
	margin-left: 65px;
	position: relative;
	top: -18px;
}
#sec-nav-phone
{
	display: inline;
	position: absolute; right: 10px;
	color: white;
	background-color: transparent;
	text-align:right;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
#sec-nav-faq
{
	display: inline;
	position: absolute;
	top: 200px;
	right: 20px;
}
.objective-popup
{
	text-decoration: underline;
	color: #2222BB;
}
.burst
{
	border: 0;
	width: 97px;
	height: 86px;
	position: absolute;
	z-index:20000;
}
.help-head
{
    font-size:11px;
	margin: 0 0 0 3px;
}
.help-list
{
    font-size:10px;
	margin: 0 0 0 3px;
	padding: 0 0 0 20px;
}
* html .help-list
{
	margin: 0 0 0 20px;
	padding: 0 0 0 8px;
}
.help-list ul
{
 	margin-left: 20px;
	padding: 0;
}
.help-foot
{
    font-size:10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.free
{
    color: red;
    background-color: white;
}
.validateTextBad
{
	color:#BD1A00;
}
.validateTextGood
{
	color:#69BE28;
}
.validateText
{
	font-size:11px;
	font-weight:bold;
	margin-top:2px;
}
.validateIcon
{
	margin-left:3px;
	vertical-align:middle;
}
.sales-affiliate-tooltip
{
	padding: 0 0 0 20px;
}
* html .sales-affiliate-tooltip
{
	/* hack for IE6 */
	padding: 0 0 0 0px;
}
.nocookies
{
	color: #BD1A00;
	font-weight:bold;
	margin:5px;
}
.select-video
{
}
.landing-copy
{
	font-size:0.9em;
	padding-left:10px;
	padding-right:10px;
	width:390px;
	margin-top:35px;
}
.buster
{
	font-weight: bold;
	font-size: 14px;
	color: #cf0000;
	background-color: white;
	text-decoration: underline;
}
#bauer-pos1
{
	 /* for use with IE cond comment */
     top:0px;
}
#bauer-pos2
{
	 /* for use with IE cond comment */
     top:0px;
}
#bauer-pos3
{
	 /* for use with IE cond comment */
     top:0px;
}
#intersource-contact
{
    width: 180px;
    padding-left: 20px;
    float: left;
}
#intersource-mailing
{
    float:left;
    width: 215px;
    padding-left:10px;
}
.toll-free
{
	font-size: 11px;
	color: red;
	font-weight: bold;
}
.pricing-table
{
    border: 1px solid maroon;
    margin-bottom:7px;
}
.pricing-table td
{
    border: 1px solid maroon;
    padding-left:7px;
    padding-right:7px;
}
#zenda
{
	height: 610px;
}
#zenda .head2
{
	margin: 24px 0px 0px 15px;
}
#zenda ul
{
    margin: 0 0 0 -10px;
}
#zenda-roll
{
	margin: 14px 30px 0px 15px;
}
.how-link a {
	background-image: url(/images/buttons/how-button-small-right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 27px;
}
.how-link {
	background-image: url(/images/buttons/how-button-small2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
* html .how-link a {
	padding-bottom:11px;
}
.text-points li
{
	margin-bottom:1em;
}
.sub-points > li
{
	margin-bottom:1em;
}
.pitch p
{
	margin-bottom:10px;
	font-size:13px;
}
.pitch .head1
{
	color:maroon;
	font-size:24px;
	text-indent:30px;
}
#landing-search-button
{
	font-weight: bold;
	font-size: 12px;
	width: 150px;
	height: 25px;
	color: #ffffff;
	background-color: #32be2b;
	text-align: center;
}
#register-pitch
{
	font-size: 10px;
	margin: 3px 0 0 20px;
	padding-left: 0px;
}
.link-highlight
{
	color: blue ! important;
	text-decoration: underline;
}
/* password strength bar */
#score {
	color: #000;
	font-size: 90%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
	font-weight: bold;
}
#scorebar {
	background-image: url(../images/bg_strength_gradient-tall.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	z-index: 0;
	height: 16px;
}
#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	margin:5px 0 2px 0;
	width: 100px;
	float: left;
}
#complexity
{
	float: left;
	width: 100px;
	margin:11px 0 0 15px;
	font-size: 90%;
	font-weight: bold;
}
.international-phone
{
	font-size: 70%;
	position: relative;
	top: -3px;
}
#blog-posts
{
	position: absolute;
	top: 270px;
	right: 20px;
	border-left: 1px solid #e6e6e6;
	margin-left: 20px;
	padding-left: 20px;
	height: 500px;
	width: 250px;
}
.blog-post-header
{
	color: maroon;
	font-weight: bold;
	font-size: 14px;
}
.blog-post-line
{
	color: #6b82a7;
	margin: 5px 0 0 23px;
	padding: 0px;
}
.blog-post-line a
{
	color: #6b82a7;
}
.blog-post-list
{
	margin: 0px;
	padding: 0px;
}
.blog-post-footer
{
	color: maroon;
	font-size: 10px;
	margin: 5px 0 0 35px;
}
