@font-face {
    font-family: NewsGothic;
    font-style:  normal;
    font-weight: normal;
    src: url("NewsGothicTBdCnBtT-Reg.otf") format('opentype');
}

body, ul, li {
	margin: 0;
	padding: 0;
}

div table {
	margin: auto;
	padding: auto;
}

.menu {
	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 11pt;
	display: block;
	width: 160px;
	height: 25px;
	padding: 9px 0px 0px 0px;
	text-align: center;
}

#nav {
	display: block;
	opacity: 1.0;
	width: 200px;
	position: absolute;
	text-align: center;
	z-index: 100;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#nav #home {
	border: 0;
}
#container {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
	width: 890px;
	min-height: 550px;
	padding: 90px 80px 100px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}


#center-bar {
	display: block;
	width: 500px;
	margin-left: 200px;
	margin-right: 200px;
	padding: 0 10px;
}

.img_head {
	float: left;
	width: 30%;
	margin-left: 1%;
	height: 160px;
	border: none;
	margin-top: 6px;
}

#content {
	display: block;
	padding: 0 40px 0 6px;
	font-size: 14px;
	line-height: 1.25em;
}

#right-bar {
	display: block;
	position: absolute;
	width: 160px;
	top: 90px;
	right: 88px;
	bottom: 20px;
}

#testimonial {
	display: block;
	width: 100%;
	height: 150px;
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	font-size: 10pt;
}

#testimonial * {
	width: 150px;
}

#testimonial #body {
	padding: 30px 0 1em;
}

#testimonial #name {
	text-align: right;
	font-size: 10pt;
	font-style: italic;
}

#deadline {
	display: block;
	background-image: url('images/deadline.png');
	background-repeat: no-repeat;
	background-position: 13px 27px;
	width: 100%;
	height: 176px;
	position: relative;
}

#deadline .head {
	padding-top: 1em;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
}

#deadline #time {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	text-align: center;
	font-size: 18px;
}

#footer {
	display: block;
	border-top: 1px solid black;
	text-align: center;
	margin: 40px 0px;
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
}

#footer ul {
	list-style-type: none;
	-moz-padding-start: 0;
	padding: 2px 0;
	display: table;
	margin: 0 auto;
}

#footer li {
	float: left;
}

#footer a {
	padding: 0px 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-left: -1px;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.clear {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
}

h1 {
	line-height: 1.24em;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.15em;
	margin: .85em 0;
	display: block;
}

#content ul {
	padding-left: 40px;
}

#content ol li {
	margin: 30px 0;
}

#content ol ul li {
	margin: 0;
}

#workflow img {
	float: right;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}

form label {
	display: block;
	font-size: 10pt;
	line-height: 2em;
	position: relative;
}

form label input {
	position: absolute;
	right: 0;
}

p {
	margin: 1em 0;
}

.small {
	font-size: 9pt;
	font-style: italic;
}

a:link {
	color: #cd4013;
}
a:visited {
	color: #cd4013;
}
a:hover {
	color: #cd4013;
}
a:active {
	color: #cd4013;
}