﻿html
{
    font-size: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 100%;
    background: #000033;
    color: White;
}
.clear_div, .clear
{
    clear: both;
}
#container_outer
{
    font-size: 0.75em;
    width: 778px;
    margin: 20px auto;
    background: #396487;
    color: White;
    background: url(images_design/container_middle_bg.gif) repeat-y left top;
}
#container_inner
{
    width: 760px;
    margin: 0px auto;
}
a img
{
    border: none;
}
.accordionHeader h4:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.imgCenter
{
    display: block;
    margin: 0 auto;
}
.imgRight1
{
    float: right;
    margin: 20px;
}
.imgLeft
{
    float: left;
    margin: 20px;
}
/**************************** header ************************/
#header
{
    height: 109px;
    background: url(images_design/header_bg.gif) no-repeat left top;
    margin: 0px;
    padding: 0px;
}
#header h1
{
    display: inline;
    float: left;
    margin: 0px 0px 0px 280px;
    padding: 0px;
}
#header h1 a
{
    display: block;
    height: 109px;
    width: 373px;
    margin: 0px;
    padding: 0px;
    background: url(images_design/weiner_logo.gif) no-repeat left top;
}
/*
#header h1 a span {
    display:none;
}*/
#header a img
{
    border: none;
}
#header #header_links
{
    float: left;
    padding-top: 20px;
    line-height: 24px;
    font-weight: bold;
}
#header #header_links ul
{
    border-left: 1px solid #b4c9d8;
    list-style-type: none;
    margin: 0px 10px;
    padding: 0px 10px;
}
#header #header_links ul li
{
    list-style-type: none;
    display: block;
}
#header #header_links a
{
    color: #b4c9d8;
    text-decoration: none;
}
#header #header_links a:hover
{
    color: White;
    text-decoration: underline;
}
/**************************** SlideShow *********************/
#slideshow_div
{
    height: 230px;
    padding: 0px;
    margin: 0px;
}
/**************************** Nav ***************************/
#navigation
{
    height: 46px;
    margin: 0 auto;
    padding: 0 0 0 6px;
    background: url(images_design/nav_bg2.gif) repeat-x left top;
    font-family: "Trajan" , "Trajan Pro" ,Georgia, Serif;
    text-transform: uppercase;
    font-size: 13.25px; /*font-weight:bold;*/
}
#navigation ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#navigation ul li
{
    margin: 0px;
    padding: 0px;
    float: left;
}

#navigation #menu ul li a.last
{
    background: none;
}

#navigation #menu ul li a
{
    line-height: 46px;
    text-decoration: none;
    display: block; /* this causes the link to act like a div */
    margin: 0px;
    padding: 0 13px 0 7px;
    color: #b4c9d8;
    background: url(images_design/nav_divider.gif) no-repeat right top;
}

#navigation #menu ul li a.sn_item_pressed
{
    /* menu style for the item representing the current page if there is one  the class must be the same as the one used in the navigation script */
    color: White;
}
#navigation #menu ul li a:hover
{
    /* menu style when pointer is over item */
    color: White;
}

/**************************** Content ***********************/

#content
{
    margin: 0px;
    padding: 8px;
    color: Black;
    background: White url(images_design/content_bg.gif) repeat-y left top;
    clear: both;
    font-family: Arial, Tahoma, Serif;
}
#content a
{
    color: #2d5980;
}
#content a:hover
{
    color: #003366;
}

