/* PAN APICS

Colors:
Dark Blue: #336699
Light Blue: #6699CC
Light Orange: #FF9933
Dark Orange: #CC6633
Teal: #006666

*/

body {
	background: #ffffff url('imgs/bg.gif') repeat-x;
	background-attachment: fixed;
	color: #000000;
}
body, td {
	font: 14px arial;
}
a:link {
	color:#006666;
	text-decoration:underline;
}
a:visited {
	color:#006666;
	text-decoration:underline;
}
a:hover {
	color:#CC6633;
	text-decoration:underline;
}
#container {
	width: 800px;
	margin: auto;
	border: 1px solid #cccccc;
	background: #ffffff url('imgs/sidebarbg.gif') repeat-y;
}
.header {
	color: #006666;
	background: #ffffff url('imgs/APICSLogo.gif') no-repeat;
	height: 65px;
	font-style: italic;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
.img_link {
	position: absolute;
}
.header_text {
	padding: 35px 10px 0 0;
}
.sub_head1 {
	background: #FF9933;
	padding: 4px 20px 4px 20px;
	border-top: 1px solid #cccccc;
}
.sub_head1 td {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.sub_head1_table form {
	margin: 0;
	padding: 0;
}
.sub_head2 {
	background: #6699CC url('imgs/city.jpg');
	width: 800px;
	height: 80px;
	border-top: 4px solid #CC6633;
	border-bottom: 4px solid #CC6633;
}
.divider {
	border-bottom: 1px solid #cccccc;
	height: 2px;
	background: #FF9933;
}
#index_right {
	width: 270px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#index_left {
	width: 350px;
	margin-left: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	margin: 10px 10px 10px 160px;
}
#nav,
#nav a {
	font-size: 12px;
	color: #666666;
}
p.topic {
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	background-color: #eeeeee;
	color: #006666;
	padding: 0 0 2px 5px;
	border-left: solid #CC6633 1px;
	border-top: solid #CC6633 2px;
}
p.topic a {
	text-decoration: none;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
.more {
	font-weight: bold;
}
.date {
	color: #666666;
	font-style: italic;
	font-size: 12px;
}
.h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-top: 0;
	margin-bottom: 10px;
}
.h2 {
	color: #CC6633;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
.h3 {
	color: #336699;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.h4 {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}
.small {
	font-size: 12px;
}
.pad_top {
	padding-top: 10px;
}
.pad_btm {
	padding-bottom: 10px;
}
.italic {
	font-style: italic;
}
.indent {
	padding-left: 40px;
	padding-top: 10px;
}
.subsection {
	margin: 10px 0 20px 0;
}
.divide {
	margin: 20px 0 0 0;
	border-top: 1px dashed #cccccc;
	padding: 20px 0 0 0;
}
ul.disc {
	list-style-type: disc;
	margin-bottom: 10px;
}
ul.circle {
	list-style-type: circle;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.decimal {
	list-style-type: decimal;
}
ul.divided {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.divided > li:first-child {
	border-top: 0px;
}
ul.divided li {
	border-top: 1px dashed #cccccc;
	padding: 10px 0 10px 0;
}
ol.no_formatting,
ul.no_formatting {
	list-style: none;
	margin: 0;
	padding: 0;
}
.no_formatting {
	margin: 0;
	padding: 0;
}
ul.no_style {
	list-style: none;
}
ol.padded5 li,
ul.padded5 li,
.padded5 td,
.padded5_div {
	padding: 5px;
}
ul.padded_left10 li {
	padding-left: 10px;
}
ul.padded10 li,
.padded10 td {
	padding: 10px;
}
ol.lined li,
ul.lined li,
.lined td {
	border-top: 1px solid #cccccc;
}
ol.lined > li:last-child,
ul.lined > li:last-child,
.lined-last {
	border-bottom: 1px solid #cccccc;
}
.lined_div {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}	
ul.dashed li,
.dashed td {
	border-top: 1px dashed #cccccc;
}
ul.dashed > li:last-child,
.dashed-last {
	border-bottom: 1px dashed #cccccc;
}
ul.arrow {
	list-style: url('imgs/arrow.gif') inside;
}
ul.arrow_outside {
	list-style: url('imgs/arrow.gif') outside;
}
.inside {
	list-style: inside:
}
.outside {
	list-style: outside:
}
ul.no_border li {
	border: 0px;
}
.shade {
	background: #eeeeee;
}
.shade_blue {
	background: #6699CC;
}
.no_formatting td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.img-border {
	border: 1px solid #cccccc;
}
.table td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.table .shade_blue {
	border-top: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
}
.table .shade_blue td{
	border-bottom: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
}
#footer {
	width: 800px;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}


/* Sidebar */
.sidebar {
	margin-top: 0px;
	float: left;
}
.menulist li:hover>ul {
	display: block;
}
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 150px;
}
.menulist li {
	position: relative;
	border: 1px solid #cccccc;
	background: #336699;
	margin-bottom: -1px;
	margin-left: -1px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; 
}
.menulist a, .menulist a:visited {
	display: block;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #006666;
	background-color: #eeeeee;
}
.menulist a.highlighted {
	color: #006666;
	background-color: #eeeeee;
}
.menulist a .subind {
	float: right;
}
*:first-child+html .menulist li {
	float: left;
	width: 100%;
}

* html .menulist li {
	float: left;
	height: 1%;
}
* html .menulist a {
	height: 1%;
}