﻿/*--------- Layout ----------*/
#divPage {
	background-color:#330000;
	width:940px;
	text-align:left;
	position:relative;
	display:table;
	margin:0 auto;
}

#divSearch {
    background-color:#330000;
    text-align:right;
    width:100%;
}

#divTop {
    background-image:url(../images/topline.jpg);
    height:6px;
    width:940px;
    float:left;
    position:relative;
    z-index:2;
}

#divContainerTop {
    background-image:url(../images/outsidetile.png);
    background-repeat:repeat-y;
    width:940px;
    z-index:1;
}

#divContainerBottom {
    background-image:url(../images/outsidetile_tan.jpg);
    background-repeat:repeat-y;
    overflow:hidden;  
    width:940px;
    position:relative; 
}

.main {
    width:928px;
    margin:0 auto;
}

#divHomeHeaderNav {
    background-image:url(../images/Home_Top.jpg);
    width:100%;
    height:219px;
    position:relative;
}

.divHeaderNav {
    width:100%;
    height:172px;
    position:relative;
}

.topnavlinkarea {
    width:146px;
    height:136px;
    float:left;
    position:relative;
}

.topnavlinkarea_right {
    width:176px;
    height:66px;
    float:left;
    position:relative;
}

#divHeaderMain {
    width:100%;
    height:90px;
    position:relative;
}

#divHeaderMain #left {
    background-image:url(../images/Home_Left.jpg);
    background-repeat:no-repeat;
    width:67px;
    height:90px;
    float:left;
    position:relative;
}

#divHeaderMain #center {
    background-image:url(../images/homeshadow.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    width:482px;
    height:90px;
    float:left;
    background-color:#f5f1e2;
    position:relative;
    font-weight:bold;
    font-style:italic;
    font-size:11px;
    line-height:18px;
    text-align:center;
    text-indent:30px;
}

#divHeaderMain #right {
    background-image:url(../images/Home_Right.jpg);
    background-repeat:no-repeat;
    width:379px;
    height:90px;
    float:left;
    position:relative;
}

#divSubHeaderMain {
    background-image:url(../images/subheader.jpg);
    width:928px;
    height:100px;
    position:relative;
}

#divHomeCrumbs {
    background-color:#990000;
    width:100%;
    height:22px;
    position:relative;
}

.divSubCrumbs {
    width:100%;
    height:22px;
    position:relative;
}

#divHomeContent {
    background-image:url(../images/contentback.png);
    background-repeat:repeat-x;
    background-position:top;
    width:100%;
    min-height:400px;
    position:relative;
    overflow:hidden;
}

#divHomeContent h1 {
    font-size:18px;
    line-height:30px;
    color:#330000;
    display:block;
    font-variant:small-caps;
    border-bottom:dotted 1px #333;
    font-weight:normal;
}

#divHomeContent #left {
    background-image:url(../images/treeback.png);
    background-position:bottom center;
    background-repeat:no-repeat;
    background-color:#f5f0e0;
    border-left:solid 1px #d1c4a8;
    border-top:solid 1px #d1c4a8;
    border-right:solid 1px #fff;
    border-bottom:solid 1px #fff;
    margin:25px 20px 25px 20px;
    padding:25px 20px 25px 20px;
    width:290px;
    min-height:400px;
    float:left;
    position:relative;
    font-size:11px;
    line-height:24px;
    color:#333;
}

#divHomeContent #right {
    width:540px;
    float:left;
    position:relative;
    margin-top:10px;
    font-size:11px;
    line-height:24px;
    color:#333;
}

#divHomeContent #right a:link {
    font-size:12px;
    font-style:italic;
}

#divHomeContent #right a:visited {
    font-size:12px;
    font-style:italic;
}

#divSubContent {
    background-image:url(../images/contentback.png);
    background-repeat:repeat-x;
    background-position:top;
    width:95%;
    min-height:400px;
    position:relative;
    overflow:hidden;
    padding:25px 25px 25px 25px;
}

#divSubContent #left {
    margin:5px 20px 25px 5px;
    padding:25px 20px 25px 10px;
    width:240px;
    min-height:400px;
    float:left;
    position:relative;
}

#divSubContent #left #top {
    background-image:url(../images/treeback.png);
    background-position:bottom center;
    background-repeat:no-repeat;
    background-color:Transparent;
    min-height:255px;
    width:100%;
    position:relative; 
}

#divSubContent #left #top #divLinks {
    width:100%;
    position:relative;
    padding:25px 0px 0px 10px;
}

#divSubContent #left #bottom {
    width:100%;
    position:relative;
    text-align:center;
    padding-top:25px;
}

#divSubContent #right {
    width:575px;
    float:left;
    position:relative;
    margin-top:15px;
}

#divBottom {
    background-image:url(../images/bottom.jpg);
    height:24px;
    width:940px;
    float:left;
    position:relative;
}

#divFooter {
    margin:0 auto;
    width:940px;
    text-align:right;
    padding:10px 10px 10px 0px;
}