/*-----------------------------------------------------------------------------
Landing page styles for 2008-06-19 redesign

author:     Morgan O'Neal 
email:      moneal@alpineinternet.com 
website:    http://www.alpineinternet.com
-----------------------------------------------------------------------------*/

div#container {
    background-color: #79452f;
}
div#container div.left {
    color: #f8eee2;
}
div#container div.right {
    text-align: center;
}
div#containerWrap {
    /*background: #b4a491 url(../images/trees.gif) 50% 100% no-repeat;*/
	background: #b4a491 url(/assets/20080619_redesign/images/wood_pattern.jpg);
}

h2.welcome {
    display: block;
    width: 255px;
    height: 16px;
    background: transparent url(../images/welcome.gif) left top no-repeat;
    text-indent: -9999px;
    margin: 15px auto;
}
div#container div.right p {
    background-color: #f7ede3;
    padding: 7px;
    margin-bottom: 7px;
}
div#container div.right dl {
    float: left;
    width: 33%;
}
div#container div.right dt, div#container div.right dt a {
    color: #b79876;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    text-decoration: none;

}
div#container div.right dt strong {
    color: #95391e;
    font-size: 15px;
}
div#container div.right dd {
    padding: 0 15px;
}
