/*-- colorscheme --
	color: #e0bc8b; (light brown)
	color: #cfac78; (medium brown)
	color: #8c7451; (dark brown)
	color: #631313 (dark red)
	color: #8d3333 (medium red)
	color: #ffa818 (bright orange)
*/


/* -- initialize -- */

/* reset element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.1%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}



/* -- normal tags -- */

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	color: #eeeeee;
	font: 0.9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #000000;
}


/* -- horizontal rule -- */
hr {
	clear: both;
	margin: 1em 0;
	padding: 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #222222;
}


/* -- headings -- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	color: #cfac78;	/* medium brown */
	text-transform: uppercase;
	/*font-variant: small-caps;*/
}

h1 {
	font-size: 1.8em;
	margin: 2.0em 0 0.7em 0;
}

h2 {
	font-size: 1.8em;
	margin: 2.0em 0 0.7em 0;
}

h3 {
	font-size: 1.3em;
	margin: 2.0em 0 0.9em 0;
}

h4 {
	font-size: 1.2em;
	margin: 2.0em 0 0.9em 0;
}

h5 {
	font-size: 1.2em;
	margin: 2.0em 0 0.9em 0;
	color: #ffa818;
}

h1.top_header, h2.top_header, h3.top_header, h4.top_header, h5.top_header, h6.top_header  {
	margin-top: 0em;
}

h1.pagetitle, h2.pagetitle, h3.pagetitle, h4.pagetitle, h5.pagetitle, h6.pagetitle {
	margin-top: 0em;
}


h1 a, h2 a, h3 a, h4 a {
	color: #cfac78;	/* medium brown */
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	color: #cfac78;	/* medium brown */
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #cfac78;	/* medium brown */
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active {
	color: #ffffff !important;
	text-decoration: none;
}


/* -- paragraphs -- */
p {
	margin: 0 0 1.5em 0;
}

p.no_space {
	margin-bottom: 0;
}

p.list_header {
	margin-bottom: 0.5em;
}



/* -- links -- */
a {
	color: #e0bc8b;
	text-decoration: none;
}

a:link, a span.hilite {
	color: #e0bc8b;
	text-decoration: none;
}

a:visited {
	color: #cfac78;
	text-decoration: none;
}

a:hover, a span.hilite:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active, a span.hilite:active {
	color: #ffffff;
	text-decoration: none !important;
}


/* -- block quotes --*/
blockquote {
	margin: 0 0 1.5em 1em;
	padding: 0 1em 0.2em 1em;
	border-left: 3px solid #ffa818;
	border-bottom: 1px solid transparent;
	font-size: 0.95em;
}

blockquote p {
	margin: 0;
}

/* -- forms -- */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	font-size: 0.9em;
}

label {
	display: block;
	float: left;
	width: 9em;
	clear: both;
	margin-right: 1em;
	padding: 0 0 0.1em 0;
	text-align: right;
}

input, select, textarea {
	width: 25em;
	float: left;
	margin-bottom: 0.5em;
	padding: 0.2em;
	color: #cccccc;
	background: #151515;
	border: none;
}

input:focus, select:focus, textarea:focus {
	color: #ffffff;
	background: #121212;
}

textarea {
	width: 25em;
	height: 7em;
	line-height: 1.3em;
	overflow: auto;
}

textarea.code_block {
	width: 98%;
	height: auto;
	float: none;
	font-size: 0.9em;
}

button {
	padding: 0em 0.2em;
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	width: auto;
	overflow: visible;
	background-color: #121212;
	border: 1px solid #555555;
	text-transform: uppercase;
}

button:hover {
	background-color: #333333 !important;
}

button:active {
	background-color: #333333 !important;
}



/* -- highlights -- */
.hilite {
	color: #ffa818;
}



/* -- images -- */
.float_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0em;
}

.float_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.img_border {
	border: 2px solid #999999;
}


/* -- general lists -- */
ol.general_list, ul.general_list {
	margin-bottom: 1.2em;
}

ul.general_list {
	list-style: none;
}

ol.general_list li {
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	list-style: decimal inside;
}

