* {
    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: .75em;
    font-family: "Lucida Grande", Arial, Verdana, sans-serif;	
    line-height: 1.25em;
}

br {
    height: 1em;
}

h1 {
    font-size: 1.375em;
    line-height: 1.375em;
}

h2 {
    font-size: .96em;
}

h3 {
    font-size: .8em;
}

h4 {
    font-size: .8em;
}

h6 {
    font-size: .688em;
    font-weight: normal;
}

.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: .688em;
}

.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-position: center center;
}

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

.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;
}

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

.fap_subcols {
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.fap_subcols_item {
    position: relative;
    float: left;
    left: 100%;
}

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

.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: .688em;
}

.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: .688em;
}

.large_margin_top {
    margin-top: 1.5em;
}

.giant_margin_top {
    margin-top: 3em;
}


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

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

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

.strip_em {
    font-weight: normal;
}

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

.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 {
    font-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;
}

.buttonlink_outer{
    background-image: url('/images/site/pale_grey_shiny_left.gif');
    padding-left: 6px;
    display: block;
}

.buttonlink_inner{
    background-image: url('/images/site/pale_grey_shiny_right.gif');
    display: block;
}

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

.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;
}

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

.left_subcol_cont {
    margin: 7px 0 7px 7px;
    padding: 10px;
}

.tab_frame_grey {
    margin-bottom: 1em;
}

.tab_frame_head_grey_outer {
    padding-left: 4px;
    background-image: url('/images/site/boxtop_lt_grey.png');
    background-position: top left;
    height: 24px;
}

.tab_frame_head_dk_green_outer {
    padding-left: 4px;
    background-image: url('/images/site/boxtop_dk_green.png');
    background-position: top left;
    height: 24px;
}

.tab_frame_head_red_outer {
    padding-left: 4px;
    background-image: url('/images/site/boxtop_red.png');
    background-position: top left;
    height: 24px;
}

.tab_frame_head_grey_inner {
    padding-right: 4px;
    background-image: url('/images/site/boxtop_lt_grey.png');
    background-position: top right;
    padding: 3px 7px 0 6px; 
}

.tab_frame_head_dk_green_inner {
    padding-right: 4px;
    background-image: url('/images/site/boxtop_dk_green.png');
    background-position: top right;
    padding: 3px 7px 0 6px; 
}

.tab_frame_head_red_inner {
    padding-right: 4px;
    background-image: url('/images/site/boxtop_red.png');
    background-position: top right;
    padding: 3px 7px 0 6px; 
}

.tab_frame_grey_head_text {
    color: #777777;    
    font-weight: bold;
    font-family: verdana;
    font-size: .812em;
    background-repeat: no-repeat;
    background-position: right 4px;
    display: block;
}

.tab_frame_red_head_text {
    color: #ffffff;    
    font-weight: bold;
    font-family: verdana;
    font-size: .812em;
    background-repeat: no-repeat;
    background-position: right 4px;
    display: block;
}

.tab_frame_dk_green_head_text {
    color: #ffffff;    
    font-weight: bold;
    font-family: verdana;
    font-size: .812em;
    background-repeat: no-repeat;
    background-position: right 4px;
    display: block;
}

.tab_frame_dk_green_lower {
    background-color: #ffffff;
    border-left: solid 1px #6b8408;
    border-bottom: solid 1px #6b8408;
    border-right: solid 1px #6b8408;
    padding: 1px;
}

.tab_frame_red_lower {
    background-color: #ffdfdf;
    border-left: solid 1px #cc0000;
    border-bottom: solid 1px #cc0000;
    border-right: solid 1px #cc0000;
    padding: 1px;
    color: #cc0000;
}

.tab_frame_red_lower p {
    color: #cc0000;
}

.tab_frame_grey_lower {
    background-color: #eeeeee;
    border-left: solid 1px #cbcbcb;
    border-bottom: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
    padding: 1px;
}

.tab_frame_lower_sub {
    margin: 0 10px 10px 10px;
    color: #777777;    
    line-height: .9em;
}

.tab_frame_lower_sub a {
    text-decoration: underline;
    color: #777777;
}

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

.boxtop_gradient {
    padding-left: 4px;
    background-image: url('/images/site/boxtop_gradient.gif');
    background-position: top left;
    height: 26px;
    padding-top: 2px;
}

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

.top_text {
    margin-top: 17px;
    font-family: arial; 
}

.top_text p {
    margin-bottom: .825em;
    font-size: .75em;
}