﻿* {margin: 0; padding: 0;}
body 
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    color: #333333;
    margin: 0;
    padding: 0;
}
ul {margin: 0px; padding: 3px;}
li {margin-left: 10px;}
/* line that extends 100% above regular site*/
#blueline 
{
    width: 100%;
    height: 20px;
    background-color: #3f0165;
    }
/*main body - maintains width and centers*/
#wrapper
{
    width: 792px;
    margin: 0 auto;
    
    }
/* header - down to the stenography machine keys*/
#top 
{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 9pt;
    }
#top_int 
{
    position: relative;
/*    float: left;*/
    width: 792px;
    left:16%;
    height:201px;
    top:-35px;
    font-size: 9pt;
    background:url(images/logo_internal.gif) no-repeat;
    margin-bottom: 0px;
 }
    
/* vertical links at the top*/
#top a:link, #top a:visited
{
    color: #333333;
    text-decoration: none;
}
#top a:hover
{
    color: #959595;
    text-decoration: none;
}
#topTable
{
    margin: 30px 0 0 210px;
/*    float: right; */
    color:#333333;    
}
#topTable a
{
    color:#333333;
}
#topTable a:hover
{
    color:#3f0164;
}

/*add some padding to the three lengthwise menu to make up for the 4 pixel header on the "home" menu*/
#topblue {padding: 4px 0 0 10px;}

/*these build the mouseover bars above the length-wise menu*/
a:link {text-decoration: none; color: #D45A24}
a:visited {text-decoration: none; color: #D45A24}
A:hover {text-decoration: underline; color: #3F0165;}
#topblue a:link, #topblue a:visited
{
    border-top: solid 4px #d7d7d7;
    text-decoration: none;
    color: #333333;
    }
#topblue a:hover 
{    border-top: solid 4px #3f0165;
    text-decoration: none;
    color: #959595;
}
#phonecell 
{
    color: #D45A24;
    text-align: right;
    
    }
#frontpic 
{
    position: relative;
    float: left;
    width: 792px;
    }
#frontleft 
{
    width: 356px;
    padding: 20px 10px 0 30px;
    position: relative;
    float: left;
    }
#frontright 
{
    width: 375px;
    padding: 20px 10px 0 0;
    position: relative;
    float: left;
    border-left: solid 1px #000000;
    }
.frontleft 
{
    width: 356px;
    padding: 20px 10px 0 30px;
    float: left;
    }
.frontright 
{
    width: 375px;
    padding: 20px 10px 0 0;
    float: left;
    }
#frontright a {
color: #333333
}
#frontright a:hover {
color: #959595;
}
#footer 
{
    float: left;
    width: 792px;
    text-align: center;
    background-color: #3f0165;
	font-size:11px;
    height: 25px;

    color: #FFFFFF;
    margin: 0 auto;
    }
#footer a {color: #FFFFFF; text-decoration: none;}
h1 
{
    font-weight: bold;
    font-size: 12pt;
    color: #3F0165;
    }
	
h2
{
    font-weight: bold;
    font-size: 10pt;
    color: #d45a24;
    }
    
h3
{
    font-weight: bold;
    font-size: 10pt;
    color: #3F0165;
    padding-bottom:-.8em;
	margin-top: 8px}
    }   

#depoHeader
{
    position: relative;  
    background-color:#3F0164;
    color:White;
    float: left;  
    font-size: 14pt;
    width: 100%;
    font-weight:bold;
    text-align:center;
}
    
    #divSchedule 
{
    text-align:center;
    background-color:#EBEBEB;
    padding-left: 20px;
}

#schedCopy
{
    text-align:left;
}

.schedTable
{
    width:90%;
    text-align:left;
    border: 1px solid black;
    border-collapse:collapse;
    background-color:White;
    color:#333333;
}
 .schedTable th
{
    border: 1px solid black;
    padding:15px 0px 0px 10px;
}

.schedTable td
{
    border: 1px solid #dcdcdc;
    padding-left:10px;
}

#nav
{
    background:#EBEBEB url(images/grayBox_top.gif) top center no-repeat;
    width:185px;
    max-width:185px;
    margin-top: 10px;
    margin-left:10px;
    padding-left:10px;
    position:relative;
    float:left;
}

.footer
{
    background:url(images/grayBox_bottom.gif) bottom center no-repeat;
}

#content
{
    position:relative;
    float:left;
    margin-top:10px;
    padding: 0 0 10px 10px;
    max-width:565px;
}



ol
{
    padding-left: 20px
}

ul
{
    padding-left: 20px
}

/* ----- BEGIN 404 ----- */
#error {
	border:2px dotted #872801;
	background:#d65a26;
	width:540px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
}
/* ----- END 404 ----- */
