html {
	background-color: #112;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/container_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -390px;
}

body#popUp {
	background: none;
	width: 427px;
	position: static;
	margin: 0;
}

body#splash {
	background: none;
	top: 50%;
	margin-top: -226px;
}

#container {
	width: 780px;
	margin: 0;
	padding: 0;
}

#popUp #container {
	width: 427px;
}

#header {
	width: 780px;
	height: 110px;
	background-color: #fff;
}

#header h1 {
	background-image: url(../images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 193px;
	height: 79px;
	position: absolute;
	top: 15px;
	left: 555px;
}

#header p {
	background-image: url(../images/headline.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 410px;
	height: 40px;
	position: absolute;
	top: 35px;
	left: 40px;
}

#nav {
	margin: 0;
	padding: 30px 0 0 0;
	width: 139px;
	float: left;/*
	height: 100%;
	background-color: #f5a204;*/
	text-align: right;
	font-weight: bold;
	/*font-size: 0.9em;*/
	color: #000;
}

#nav ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*display: inline-block;*/
}

#nav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0;
	display: block;
	height: 100%;
}

#nav li a:hover {
	background-color: #d90;
}

#nav li a.active {
	background-color: #a72!important;
}

#content {
	margin: 0;
	padding: 30px 30px 0 30px;
	width: 427px;
	min-height: 337px;
	float: right;
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;/*
	background-color: #7F7F7F;*/
	color: #fff;
}

* html #content {
	width: 427px;
	height: 337px;
}

body#splash #content {
	background-image: url(../images/home_splash.jpg);
	background-repeat: no-repeat;
	height: 343px;
	width: 780px;
	padding: 0;
	margin: 0;
}

#popUp #content {
	float: none;
	margin: 0;
	background-color: #7F7F7F;
}

#popUp #content table {
	width: 100%;
	margin: 0.5em 0 1.5em 0;
	border: 0;
}
/*
#popUp #content table td {
	border: 0;
	padding: 0;
	margin: 0;
}

#popUp #content table tr {
	border: 0;
	padding: 0;
	margin: 0;
}

#popUp #content table thead td {
	border-bottom: 1px solid #fff;
}
*/
#popUp #content table tr td {
	padding: 0.25em 0 0 0;
	vertical-align: bottom;
}

#popUp #content table thead {
	font-weight: bold;
}

#popUp #content table thead tr td {
	padding-bottom: 0.5em;
}

#content p {
	line-height: 1.3em;
	margin: 0.5em 0 1.5em 0;
}

#content p.large {
	font-size: 1.3em;
}

#splash #content p.enter {
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	position: absolute;
	top: 426px;
	left: 630px;
	font-weight: bold;
}

#splash #content p.enter a {
	text-decoration: none;
}

#splash #content p.enter a:hover {
	text-decoration: underline;
}

#content div.job {
	margin: 0.5em 0 1.5em 0;
}

#content div.job p {
	margin: 0;
}

#content div.job p a {
	color: #f5a204;
}

#content p .definition {
	color: #f5a204;
	font-weight: bold;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 2em;
	clear: both;
}

h3 {
	margin: 1.5em 0 0 0;
	font-weight: normal;
	font-size: 1.3em;
	clear: left;
}

h3.subTitle {
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

.leftAlign {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.rightAlign {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

#content p.clear {
	clear: left;
	margin-bottom: 0;	
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	margin: 0.5em 0 0 2em;
	padding: 0;
}

#content a {
	color: #fff;
}

#content a:hover {
	text-decoration: none;
}

#sidebar {
	width: 154px;/*
	background-color: #f5a204;*/
	float: left;
}

#sidebar img {
	width: 154px;
	height: 337px;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-position: top left;
	width: 780px;
	clear: both;
	float: left;
	height: 30px;/*
	position: absolute;
	bottom: 0px;*/
	margin: 30px 0 0 0;
	padding: 0;
}

/* common classes */
.hide {
	text-indent: -10000em;
	font-size: 0.1em;
}

.sep {
	clear: both;
}

form .field {
	width: 190px;
}

body #content form p {
	margin: 0.5em 0 0.75em 0;
}

.formLeft {
	float: left;
	margin-right: 30px;
}

.formRight {
	float: left;
	clear: right;
}

.pdf {
	position: relative;
	top: 3px;
}

.synopsis p {
	font-style: italic;
}