ul.general_list li {
	padding-top: 0em;
	padding-bottom: 0.4em;
	padding-left: 1.8em;
	background: transparent url("/images/list.bullet.png") 0.3em 0.4em no-repeat;
}

ul.general_list li:hover {
	background-image: url("/images/list.bullet.hilite.png");
}


/* -- class tags -- */
.clear_float {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear_float_left {
	clear: left;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.clear_float_right {
	clear: right;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.reference {
	font-size: 0.5em;
	line-height: 0.5em;
	vertical-align: super;
	margin: 0;
	padding: 0;
	border: 0;
}


/* -- definition lists, captions & quotes -- */
dl {
	margin-bottom: 1.2em;
}

.caption_text, dl dd {
	font-style: italic;
	display: block;
}

.caption_text:before, dl dd:before {
	content: open-quote;
}

.caption_text:after, dl dd:after {
	content: close-quote;
}

.caption_author, dl dt {
	font-style: italic;
	color: #8c7451;
	margin-left: 1em;
}

.caption_author:before, dl dt:before {
	content: "- ";
}

.quote {
	font-style: italic;
}

.quote:before {
	content: open-quote;
}

.quote:after {
	content: close-quote;
}



/* -- show and hide -- */
.hide_display {
	display: none;
}

.show_display {
	display: block;
}



/* -- liberta popup menu -- */
div.liberta_popup_menu_button {
	cursor: pointer;
}

div.liberta_popup_menu_button:hover {
}

ul#liberta_popup_menu {
	clear: both;
	position: relative;
	left: -0.2em;
	top: 0em;
	font-size: 0.8em;
	list-style: none;
	background: #000000;
	border: 1px solid #222222;
	padding: 1em 0.4em 0.5em 0.4em;
	width: 17.5em;
	z-index: 1000;
}

ul#liberta_popup_menu li {
	display: block;
	border-bottom: 1px solid #333333;
	margin-top: 0.4em;
	padding-bottom: 0.2em;
}

ul#liberta_popup_menu li a {
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	color: #eeeeee;
}

ul#liberta_popup_menu li.section_heading {
	border-bottom: none;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	pointer: normal;
}

ul#liberta_popup_menu li.first_section_heading {
	margin-top: 0em;
}

ul#liberta_popup_menu li h1 {
	padding: 0em;
	margin: 0em;
	border: 0em;
	font-size: 1.2em;
}


/* -- share links -- */
ul#share_list {
	position: relative;
	left: -1.8em;
	top: -2.4em;
	list-style: none;
	background: #000000;
	border: 1px solid #222222;
	padding: 0.1em 0.2em 0.2em 0.3em;
	width: 9em;
}

ul#share_list li {
	display: block;
}

ul#share_list li a {
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding-left: 22px;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}

a#share_blinklist {
	background-image: url("/images/social/blinklist.png");
}

a#share_pfbuzz {
	background-image: url("/images/social/pfbuzz.png");
}

a#share_muti {
	background-image: url("/images/social/muti.png");
}

a#share_facebook {
	background-image: url("/images/social/facebook.png");
}

a#share_digg {
	background-image: url("/images/social/digg.png");
}

a#share_stumbleupon {
	background-image: url("/images/social/stumbleupon.png");
}

a#share_delicious {
	background-image: url("/images/social/delicious.png");
}

a#share_reddit {
	background-image: url("/images/social/reddit.png");
}

a#share_technorati {
	background-image: url("/images/social/technorati.png");
}

a#share_magnolia {
	background-image: url("/images/social/magnolia.png");
}

a#share_email_link {
	background-image: url("/images/social/email_link.png");
}



/* -- overall page -- */
#overall {
	width: 65em;
	margin: 0 auto;
	padding: 0;
}



/* -- header pan -- */
#header_pan {
	position: relative;
	margin: 3em 0 5em 0;
	height: 8.5em;
	/*border-bottom: 1px solid #404040;*/
}

#header_pan #advert_right {
	position: absolute;
	top: 0.8em;
	right: 4em;
	width: 120px;
	height: 60px;
	background: transparent url("/images/advert.retirement_calculator.120x60.jpg") 0 0 no-repeat;
}

