
* {
    font-size: 12px;
    line-height: 1.5em;
    font-family: verdana;
}

body {
    margin: 0px;
    background: #f0f0ee;
}

#main {
    width: 760px;
    margin: 0 auto;
}

#left {
    float: left;
    width: 160px;
    background: transparent;
}

#left div.header {
    /*background: url(/images/12/arrow.gif) no-repeat left;*/
    /*padding-left: 18px;*/
    border-top: dotted 1px #aaa;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: .5em;
    /*color: #f47321;*/
}

#left div.header, #left div.header * {
    font-size: 11px !important;
    font-weight: bold;
}

#left div.active {
    /*background: url(/images/12/arrow_active.gif) no-repeat left;*/
}

#left ul {
    margin: 0px;
    padding: 0px;
    /*padding-left: 18px;*/
    list-style-type: none;

}

#left li {
    margin: 0px;
    padding-left: 0px;
    /*color: #f47321; /*orange*/
    font-weight: bold;
    padding-bottom: 4px;
}

#left a {
    font-weight: normal;
    color: #000000;  /* black */
}

#left ul.info {
    /*list-style: none url(/images/8/arrow.gif) outside;*/
}

#left ul.actions {
    /*list-style: none url(/images/8/arrow_b.gif) outside;*/
    font-weight: bold;
}

#middle {
    width: 400px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 1em;
    background: white;
    padding: 10px;
    border: solid 1px #ddd;
}

#right {
    margin: 0px;
    width: 160px;
    float: right;
}

#right .item {
    background: white;
    border-bottom: solid 2px #ddd;
    padding: 2px 7px;
}

#footer, #footer * {
    font-size: 10px;
}

#footer {
    border-top: dotted 1px #999;
    clear: both;
    padding: .5em;
}

#topnav, #topnav * {
    font-size: 11px;
    line-height: 11px;
}

#search {
    vertical-align: top;
    height: 11px;
}

#search input {
}

#search input.q {
    border: 0px;
    background: white;
    height: 16px;
    border: solid 1px #ccc;
    border-right: 0px;
    padding-left: .5em;
    margin-left:  .5em;
}

h1 { font-size: 18px; font-weight: bold; color: #3B3B3B; clear: both; padding: 0px; margin: 0px; border-bottom: dotted 1px grey; text-align: left; width: 100% }
h2 { font-size: 16px; font-family: Arial; font-weight: bold; color: #666666; border-bottom: solid 1px #efefef; }
h3 { font-size: 12px; color: #555; font-weight: bold;}

p {
    text-align: left;
}

li {
    text-align: left;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #3c5c87; /*drkblue*/
}

a:visited {
    color: #3c5c87; /*drkblue*/}

a:hover {
    color: #f70;
    text-decoration: underline;
}

/* collapsed tables */

table.collapsed {
    border-collapse: collapse;
}

table.collapsed td {
    padding: 0;
}

img {
    border: 0px;
}  

strong.highlight {
    background: url(/images/highlight.gif) repeat-x bottom;
} 

.nowrap, .nowrap * {
    white-space: nowrap;
}

.small, small, .small *, small * {
    font-size: 10px !important;
    line-height: 1.2em;
    font-family: verdana;
    text-align: left;
}

#navbar {
    width: 760px;
    text-align: left;
    clear: both;
    margin-bottom: .5em;
}

#navbar, #navbar * {
    font-size: 11px;
}

#navbar ul {
    margin: 5px 0px;
    padding: 0px;
    list-style-type: none;
}

#navbar li {
    font-weight: bold;
    color: #ffefaa;
    display: inline;
    border-bottom: solid 2px #dddddb;
    border-right: solid 2px #dddddb;
    padding: 2px 6px;
    margin: 0px 1px;
    background: #5375a4;
    white-space: nowrap;
    text-align: center;
}

#navbar li a {
    color: white;
}

.note {
    border: solid 1px #ddd;
    background: #ffffef;
    padding: .5em;
}

.notice {
    color: blue;
    background: url(/images/notice_bg.gif) no-repeat right bottom;
    border: solid 1px #cecdcd;
    margin: 0.5em 0em;
    text-align: left;
}

.notice2 {
    padding: 2px;
    padding-left: 26px;
    background: url(/images/16/info_blink.gif) no-repeat 4px 4px;
}

.fieldWithErrors * {
    border: solid 2px #faa;
    background: #ffefef;
}

.errorExplanation {
    background: ;
    border: solid 1px #dda;
    color: #770;
    padding: .5em;
}

.errorExplanation h2 {
    font-family: arial;
    font-size: 11pt;
    margin: 0px;
}

/* data table */

.data {
    border-collapse: collapse;
}

.data th {
    text-align: left;
    vertical-align: top;
    color: #5375a4;
}

.data th, .data td {
    border-bottom: solid 1px #ccc;
    padding: 0.1em 0.5em;
}

div.hover {
    border: solid 1px #ddd;
}

table.form th {
    padding-top: 3px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
}

table.smalldata, table.smalldata * {
    font-size:   10px;
    font-family: verdana;
}

