﻿@import url('layout.css');
body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: .30px;
	background-attachment: scroll;
	background-position: left top;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px; 
}
#container {
	overflow:auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: thin ridge gray;
}
#masthead {
	width:100%; 
	height: 160px;
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 5px;
	padding-bottom: 1px;
	background-image: url('../images/AFPMastHead2011WEB.gif');
	background-repeat: no-repeat ;
	
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float: left ;
   padding:0;
   border-bottom:2px solid white; /* line below menu */
   width:100%;
   font-family: Arial, Helvetica, sans-serif; /* Menu font */
   font-size:12px; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:left;
   position: relative;
   right:0%;
   
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:0%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#F6C02C;
   text-decoration:none;
   color: #003A8E;
   font-weight:bold;
   border-bottom:1px solid white;
}
#centeredmenu ul li.active a {
   color:#F6C02C;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#003A8E; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid white;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#003A8E; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid white;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background: #F6C02C;
   color:#003A8E;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid white; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#003A8E; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

#page_content {
	overflow:auto;
	width: 100%;
	height: auto;
	margin-left: 1px;
 	margin-right: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C6C6FF;
    border-top-color: #003A8E;
	border-top-width: thick;
	border-top-style: double;
	border-bottom-color: #003A8E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#content {
	float: left;
	width: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
#sidebar {
	float: right ;
	width: 20%;
	margin-right: 25px; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	border: thin ridge gray;
}
#footer {
	float: left;
	width: 100%; 
	margin-left: 1px;
 	margin-right: 1px;
	text-align: center;
	font-size: small;
	background-color: white;
}


/* Navigation Styles */
#h2 {
font-size: 12px;
font-weight: bold ;
}

/* Sidebar Styles */
#h3 {
font-size: 12px;
font-weight: bold ;
color: #003A8E;
}


/* Link Styles */
a:hover {
	color: #0000FF;
}
.style_bold {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
a {
	font-family: Arial, Helvetica, sans-serif ;
	color: #000080;
	font-size: small;
	text-decoration: none;
}
a:hover {
	color: #DF9700;
	text-decoration: none;

	
}