#header_pan #advert_right:hover {
	background: transparent url("/images/advert.retirement_calculator.120x60.hilite.jpg") 0 0 no-repeat;
}

#header_pan #advert_right a {
	display: block;
	width: 100%;
	height: 100%;
}

#header_pan #companyname {
	position: absolute;
	top: 0em;
	left: 2em;
	width: 410px;
	height: 67px;
	background: transparent url("/images/logo.company_name.png") 0 0 no-repeat;
}

#header_pan #middle_bar {
	position: absolute;
	top: 6em;
	right: 17.5em;
	margin: 0;
	padding: 0.6em 0 0 0;
	width: 7.5em;
}

#header_pan #middle_bar p.menu_pointer {
	text-transform: uppercase;
	font: italic bold 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0.40em;
}

#header_pan #middle_bar p.menu_pointer:hover {
	color: #555;
}

#header_pan #misc_bar {
	position: absolute;
	top: 6em;
	right: 0em;
	margin: 0;
	padding: 0.6em 0 0 0;
}

#header_pan #misc_bar p {
	float: left;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	color: #8c7451;
}

#header_pan #misc_bar p.slogan a:link {
	color: #8c7451;
}

#header_pan #misc_bar p.slogan a:visited {
	color: #8c7451;
}

#header_pan #misc_bar p.slogan a:active {
	color: #8c7451;
}

#header_pan #misc_bar p.slogan a:hover {
	text-decoration: none;
	color: #e0bc8b;
}

#header_pan #misc_bar p.feed {
	width: 3em;
	text-align: right;
}


/* top navigation bar */
#header_pan #navi_bar {
	position: absolute;
	top: 6em;
	left: 0em;
	margin: 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #404040;
}

#header_pan #navi_bar p {
	float: right;
	margin: 0;
	padding: 0.2em 0 0 1.8em;
	border: 0;
	font-size: 0.9em;
}


#header_pan #navi_bar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font: italic bold 0.9em Arial, Helvetica, sans-serif;
}

#header_pan #navi_bar ul li {
	font-size: 0.9em;
	margin: 0;
	padding: 0.4em 0em 0.4em 0em;
	width: 10em;
	float: left;
	text-transform: uppercase;
}

#header_pan #navi_bar ul li:hover {
	background-color: #e23d28;
}

#header_pan #navi_bar ul li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#header_pan #navi_bar ul li a:hover {
	margin: 0;
	padding: 0;
}



/* -- middle pan -- */
#middle_pan {
	margin-bottom: 1em;
	padding: 0;
}


#middle_pan #navigation {
	float: left;
	width: 10.5em;
	margin-left: 0.3em;
}

#middle_pan #navigation ul {
	list-style: none;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

#middle_pan #navigation ul li {
	border-bottom: 1px solid #333333;
	margin-top: 0.2em;
}

#middle_pan #navigation ul li.sub_item {
	border-bottom: 1px solid #666666;
	margin-left: 1em;
	font-size: 0.9em;
}

#middle_pan #navigation ul li.active_page {
	/* border-bottom: 1px dotted #cccccc; */
}

#middle_pan #navigation ul li.active_page a {
	color: #cccccc;
	text-decoration: none;
}

#middle_pan #navigation ul li a {
	display: block;
	color: #999999;
	text-decoration: none;
}

#middle_pan #navigation ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


#middle_pan #content {
	width: 100%;
}

#middle_pan #left_content {
	float: left;
	width: 41em;
}

#middle_pan #image_strip_300 {
	float: right;
	width: 300px;
}

#middle_pan #image_strip_300 img {
	padding-top: 1em;
	padding-bottom: 0.8em;
	border-top: 1px solid #222222;
}


/* -- footer pan -- */
#footer_pan {
	clear: both;
	margin: 2em 0;
	padding: 0.2em 0.5em;
	color: #ffffff;
	border-top: 1px solid #222222;
}

#footer_pan p {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
}

#footer_pan p#copyright {
	float: left;
	text-align: left;
}

#footer_pan p#powered_by {
	float: right;
	text-align: right;
}

#footer_pan p#powered_by:before {
	font-style: italic;
	font-variant: small-caps;
	content: "Powered by: ";
}




