﻿/* GENERAL */
*{
	margin: 0;
	padding:0;
	}
body 
{
    background-image: url(../images/bg_main.jpg);
    background-repeat: repeat-x;
    text-align: center;
    padding: 7px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #666;
    line-height: 17px;
    font-size: 11px;   
    background-color:#7ea265;
}
select
{
	    font-size: 11px;   
	    font-family:Verdana, Arial, Sans-Serif;
}
.frm_select
{
        font-size:13px;
	    font-family:Verdana, Arial, Sans-Serif;
	    color:#333;
}
input.default
{
	    font-size: 11px;   
	    font-family:Verdana, Arial, Sans-Serif;
	    border:1px solid #ccc;
	    padding:2px;
}

a
{
    color: #B6353C;
}
p
{
	margin-top:15px;
	margin-bottom:20px;
}
h1
{
	font-family:Georgia, Times New Roman, Serif;
	font-size:15px;
}
h2
{
	font-family:Georgia, Times New Roman, Serif;
	font-size:15px;
}
.main
{
    width:770px;
    margin: 0px auto;
    text-align: left;
}

ul
{
    margin: 20px 0px;
	padding-left:6px;
}
ul li
{
	list-style: none;
	padding-left: 16px;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	margin-bottom: 2px;
}

.clearfix
{
    clear: both;
    font-size: 1px;
}

/* HEADER */
.header
{
    height:114px;
    vertical-align:top;
    margin-top:10px;
    background-image: url(../images/bg_header.gif);
    background-repeat: no-repeat;
    background-position:left top;
}
.header div
{
    padding-top:72px;
    padding-left:10px;
}
.header_home
{
    background-image: url(../images/bg_header_home.gif);
}

.header td
{
    padding: 0px 7px;
}


/* CONTENT */
.content
{
	background-color:#fff;
    background-image: url(../images/bg_content.gif);
    background-position: 0px 20px;
    background-repeat: repeat-y;
}

td.left
{
    vertical-align: top;
}
div.left 
{
    padding-top:14px;
    margin: 0px 10px 20px 19px;
    text-align: left;
    width: 158px;
}
    

.block
{   
    border-top: dashed 1px #999;
    padding: 20px 8px 20px 8px;
    margin-bottom: 22px;
}

.block div
{
    margin-top: 8px;
}

.block img
{
    display: block;
    margin-bottom:8px;
}

img.box
{
    display: block;
    margin: 0px 2px 7px;
}

td.middle
{
    vertical-align: top;
    text-align: center;
}

div.middle
{
    width: 380px;
    padding-top:30px;
    text-align: left;
    margin: 0px auto 20px auto;
}

.middle_columns
{
    margin-top: 20px;
}

.middle_column1
{
    vertical-align: top;
    text-align: center;
}
.middle_column2
{
    vertical-align: top;
    padding-left: 18px;
}

.middle_button
{
    width: 100%;
    text-align: center;
}
a.thumb
{
    color: #666;
    font-size: 9px;
    text-decoration: none;
}

img.bull
{
    margin-top: 9px;
    display:block;
    border-style: none;
}

.feature
{
    margin: 4px 6px;
    vertical-align: top;
}

td.right
{
    vertical-align: top;
    background-image: url(../images/header_right.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div.right
{
    margin: 16px 12px 20px 6px;
    padding-top:20px;
    text-align: left;
    width: 169px;
}

.quote
{
    width: 164px;
}
.quote div
{
    font-style: italic;
    color: #587346;
    font-size: 9px;
    line-height: 14px;
    margin: 11px 16px 15px 14px;
}
/* FOOTER */
.footer
{
    height: 105px;
    background-image: url(../images/bg_footer_top.gif);
    background-repeat: repeat-y;
    text-align: center;
    color: #999;
    padding-top: 10px; 
    line-height: 17px;
    background-color:#fff;
}
.footer_bottom
{
    height: 55px;
    background-image: url(../images/bg_footer_bottom.gif);
    background-repeat: no-repeat;
    text-align: center;
    color: #dee1da;
    padding-top: 20px; 
    line-height: 17px;
}

.footer span
{
    color: #666;
}

.footer a
{
    color: #B6353C;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}
.footer_bottom a
{
    color: #f4f4f1;
    text-decoration: none;
}
.footer_bottom a:hover
{
    text-decoration: underline;
}