﻿body {
    text-align: center;
    margin: 0 0 0 0;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
}

img
{
    border: none;
}

div#main {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div#logo {
    background-image: url('../media/ap_logo.png');
    background-position: left;
    background-repeat: no-repeat;
    height: 104px;
    text-align: right;
    vertical-align: bottom;
}

div#menutop 
{
    height: 20px;
    color: #565656;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    background-color: #f8f8f8;
    border-top: solid 1px #cc0000;
    border-bottom: solid 1px #e4e4e4;
}

div#menuleft {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-align: right;
    background-color: #ffffff;
    width: 200px;
    height: 190px;
}

td.menu {
    background-image: url('../media/ap_menu_button.bmp');
    background-repeat: no-repeat;
    background-position: top right;
    height: 37px;
    padding-right: 40px;
    cursor: pointer;
}

a.menulink:link {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

a.menulink:visited {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

a.menulink:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #cc0000;
}

div#picture
{
    background-position: top right;
    background-repeat: no-repeat;
    height: 190px;
}

div#contentleftheader
{
    background-image: url('../media/content_top.png');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    width: 560px;
    height: 19px;
}

div#contentleft
{
    border-left: solid 1px #c0c0c0;
    float: left;
    width: 520px;
    padding: 0px 15px 0px 15px;
}

div#contentrightheader
{
    width: 190px;
    height: 19px;
    float:right;
    margin-top: -55px;
    background-image: url('../media/content_right_top.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#contentrightfooter
{
    width: 190px;
    height: 19px;
    background-image: url('../media/content_right_bottom.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

div#contentright
{
    width: 190px;
    float:right;
    margin-top: -36px;
    background-color: #ffffff;
    text-align: center;
}

div#righttop
{
    border-left: solid 1px #c0c0c0;
    padding-top: 0px;
    height: 300px;
    background-color: Transparent;
}

div#rightbottom
{
	border: none;
    height: 230px;
    padding: 15px;
}

div#footer
{
    background-color: #f0f0f0;
    color: #888888;
    width: 100%;
    height: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 2px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    float: left;
}

/* ######### drop down menus ######### */

div.dropdown
{
	position: absolute;
	top: 27px; left: 700px;
	padding: 10px;
	background-color: #f8f8f8;
	color: #444444;
	text-align: right;
	visibility: hidden;
	border: none;
}

div.dropdown ul
{
	margin-left:-3px;
    padding-left:0px;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.dropdown ul li
{
	padding-bottom: 8px;
	
}

div.dropdown ul li img
{
	vertical-align: middle;
	padding-left: 5px;
	
}

div.dropdown a:link
{
	color: #444444;
	text-decoration: none;
}

div.dropdown a:visited
{
	color: #444444;
	text-decoration: none;
}

div.dropdown a:hover
{
	color: #cc0000;
	text-decoration: none;
}
