@charset "utf-8";
/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

/* End of CSS Reset */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #0165B1 url(../images/header_bg.jpg) repeat-x left top;
}

* html body {
}

a {
	text-decoration: none;
}

#wrapper {
	text-align: center;
	width: 786px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/wrap_bg.jpg) repeat-y left top;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 786px;
	background: url(../images/header_bg.jpg) no-repeat center top;
}

#headtext {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 84px;
	width: 493px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}

#headtext h1 {
	padding-top: 30px;
}

#apmlogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 138px;
	width: 293px;
	background: url(../images/apmlogo.jpg) no-repeat left top;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

#leftcol {
	float: left;
	width: 160px;
	margin: 0px 0px 0px 25px !important;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	color: #FFFFFF;
}

#rightcol {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 550px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 786px;
}

.heightfix {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 100%;
}

/* Font Styles */

#leftcol h2 {
	color: #CCCCCC;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
}

#leftcol p {
	padding: 2px;
	text-align: left;
}

#rightcol h1 {
	color: #1C4E85;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
}

#rightcol p {
	text-align: justify;
	margin: 5px 5px 10px;
}

#leftcol a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #172133;
	padding-bottom: 5px;
}

#leftcol a:hover {
	color: #66FFFF;
	border-bottom: 1px solid #66CCCC;
}

#rightcol a {
	color: #284169;
	font-weight: bold;
	text-decoration: none;
}

#rightcol a:hover {
	color: #0165B1;
}

#footer p {
	color: #B5DAF4;
	line-height: 36px;
	font-size: .9em;
}

.imageleft {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	float: left;
	border: 1px solid #B9C7E3;
}

.imageright {
	margin: 10px 0px 10px 10px;
	padding: 10px;
	float: right;
	border: 1px solid #B9C7E3;
}

.dropdowm {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* Image Map */

#locationmap {
	width: 538px;
	height: 323px;
	background: url(../images/imapgemap.jpg);
	margin: 10px auto;
	padding: 0;
	position: relative;
	border: 1px solid #5B648F;
}

#locationmap li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

#locationmap li, #locationmap a {
    height: 323px; display: block;
}

#panel1b {left: 154px; width: 20px;}
#panel2b {left: 174px; width: 20px;}
#panel3b {left: 194px; width: 20px;}
#panel4b {left: 242px; width: 17px;}
#panel5b {left: 257px; width: 20px;}
#panel6b {left: 315px; width: 20px;}

#panel1b a:hover {background: transparent url(../images/imapgemap.jpg) -154px -315px no-repeat;}
#panel2b a:hover {background: transparent url(../images/imapgemap.jpg) -174px -315px no-repeat;}
#panel3b a:hover {background: transparent url(../images/imapgemap.jpg) -194px -315px no-repeat;}
#panel4b a:hover {background: transparent url(../images/imapgemap.jpg) -242px -315px no-repeat;}
#panel5b a:hover {background: transparent url(../images/imapgemap.jpg) -257px -315px no-repeat;}
#panel6b a:hover {background: transparent url(../images/imapgemap.jpg) -315px -315px no-repeat;}
