body {
    padding:5;
    padding-right:10;
    padding-left:10;
    margin:0;
}

/* +++++ Content Holders +++++ */

.main_frame             { text-align:center; }
.content_holder         { text-align:left; width:900; margin:auto; height:400px; }
.minimal_content_width  { width:707px; }

.content_top { border-top: 1px solid #D7D7D7; }



/* +++++ Search Line +++++ */

.search_field {
    font-family:Verdana;
    font-size: 11px;
    color: #333340;
    border:1px solid #9CC1DA;
    background:#DEE7EE;
    width:110px;
    height: 26px;
    margin-right:4px;
}
.search_label {
    margin: 0 5px 0 10px;
    line-height: 28px;
    vertical-align: middle;
}
#newsletter_email {
    height: 28px;
}


/* +++++ Common Site Styles +++++ */

.text {
    font-family:Verdana;
    font-size: 11px;
    color: #6f6f6f;
}

.text_red {
    font-family:Verdana;
    font-size: 9px;
    color: #f70213;
}

.bold   { font-weight:bold; }
.center { text-align: center; }

.grey           { color: #bababa; }
a.grey:link     { color: #bababa; }
a.grey:visited  { color: #bababa; }
a.grey:hover    { color: #bababa; }

.grey_line {
    background-color: #D2D2D2;
    padding:0px;
}

.grey_border {
    border:1px solid #bababa;
}

.page_title {
    font-family:Verdana;
    font-size: 13px;
    color: #617B8A;
    font-weight:bold;
    padding-top:3px;
    padding-left:0px;
}

.form_el {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #6f6f6f;
    border:1px solid #9CC1DA;
}


.button {
    font-family:Verdana;
    font-size: 11px;
    color: #797979;
    background-color:#fffeff;
    border:1px solid #9CC1DA;
}

.error {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #800000;
}

a.link {
    font-family:Verdana;
    font-size: 11px;
    color: #5e5e5e;
    text-decoration:underline;
}

a.link:hover { text-decoration:none; }

a.link_item {
    font-family:Verdana;
    font-size: 11px;
    color: #adc0c6;
    text-decoration:underline;
}

a.link_item:hover { text-decoration:none; }


.triangle_left {
    margin-right:4px;
}

.triangle_right {
    margin-left:4px;
}


/* +++++ Newsletter Subscribe Filed +++++ */
.subscribe_fld *, #searchform *{
height: 28px;
}

.subscribe_fld {
    padding-right: 10px;
    text-align:right;
}


/* +++++ Testemonial Styles +++++ */

.testemonial {

}

.testemonial_name {
    color:#cccccc;
    font-size:9px;
    font-style:italic;
    padding-bottom:10px;
}


/* +++++ List Styles +++++ */



tr.list_header {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    color: #6f6f6f;
    background-color:#DEE7EE;
}

td.list_header {
    border-top:1px solid #9CC1DA;
    border-bottom:1px solid #9CC1DA;
    padding:2px;
}


tr.list_row {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #6f6f6f;
    background-color:#ffffff;
    padding:2px;
    behavior:url("css/common/hover.htc");
}

tr.list_row:hover {
    background-color:#ffffff;
}

tr.list_row_hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color: #6f6f6f;
    background-color:#ffffff;
    padding:2px;
    behavior:url("css/common/hover.htc");
}

td.list_row {
    border-bottom:1px solid #9CC1DA;
    vertical-align:top;
    padding:2px;
}
