/* INIT */
html, body, ul, li, form, textarea, p, h1, h2, h3, h4, h5, h6, table {
margin:0;
padding:0;
font-size:100%;
line-height:100%;
font-family:Arial,Helvetica,sans-serif;
color:#003540;
}
hr {  padding:10px; }

li  { list-style-type:none; } 
a  { text-decoration:none; } 
.column { display:inline; float:left; overflow:hidden; } 
.rowend { clear:both; overflow:hidden; }

/* PAGE */

#page { width:786px; margin:0 auto; font-size:12px; background:url(../images/bg_big_content.jpg) repeat-y; }

/* HEADER */

#header { background:url(../images/bg_header.jpg); height:98px; position:relative;}

#header a {
position:absolute;
bottom:10px;
right:9px;
width:468px;
height:60px;
background:url(../images/header_link.jpg);
}

#header_forms { height:192px; background:url(../images/bg_header_forms.jpg); }

#header_forms #section_1 { height:39px; border-bottom:1px solid #1e5b56; border-top:1px solid #1e5b56;}

#header_forms #section_1 p {
font-weight:bold;
text-align:center;
position:relative;
top:14px;
}

#header_forms #section_1 select { font-size:11px; }

#header_forms #section_2 { height:151px; position:relative; }

#header_forms #section_2 select { position:relative; top:4px; font-size:11px; }

#header_forms #section_2 input { position:relative; top:3px; font-size:11px;}

#header_forms #section_2 p { position:absolute; text-align:center;}

#header_forms #section_2 p.title {
text-align:center;
font-weight:bold;
top:4px;
width:100%;
}

#header_forms #section_2 p#form_1 { left:110px; top:21px; width:156px; }

#header_forms #section_2 p#form_2 { left:483px; top:21px; width:212px;}

#header_forms #section_2 p#form_search { left:325px; top:21px; width:130px;}

#header_forms #section_2 p#form_3 { left:34px; top:64px; width:176px;}

#header_forms #section_2 p#form_4 { left:273px; top:64px; width:136px;}

#header_forms #section_2 p#form_5 { left:486px; top:64px; width:249px;}

#header_forms #section_2 p.go { top:100px; width:100%; }

/* BIG CONTENT */

#big_content { background:url(../images/bg_big_content.jpg) repeat-y; }

/* LEFT COLUMN */
#left_column {
width:143px;
background:#669999;
color:#fff;
padding-top:20px;
border-right:1px solid #c8e14c;
}

#left_column a { color:#fff; }

#left_column a:hover { text-decoration:underline; }

#left_column h2 {
color:#fff;
text-align:center;
font-size:14px;
margin-bottom:8px;
}

#left_column .sidebox h2 {
background:#79b130 url(../images/bg_column.jpg) no-repeat;
background-position:95% 40%;
padding:7px 20px 8px 0;
text-align:right;
margin-bottom:0;
font-size:12px;
border-top:1px solid #c8e14c;
border-bottom:1px solid #c8e14c;
}

#left_column .sidebox  p {
text-align:right;
padding:9px 8px 9px 0;
}



/* RIGHT COLUMN */

#right_column {
width:143px;
background:#669999;
color:#fff;
padding-top:20px;
border-left:1px solid #c8e14c;
}

#right_column a { color:#fff; }

#right_column a:hover { text-decoration:underline; }

#right_column h2 {
color:#fff;
text-align:center;
font-size:14px;
margin-bottom:8px;
}

#right_column .sidebox h2 {
background:#79b130 url(../images/bg_column.jpg) no-repeat;
background-position:5% 40%;
padding:7px 0 8px 20px;
text-align:left;
margin-bottom:0;
font-size:12px;
border-top:1px solid #c8e14c;
border-bottom:1px solid #c8e14c;
}

#right_column .sidebox  p {
text-align:left;
padding:9px 0 9px 8px;
}