/* [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:#fff;
	color:#737373;
	margin:0 0 25px;
	text-align:center;
	border-top:5px solid #AC9C70;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h1 {
}
h2 {
	font:160%/120% Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #C0C0C0;
	padding:0 0 15px;
}
h2 span {
	margin:0 0 0 20px;
}
h3 {
	font-size:110%;
}
a {
	color:#666;
}
a:hover, a:active {
	text-decoration:none;
}

/* [/html] */

/* [container] */

#container {
	width:741px;
	margin:0 auto;
	text-align:left;
	background:url(images/container-bg.gif) repeat;
}

/* [/container] */

/* [nav] */

#top {
	height:80px;
	padding:36px 0 15px;
	background:#fff;
}
#top h1 {
	float:right;
}
#top h1 a {
	background:url(images/logo.gif);
	width:171px;
	height:81px;
	display:block;
}
#top span, #toppic span {
	display:none;
}
#navstrip {
	height:226px;
	border-top:1px solid #AC9C70;
	border-bottom:1px solid #AC9C70;
	padding:2px 0;
}
#toppic {
	float:left;
	width:521px;
	background:url(images/loader.gif) no-repeat center;
	height:226px;
}
#nav {
	float:left;
	width:219px;
	height:226px;
	background:url(images/nav-bg.jpg) no-repeat center;
	margin:0 0 0 1px;
}
#nav ul {
	list-style-type:none;
	margin:73px 0 0;
	float:right;
}
#nav li {
	background:url(images/nav-underline.gif) bottom left no-repeat;
	padding:0 20px 0 0;
	text-align:right;
	border-bottom:1px solid #D9CDAD;
	display:block;
	color:#626262;
}
#nav li#home {
	border-bottom:1px solid #E1D3B3;
}
#nav li a {
	padding:0 0 0 0;
	color:#fff;
	text-decoration:none;
	display:block;
	width:162px;
}
/*#nav li a span.leftlink {
	float:right;
}
#nav li a span.rightlink {
	visibility:hidden;
	font-weight:bold;
	float:left;
}
#nav li a:hover span.rightlink, #nav li.onstate a span.rightlink {
	color:#626262;
	visibility:visible;
}*/
#nav li a:hover, #nav li.onstate a {
	color:#626262;
}
#nav li.nobg {
	background:none;
	border:0;
}

/* [nav] */

/* [content] */

#content {
	background:url(images/content-bg.gif) no-repeat right bottom;
	padding:30px 0;
}
#content #leftcol {
	width:474px;
	padding:0 24px;
}
#content #leftcol ul {
	margin:15px 0 15px 25px;
	list-style-type:square;
}
#content #rightcol {
	float:left;
	width:175px;
	padding:15px 0 0 17px;
	margin:15px 0 5px;
}
#content img {
	float:right;
}


/* Form */

form {
	margin:0 0 20px;
}
fieldset {
	width:355px;
	padding:10px 5px;
	border:2px solid #EBEDEC;
}
fieldset p {
	margin:0;
	padding:8px 0;
}
legend {
	padding:0 5px 0 3px;
	font-size:110%;
	font-weight:bold;
	color:#7c7c7c;
}
label {
	width:120px;
	float:left;
	padding:0 15px;
}
legend {
	font-weight:bold;
	padding:0 4px;
}
select {
	width:195px;
	font-size:120%;
}
.formbutton {
	width:160px;
	background-color:#EBEDEC;
	border:0;
	border-right:1px solid #5E2E65;
	border-bottom:1px solid #5E2E65;
	padding:2px 0;
	font:110% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#787878;
}
label.highlabel {
	height:200px;
}

#footer {
	border-top:1px solid #AC9C70;
	border-bottom:2px solid #AC9C70;
	padding:10px 0;
	width:741px;
	margin:2px auto 0;
	text-align:left;
}
#footer ul {
	list-style:none;
	margin:0 5px 18px;
}
#footer li {
	float:left;
	background:url(images/footer-divider.gif) 0 3px no-repeat;
	padding:0 8px 0 10px;
}
#footer li.valid {
	float:right;
}
#footer li.nobg {
	background:none;
}
#footer hr {
	display:none;
}
#arrival {
	width:741px;
	margin:8px auto 0;
	text-align:left;
	text-align:right;
	font:90% Arial, Helvetica, sans-serif;
	padding:0 10px 20px 0;
	display:none;
}
#arrival a {
	color:#7c7c7c;
	text-decoration:none;
	font-weight:normal;
	background:url(images/arrival-arrow.gif) no-repeat right;
	padding:0 10px 0 0;
}
.divider {
	margin:20px 0;
	border-bottom:1px solid #C0C0C0;
	font-size:1px;
	clear:both;
}
.cleaner {
	clear:both;
}