
* {
	font-size : 12px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

body {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	background:  #000000 url("background.jpg") no-repeat;
   /* background-attachment:fixed; */
	background-position: center top;
	color: #f8f8f8;
}


.content {
	padding-left: 30px;
	width:1000px;
}

.menuitem {
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	padding:5px;
}

.menuitem:hover {
	text-decoration: underline;
}

INPUT {
	border: 1px #cccccc solid;
	height:21px;
	padding-top : 2px;
	padding-left : 3px;
	font-size:15px;
	font-weight : bold;
}

.boldtextarea {
	border: 1px #cccccc solid;
	padding-top : 2px;
	padding-left : 3px;
	font-size:15px;
	font-weight : bold;
}

SELECT {
font-weight : 1000;
	border: 1px #cccccc solid;
	height:19px;
	font-size : 12px;
	padding-top : 0px;
	padding-left : 0px;
}

TEXTAREA {
	border: 1px #cccccc solid;
	padding-top : 3px;
	padding-left : 3px;
}


h1 {
	font-size: 35px;
	color: #ef3e42;
	font-weight : lighter;
}

.introtext {
	color: #ffffff;
	font-size:19px;
	padding-top:25px;	
	padding-left:180px;
	text-decoration: none;
}

h2 {
	font-size: 26px;
	font-weight : 1000;
	letter-spacing : 1px;
}

h3 {
	color: #ff7f00;
	font-size: 1.3em;
	font-style : italic;
	font-weight : 400;
	letter-spacing : 1px;
}

h4 {
	font-size: 16px;
	font-weight : 1000;
	letter-spacing : 0px;
}

h5 {
	font-size: 11px;
	font-weight : 1000;
	letter-spacing : 0px;
}


p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 50px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(ntbg.png);
    margin-top:73px;
	margin-left:380px;
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; 
	padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
	display:none;
}


/* -------------------- */
/* MODAL				*/
/* -------------------- */
	
		.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0px;
		padding:0px;
		background:#000000;
		opacity:.40;
		filter: alpha(opacity=40);
		-moz-opacity: 0.40;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
		border: 1px solid #000000;

	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window
	{
		position:absolute;
		width:39px;
		height:39px;
		right:8px;
		top:8px;
		background:transparent url('close.gif') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}



