@import url('styles-base.css');
@import url('styles-top-menu.css');
@import url('styles-content.css');
@import url('styles-drop.css');

#header {
    height: 247px;
    background-image: url('/common-images/home-header-background.jpg');
}
#header span.home {
    position: absolute;
    color: white;
    font-family: Verdana, Arial;
    font-size: 22px;
    text-decoration: none;
    left:20px;
    top: 23px;
    padding-left:  180px;
    text-align: center;
    padding-top: 65px;
}
#header span.loc {
    font-size: 14px;
    padding-top: 90px;
    padding-left: 238px;
}
#header .content {
    position: absolute;
    padding-top: 110px;
    color: white;
    width: 494px;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    line-height: 2.25em;
}
#header .content a {
    color: white;
    text-decoration: underline;
}
#header .content a:hover {
    text-decoration: none;
}
#header .content .tag-line {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 5px;
}
#header .images {
    position: relative;
    margin-left: 494px;
    margin-right: 69px;
}
#header .images .image {
    height: 247px;
    position: relative;
    overflow: hidden;
}
#header .images .image img {
	position: absolute;
}
#header .images img.next,
#header .images img.previous {
    display: none;
    position: absolute;
    bottom: 5px;
}
#header .images img.next {
    right: 8px;
}
* html #header .images img.next {
    right: 76px;
}
#header .images img.previous {
    left: 5px;
}
#main {
    background-image: url('/common-images/home-sidebar-background.gif');
    background-repeat: repeat-y;
    background-position: right top;
}
#content {
    background-image: url('/common-images/home-content-background.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 113px;
    padding-top: 28px;
    margin: 0;
    /*margin-right: 346px;*/
}
#sidebar {
    float: right;
    width: 298px;
    font-size: 11px;
    margin-top: 5px;
}
#sidebar h2 {
    margin-bottom: 5px;
}
#sidebar p {
    margin: 0 30px 0 46px;
    line-height: 1.4em;
}
img.left {
    margin-right: 15px;
}
span.left.swfir {
    margin-right: 15px;
}
span.right.swfir {
    margin-left: 15px;
}
div.blog-list h3 {
    font-weight: bold;
    color: #926228;
}
div.blog-list h3 a {
    text-decoration: underline;
}
div.blog-list br {
    clear: left;
}
