﻿* { margin:0; padding:0;}
body{ background:#FFFFFF;}
html, input, textarea, select{font-family:Arial; font-size:12px; color:#4E4C32; line-height:18px;}


/*in_line*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}


a {color:#FF7B40; text-decoration:none;}
a:hover{text-decoration:none;color:#DEDEDE;}

h2 {
   color:#FF7B40;
   text-transform:uppercase;
   font-family:Tahoma;
   font-weight:bold; 
   font-size:18px; }

h3 {
   color:#ABABAB;
   text-transform:uppercase;
   font-family:Tahoma;
   font-weight:bold; 
   font-size:14px; }

li {
   background:url(images/marker.gif) no-repeat 0 5px; 
   padding-left:14px; 
}

.column { float:left;}
.clear { clear:both;}
.fleft { float:left;}
.fright { float:right;}
.tar { text-align:right;}

.tall_top { background:url(images/tall_top.gif) left top repeat-x;}
.tall_bottom { background:url(images/tall_bottom.gif) left bottom repeat-x;}

.form { height:22px;}
.form input {width:175px; height:14px; border-color:#DBDBDB; padding:0 0 0 4px;}
textarea { width:300px; height:115px;  padding:0 0 0 4px; overflow:auto; margin-bottom:13px; border:1px black solid; font-family: Verdana, Arial, helvetica; font-size:1em; color:#1A425D;}


.input1 { width:182px; height:16px; border:1px solid #B6B7B8;}
.select1 { width:60px; height:16px; font-size:12px;}

.center_but { background:url(images/center_but.gif) left top repeat-x; width:93px;}
.center_but a { color:#18191A; text-decoration:none;}
.center_but a:hover { color:#FFFFFF;}
.left_but { background:url(images/left_but.gif) no-repeat left top;}
.right_but { background:url(images/right_but.gif) right top no-repeat;}
.center_but .ind {  text-align:center; padding-top:1px; padding-bottom:3px;}


/*header*/
#header .indent{}
#header .row_1 .col_1 { width:766px;}
#header .row_1 .col_1 .indent { padding:15px 0px 55px 21px;}
#header .row_2 .indent { padding:0 0 0 20px;}
#header .row_3 { background:url(images/header_bgd.jpg) no-repeat left top; color:#A5A5A6;}
#header .row_3 .indent { padding:39px 21px 54px 45px; width:470px;}
#header .row_3 .title { margin-bottom:26px;}

/*footer*/
#footer { color:#767676; background:url(images/tall_bottom.gif) left top repeat-x;}
#footer .indent { padding:11px 0 0 21px;}
#footer strong { color:#201F1F; text-transform:uppercase; font-size:11px;}
#footer  a strong { color:#767676; text-transform:uppercase; font-size:11px; font-weight:bold;}
#footer span { font-size:11px; line-height:13px;}
#footer span a {color:#767676;}
.underline { text-decoration:underline;}
.underline:hover { text-decoration:none;}

/*content*/
#content { background:#FFFFFF;}

.title { margin-bottom:17px;}
.link1 { background:url(images/marker.gif) no-repeat 0 5px; padding-left:14px; color:#000000; font-weight:bold;}
.link1:hover { color:#DEDEDE; text-decoration:none;}
.link2 { color:#8F8F8F; text-transform:uppercase; font-weight:bold; font-size:10px; font-family:Tahoma; background:url(images/li_bgd.gif) left bottom repeat-x;}
.link2:hover { color:#DEDEDE; text-decoration:none;}

/*================== index.html ==================*/
#page1 #content .col_1 { background:url(images/col_2_bgd.gif) repeat-x left top;}
#page1 #content .col_1 .indent { padding:10px 42px 10px 46px; height:180px; background:url(images/col_3_bgd.gif) right top no-repeat;}
#page1 #content .col_1 .bgd { background:url(images/col_1_bgd.gif) left top no-repeat;}
#page1 #content .col_2 { background:url(images/col_2_bgd_2.gif) no-repeat right top;}
#page1 #content .col_2 .indent { padding:72px 0 40px 10px;}
#page1 #content .col_2 .title { margin-bottom:15px;}
#page1 #content .col_2 .img_indent { margin-right:9px;}

.regularcontent
{
    background-color:White;
    height:175px;
    border:2px #D2D2D2 solid;
    margin-left:19px;
    padding:15px;   
}

table
{
    width:700px;   
}

table.field
{
    text-align:right;
}

table input
{
    border:1px black solid;
    font-family: Verdana, Arial, helvetica;
    font-size:1em;
    color:#1A425D;
}

table #submit
{
    color:White;
    font-variant:small-caps;
    font-weight:bold;
    background:#526F00;
    border-top:1px gray solid;
    border-left:1px gray solid;
    border-right:2px black solid;
    border-bottom:2px black solid;   
}