table.smalldata ol {
    margin:      0px;
    margin-left: 2em;
}

table.smalldata li {
}

table.smalldata th {
    color:         #555;
    background:    #ddd;
    border-left:   solid 1px #efefef;
    border-top:    solid 1px #efefef;
    border-right:  solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding:       2px;
}

table.smalldata td {
    border-right:  solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding:       4px;
}

dt {
    background: url(/images/bullet_orange.gif) no-repeat 4px 6px;
    margin-top: 1.5em;
    padding-left: 17px;
    font-weight: bold;
}

dd {
    margin-left: 17px;
    margin-top: 0.5em;
    text-align: left;
} 

legend {
    padding: 1px 5px;
    border: solid 1px #7f9db9;
    color: #5375a4;
    background: #e3e8f0;
    font-size: 11px;
    font-weight: bold;
}

fieldset {
    border: solid 1px #7f9db9;
    padding: .5em;
}

/*

fieldset.form {
  background: url(/images/macbg_fieldset.gif) repeat-x top;
  border: solid 1px #d5dfe5;
}

fieldset.form .errorExplanation {
  margin: .5em;
	background: #ffefef;
}

*/

.steps {
    float: right;
    clear: left;
}

.steps ul {
    margin: 0px;
    padding: 0px;
}

.steps li {
    display: inline;
    padding: 1px 1px 1px 3px;
    border: solid 1px #bfc8d5;
    color: #f70;
    font-weight: bold;
}

a.progress_bar {
    cursor: help;
}

a.progress_bar img {
    opacity: .5;
    filter:  alpha(opacity=50);
}

a.progress_bar:hover img {
    opacity: 100;
    filter:  alpha(opacity=100);
}

a.action {
    padding-left: 12px;
    background: url(/images/action.gif) no-repeat 0px 2px;
}

a.action:hover {
    background: url(/images/action_hover.gif) no-repeat 0px 2px;
}

/* ad styles */

div.ad {
    background: url(/images/ad.gif) repeat-y;
    padding: .25em .5em;
    border: solid 2px #ff6600;
}

div.ad_light {
    background: url(/images/ad.gif) repeat-y;
    padding: .25em .5em;
    border: solid 1px #ffe0cc
}

ul.none {
    list-style-type: none;
    margin-left: 0px;
}

ul.none li {
    margin: .25em 0em;
}

div.tick {
    padding-left: 22px;
    background: url(/images/16/tick.gif) no-repeat 1px 1px;
    color: #331400;
    font-weight: bold;
    margin: .5em 0em;
}

h2.ad {
    color: #fd7820;
    text-align: center;
    font-size: 28px;
}

.align_left, .align_left * {
    text-align: left;
}

div.action_box {
    background: url(/images/box_t.gif) no-repeat top;
    padding: 5px;
    padding-bottom: 0px;
}

div.action_box *, div.action_box a:hover {
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.rtm_nav {
    font-size: 11px;
    font-weight:bold;
    font-family: verdana;
}

.rtm_nav a{
    font-size: 11px;
    font-weight:bold;
    font-family: verdana;
}

greylinksmall
{
    font-family: verdana;
    font-size: 11px;
}

.floatright { float: right;}

.floatleft { float: left;}

.body_justify 
{
    vertical-align:middle;
    /*font-family:arial, Helvetica, Verdana, sans-serif; */
    /*font-size:12px;
    /*font-weight:normal; */
    color:#4F4F4F;
    text-decoration:none;
    line-height: 120%;
    text-align: left;
}

.border_dotted{

    border: dotted 1px #aaa;
}

.li {
    padding-left:9px;
    background-image:url('/images/ul.gif');
    background-repeat:no-repeat;
    display:block;
    text-decoration:none;
    text-align:left;
    line-height: 150%;
}

.no_li {
    padding-left:9px;
    background-repeat:no-repeat;
    display:block;
    text-decoration:none;
    text-align:left;
    line-height: 150%;
}

.body_w 
{
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    line-height: 120%;
}

.dots_grey {

    background-image:url('/images/dotted_h_grey.gif');
    background-repeat:repeat;

}

.cert {

    background-image:url('http://www.leaseholdguidance.com/images/cert.jpg');
    background-repeat:no-repeat;
    font-family:arial, Helvetica, Verdana, sans-serif; font-size:11px; font-weight:normal; color:#4F4F4F; text-decoration:none; line-height: 120%;

}

.cert1 {

    background-image:url('http://www.leaseholdguidance.com/images/block.jpg');
    background-repeat:no-repeat;
    font-family:arial, Helvetica, Verdana, sans-serif; font-size:11px; font-weight:normal; color:#4F4F4F; text-decoration:none; line-height: 120%;

}

.house {

    background-image:url('http://www.leaseholdguidance.com/images/house.jpg');
    background-repeat:no-repeat;
    font-family:arial, Helvetica, Verdana, sans-serif; font-size:11px; font-weight:normal; color:#4F4F4F; text-decoration:none; line-height: 120%;

}

#print {
    width: 600px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 1em;
    background: white;
    padding: 10px;
    border: solid 1px #ddd;
}
