body {
    font-family: Verdana, Arial, Helvetica;
    margin: 0 auto;
    margin-bottom: 1.5em;
    padding: 0px;
    width: 782px;
    text-align: justify;
    font-size: 14px;
}

#logo {
	margin-top: 10px;
    float: left;
}
#slogan {
	clear: right;
    float: right;
    padding: 100px 10px 0 10px;
    color: #000066;
    font-size: 14pt;
}
#userBar {
	float: right; 
	width: 420px; 
	background: #fff; 
	color: #900; 
	margin: 0; 
	padding: 0;
	border: 1px solid #900;
	border-top: none;
}
#userBarOptions a {
	color: #009;
	text-decoration: none;
}
#userBarOptions a:hover {
	text-decoration: underline;
}

#userBarOptions {
	display: inline;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
#userBarOptions li {
	display: inline;
	font-size: 85%; 
	line-height: 27px; 
	margin: 0; 
	padding: 0 10px; 
}
#userBar p {
	text-align: left;
	padding: 4px 8px; 
	margin: 0;
}
#userBar form {
	margin: 0;
	padding: 4px 8px; 
	text-align: right;
}

#content-main {
    clear: both;
    padding-bottom: 1em;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.required {
    background: #ffa;
}
#form-error {
    background: #ffeeee url("../img/error.png") bottom right no-repeat;
    font-weight: bold;
    border: 1px solid #990000;
    padding: 1em;
    margin: 1.5em 0;
}
#form-error li {
    cursor: pointer;
}
#form-error li:hover {
    text-decoration: underline;
}
.para {
    text-align: justify;
    line-height: 1.5em;
    padding: 10px 20px;
}
p {
    text-align: justify;
    line-height: 1.5em;
    padding: 10px 20px;
}
ul {
	margin: 0 0 0 50px;
}
li {
    text-align: justify;
    line-height: 200%;
	list-style: disc;
	padding: 3px 0 5px 0;
}
th {
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

img.help {
    vertical-align: middle;
}

.form-table {
    color: #990000;
    font-weight: bold;
    line-height: 1em;
    width: 100%;
}

.form-table td {
    vertical-align: top;
    padding: 5px;
}

form h3 {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 14px;
}
form p {
    margin: 0;
    padding: 5px;
}

fieldset {
    border: 1px solid #990000;
    margin: 15px auto;
    padding: 10px;
    width: 100%;
    color: #990000;
    display: block;
}

legend {
    font-weight: bold;
    color: #990000;
    font-size: 16px;
}

label {
    font-size: 12px;
    padding: .2em;
}

h1 {
    font-size: 140%;
	margin: 10px 0 10px 0;
}
h2 {
    font-size: 125%;
    margin: 10px 0 0 10px;
}
h3 {
	font-weight: bold;
    font-size: 110%;
    margin: 10px 0 0 20px;
}
h4 {
	font-weight: normal;
    font-size: 110%;
    margin: 10px 0 0 20px;
}
h5 {
	margin: 10px 0 5px 0;
	padding: 5px;
	background: #ddd;
	color: #000;
	font-size: 100%;
}
.green-em {
    color: #009900;
    font-style: italic;
}

#post-cost {
    margin: 0;
    padding: 0;
}

.honey {
    display: none;
}

input, textarea, select {
    color: #000000;
    font-size: 80%;
    font-family: Verdana;
    font-weight: normal;
    padding: 3px;
    line-height: 1.2em;
    border: 1px solid #999999;
}


.hint {
    color: #888888;
    font-size: 85%;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: block;
}

.price {
    color: #000088;
    font-size: 10px;
    font-weight: normal;
    padding: 0 0 0 1em;
    margin: 0;
    vertical-align: middle;
}

.post-price {
    color: #000088;
    margin: 0;
    padding: 0;
}

.help {
    cursor: help;
}

.col-left, .col-middle, .col-right {
    width: 252px;
    margin: 0;
    padding: 0;
}

.col-left {
    float: left;
}

.col-middle {
    float: left;
}

.col-right {
    float: right;
}

#total {
	font-size: 11pt;
    padding: 1em 1.5em;
}

.link-like {
    color: #990000;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}
.link-like:hover {
    font-weight: bold;
}
span.link-like {
    margin: 0 .75em;
}
div.link-like {
    display: inline;
}

#footer {
    margin: 0;
}
#footer ul {
    display: inline;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
#footer ul li {
    float: right;
	list-style: none;
	margin: 0;
	padding: 4px;
}

#footer ul li a {
    color: #676767;
    font-size: 85%;
    padding: 5px 15px;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#icons {
    float: right;
    margin: 0 10px;
	width: 200px;
}
#icons ul {
    display: inline;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
#icons ul li {
	float: right;
	padding: 0 10px;
}

.fileinfo {
    padding-left: 1em;
    color: #999999;
    font-size: 82%;
}
.require {
    color: #0000cc;
    font-weight: bold;
    font-size: 120%;
    vertical-align: top;
}
/*
#invoice-header {
    width: 100%;
}
#invoice-logo {
    float: left;
}
#invoice-order-date {
    float: right;
    text-align: center;
    font-size: 10pt;
    width: 160px;
    margin-top: 8px;
}
#invoice-billing-address {
    float: left;
    width: 340px;
}
#invoice-install-address {
    float: right;
    width: 340px;
}
#invoice-order-details {
    width: 100%;
    text-align: center;
}
#invoice-order-items {
    width: 100%;
}
#invoice-instructions {
    float: left;
    width: 460px;
    text-align: justify;
    margin-top: 15px;
}
#invoice-total {
    float: right;
    width: 150px;
    text-align: right;
    font-size: 13pt;
    padding: 3px;
}
*/
#accept {
    margin-left: 230px;
    padding: .5em;
    float: left;
    width: 340px;
    border: 1px solid #990000;
}
#accept label {
    padding-left: 1em;
}
table.invoice {
    border-collapse: collapse;
    font-size: 9pt;
}
th.invoice {
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
}
td {
    vertical-align: top;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.clear {
    width: 100%;
    height: 15px;
    clear: both;
}
.reverse {
    background: #000000;
    color: #ffffff;
}

#content-main a {
	color: #00b;
	text-decoration: none;
}

#content-main a:hover {
	text-decoration: underline;
}

#content-main a.help:hover {
	background: #ffffff;
}

/*- Menu Tabs J--------------------------- */

#tabsJ {
    clear: both;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    margin: 0;
}
#tabsJ ul {
    float: right;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
#tabsJ li {
    display: inline;
    margin: 0;
    padding: 0;
}
#tabsJ a {
    float: left;
    background: url("../img/tableftJ.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}
#tabsJ a span {
    float: left;
    display: block;
    background: url("../img/tabrightJ.gif") no-repeat right top;
    padding: 5px 15px 4px 9px;
    color: #24618E;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float: none;}
/* End IE5-Mac hack */

#tabsJ a:hover span {
    color: #FFFFFF;
}
#tabsJ a:hover {
    background-position: 0% -42px;
}
#tabsJ a:hover span {
    background-position: 100% -42px;
}

#tabsJ .current a {
    background-position: 0% -42px;
}

#tabsJ .current a span {
    background-position: 100% -42px;
    color: #FFFFFF;
}
#myPosts {
  font-size: 90%;
}
.dim {
  opacity: 0.4;
  filter: alpha(opacity=40);
}