@charset "UTF-8";
/* CSS Document */
body {
	line-height: 150%;
	text-align: justify;
	background-image: url(images/bg.png);
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #001122;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
#bg {
	min-height: 500px;
}
#container {
	width: 840px;
	margin: 0px auto;
	padding-top: 10px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 165px;
}
/* Nav Bar */
#nav {
	float: right;
	margin: 120px 38px 0px 0px;
	_margin: 117px 10px 0px 0px;
	letter-spacing: 1px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	float: left;
	padding: 0px;
	display: inline;
}
#nav a {
	display: block;
	background-image: url(images/button-left.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	height: 41px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 12px;
	_width: 94px;
	_margin: 0px 0px 0px 0px;
}
.nav-inner {
	display: block;
	background-image: url(images/button-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 41px;
	padding: 8px 11px 0px 0px;
	margin: 0px -9px 0px 13px;
	_padding: 7px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
}
#nav a:hover {
	color: #fff;
	cursor: pointer;
}
.nav-inner:hover {
	cursor: pointer;
}
#content {
	min-height: 400px;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
#content-top {
	background-image: url(images/content-bg-top.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	min-height: 150px;
}
#content-bottom {
	background-image: url(images/content-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
#sidebar {
	float: right;
	width: 120px;
	margin: 50px 60px 20px 40px;
	_margin: 50px 18px 0px 0px;
}
#sidebar img {
	margin-bottom: 40px;
	border: 0px;
}
#content-inner {
	display: block;
	margin: 0px 0px 0px 20px;
	_margin: 0px 220px 0px 0px;
	padding: 40px 0px 60px 64px;
	overflow: hidden;
	height: 600px;
}
#content-inner-short {
	display: block;
	margin: 0px 0px 0px 20px;
	_margin: 0px 220px 0px 0px;
	padding: 40px 0px 60px 64px;
	overflow: hidden;
	height: 400px;
}
#content-inner-long {
	display: block;
	margin: 0px 0px 0px 20px;
	_margin: 0px 220px 0px 0px;
	padding: 40px 0px 60px 64px;
	overflow: hidden;
}

#comp img {
  width: 536px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	padding: 2px 20px 20px 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
#footer ul {
	padding: 0px 0px 8px 0px;
	list-style-type: none;
	margin: 0px;
	color: #fff;
}
#footer ul li {
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
a {
	color: #0071be;
	text-decoration: none;
}
a:hover {
	color: #cc3333;
}
a.state {
	color: #114477;
	text-decoration: none;
}
a:hover.state {
	color: #114477;
}
a.country {
	color: #cc3333;
	text-decoration: none;
}
a:hover.country {
	color: #cc3333;
}
h1 {
	background-image: url(images/header-hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	color: #003876;
	font-size: 24px;
	padding: 10px 0px 10px 0px;
	margin: 16px 0px 24px 0px;
}
h2 {
	font-size: 16px;
	color: #003366;
	margin: 16px 0px 6px 0px;
	padding: 0px;
}
h3 {
	color: #cc3333;
	font-size: 14px;
	margin: 12px 0px 6px 0px;
	padding: 0px;
}
h4 {
	color: #114477;
	font-size: 12px;
	padding: 0px;
	margin: 12px 0px 6px 0px;
}
h4.contact-us {
	color: #0071be;
	font-size: 12px;
	margin: 12px 0px 6px 0px;
	padding: 0px;
}
h5 {
	color: #003366;
	font-size: 12px;
	padding: 0px;
	margin: 12px 0px 6px 0px;
}
h6 {
	color: #001122;
	font-size: 12px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
}
hr, .hr {
	width: 620px;
	_width: 540px;
	border: solid 0px #fff;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	height: 1px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin: 6px 0px 3px 0px;
	padding: 2px 0px;
}
#content ul {
	margin-left: 24px;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 6px;
	padding: 0px;
}
#content ul li {
}
.column {
	width: 254px;
	float: left;
	margin: 0px 4px 10px 0px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
img, a {
	outline: none;
}
.currentPage {
	color: #fff;
}
label {
	float:left;
	width: 75px;
	vertical-align: top;
}
legend {
	padding: 0.2em 0.5em;
	color: #333333;
	text-align: center;
}
input, textarea {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 2px 4px;
}
select {
	margin: 0px 0px 18px 0px;
	width: 275px;
}
.text {
	width: 300px;
}
#submit {
	margin-top: 13px;
	margin-left: 75px;
}
.button {
	cursor: hand;
	cursor: pointer;
}
.imageLeft {
	float: left;
	margin: 10px 20px 10px 0px;
	border: solid 1px #f4f5f6;
}
.imageRight {
	float: right;
	margin: 10px 0px 10px 20px;
	border: solid 0px #003366;
}
.top-of-page {
	font-size: 10px;
	position: relative; left: 450px;
}

.MsoNormal {
	text-align: left;
}