@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/*	line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table,tr,td, th{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
        padding: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;

}
a {text-decoration:none;color:white;}
html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
body {color:white; font-family:arial, helvetica, sans-serif;min-width:850px }

/* HEADER STYLES */
#header {background:#5f8ca9; height:70px; font-weight:normal;font-size:1.5em; }
.headerp {padding:10px 10px 10px 15px; text-shadow: 1px 1px 2px #364e5f; float:left}
.logos {float:right; padding-right:10px}
.logos p {font-style:italic; font-size:12px; position:absolute; margin-left:30px; text-shadow:none;padding-top: 5px;}
.pmllogo {height:40px; margin-top: 20px;}
.sahfoslogo {height:60px;margin-top:5px;}
.mbalogo {height:40px; margin-top: 20px;}

/* LEFT COLUMN STYLES */
.leftcol {width:180px; background:#5f8ca9;  position:absolute; top:0; bottom:0;  margin-top:70px; line-height:2; font-size:13px;}
.leftcol ul {padding:15px;}
.leftcol ul li  a { color: #dfe8ee}
.leftcol ul li  a:hover { color: #fff}
/*.leftcol div ul li ul {display:none; padding-top:3px;}*/
.leftcol div ul li ul {padding-top:3px;}
/*.leftcol div ul li:hover ul {display:block;}*/
.bold  a {font-weight:bold; color:#fff !important}
.small_links { bottom:0;font-size:12px; line-height:1.3; background:#5f8ca9}
.small_links ul li {opacity:0.8}
.small_links ul li:hover {opacity:1;}

/* SEARCH BOX */
.search {width:80%; border:solid thin #ccc; height:25px; margin: 0 auto; background:#8dadc2; opacity:0.6}
.search:hover {opacity:0.9;}
.search h2 {padding-left:3px; float:left;}
.search_icon {float:right; padding:2px 3px 2px 2px;height:20px}

/* MAIN CONTENT AREA/INTRODUCTION */
.introduction {font-size:1.1em; font-family: calibri, arial, helvetica, sans-serif; margin-left:180px; padding:30px; width:50%; line-height:1.2; font-weight:400; }
.introduction a {text-decoration:underline; /*font-weight:bold*/}
/*.introduction ul {list-style-type:none; padding-left:40px;}*/
/*.introduction ul li:before {content: "\2022"; margin-right:10px;}
.introduction ul li:before {content: "•";}*/



