/*------------*/
/*layout stuff*/
/*------------*/
body{
    background-color: #404050;
    text-align: center;
}
#main {
    /* main container table */
    position: relative;
    /*    left: 50%;*/
    /*    margin-left: -410px;*/
    margin-left: 150px;
    border-spacing: 0;
    background-color: #e0e0e0;
}
div.spacer{
    height: 5px;
}
div.content{
    text-align: center;
    position: relative;
    height: 750px;
    overflow: auto;
    width: 680px;
}
div.banner{
    background-color: #98bdc4;
    width: 100%;
    height: 100%;
    position: relative;
}
td.banner{
/*    position: absolute;*/
    background-color: #98bdc4;
    width: 690px;
    padding: 0px;
/*    vertical-align: top;*/

    top: 0px;
    height: 125px;
}
td.ulpic{

    text-align: left;
    /*    background-color: #700000;*/
    background-color: black;
    height: 113px;
    width: 125px;
    /*    border-left: 10px solid #700000;*/
    border-left: 10px solid #000000;
    padding: 5px;
}
td.content{
    background-color: #e0e0e0;
    border-bottom: 5px solid black;
    border-right: 5px solid #700000;
    border-top: 1px solid black;
    /*    border-left: 2px solid #e0e0e0;*/
    vertical-align: top;
    padding: 0;
    width: 670px;
}
td.nav{
    /*    border-left: 10px solid #700000;*/
    border-left: 10px solid #000000;
    border-bottom: 5px solid black;
    /*    	border-right: 1px solid black;*/
    background-color: #c0737a;
    background-image: url("navgradgray.jpg");
    background-repeat: repeat-y;
    height: 750px;
    text-align: center;
    padding: 0;
}
div.container{
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
    top: 0px;

}
div.container2{
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
    top: .5em;

}
img.ulpic{
    background-color: #e0e0e0;
    padding: 5px;
    border: 1px solid black;
    position: absolute;
    margin-left: -5px;
    height: 100px;
    width: 145px;
    z-index: 10000;
}
img.banner{
    position: absolute;
    top: 0px;

}
#vignette{
    /*//position: absolute;
	//bottom: 2.5em;
	//left: 50%;
	//margin-left: -60px;*/
    border: 1px solid black;
}
#copy{
    font-size: .7em;
    float: left;
    position: relative;
}
div.contact{
/*    position: absolute;*/
    top: 400px;
    text-align: right;
}
#contact a{
    font-size: .7em;

}
#contentFrame{
    width: 100%;
    height: 750px; /*//100%;*/
    border: 0px;
    border-top: 1px solid black;
    background-color: #e0e0e0;
}
#adobe{
    font-size: .7em;
    float: right;
    position: relative;
}
#adobe a img{
    border: 0px;
}
div.footer{
    position: relative;
    vertical-align: top;
    width: 750px;
    left: 50%;
    margin-left: -410px;
}
img.hiddenimage{
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
#news {
    background-color: #e0e0e0;
    height: 23px;
    text-align: center;
    overflow: hidden;
}
#newsTitle{
    height: 0px;
    color: #700000;
    font-size: 1em;
    text-align: center;
}
#newsTitle span{
    font-size: .8em;
}
#newsText{
    display: block;
    position: relative;
}

/*------------------*/
/*rollover nav stuff*/
/*------------------*/
a.rollover{
    display: block;
    font-size: 12pt;
    width: 125px;
    height: 26px;
    text-decoration: none;
    padding: 10px;
    position: relative;
    float: right;
    cursor: pointer;
}
a.rollover img {
    border: 0px;
    position: absolute;
    right: 0px;
}
a.rollover p{
    color: #880000;
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: -4px;
}
a.rollover:hover p{
    /*	color: #000000;*/
    color: #e0e0e0;
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: -4px;
}
a.rollover p.selected{
    color: #000000;
    position: absolute;
    z-index: 100;
    right: 8px;
    bottom: -4px;
}

