/* Yellow: #FDD73D */
/* Orange: #FE440F */

* {
	margin: 0;
	padding: 0;
}
h2, h3, h4 {
	padding: 10px 0;
}
p {
	padding: 6px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
}
ul li {
	margin-left: 20px;
}
img {
	border: none;
}
a, a:visited {
	color: #FE440F;
	font-weight: bold;
}
a:hover {
	color: #000;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
body {
	margin: 0px auto;
	padding-top: 20px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	background: url(../img/bodybg.gif) repeat-y;
	overflow: hidden;
}
#header {
	height: 166px;
	width: 950px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9999px;
}
#header h1 a {
	display: block;
	height: 160px;
	width: 200px;
	text-indent: -9999px;
}
/* --- navigation --- */
#navcontainer {
	padding-left: 20px;
	font-weight: bold;
	font-size:.9em;
	color: #fdd73d;
	background: url(../img/navbg.gif) no-repeat;
}
#navcontainer ul {
	width: 950px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
}
#navcontainer li {
	margin: 0;
	float: left;
}
#navcontainer li a {
	color: #fdd73d;
	text-decoration: none;
	padding: 0 20px;
	background: url(../img/yellowdot.gif) no-repeat;
	background-position: center left;
}
#navcontainer li a:visited {
	color: #fdd73d;
}
#navcontainer li a:hover {
	color: #FE440F;
	background: url(../img/orangedot.gif) no-repeat;
	background-position: center left;
}
#navcontainer li a.first {
	background: none;
}
#navcontainer li a.current {
	color: #FE440F;
	background: url(../img/orangedot.gif) no-repeat;
	background-position: center left;
}

/* --- END LEFT--- */
#content {
	width: 950px;
	float: left;
	background: url(../img/copybg.gif) no-repeat;
}
.text {
	width: 750px;
	padding: 20px 100px;
}
.text h2 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #FE440F;
}
.callout {
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 1px solid #FE440F;
	text-align: center;
	float: right;
	clear: left;
}
.callout h2 {
	color: #000;
}
.logout {
	padding: 0 0 10px 0;
	font-size: .9em;
	font-weight: normal;
	text-align: right;
}
table th, table td {
	padding: 5px;
}
table td.logo {
	width: 110px;
	text-align: center;
	vertical-align: top;
}
table td.name {
	width: 180px;
	font-weight: bold;
	vertical-align: top;
}
table th.access {
	text-align: center;
}
table td.category, table td.application, table td.product {
	font-weight: bold;
	vertical-align: top;
}
#grid th {
	text-align: center;
}
#grid td {
	vertical-align: top;
	padding: 10px;
	width: 50%;
	border: 1px solid #ddd;
}
#grid td h3 {
	text-align: center;
}
.center {
	text-align: center;
}
.logoright {
	float: right;
	clear: both;
	margin: 0 10px 10px 20px;
}
.imageright {
	float: right;
	clear: both;
	margin: 10px 10px 10px 20px;
}
.imageleft {
	float: left;
	clear: both;
	margin: 10px 10px 10px 0;
}
.back {
	font-size: .9em;
	text-align: right;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 950px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #222;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #000;
	text-decoration: none;
}