/* Shipping Enterprise CSS Document */
body {
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	magin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: #CC0000;
}
h1 {
	font-size: 18px;
	color: #0000cc;
	font-weight: normal;
}
h2 {
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000cc;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
}
#backer {
	width: 1000px;
	background-image: url(images/backer.gif);
	padding: 0px;
	margin-left: auto;
	height: auto;
	margin-top: 230px;
}
* html #backer {
	width: 1000px;
	margin-left: auto;
	background-image: url(images/backer.gif);
}
#birm_img {
	background-image: url(images/birm_img.gif);
	width: 250px;
	height: 200px;
	top: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-bottom: 0px;
}
#bcala_img {
	background-image: url(images/bcala_img.gif);
	width: 750px;
	height: 200px;
	top: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 250px;
	margin-bottom: 0px;
}

/* Navigation */
ul#navlist li a,ul#subnavlist li a {
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
div#navcontainer {
	width: 250px;
	background: #fff;
	margin-top: 230px;
}
#ie7andup div#navcontainer {
	width: 250px;
	background: #fff;
	margin-top: 230px;
} 

/* Navigation List */
ul#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navlist li {
	display: inline;
}
ul#navlist li a {
	color: #fff;
	display: block;
	background: #888;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	width: 220px;
}
ul#navlist li a:hover {
	background: #f80;
}
ul#navlist li a#current {
	color: #fff;
	background: #aae;
}

/* Sub-navigation List */
ul#subnavlist {
	margin: 0 0 0 13px;
	list-style-type: none;
	padding: 0;
}
ul#subnavlist li {
	display: inline;
}
ul#subnavlist li a {
	display: block;
	color: #666;
	background: #ccc;
	padding: 2px 0 2px 30px;
	border-top: solid 1px #fff;
	height: auto;
	width: 207px;
}
ul#subnavlist li a:hover {
	background: #aae;
}
ul#navlist li a#subcurrent {
	color: #999;
	background: #ddd;
}
ul#navlist li a#subcurrent:hover {
	background: #ddd;
}

/* Content Css */
#content {
	width: 600px;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-repeat: repeat-y;
	float: left;
	margin-left: 275px;
	margin-right: 20px;
	margin-top: -620px;
}
#content p {
	line-height: 150%;
}
#footer {
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	clear: both;
	padding-left: 7px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 273px;
	margin-top: -10px;
}