/**********************************************************
	Initialising 
**********************************************************/

* {
	margin:0;
	padding:0;
}
html {
	/*height: 100%;*/
}
body {
	height: 100%;
	text-align: center;
	font-family: Verdana,arial,helvetica,tahoma,sans-serif;
	color:#000;
	font-size:75%;
	background-color: #FFC;
	background-image:url(/_common/img/backgrounds/sand.gif);
}



/**********************************************************
	Defaults 
**********************************************************/
h1		{	font-size: 22px;	font-weight:bold;	color:#000;	}
h2		{	font-size: 17px;	font-weight:bold;	color:#000; text-align:center; margin:12px 12px 12px 0;	}
h3		{	font-size: 14px;	font-weight:bold;	color:#000; ffont-style:italic;}
h4		{	font-size: 12px;	font-weight:bold;	color:#000;	}

p		{	margin:0 0 1.0em 0; text-align:justify;}
p.center	{	margin:0 12px 1.0em 0; text-align:center;}
a		{	text-decoration:none;	color:#630;		}
a:hover {	text-decoration:underline;	color:#C90;	}

ul		{ margin:0 0 1em 15px; list-style-type: disc;list-style-position: outside;	}
ul li		{ margin-left:15px; }
hr		{
	border:1px solid #FFC;
	border-top:1px dashed #000;
	margin-bottom:7px;
}
/*dl {															border:1px solid #f00;
}

dt {	clear:left;
	float:left;
	width:20%;
	text-align:right;												border:1px solid #0f0;
}
dd {
	float:left;
	width:79%;													border:1px solid #00f;
}

*/
ul.deflist {
	list-style:none;
	margin-left:0;												bborder:1px solid #00f;
}
ul.deflist li {
	clear:left;
	height:1.5em;
}
ul.deflist li span.title {
	float:left;
	width:235px;
	margin-right:5px;
	text-align:right;												bborder:1px solid #00f;
}
ul.deflist li span.def {
	float:left;
	width:235px;
	text-align:left;												bborder:1px solid #00f;
}

.travelicon {
	width:153px;
	text-align:right;
	float:left;
	margin-right:5px;				bborder:1px solid #00f;
}
.traveltext {
	float:left;				bborder:1px solid #00f;
}

/**********************************************************
	Layout 
**********************************************************/
#page {
	margin:0px auto 0px auto;
	padding: 0 0 0px 0;
	width:765px;
	text-align: left;
	background-image:url(/_common/img/backgrounds/body_bg2.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}
#header {
	padding-right:3px;
	height:152px;

	background-image:url(/_common/img/backgrounds/head2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
															bborder:1px solid #0f0;
}

#main {
	background-image:url(/_common/img/backgrounds/logo-left2.gif);
	background-repeat:no-repeat;
	background-position:55px 0;
															bborder:1px solid #f90;
}
#main #content {
	float:right;
	width:555px;
	margin:0 30px 0 0;
															bborder:1px solid #f00;
}



#nav1 {
	float:left;
	width:125px;
	height:250px;
															bborder:1px solid #09f;
}

	#nav1 ul {
		list-style-type:none;
		list-style:none;
		margin:7px 0 0 0;
	}

	#nav1 ul li {
		height:17px;
		line-height:17px;
		background-color:none;
		font-size:15px;
		font-weight:bold;
		text-align:right;
	}


#footer {
	background-image:url(/_common/img/backgrounds/footer.png);
	background-repeat:no-repeat;
	background-position:top 0px;
	height:58px;
	margin:10px 0 0 0;
	padding:1px 0 0 0;
	font-size:11px;
											bborder:1px solid #f00;
}
	#footer span.footerSeparator {
		Xmargin:0 0 0 10px;
	}
	#footer #footerNav {
		margin:21px 0px 0 0;
		text-align:center;
											bborder:1px solid #f0f;
	}
		#footerNav ul {
			list-style-type:none;
		}

		#footerNav ul li {
			display:inline;
			color:#666;
			margin:0 0 0 0px;
			padding:0 0px 0 0;
			bborder-right:1px solid #630;
		}
		#footerNav ul li.last {
			bborder-right:none;
		}

#copyright {
	text-align:center;
	font-size:11px;	margin:0px 0 0 0;
	color:#653;	color:#764;
											bborder:1px solid #f00;
}




/**********************************************************
	Forms
**********************************************************/
form label {
	float:left;
	width:150px;
	text-align:right;
	line-height:20px;
	margin-right:3px;
}
form input.frmTxt {
	background-color:#FFF;
	border:1px solid #E5D69C;
	width:300px;
	height:18px;
	margin-bottom:5px;
}
form input.frmBtn {

}
form div.frmcountry {
	display:none;
}
form textarea {
	background-color:#FFF;
	border:1px solid #DFCD85;
	width:300px;
	height:150px;
	margin-bottom:5px;
}

/*
fieldset {
	border:none;
}
div.LoginField {
	margin:0 0 5px 0;
}
div.LoginField label {
	float:left;
	width:150px;
	text-align:right;
	line-height:20px;
	margin-right:3px;
}
div.LoginField input.txt {
	background-color:#999;
	border:1px solid #CCC;
	width: 150px;	height:18px;
}
div.LoginField input.btn {
	background-color:#383931;
	border:1px solid #CCC;
	width: 50px;
	height:22px;
	color:#F90;
}
*/



/**********************************************************
	Specials
**********************************************************/
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	border:0;
}
.access {
	display:none;
}