* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;	
    font-size: 100%;
	line-height: 1em; /* 16x1.125=18px */
    color: #6b8408;
}

img {
    border-width: 0;
}

a {
    text-decoration: underline;
    color: #6b8408;
}

a:hover {
    text-decoration: underline;
}

/*p {
    font-size: .7em;
}*/

br {
    height: 1em;
}

h2 {
    font-size: .96em;
}

h3 {
    font-size: .8em;
}

h4 {
    font-size: .8em;
}

.fake_h4 {
    margin-bottom: 1em;
    font-size: .8em;
    font-weight: bold;
}

/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */

label {
    font-size: .75em;
}

select {
    font-size: .75em;
}

option {
    margin: 0 3px 0 3px;
}

fieldset {
    border-width: 0;
}

/* ------------------------------------------------------------------------- */

.normal_text {
    font-size: .7em;
}

.text_grey {
    color: #888888;
}

.italic_text_grey {
    font-style: italic;
    color: #888888;
}

.subtle_text {
    color: #888888;
}

/* ------------------------------------------------------------------------- */

.clearer {
    clear: both;
}

.align_left{
    text-align: left;
}

.align_center{
    text-align: center;
}

.align_right{
    text-align: right;
}

.dotted_underline {
    border-bottom: 1px dotted #999999;
}

.center_indent {
    margin-left: 1em;
    margin-right: 1em;
}

/* ------------------------------------------------------------------------- */

.om_page {
    margin: 9px 4px 9px 4px;
    padding: 1px;
}

.page_title {
    margin: 0 0 10px 0;
}

.head_banner {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner_subhead {
    padding-left: 6px;
    text-align: right;
    border-bottom: dotted 1px #999999;
    margin-bottom: 10px;
    overflow: hidden;
    height: 22px;
}

.banner_subhead h4 {
    float: left;
    margin-top: 2px;
}

.banner_subhead abbr {
    border-bottom: none;
}

.banner_subhead .banner_subhead_button {
    margin: 0 0 2px 0;
}

.sqbutton {
    margin: 0 auto;
    border-width: 0;
    height: 15px;
    width: 15px;
    font-size: 10px;
    font-family: verdana;
    color: #6b8408; 
    text-align: center;
    background: url('/siteimages/small_grey_square.gif');
    background-repeat: no-repeat;
    background-align: center middle;
}

/* ------------------------------------------------------------------------- */

.fake_form_line .fake_label {
    float: left;
    text-align: right;
    font-weight: bold;
    padding-right: .5em;
}

/* ------------------------------------------------------------------------- */

.sub_para {
    font-size: .9em;
}

/* ------------------------------------------------------------------------- */

.subcols {
    padding: 1px;
}

.subcols .subcols_left {
    float: left;
    width: 48%;
    padding: 1px 1px 1px 1px;
}

.subcols .subcols_right {
    margin-left: 51%;
    padding: 1px 1px 1px 1px;
}

/* ------------------------------------------------------------------------- */

.small_spacer {
    height: .5em;
    clear: both;
}

.regular_spacer {
    height: 1em;
}

.giant_spacer {
    height: 4em;
}

/* ------------------------------------------------------------------------- */

.small_indent {
    margin-left: .6em;
}

.medium_indent {
    margin-left: 1.1em;
}

.large_indent {
    margin-left: 2.5em;
}

/* ------------------------------------------------------------------------- */

.no_margin {
    margin: 0;
}

.no_margin_bottom {
    margin-bottom: 2px;
}

.tiny_margin_bottom {
    margin-bottom: 2px;
}

.small_margin_bottom {
    margin-bottom: .3em;
}

.medium_margin_bottom {
    margin-bottom: .7em;
}

.large_margin_bottom {
    margin-bottom: 1.5em;
}

.giant_margin_bottom {
    margin-bottom: 3em;
}

/* ------------------------------------------------------------------------- */

.no_margin_top {
    margin-top: 0;
}

.tiny_margin_top {
    margin-top: 2px;
}

.small_margin_top {
    margin-top: .3em;
}

.medium_margin_top {
    margin-top: .7em;
}

.large_margin_top {
    margin-top: 1.5em;
}

.giant_margin_top {
    margin-top: 3em;
}


/* ------------------------------------------------------------------------- */

.dotted_seperator {
    border-bottom: dotted 1px #aaaaaa;
    margin-top: .7em;
    margin-bottom: .7em;
}

/* ------------------------------------------------------------------------- */

.strip_em {
    text-weight: regular;
}

/* ------------------------------------------------------------------------- */

.drop_shadow_1 {
    background-image: url('/siteimages/drop_shadow_main2.gif');
    background-repeat: no-repeat; 
    background-position: bottom right;
    margin: 0 auto;
}


.drop_shadow_2 {
    background-image: url('/siteimages/drop_shadow_top_corner2.gif');
    background-repeat: no-repeat; 
    background-position: top right; 
}

.drop_shadow_3 {
    background-image: url('/siteimages/drop_shadow_lower_corner2.gif');
    background-repeat: no-repeat; 
    background-position: bottom left;
    text-align: left;
}

/* ------------------------------------------------------------------------- */

.star_holder {
    height: 16px;
    width: 16px;
    float: left;
    overflow: hidden;
}

.star_full_yellow {
    background-image: url('/siteimages/star.gif');
    background-repeat: no-repeat; 
    background-position: 0 -32px;
    text-align: left;
    height: 16px;
    width: 16px;
}

.star_full_grey {
    background-image: url('/siteimages/star.gif');
    background-repeat: no-repeat; 
    background-position: top center;
    text-align: left;
    height: 16px;
    width: 16px;
}

.star_5050 {
    background-image: url('/siteimages/star-left.gif');
    background-repeat: no-repeat;
    background-position: 0 -32px;
    text-align: left;
    height: 16px;
    width: 16px;
}

/* ------------------------------------------------------------------------- */

.photo_caption {
    text-weight: bold;
    color: #666666;
}

.subtle_text {
    font-size: .8em;
    color: #aaaaaa;
}

.clean_list {
    list-style-type: none;
}

/* ------------------------------------------------------------------------- */

.omlet_button {
    margin: 0 auto;
    border-width: 0; 
    height: 21px;
    padding: 3px 0 5px 0;
    font-size: 8pt;
    font-weight: bold;
    color: #6b8408;
}

.smallbutton { 
    margin: 0 auto;
    border-width: 0; 
    height: 15px;
    padding: 0 0 2px 0;
    font-size: .625em;
    font-family: arial;
    color: #6b8408;
    outline-color: invert;
    outline-style: none;
    outline-width: 0pt;
}

/* ------------------------------------------------------------------------- */

.basic_table {
    border-collapse: collapse;
}

.basic_table th, .basic_table td {
    font-size: 8pt;
    border: solid 1px #6b8408;
    padding: 1px 3px 1px 3px;
}

.basic_table th {
    background-color: #eeeeee;
}

/* ------------------------------------------------------------------------- */
/* Info And Error Boxes*/

.infobox {
    padding: 1px;
    border: solid 1px #6b8408;
    background-image: url('/images/form_warning_icon.gif');
    background-position: 15px 15px;
    background-repeat: no-repeat;
    min-height: 60px;
    margin-bottom: 15px;
}

.infobox_inside {
    margin: 10px 5px 5px 60px;
}

.error_box {
    border: solid 1px #dd3333;  
    color: #dd3333;
}
