h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.6em;
}
h3
{
    font-size: 1.4em;
}
h4
{
    font-size: 1.3em;
}
h5
{
    font-size: 1.2em;
}
h6
{
    font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6
{
    color: #c41130;
    font-weight: normal;
    letter-spacing: -0.05em;
    padding: 0;
    margin: 1em 0 0.75em 0;
}
p
{
    padding: .25em 0 .5em 0;
    display: block;
}
img
{
    border: 0;
}
.right
{
    float: right;
    margin: 0.25em 0 1em 2em;
}
.left
{
    float: left;
    margin: 0.25em 2em 1em 0;
}
a:link, a:visited
{
    color: #c41130;
    text-decoration: none;
}
a:hover, a:active
{
    text-decoration: underline;
}
img.outline
{
    padding: 3px;
    border: 1px solid #e8e8e8;
    display: block;
}
a:hover img.outline
{
    border: 1px solid #c8c8c8;
}
body
{
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    background-image: url(../Images/page-background.png);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
    font-size: 75%;
    line-height: 1.6em;
}
div#header, div#main-content, div#footer
{
    width: 950px;
    margin: 0 auto;
}
div#header
{
    height: 138px;
    position: relative;
    background-image: url(../Images/header-background.png);
    background-position: 23px 2px;
    background-repeat: no-repeat;
}
div#header a img#logo
{
    position: absolute;
    left: 0;
    top: 38px;
}
div#header a img#liberal
{
    position: absolute;
    right: 0;
    top: 37px;
}

div#header ul#nav
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 2px;
    top: 113px;
    list-style-type: none;
}
div#header ul#nav li
{
    float: left;
    margin-right: 37px;
}
div#header ul#nav li.last
{
    margin-right: 0;
}
div#main-content
{
    background-color: #fff;
    border: 1px solid #e0e5e9;
    margin-top: 26px;
    padding: 33px 40px;
    width: 870px;
    background-image: url(../Images/bg_maincontent.png);
    background-repeat: repeat-x;
    background-position: top;
    overflow: auto;
}
div#main-content p
{
    text-align: justify;
}
div#main-content div.press table td
{
    border-bottom: solid 1px #bbbbbb;
}
div#main-content div.press table th
{
    text-align: left;
}
div#main-column
{
    width: 640px;
    float: left;
}
div#side-column
{
    width: 206px;
    float: right;
}
div#side-column p
{
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
}
div#main-column
{
    width: 640px;
    float: left;
    color: #4e4d4d;
}
div#footer
{
    position: relative;
    height: 89px;
    color: #aaa;
}
div#footer span#footernav
{
    position: absolute;
    top: 18px;
    left: 50px;
    font-size: 90%;
}
div#footer a img#liberalsmall
{
    position: absolute;
    left: 0;
    top: 18px;
}
div#footer span#copyright
{
    position: absolute;
    top: 35px;
    left: 50px;
    font-size: 80%;
}
ul.albums
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    overflow: auto;
}

ul.albums a:link, ul.albums a:visited, ul.albums a:active
{
    text-decoration: none;
}
ul.albums li img
{
    padding: 1px;
    border: 1px solid #8892b9;
}

ul.albums li a img
{
    padding: 1px;
    border: 1px solid #8892b9;
}

ul.albums li a:hover img
{
    border: 1px solid #757843;
}

ul.albums li
{
    width: 200px;
    height: 145px;
    float: left;
    text-align: left;
    margin-bottom: 18px;
}

.third
{
    margin: 0px;
}

.addPadding
{
    margin-right: 18px;
}
.press
{
    width: 100%;
}
.press td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
}

.press tr:hover
{
    background-color: #ededed;
}

.request
{
    width: 100%;
}

.request-label
{
    text-align: right;
    width: 25%;
    padding-right: 15px;
    vertical-align: top;
}

legend
{
    color: #c41130;
}

fieldset
{
    -moz-border-radius: 8px;
    border-radius: px;
    margin: 10px 0 10px 0;
}

.people-label
{
    text-align: right;
    width: 40%;
    padding-right: 15px;
}

.sample-label
{
    font-size: 9px;
    color: Gray;
}

/* The CSS Code for the menu starts here */
#menu
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #eee;
    font-size: 13px;
    height: 40px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #ccc;
}
#menu li
{
    float: left;
}
#menu li a
{
    text-decoration: none;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #666;
}
#menu li a:hover
{
    background-color: #f5f5f5;
    border-bottom: 2px solid #DDD;
    color: #999;
}
#menu li.current a
{
    color: #c20000;
}
#menu_wrapper ul
{
    margin: 0 0 0 12px;
}
#menu_wrapper
{
    padding: 0 16px 0 0;
    background: url(../images/grey.png) no-repeat right;
}
#menu_wrapper div
{
    margin-top: 0px;
    float: left;
    height: 44px;
    width: 12px;
    margin: 0;
    background: url(../images/grey.png) no-repeat left;
}