#content_top
{
    clear: both;
    height: 9px;
    padding: 0px;
    margin: 0px;
    background: url(images_design/content_top.gif) no-repeat left top;
}
#content_bottom
{
    clear: both;
    height: 9px;
    padding: 0px;
    margin: 0px;
    background: url(images_design/content_bottom.gif) no-repeat left bottom;
}
#content h2
{
    color: #ee8822;
    font-family: "Trajan" , "Trajan Pro" ,Georgia, Serif;
    font-weight: bold;
    font-size: 1.8em;
}
#content .page_title, #content h3
{
    color: #ee8822;
    font-family: "Trajan" , "Trajan Pro" ,Georgia, Serif;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 1px solid #cccccc;
}
#sub_content
{
    float: right;
    width: 504px;
    padding: 0px 8px;
    margin: 0px;
}
#sub_content_quote
{
    padding: 0px 8px;
    margin: 0px;
}
#content .col_half
{
    float: left;
    width: 50%;
}
#content .img_even
{
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
#content .img_odd
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
#content a.img_btn_even
{
    display: block;
    text-align: left;
    padding-bottom: 6px;
}
#content a.img_btn_even img
{
    border: none;
}
#content a.img_btn_odd
{
    display: block;
    text-align: right;
    padding-bottom: 6px;
}
#content a.img_btn_odd img
{
    border: none;
}
#content h4, #content strong
{
    color: #2d5997;
}
#content dt
{
    font-weight: bold;
}

#content dd
{
    padding-bottom: 1em;
    font-style: italic;
}
.center
{
    text-align: center;
}
.memory
{
    display: block;
    float: right;
    padding: 10px;
}

/**************************** News Box **********************/
#news_box
{
    width: 205px;
    float: left;
    margin: 0px 0px;
    padding: 0px 8px;
    border-right: 1px dotted Black;
}
/*#news_box h3 {
    border-bottom:1px solid #cccccc;
}*/
ul.news_list
{
    list-style-type: none;
    margin: 0px;
    padding: 0px; /*font-size:0.9em;*/
    font-family: Arial, Tahoma, Serif;
}
ul.news_list li
{
    padding-top: 6px;
    padding-bottom: 6px;
}
ul.news_list li h4
{
    margin: 0px;
    padding: 0px;
}
ul.news_list li a
{
    display: block;
}
#news_box address
{
    font-style: normal;
}
#portals
{
    display: block;
}
.logo_sidebar
{
    margin-top: 35px;
}
#newshead h3 a
{
    color: #ee8822;
    font-family: "Trajan" , "Trajan Pro" ,Georgia, Serif;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
}

.newsLink
{
    padding-bottom: .75em;
}


/**************************** page by page styles ***********/
#catalog
{
}
#portal
{
    float: right;
}

/* home page buttons */
a.button
{
    height: 115px;
    display: block;
    float: left;
    color: #032245;
    text-shadow: #aaaaaa 3px 3px 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family:"Trajan","Trajan Pro",Georgia,Serif;
    font-size: 1.3em;
    font-weight: bold;
}
#why
{
    background: url(images_content/how_we_can_help.jpg) no-repeat;
    padding:15px 100px 0 15px;
    width:115px;
    margin-right: 40px;
}
#how
{
    background: url(images_content/why_us.jpg) no-repeat;
    padding: 15px 15px 0 120px; width: 95px;
}
/**************************** Forms Styles ******************/
.form_row
{
    padding-bottom: 0.6em;
}
.imgRight
{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-right: 150px;
}
.web_form .right
{
    text-align: right;
}
.web_form .form_col_val input
{
    width: 90%;
}
.web_form .half
{
    float: left;
    width: 50%;
}
.web_form .third
{
    float: left;
    width: 33%;
}
.web_form .twothirds
{
    float: left;
    width: 66%;
}
.web_form .quarter
{
    float: left;
    width: 25%;
}
.web_form .fifth
{
    float: left;
    width: 20%;
}
.web_form .threefifths
{
    float: left;
    width: 60%;
}
.web_form .twofifths
{
    float: left;
    width: 40%;
}
/* quote form specific */
.web_form_quote .form_row
{
    float: left;
    width: 33%;
    line-height: 1.2em;
}
.web_form_quote .date_section
{
    float: left;
    width: 50%;
}
.web_form_quote .date_section .form_row
{
    width: 100%;
}
.web_form_quote .date_section .month, .web_form_quote .date_section .day, .web_form_quote .date_section .year
{
    width: 20%;
}
.web_form_quote .quarter
{
    width: 25%;
}
.web_form_employee .form_row
{
    float: left;
    width: 20%;
    line-height: 1.2em;
}
.web_form_employee .form_row input
{
    font-size: 0.9em;
}
.web_form_employee .form_row select
{
    font-size: 0.9em;
}

/**************************** footer ************************/
#footer
{
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 61px;
    line-height: 50px;
    text-align: center;
    background: url(images_design/footer_bg.gif) no-repeat left bottom;
}
#footer span
{
    display: block;
}
#copyright
{
    font-size: 10px;
}
a.a8b_link
{
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 141px;
    height: 30px;
    text-decoration: none;
}
a.a8b_link a img
{
    border: none;
}
ul.footer_nav
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center; /*border-right:1px solid #4444FF;*/
}
ul.footer_nav li
{
    display: inline; /*border-left:1px solid #4444FF;*/
}
ul.footer_nav li a
{
    color: #b4c9d8;
    padding: 0px 4px;
}
/************temp************/
#newYear
{
    height: 583px;
    width: 450px;
    background: url(images_content/newYear.jpg) no-repeat top left;
    display: block;
    margin: 15px auto;
    border: dashed 4px Black;
}
#newYear p
{
    font-size: 38px;
    font-family: Georgia;
    color: #ee8822;
    padding-top: 460px;
    text-align: center;
}
#newYear p span
{
    font-size: 20px;
    color: #000033;
}
