body {
    font: 80% verdana, arial, sans-serif;
    background-color: #6699CC;
    margin: 0;
    padding: 0;
    height: 100%;
}
div#everything {
    position: relative;
    height: 100%;
    margin: auto;
    width: 880px;
    top: 0px;
}
/*#main_img {
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
}*/



#header {
    position: absolute;
    top: 31px;
    margin: 0px 0px 0px 0px;
/*border-left: 5px solid rgb(200, 0, 0);*/    height: 110px;
    width: 710px;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 100;
    padding-left: 10px;
    padding-top: 5px;
    /*background-image: url('images/ww_logo2.gif');*/
    left: 0px;
    text-align: center;
}
	
dl, dt, dd, ul, li {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 710px;
    height: 30px;
    padding-left: 10px;
    padding-top: 3px;
    background-color: #FFEEBD;
}
#menu dl {
    float: left;
    width: 10em;
    margin-right: 16px;
    margin-left: 10px;
}
#menu dt {
    text-align: center;
    font-weight: bold;
    margin: 0 0x 1px 0x;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    color: black;
}
#menu dd {
	display: none;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	
	
}
#menu li {
text-align: center;
background-color:white;

}
#menu dt a {
    color: #000;
    text-decoration: none;
    font-size: 8pt;
    display: block;
    height: 93%; /*border-top: 1px solid rgb(250, 250, 250);*/
    letter-spacing: 0.2em;
}


#menu li a{
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border:1px solid black;
background-color:#0E1B3D;
}
#menu li a:hover, #menu dt a:hover {
background-color: rgb(250, 250, 250);
font-weight: bold;
border-left: 1px solid black;
border-right: 1px solid black;
color:#000;
}
#menu li a:focus, #menu dt a:focus {
	background-color: rgb(250, 250, 250);
	font-weight: bold;
}


#content_header {
    margin-bottom: 45px;
    letter-spacing: 4px;
}

#content_header h1{
    font-size: 20px;
    text-align: center;
    font-family: sans-serif;
    width: inherit;
    height: 34px;
    color: #005496;
}
.content_tagline h2 {
    padding: 5px 0 0 5px;
    font-size: 11pt;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #003366;
    font-family: Myriad Pro, Sans-Serif;
}

.content_tagline h3 {
    padding: 5px 0 0 5px;
    font-size: 10pt;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #003366;
    font-family: Myriad Pro, Sans-Serif;
    text-indent: 5px;
}
.content_tagline h4 {
    padding: 5px 0 0 5px;
    font-size: 9pt;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #003366;
    font-family: Myriad Pro, Sans-Serif;
    text-indent: 8px;
}
.content_tagline {
    margin-left: 50px;
}

#content {
    height: 715px;
    width: 720px;
    min-width: 500px;
    position: absolute;
    top: 145px;
    left: 0px;
    z-index: 50;
    padding-bottom: 10px;
    padding-top: 25px;
    background-color: #FFFFDD;
}
#content p{
    font-family: "Trebuchet MS", sans-serif;
    width: 78%;
    text-decoration: none;
    line-height: 1.8em;
    margin-bottom: 5px;
    margin-left: 70px;
    min-width: 100px;
    font-size: 13px;
}
#content a {
    
    text-decoration: none;
    font-weight:bolder;
}
#content a:link {
    color: #005496;
    font-size: 8pt;
}
#content a:active {
    color: #95C7E4;
}
#content a:visited {
    color:#666666;
}

div#graph_blurb {

}
#graph_blurb p {
    font-family: "Trebuchet MS", sans-serif;
    line-height: 2.4em;
    text-align: center;
    margin-left: 0;
    width: 100%;
}
#mid_bar{
    background-image: url('graphic_design_page/midbar.jpg');
    position: relative;
    top: 27px;
    left: 0px;
    height: 35px;
    z-index: 1;
    text-align: center;
}
#mid_bar dl{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    float: left;
    top: 0px;
    width: 185px;
    background-color:#FEEEBD;
}
#mid_bar dd{
    display:none;
    background-color: #fff;
}

 dl#dl1{
    margin-top: 10px;
    position: relative;
    left: 121px;
}
 dl#dl2{
    margin-top: 10px;
    position: relative;
    left: 251px;
}
#mid_bar ul {
    /*border: 1px solid black;*/
}
#mid_bar li {
    text-align: left;
    line-height: 20px;
    text-indent: 17px;
    font-size:x-small;
}
#mid_bar img{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-left: 0px;
}
#img1 {
    display:block;
}
#img2 {
    display: none;
}
#img3 {
    display:block;
}
#img4 {
    display: none;
}
#mid_bar a:hover #img1 {
    display:none;   
    cursor:pointer;
}
#mid_bar a:hover #img2 {
    display:block;
    cursor:pointer;   
}
#mid_bar a:hover #img3 {
    display:none;  
    cursor:pointer; 
}
#mid_bar a:hover #img4 {
    display:block; 
    cursor:pointer;  
}



