@charset "UTF-8";
/* CSS Document */

body, div, ul, li, ol, li, h1, h2, h3, h4, h5, h6, p, img, input, form {
	margin: 0;
	padding: 0;
}
img, a {
	border: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
body {
	font: 13px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #777;
}
h1 {
	font: 19px/26px Georgia, "Times New Roman", Times, serif;
	color: #002e56;
}
.bold {
	font-weight: bold;
}
#wrap, #nav_container, #copyright{
	margin: 0px auto;
	width: 826px;
}

#header {
	background: url(images/bg_top.jpg) repeat-x top;
	height: 44px;
	padding-top: 99px;
}
#footer {
	clear: both;
	background: url(images/bg_bottom.jpg) repeat-x top;
	background-color: #10294e;
	height: 350px;
}

#col_1 {
	width: 164px;
	float: left;
}
.logo {
	position: relative;
	top: 48px;
	left: 2px;
	
}
#address {
	margin: 93px 0 0 5px;
	font-variant: small-caps;
}
.company {
	color: #002e56;
}
.slash {
	color: #ab6728;
}
#col_2 {
	width: 646px;
	border-right: #2b0a12 1px solid;
	border-left: #2b0a12 1px solid;
	margin-left: 164px;
	padding: 7px;
}
#flash {
	width: 645px;
	height: 322px;
	margin-bottom: 7px;
}
#copyright {
	padding-top: 17px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}

/* NAVIGATION */
#navigation {
	float: left;
	background: transparent url(images/nav.png) no-repeat 0px 0px;
	height: 37px;
	width: 398px;
	margin-left: 420px;
}
#navigation li a {
	display: block;
	height: 37px;
}
#navigation li {
	display: block;
	float: left;
	height: 37px;
	text-indent: -9999px
}
#nav_inv, #nav_inv a {
	width: 132px;
}
#nav_inv a:hover {
	background: url(images/nav.png) no-repeat 0px -38px;
}
#nav_port, #nav_port a {
	width: 134px;
}
#nav_port a:hover {
	background: url(images/nav.png) no-repeat -132px -38px;
}
#nav_pri, #nav_pri a {
	width: 132px;
}
#nav_pri a:hover {
	background: url(images/nav.png) no-repeat -266px -38px;
}

/* HOME */
#home {
	background: url(images/paper.jpg) no-repeat center top;
	height: 181px;
	width: 645px;
}
#home h1 {
	padding: 20px 28px 0 28px;
	color: #fff;
}

/* SUBPAGE */

#subpage_content {
	margin: 15px 20px 0 25px;
}
#subpage_content h1 {
	font-variant: small-caps;
	letter-spacing: 3px;
	padding-bottom: 4px;
	border-bottom: #D6934E solid 1px;
}
#subpage_content ul {
	padding: 12px 0 15px;
}
#subpage_content li {
	list-style-image: url(images/bullet.gif);
	margin-left: 13px;
}
#subpage_content li.first_item {
	margin-top: 6px;
}
img.portfolio_company {
	padding-top: 12px;
	vertical-align: top;
	float: left;
}
#portfolio_text {
	margin-left: 75px;
}
#portfolio_text li {
	list-style-image: none;
	list-style: none;
	margin-left: 0px;
	margin-bottom: -10px;
}
#principal_text {
	margin: 0 0 150px 143px;
}
#principal_text li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: -10px;
}
li.last_item {
	padding-bottom: 10px;
}