/*
    yellow back:    #fff5bf
    red headline:   #cb021a
    orange headline:#ed7f00
    text:           #4d4d4d
*/
* {
    font-size: 12px;
    font-family: Helvetica, "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;		    
}

body {
    background-image: url(pics/back.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #fff5bf;
}

h1 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cb021a;
    text-align: left;
    margin-bottom: 25px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #cb021a;
    text-align: left;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;    
    color: #ed7f00;
    text-align: left;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #ed7f00;
    text-align: left;
}

fieldset {
    border: 0px;
}

#container {
    background-color: #fff;
    margin-bottom: 200px;
}

#logoheader {
    height: 120px;
}

#logo {
    margin-top: 35px;
    margin-left: 45px;
}

#logo a {
    text-decoration: none;
}

#headermenu {    
    text-align: right;
    margin-top: 70px;
    margin-right: 30px;
}

#headermenu ul, #headermenu li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#headermenu ul {
    overflow: hidden;
    padding-top: 3px;
}

#headermenu ul li {
    float: right;
}

#headermenu ul li a {
    text-decoration: none;
    color: #4d4d4d;
}

#headermenu ul li a:hover {
    color: #cb021a;
}

#headermenu ul li span.separator {
    padding: 0px 10px;
}

#headermenu ul li.menu-last span.separator {
    display: none;
}

#facebookimage {
    width: 25px;
    height: 25px;
    float: right;
    margin-left: 10px;
}

#leftpic {
    overflow: hidden;
    margin-right: 2px;
    max-height: 267px;
}

#middlepic {
    overflow: hidden;
    margin-right: 2px;
    max-height: 267px;
}

#rightpic {
    overflow: hidden;
    max-height: 267px;
}

#rightpic img {
	width: 100%;
}

#mainmenu {
    overflow: hidden;
    margin-left: 45px;
    margin-top: 40px;
    margin-right: 2px;
}

#mainmenu ul, #mainmenu li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainmenu ul li a {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
}

#mainmenu ul li a:hover {
    color: #cb021a;
    font-weight: bold;
    text-transform: uppercase;
}

#mainmenu ul li.menu-current > a, #mainmenu ul li.menu-parent > a  {
    color: #cb021a;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    background-image: url(pics/mainmenusep.png);
    background-repeat: no-repeat;
    background-position: center left;
}

#mainmenu ul ul li {
    padding-left: 15px;
}

#mainmenu ul ul li a:hover {
    color: #ed7f00;
    font-weight: bold;
    text-transform: none;
}

#mainmenu ul ul li.menu-current > a, #mainmenu ul ul li.menu-parent > a {
    color: #ed7f00;
    font-weight: bold;
    text-transform: none;
    padding-left: 0px;
    background-image: none;
}

#leftcontent {
    margin-top: 47px;
    margin-bottom: 40px;
    overflow: hidden;
    margin-right: 2px;
}

#rightcontent {
    margin-top: 47px;
    margin-right: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}


.hideme {
    visibility: hidden;
}

.nowrap {
    white-space: nowrap;
}

.clearfloats {
    clear: both;
}

/* blueprint overrides */
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none repeat scroll 0 0 transparent;
}

table, th, td {
    vertical-align: top;
}

