/* Contents:
		PAGE LAYOUT
		TAG TEXT STYLING
		CLASS TEXT STYLING
		TABLES
		FORMS
		IMAGES, HRs, COLORS
		BOXES
		EXAMPLES
		COMMENTS
		MISC SPECIAL STYLES
*/

/* PAGE LAYOUT */
div, hr, {
 margin: 0px;
 padding: 0px;
}
body {
	text-align: center;
	background-color: #4C4242;
	background-image: url(_images/bg_stripeangle.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 766px;
	min-height: 100%;
	border: 3px solid #4C4242;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#container-inner {
	text-align: left;
}
#header {
	position: relative;
}
#header-inner {
	position: static;
	padding: 20px;
}
#content {
	position: relative;
	border-top: 3px solid #4C4242;
}
#content-inner {
	position: static;
}
#alpha {
	position: relative;
	display: inline;
	float: right;
	width: 560px;
}
#alpha-inner {
	position: static;
	margin: 30px 20px 25px;
}
#beta {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
}
#beta-inner {
	position: static;
	margin: 30px 10px 25px;
}
#footer {
	position: relative;
	border-top: 3px solid #4C4242;
}
#footer-inner {
	position: static;
	margin: 10px;
}
#header-inner, #footer-inner, #alpha-inner, #beta-inner, #gamma-inner {
/*     overflow: hidden; */
}
/* PAGE LAYOUT: Bandaids */
#header-inner:after, #content-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#content-inner {
	display: inline-block;
}
/* no ie mac \*/
* html #content-inner {
	height: 1%;
}
#content-inner {
	display: block;
}
/* */

