﻿body 
{
    margin-top: 0px;
    background-color: #001025;
    font-family: Verdana;
    font-size: 12px;
    color: #211500;
}

.image
{
	margin-top: 3px; 
	border: solid 1px #715708;
}

.splash
{    
    margin-top: 20px;
    background-image: url(splash.jpg);
    width: 748px;
    height: 357px;
    border: solid 2px #183E5D;
    overflow: hidden;
}


.clientlist
{
	margin-left: 20px;
	margin-top: 20px;
	font-size: 16px;
	font-family: Georgia;
	color: #224666;
}

.splashscroller
{
    position: relative;
    left: 470px;
    top: 12px;
    width: 245px;
    height: 310px;
    overflow: hidden;
	filter:alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
	padding: 10px; 
    background-color: #E4C588;
    border: solid 1px #BA5607;
    cursor: default;
    background-image: url(tree_orange_clipped.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* positioning menu to contain the buttons */
.splashmenu
{
    position: relative;
    left: 450px;
    top: -220px;
    width: 263px;
    height: 200px; 
    z-index: 10;
}
.closeheader
{
    background-color: #715708;
    text-align: right;
    margin-bottom: 2px;
    padding: 2px;
}

/* positioning pane to contain detail divs */
.splashDetailPane 
{
    /*padding: 5px;*/
    display: none;
    border: solid 1px #224666;
    position: relative;
    left: 10px;
    top: -520px;
    width: 439px;
    height: 329px; 
    background-color: #A8893D;   
}
.detailScroller 
{
    overflow-y: scroll;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 10px;
    padding-top: 20px;
    height: 282px;
	scrollbar-track-color: #A8893D;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #BA5607;
	scrollbar-3dlight-color: #D46B21;
	scrollbar-highlight-color: #EE8238;
	scrollbar-shadow-color: #A74700;
	scrollbar-darkshadow-color: #832D00;
}

.splashbutton_off 
{
    padding-left: 51px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    color: #224666;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.splashbutton_off:hover 
{
    color: #224666;
    margin-left: 45px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    background-color: #A8893D;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	cursor: pointer;
    border: solid 1px #224666;
}
.splashbutton_on 
{
    color: #224666;
    margin-left: 0px;
    padding-left: 51px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    background-color: #A8893D;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	cursor: pointer;
	border-left: 0px;
    border-right: solid 1px #224666;
    border-top: solid 1px #224666;
    border-bottom: solid 1px #224666;
}




.h1
{
    color: #493600;
	font-family: georgia;
	font-size: 23px;
	font-weight: bold;
	font-variant: small-caps;
}

.h2
{
    color: #224666;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
}

.splashbar
{
    background-color: #224666;
    height: 30px;
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    padding: 5px;
    color: #BA5607;
	font-family: georgia;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	font-variant: small-caps;
}

.splashbardetail
{
    color: #BA5607;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
    font-variant: normal;
}

.formbutton
{
    background-color: #BA5607;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    border: outset 2px #BA5607;
    cursor: pointer;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
 	border-top: solid 1px #D46B21;
	border-left: solid 1px #EE8238;
	border-right: solid 1px #A74700;
	border-bottom: solid 1px #832D00;
}