/* -- right insert -- */
div.right_insert {
	float: right;
	width: 24em;
	font-size: 0.9em;
}

div.right_insert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.right_insert ul li h1 {
	padding: 0em;
	margin: 0em;
	border: 0em;
	font-size: 1.4em;
}

div.right_insert ul li.section_heading {
	border-bottom: none;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	pointer: normal;
}

div.right_insert ul li.first_section_heading {
	margin-top: 1.5em;
}

div.right_insert ul li {
	border-bottom: 1px solid #333333;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
}

div.right_insert ul li p {
	border: 0;
	padding: 0;
	margin: 0;
}

div.right_insert ul li a {
	clear: both;
	text-align: left;
}

div.right_insert ul li a {
	color: #eeeeee;
}

div.right_insert ul li a:link {
	color: #eeeeee;
}

div.right_insert ul li a:visited {
	color: #eeeeee;
}

div.right_insert h3 {
	text-align: right;
	color: #eeeeee;
}


/* -- latest posts -- */
#latest_posts {
	float: right;
	width: 24em;
	font-size: 0.9em;
}

#latest_posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#latest_posts ul li {
	border-top: 1px solid #333333;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

#latest_posts ul li p {
	border: 0;
	padding: 0;
	margin: 0;
}

#latest_posts ul li p.post_title {
	clear: both;
	text-align: left;
}

#latest_posts ul li p.post_title a {
	color: #eeeeee;
}

#latest_posts ul li p.post_title a:link {
	color: #eeeeee;
}

#latest_posts ul li p.post_title a:visited {
	color: #eeeeee;
}

#latest_posts ul li p.post_date {
	float: left;
	color: #ff0000;
	width: 7em;
	text-align: left;
}

#latest_posts ul li p.post_time {
	float: right;
	color: #ff0000;
	width: 6em;
	text-align: right;
}

#latest_posts ul li .post_excerpt p {
	color: #a0a0a0;
	text-align: left;
}

#latest_posts h3 {
	text-align: right;
}

#latest_posts h3 a, #latest_posts h3 a:link, #latest_posts h3 a:hover, #latest_posts h3 a:active {
	color: #eeeeee;
}


/* -- contact details -- */
#contact_details {
	float: right;
	font-size: 0.9em;
	margin: 0 1em 0 1.5em;
	padding: 0.5em 0 0.5em 1.5em;
	border-left: 1px solid #222222;
}

#contact_details p {
	margin: 0;
	padding: 0;
}



/* -- contact form -- */
form#contact_form button {
	margin: 0;
}

form#contact_form fieldset#msg {
	margin-top: 1em;
}

form#contact_form fieldset#msg #subject {
	width: 35em;
}

form#contact_form textarea {
	height: 14em;
	width: 35em;
}



/* -- tool forms -- */
form.tool_form {
}

form.tool_form label {
	width: 12em;
	color: #a87;
	font-style: italic;
	clear: both;
}

form.tool_form input, form.tool_form textarea, form.tool_form select {
	width: 8em;
	margin-right: 0.5em;
}

form.tool_form input.checkbox {
	margin-top: 0.3em;
}

form.tool_form p {
	margin: 0;
	border: 0;
	padding: 0;
	color: #a87;
	float: left;
}



/* -- tables -- */
table {
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 0;
	font-size: 0.85em;
	border-spacing: 2px;
}

tr {
	margin: 0;
	padding: 0;
	border: 0;
}

th, td {
	margin: 0;
	padding: 0.5em 1em;
	border: 0;
	background-color: transparent;
	text-align: left;
	vertical-align: center;
}

th {
	color: #a87;
	font-style: italic;
	background-color: #090909;
}

td {
	border-bottom: 1px solid #976;
	color:#976;
}

tr.head th {
	text-align: center;
	font-style: normal;
	background-color: #101010;
	font-weight: bold;
}

tr.numbers td {
	text-align: right;
}

tr.total {
	font-weight: bold;
}

th.spacer, td.spacer {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

tr.bright_text td {
	color: #a87;
}

tr.faint_border td {
	border-bottom: 1px solid #202020;
}