#content_section
            {
    width: 720px;
    position: absolute;
    left: 160px;
    top: 0;
    height: 895px;
    z-index: 1;
}



    .buttons1 
        {
    width: 627px;
    text-align: left;
    float: left;
    position: relative;
    left: -12px;
    top: 0px;
    margin-right: 9px;
}
 


.buttons1 a {
    padding: 5px;
    font-family: "Trebuchet MS";
    font-size: 8pt;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: center;
    color: #003366;
}

.buttons1 a:hover {
	text-decoration:none;
	color:Black;
}

.buttons1 a:active {
	font-weight:bold; 
	color:black;
}
#menupad {
    padding-right: 50px;
}
.footer {
    border-top: 1px solid black;
    text-align: center;
    float: left;
    width: 623px;
    position: absolute;
    left: 20px;
    top: 677px;
    bottom: 55px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    height: 20px;
    margin-top: 20px;
    vertical-align: inherit;
}


.buttons2 {
    position: absolute;
    top: 0;
    width: 155px;
    height: 895px;
    text-align: left;
    left: 0;
    padding-left: 5px;
    
    background-color: #003366;
}

.buttons2 a {
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(255, 238, 189);
    font-weight: bold;
}
.buttons2 a:hover {
	text-decoration:none;
	border-bottom: none;
	
}
.buttons2 a:active {
	font-weight: normal;
	text-decoration:none;
}
.buttons2 ul {
    border-bottom: 1px solid #FFFFDD;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.buttons2 li {
    font-size: 10pt;
    font-weight: bold;
    text-indent: 10px;
    line-height: 10px;
}
.buttons2 li.second_list_item {
    text-indent: 22px;
    padding-top: 10px;
    font-size: 8pt;
}
.buttons2 img {
    position: relative;
    left: -5px;
    top: 0px;
}



.list {
    font-size: 8pt;
    padding-left: 40px;
    
}
.list li{
    padding-bottom: 5px;
    list-style-type: disc;
}
.services a:hover {
    border-bottom: none !important;
}
.services a:focus{
    background-color:#6495ED !important;
}
a.services_link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted #000;
}

#send {
    display:block;
}
#recieve {
    display: none;
}
#dubbing {
    display:none;
}
p.testimonial_scan a{
    text-decoration: none;
    border-bottom: 1px dotted black;
    color: #000;
    font-weight:bold;
}
.list {
    font-size: 8pt;
    padding-left: 40px;
    
}
.list li{
    font-family: "Trebuchet MS", sans-serif;
    padding-bottom: 10px;
    list-style-type: none;
    width: 463px;
    margin-bottom: 20px;
    line-height: 1.8em;
}
div.services {
    padding-bottom: 10px;
}
.services a:hover {
    border-bottom: none !important;
}
.services a:focus{
    background-color:#6495ED !important;
}
a.services_link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    margin-bottom: 5px;
}

#send {
    display:block;
}
#recieve {
    display: none;
}
#dubbing {
    display:none;
}
#email {
    border: none;
    margin-left: 70px;
}
ol li {
    list-style-type: none;
    text-align: left;
    line-height: 1.8em;
    width: 80%;
    font-size: 10pt;
    font-family: "Trebuchet MS";
    margin-left: 50px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.list {
    font-size: 8pt;
    padding-left: 40px;
    
}
.list li{
    padding-bottom: 10px;
    list-style-type: none;
    width: 463px;
    margin-bottom: 20px;
}
h5 a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    margin-bottom: 5px;
}
#left {
    position: absolute;
    top: 136px;
    width: 717px;
}