/* TAG TEXT STYLING */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: normal;
	color: #4c4242;
	margin-top: 30px;
	margin-bottom: 24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	color: #4c4242;
	margin-top: 30px;
	margin-bottom: 18px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	color: #871719;
	margin-top: 20px;
	margin-bottom: 12px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #4c4242;
	margin-top: 20px;
	margin-bottom: 12px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #4C4242;
	margin-top: 20px;
	margin-bottom: 12px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #4C4242;
	margin-top: 14px;
	margin-bottom: 5px;
}
p {
	line-height: 135%;
	margin-top: 14px;
	margin-bottom: 0px;
}
ul {
	line-height: 135%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(_images/btn_bullet_black.gif);
	margin: 12px 0px 0px 35px;
	padding: 0px;
}
ol {
	line-height: 135%;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 12px 0px 0px 35px;
	padding: 0px;
}
li {
	margin-top: 8px;
}
li ul {
	margin-top: 8px;
}
dl {
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
dt {
	line-height: normal;
	clear: both;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
}
dd {
	line-height: normal;
	margin-top: 8px;
}
blockquote {
	line-height: 135%;
	margin: 12px 0px 0px 35px;
	padding: 0px;
}
abbr, acronym {
	border:none
}
abbr[title], acronym[title] {
	border-bottom: 1px dotted #4c4242;
	cursor: help;
	font-style: italic;
}
a:link {
	color: #000000;
}
a:visited {
	color: #4c4242;
}
a:hover {
	color: #871719;
}
/* CLASS TEXT STYLING */
.t_par_tagline {
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #871719;
	margin: 0px;
	padding: 0px;
}
.t_par_headertitle {
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #871719;
	line-height: normal;
	margin: 0px;
}
.t_par_headerbyline {
	text-align: right;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
.box_top h3 {
	color: #4c4242;
	margin: 0px;
}
.box_top h5 {
	margin-top: 12px;
}
.box_top p {
	line-height: normal;
	margin-top: 8px;
}
.box_top a {
	text-decoration: none;
	font-weight: bold;
}
.box_top a:visited {
	text-decoration: none;
	font-weight: bold;
}
.box_top a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.t_par_testimonial {
	background-image: url(_images/box_gold_quoteright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.t_par_testimonialby {
	line-height: normal;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.t_par_articlebyline {
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 24px;
}
.t_par_footer {
	font-size: 10px;
	text-align: center;
	line-height: normal;
}
.t_par_legalese {
	font-size: 9px;
	color: #999999;
	text-align: center;
	line-height: normal;
}
.toc_page {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(_images/btn_arrowdn.gif);
	margin: 12px 0px 24px 35px;
	padding: 0px;
}
.toc_page li {
	margin-top: 0px;
}
.toc_page a {
	text-decoration: none;
}
.toc_page a:visited {
	text-decoration: none;
}
.toc_page a:hover {
	text-decoration: underline;
}
.list_condensed {
	list-style: url(_images/btn_bullet_black.gif) none inside;
	font-size: x-small;
	margin: 8px 0px 0px;
	padding: 0px;
}
.list_condensed li {
	margin-top: 4px;
}
.list_condensed a {
	text-decoration: none;
}
.list_condensed a:visited {
	text-decoration: none;
}
.list_condensed a:hover {
	text-decoration: underline;
}
.t__center {
	text-align: center;
}
.t__left {
	text-align: left;
}
.t__right {
	text-align: right;
}
.t__tight {
	line-height: normal;
}
.t__close {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.t__red {
	color: #871719;
}
.t__xsmall {
	font-size: x-small;
}
.t__xsmall_close {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.t__nowrap {
	white-space: nowrap;
}
.t__linknoline a {
	text-decoration: none;
}
.t__linknoline a:visited {
	text-decoration: none;
}
.t__linknoline a:hover {
	text-decoration: underline;
}

/* TABLES */
th {
	font-weight: bold;
}
.table_tdcenter {
	margin-top: 14px;
	text-align: center;
}
.table_tdright {
	margin-top: 14px;
	text-align: right;
}

/* FORMS */
form, fieldset, input, textarea, hr, {
 margin: 0px;
 padding: 0px;
}

/* IMAGES, COLORS, LINES */
img {
	border: 0px;
}
.bg__cream {
	background-color: #FFF6CD;
}
.bg__gold {
	background-color: #FFE26F;
}
.bg__gray {
	background-color: #E3DFDF;
}
.obj__icon_l {
	vertical-align: baseline;
	padding-right: 5px;
}
.obj__icon_r {
	vertical-align: baseline;
	padding-left: 5px;
}
.obj__left {
	float: left;
	padding-left: 5px;
}
.obj__right {
	float: right;
	padding-left: 5px;
}
.obj__nomarginpad {
	margin: 0px;
	padding: 0px;
}
.obj__borders {
	border: 1px solid #000000;
}

/* BOXES */
#beta .box {
	width: 180px;
	margin-top: 20px;
}
.box_alpha_center {
	width: 70%; 
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
}
.box_top {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}
.box_middle {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box_bottom {
	margin: 0px;
	padding: 1px 0px 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_cream {
	margin: 0px;
	padding: 0px;
	background-image: url(_images/box_cream_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_cream .box_top {
	background-image: url(_images/box_cream_tr.gif);
}
.box_cream .box_middle {
	background-image: url(_images/box_cream_br.gif);
}
.box_cream .box_bottom {
	background-image: url(_images/box_cream_bl.gif);
}
.box_gold {
	margin: 0px;
	padding: 0px;
	background-image: url(_images/box_gold_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_gold .box_top {
	background-image: url(_images/box_gold_tr.gif);
}
.box_gold .box_middle {
	background-image: url(_images/box_gold_br.gif);
}
.box_gold .box_bottom {
	background-image: url(_images/box_gold_bl.gif);
}
.box_gray {
	margin: 0px;
	padding: 0px;
	background-image: url(_images/box_gray_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_gray .box_top {
	background-image: url(_images/box_gray_tr.gif);
}
.box_gray .box_middle {
	background-image: url(_images/box_gray_br.gif);
}
.box_gray .box_bottom {
	background-image: url(_images/box_gray_bl.gif);
}
.box_in {
	padding: 10px 15px 5px;
}
#beta_nav_tree_qg, #beta_nav_tree_ps {
	padding: 10px 0px 0px 5px;
}
#beta_nav_tree_qgclient {
	padding: 5px 15px 5px;
}
#beta_nav_search {
	padding: 10px 5px 5px;
	text-align: center;
}
#beta_testimonials_in {
	background-image: url(_images/box_gold_quoteleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px;
}

/* EXAMPLES */
.example {
	margin: 14px 25px 14px 35px;
	padding: 1px 10px 1px;
	border: thin dotted #4c4242;
}
.example_qs {
	margin: 14px 25px 14px 35px;
	padding: 10px 10px 10px;
	border: thin dotted #4c4242;
}
.example_p {
	margin: 9px 0px 9px;
}
.example_pre {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	white-space: pre;
}
.example_question {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin: 9px 0px 9px;
}
.example_scale {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	margin: 9px 0px 9px;
}
.example .example_pre {
	margin: 9px 0px 9px;
}
.example_qs .example_question {
	margin: 0px;
}
.example_qs .example_scale {
	margin: 4px 0px 0px 25px;
}

/* COMMENTS */
.t_par_commenterdetail {
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.comment {
	background-image: url(_images/btn_quotesgray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
.comment-content {
	margin-left: 55px;
}
#comments-open-captcha .label {
	line-height: 135%;
	margin-top: 14px;
	margin-bottom: 0px;
}
#comments-open-captcha .field {
	line-height: 135%;
	margin-top: 0px;
	margin-left: 40px;
}
#comments-open-captcha .field p {
	margin-top: 0px;
}

/* MISC SPECIAL STYLES */
#beta_addthis {
	margin-top: 20px;
	text-align: center;
}
div.t_par_mockdd p {
	line-height: normal;
	margin-top: 8px;
}


