/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:70%/170% Verdana, Arial, Helvetica, sans-serif;
	background:#ECEBDC url(images/bg.gif) repeat-x;
	color:#737373;
	margin:0 0 25px;
	text-align:center;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h1 {
}
h2 {
	font-size:170%;
	font-weight:normal;
	background:url(images/header-underline.gif) no-repeat right bottom;
	margin:15px 0 20px;
}
h3 {
	font-size:110%;
}
a {
	color:#768436;
}
a:hover, a:active {
	text-decoration:none;
	color:#666;
}

/* [/html] */

/* [container] */

#container {
	width:775px;
	margin:0 auto;
	text-align:left;
	background:#fff url(images/container-bg.gif) repeat-y;
}

/* [/container] */

/* [top] */

#top {
	background:url(images/top-bg.gif) repeat-y;
	height:133px;
	border-top:1px solid #fff;
	padding:0 10px;
}
#top img {
	float:right;
	margin:0;
	padding:33px 33px 0 0;
}
#top ul {
	float:left;
	padding:77px 40px 0 20px;
	list-style:none;
}
#top li {
	float:left;
	padding:3px 9px 7px;
	color:#737373;
	background:url(images/nav-divider.gif) no-repeat 0 11px;
}
#top li.nobg {
	background:none;
}
#top li span {
	background:url(images/onstate.gif) no-repeat left bottom;
	padding:0 0 4px;
	color:#000000;
}
#top li a {
	text-decoration:none;
}
#image {
	margin:0 0 0;
	padding:0 10px;
	background:url(images/image-bg.gif) no-repeat top;
}
#image img {
	padding:1px 0;
	border-bottom:1px solid #768436;
	border-top:10px solid #ADBC24;
}

/* [/top] */

/* [content] */

#content {
	background:#fff url(images/content-bg.gif) repeat-y;
	margin:0 20px;
	padding:0 10px 15px;
	border-top:15px solid #fff;
	border-bottom:15px solid #fff;
}
#text {
	float:right;
	width:502px;
}
#text ul {
	list-style:square;
	margin:0 0 0 25px;
}
#text li {
	padding:3px 0 3px 5px;
}
#text .logos {
	margin:30px 0 0;
}
#text .logos img {
	margin-right:10px;
}
#text .imagecol {
	float:right;
	width:160px;
	margin:0 0 0 30px;
}
#text .imagecol p {
	margin-top:5px;
}
#text .imagecol img {
	padding:1px;
	border:1px solid #D5D5D5;
	margin:0 0 5px;
}
#text img.rightpic {
	padding:1px;
	border:1px solid #D5D5D5;
	float:right;
	margin:0 0 0 20px;
	
}
#detail {
	float:left;
	width:170px;
	padding-top:5px;
}
#detail h3 {
	font-size:100%;
	border-bottom:1px solid #B9B9B9;
	display:inline;
	padding:0 0 6px;
	line-height:300%;
}
#detail ul {
	list-style:none;
	margin:10px 0 0 10px;
}
#detail li a {
	background:url(images/nav-bullet.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
	text-decoration:none;
}
#detail li a:hover, #detail li a.onstate {
	background:url(images/nav-bullet-on.gif) no-repeat 0 4px;
}
#detail strong.date {
	font-size:90%;
	color:#768436;
}

/* [/content] */

/* [downloads] */

table {
	margin:20px 0;
	background:url(images/content-bg.gif) repeat-x 0 16px;
}
table td {
	margin:0 25px;
}
table thead {
	background:#ADBC24;
	font-weight:bold;
	color:#fff;
}
table thead td {
	border-right:2px solid #fff;
	padding:2px 7px;
}
table thead td.tdnb {
	border:0;
	text-align:center;
}
table tbody td {
	border-bottom:1px solid #ADBC24;
	padding:7px;
}
table tbody td.pdfcol {
	text-align:center;
}
table tbody td.pdfcol img {
	vertical-align:middle;
}
table a.read {
	background:#B6B6B6;
	color:#fff;
	text-decoration:none;
	padding:1px 2px;
	font-weight:bold;
}

/* [/downloads] */

/* [form] */

form {
	margin:30px 40px 20px;
}
fieldset {
	border:1px solid #ccc;
	background:#F7F7F7;
	padding:20px 30px 25px;
	width:335px;
}
fieldset p {
	margin:12px 0 0;
}
label {
	width:120px;
	float:left;
	font-size:120%;
}
input, textarea {
	width:200px;
}

/* [/form] */

/* [footer] */

#footer {
	clear:both;
	padding:0 0 24px;
	background:url(images/footer-bg.gif) no-repeat bottom;
}
#footer ul {
	list-style:none;
	border-top:4px solid #ADBC24;
	padding:10px 20px 0;
	margin:0 10px;
}
#footer li {
	float:left;
	padding:0 8px 0 10px;
}
#footer li.valid {
	float:right;
}
.arrival {
}
.arrival img {
	margin:54px 20px 0 0;
	float:right;	
}

/* [/footer] */

/* [extra] */

.divider {
	background:url(images/hor-dots.gif) repeat-x center;
	font-size:1px;
	clear:both;
	height:5px;
}
.cleaner {
	clear:both;
}
.strapspace {
	margin:0 25px;
}
.spacer {
	clear:both;
	height:75px;
}
.firstpara {
	font-size:110%;
}
.hide {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline;
}

/* [/extra] */