/* [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:#333333;
	color:#cccccc;
	margin:0 0 30px;
	text-align:center;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h1 {
}
h2 {
	font:215%/130% Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:15px 0 20px;
	color:#fff;
}
h2 a {
	text-decoration:none;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:110%;
}
a {
	color:#cccccc;
}
a:hover, a:active {
	text-decoration:none;
	color:#cccccc;
}

/* [/html] */

/* [container] */

#container {
	width:760px;
	border:5px solid #666666;
	margin:20px auto;
	text-align:left;
	background:#2f2f2f url(images/content-bg.gif) repeat-y;
}

/* [/container] */

/* [top and nav] */

#top {
	height:199px;
	border:1px solid #000;
}
#logo {
	background:url(images/logo-bg.gif) repeat-x;
	width:226px;
	border-right:1px solid #000;
	float:left;
	height:199px;
}
#logo h1 {
	margin:30px 0 0 40px;
}
#logo h1 a {
	background:url(images/logo.gif) no-repeat;
	display:block;
	width:137px;
	height:140px;
}
#image {
	float:left;
	width:512px;
	height:184px;
	background:url(images/loading.gif) no-repeat center;
}

/* [/top] */

/* [content] */

#content {
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#nav {
	width:226px;
	min-height:378px;
	float:left;
	background:#212121 url(images/nav-bg.jpg) no-repeat;
}
* html #nav {
	height:378px;
}
#nav ul {
	list-style:none;
}
#nav li {
	list-style:none;
}
#nav a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:19px;
	padding:5px 0 6px 14px;
}
#nav a:hover {
	background:#7f1212;
}
#nav a.onstate {
	background:#7f1212 url(images/on-arrow.gif) no-repeat;
}
#textcol {
	width:465px;
	float:left;
	margin:15px 0 15px 35px;
}
#textcol img {
	margin:5px 0 0 25px;
	float:right;
}
#textcol img.noborder {
	border:0;
}
#textcol ul {
	list-style:square;
	margin:0 0 0 35px;
}
#textcol li {
	padding:0 15px 3px 0;
	margin:0 5px 0 0;
	background:url(images/arrow-bullet.gif) center right no-repeat;
}
#textcol .matcol {
	float:left;
	width:216px;
}
#textcol .rightmat {
	margin-left:33px;
}
#textcol .matcol img {
	margin:0;
	float:none;
}
#textcol .matfull {
	clear:both;
	margin-bottom:20px;
}
#textcol .matfull img {
	
}


/* [/content] */

/* [form] */

form {
	margin:25px 17px 15px;
}
legend {
	font-size:120%;
	color:#818181;
	font-weight:bold;
}
fieldset {
	border:1px solid #ccc;
	padding:0 25px 20px;
}
fieldset p {
	margin:15px 0 0;
}
label {
	width:150px;
	float:left;
}
input, textarea {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:2px;
}
select {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background:#f2f2f2;
}
textarea {
	width:194px;
}
input#Date, input#Month, input#Year {
	text-align:right;
} 
input.submitbutt {
	background:#dcdcdc;
}

/* [/form] */

/* [footer] */

#footer {
	clear:both;
	background:#404040;
	border-top:5px solid #666666;
}
#footer ul {
	list-style:none;
	border:1px solid #000;
	padding:13px 10px;
	height:19px;
}
#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 {
	margin:15px 0;
	border-bottom:1px dotted #B5B5B5;
	font-size:1px;
	clear:both;
}
a.readmore {
	color:#e2871a;
	padding:0 0 0 15px;
	background:url(images/arrow-left.gif) center left no-repeat;
}
.cleaner {
	clear:both;
}
.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] */