/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body {
	background-color: #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 970px; /* PAGE WIDTH #1 of 2 */
}

div#Page {
	padding-top: 135px; /* HEADER HEIGHT #1 of 2 */
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer {
	left: 0;
	position: absolute;
	top: 0;
	width: 970px; /* PAGE WIDTH #2 of 2*/
}

div#NavigationService {
/*	background-color: #E6E6E6;*/
	background-color: #FFFFFF;
	color: #000000;
	/*margin: 0 10px 0 10px;*/
	margin-left:550px;
	height: 24px;
	overflow: hidden;
}

div#NavigationService a {
	color: #f5821f;
}

div#NavigationService form {
	text-align: right;
}

td#NavigationServiceSitemap {
	background-image: url(images/ico_sitemap.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 1px 4px 2px 15px;
}

td#NavigationServiceSearch {
	background-image: url(images/ico_search.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 1px 0 2px 15px;
}

td#NavigationServicePrint {
	background-image: url(images/ico_print.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 1px 4px 2px 15px;
}

td#NavigationServiceHome {
	background-image: url(images/ico_home.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 1px 4px 2px 15px;
}
td#NavigationServiceSearch #keyword {
margin-top:2px;
color: #f5821f;
}
td#NavigationServiceSearchSubmit input {
	background-color: #FFFFFF;
	border:none;  
	color: #f5821f;
	padding: 0;
cursor:pointer;
margin-left:5px;
}

div#Banner {
	margin: 0 10px 0 10px;
}

/**********************************
	M I S C
*********************************/
fieldset {
	display: inline;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

ul.Vertical {
	clear: both;
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

div#ContentColumnInner table.Paging {
	border-top: 1px solid #DADFED;
	margin-top: 16px;
}

div#ContentColumnInner table.Paging td {
	border: none;
	padding: 3px 0 0 0;
}

div#ContentColumnInner table.PagingPages {
	margin-top: 0;
}

div#ContentColumnInner table.PagingPages td {
	border: none;
	padding: 0 3px 0 3px;
}
