html, body {
	margin:0;
	padding:0;
}

body {
	font-family:"Arial", sans-serif;
	font-size:0.75em;
	line-height:1.25em;
	color:#000;
	background-color:#3c3535;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	font-size:60px;
	line-height:72px;
	text-transform:uppercase;
	width:auto;
}

h2 {
	margin-bottom:10px;
	font-size:1.25em;
	font-weight:normal
}

h3 {
	font-size:1em;
	margin-bottom:5px;
	font-weight:bold;
}

h4 {
	font-size:1em;
	font-weight:normal;
}

h5 {
	font-size:1em;
	font-weight:normal;
}

h6 {
	font-size:1em;
	font-weight:normal;
}

p {
	margin:0;
	margin-bottom:12px;
	padding:0;
}

a, a:visited {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

:focus {
	outline:none;
}

ul, ol {
	margin:0;
	margin-bottom:20px;
	padding:0;
	padding-left:15px;
}

ul ul, 
ul ol, 
ol ol, 
ol ul {
	margin:0;
}

blockquote {

}

hr {
	margin:0;
	margin-bottom:12px;
	padding:0;
	height:1px;
	color:#fff;
	background-color:#fff;
	border:none;
}

#page {
	margin:auto;
	padding-top:50px;
	padding-bottom:20px;
	width:800px;
}

#header {
	width:800px;
	height:145px;
	background:url('../../images/ui/header.png') no-repeat 0 0;
}

#navigation {
	padding:0 30px;
	position:relative;
	font-size:18px; /* stop resizing in ie on scale */
}

#navigation ul {
	margin:0;
	padding:0;
	height:36px;
	list-style:none;
}

#navigation li {
	display:block;
	float:left;
}

#navigation li a,
#navigation li a:visited {
	margin-right:20px;
	display:block;
	line-height:22px;
	color:#f08716;
	text-decoration:none;
}

#navigation li a:hover {
	color:#fff;
}

#navigation li.chl2_active a,
#navigation li.chl2_active a:visited {
	color:#fff;
}

#contentWrapper {
	padding:13px 0;
	background:url('../../images/ui/contentWrapper.png') repeat-y 0 0;
	overflow:hidden;
	height:1%;
}

#breadcrumb {
	margin-bottom:10px;
	font-size:0.9em;
}

#leftColumn {
	padding:0 30px 0 55px;
	width:460px;
	float:left;
	height:1%;
	overflow:hidden;
}

#rightColumn {
	padding:65px 30px 0 30px;
	position:relative;
	width:195px;
	float:right;
	height:1%;
	overflow:hidden;
}

#rightColumn .rss {
	position:absolute;
	top:0;
	right:30px;
}

#rightColumn h2 {
	text-transform:uppercase;
}

#rightColumn a,
#rightColumn a:visited {
	text-decoration:none;
	color:#e07135;
}

#rightColumn a:hover {
	color:#000;
}

#rightColumn li {
	/*padding-left:20px !important;*/
    padding-left:5px !important;
	padding-left:0;
}

#footer {
	padding-top:9px;
	position:relative;
	top:0;
	left:0;
	font-size:0.833em;
	font-weight:bold;
	background:url('../../images/ui/footer.png') no-repeat 0 0;
	clear:both;
	height:1%;
}

#gallery {
	padding:10px 0;
	position:relative;
	left:0;	
	width:800px;
	height:40px;
	background-color:#726d69;
}

#gallery ul {
	position:relative;
	left:50%;
	list-style:none;	
	float:left;
}

#gallery li {
	margin-right:10px;
	position:relative;
	right:50%;
	width:40px;
	height:40px;
	float:left;
}

#gallery .image img {
	display:block;
	-ms-interpolation-mode: bicubic; /* ie fix for bicubic scaling */
}

#sundries {
	position:relative;
	padding:0 20px;
	min-height:135px;
	height:auto !important;
	height:135px;
	background:url('../../images/ui/sundries.png') no-repeat 0 0;
}

#sundries p {
	padding-top:45px;
	float:right;
	color:#999999;
}

#sundries a,
#sundries a:visited {
	text-decoration:none;
	color:#999999;
}

#sundries a:hover {
	color:#fff;
}

#sundries .links {
	clear:both;
	float:right;
}

#sundries .links ul {
	margin:0;
	padding:0;
}

#sundries .links li {
	margin:0;
	margin-left:10px;
	padding:0;
	float:left;
	list-style:none;
}

#sundries .links a,
#sundries .links a:visited {
	color:#fff;
}

#sundries .links a:hover {
	color:#999;
}

#logo {
	position:absolute;
	top:30px;
	left:0;
}

.pageImage {
	padding:10px 0;
	width:195px;
	overflow:hidden;
}

.pageImage img {
	display:block;
}

.pageImage p {
	margin-top:5px;
	text-align:center;
}

.download {
	margin:5px 0 10px 0;
	padding-left:60px;
	display:block;
	width:56px;
	height:52px;
	line-height:52px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background:url('../../images/ui/download.png') no-repeat 0 0;
}

#leftColumn .download {
	background:url('../../images/ui/download_left.png') no-repeat 0 0;
}

#leftColumn .download:hover {
	color:#fff;
}

#rightColumn .download {
	background:url('../../images/ui/download_right.png') no-repeat 0 0;
}

.furtherInformation {
	margin-top:10px;
}

form h3 {
	text-align:center;
	margin-bottom:10px;
}
