body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #626262;
}

a {
    color: #005B9E;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

a img {
    border-style: none;
}

p {
    margin-bottom: 20px;
}

/* p:last-child {
    margin-bottom: 0;
} */

dt {
	font-weight: bold;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

ul {
    margin: 0 0 20px 10px;
}

ul.no-bullet {
    margin: 0;
}

ul.no-bullet li {
    margin: 20px 0;
    list-style-type: none;
}

#header {
    background: #FFF url('/pmg/images/layout/header-bg.png') no-repeat;
}

#header h1 {
    position: relative;
    top: 5px;
    left: 5px;
	width: 135px;
	height: 110px;
 	background: #0054A6 url('/pmg/images/logos/pmg.gif') no-repeat scroll top;
}

#header h1 a {
	width: 135px;
	height: 110px;
    display: block;
 	text-indent: -100000px;
}

#logos {
	list-style-type: none;
	width: 580px;
}

div#navigation ul a {
    text-decoration: none;
    color: #8B8B8B;
}

div#subnavigation ul a {
    text-decoration: none;
    color: #646561;
}

div#navigation ul{
	background: #fff url('/pmg/images/layout/middle-top.png') repeat-x scroll bottom;
	list-style-type: none;
	height: 25px;
    text-transform: uppercase;
    font: normal normal bold 1em "Arial Narrow", sans-serif;
}

div#navigation ul li {
    top: 3px;
    display: none;
}

div#navigation ul li.active, div#navigation ul li.hover {
    margin: 0 17px;
}

div#navigation ul li.active, div#navigation ul li.hover {
    background: #fff url('/pmg/images/layout/active-nav.png') no-repeat scroll center left;
    padding-left: 8px;
}

div#navigation ul li.active a, div#navigation ul li.hover a {
    background: #fff url('/pmg/images/layout/active-nav.png') no-repeat scroll center right;
    padding-right: 8px;
    color: #4D4D4D;
}

div#subnavigation ul {
	background-color: #eee;
	list-style-type: none;
    text-transform: uppercase;
    font: normal normal bold 1em "Arial Narrow", sans-serif;
	height: 40px;
	background: transparent url('/pmg/images/layout/alpha-white.png') repeat;	
}

div#subnavigation ul li {
	padding: 13px 20px;
	height: 14px;
	display: none;
}

div#subnavigation ul li.active, div#subnavigation ul li.hover {
	background-color: #fff;
}

div#subnavigation ul li.active a, div#subnavigation ul li.hover a {
    color: #146DAB;
}

#middle {
	background-color: #E6E6E6;
}

#content {
	background-color: #fff;
}

#footer {
	background: #fff url('/pmg/images/layout/middle-bottom.png') repeat-x scroll top;
    font-size: 0.9em;
	color: #989898;
}

#footer dt {
    background: #fff url('/pmg/images/layout/footer-dash.png') no-repeat center left;
	padding-left: 7px;
}

/* Page Specific */

#home #imagedetails {
    background: transparent url('/pmg/images/layout/image-details-bg.png') repeat top left;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 1em;
}

#home #imagedetails h4 {
    color: #0054A6;
    margin-bottom: 3px;
    font-size: 1em;
}

#home #imagedetails p {
    font-weight: normal !important;
}

#contact table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}

#contact table td {
    vertical-align: top;
    padding: 0;
}

/* IE PNG FIX */
div#subnavigation ul, #imagedetails { behavior: url(/pmg/css/resources/iepngfix.htc) }

/* Friefox Nav Fix */
@-moz-document url-prefix()  {
    div#navigation ul li { display: inline; }
    div#subnavigation ul li { display: inline; }
}
