﻿	/* COMMON DECLARATIONS
	............................................................................................ */

		body,h1,h2,h3,h4,h5,p,a,div,span,table,tr,td,blockquote,address,ul,ol,form,li, dl, dd, dt, img
			{
			border: 0px;
			margin: 0px;
			padding: 0px;
			font-family: verdana, arial, sans-serif;
			/*color: #333;*/
			font-size: 12px;
			text-align:left;
			}

		body
			{
			/*background: #FFF url(images/header/background.jpg) 0 0 repeat-x;
			background-color:#224154;*/
			background-color:#4f4e4e;
			/*text-align: left;*/
			}
			
		a,
		a:link,
		a:active,
		a:visited
			{
			color: #526C83;
			text-decoration: underline
			}
		a:hover{text-decoration: none;}
			
			
			
	#header
			{
			height: 109px;
			text-align: left;
			}
			
		/* HEADER » TOPLINKS
	   ............................................................................................ */
		#toplinks{height:17px;}

		ul#toplinks
			{
			display: block;
			margin: 2px 0 0 0;
			height: 15px;
			}

		ul#toplinks li
			{
			float: right;
			list-style-type: none;
			font-size: 10px;
			padding: 0 10px;
			border-right: 1px solid #fff;
			font-size: 11px !important;
			font-weight:bold;
			}

		ul#toplinks li.last
			{
			border-right: 0px;
			}		
		ul#toplinks li a,
		ul#toplinks li a:link,
		ul#toplinks li a:visited,
		ul#toplinks li a:active
			{
			font-size:10px;
			color: #015180;
			text-decoration: none;
			}

		ul#toplinks li a:hover
			{
			color: #015180;
			text-decoration: underline;
			}	


	/* HEADER » LOGO
	   ............................................................................................ */


		#header h1
			{
			display: block;
			height: 37px;
			width: 175px;
			background:  url(images/logos/youtouristlogo.jpg) 0 0 no-repeat;
			margin: 19px 29px 0 16px;
			float: left;
			clear: right;
			}
		#header h1 a,
		#header h1 a:link,
		#header h1 a:active,
		#header h1 a:visited
			{
			display: block;
			text-indent: -999px;
			overflow: hidden;
			height: 37px;
			width: 175px;
			}

	

	/* HEADER » SEARCH BOX
	   ............................................................................................ */



		#header form
			{
			float: right;
			display: block;
			margin-top: 18px;
			}

		#header input#q
			{
			margin: 0;
			width: 125px;
			margin: 0 3px 0 0;
			}

		#header input#search
			{
			width: 60px;
			}	


	/* MAIN 
	   ............................................................................................ */

		#main
			{
				width:100%;
				margin-top: 0px;
				/* overflow: hidden; */
			}


/* MAIN » LEFT
	   ............................................................................................ */


		#main #left
			{
			float: left;
			width: 185px;
			margin-right: 10px;
			display: block;
			border-right:solid 1px #red;
			}

		#main #left dl
			{
			display: block;
			background-color: #EBEBEB;
			margin-bottom: 20px;
			}

		#main #left dt
			{		
			font-weight: bold;
			color: #FFF;
			background-color: #D7A539;
			border-top: 1px solid #EACD79;
			border-bottom: 1px solid #B56B0D;
			padding: 8px 12px;
			}

		#main #left dd
			{		
			border-top: 1px solid #F5F5F5;
			border-bottom: 1px solid #D9D9D9;
			padding: 8px 12px;
			}
			
		#main #left dd strong
			{		
			color: #555;
			}			


		#main #left a,
		#main #left a:link,
		#main #left a:visited,
		#main #left a:active,	#main #left a:hover
			{
				color: #333;
			}

		#left dt a,
		#left dt a:link,
		#left dt a:active,
		#left dt a:visited
			{
			color: #FFF !important;
			font-size: 12px;
			text-decoration: none;
			}	
			
		#left dt a:hover
			{
				text-decoration: underline;
			}
		
		
	/* MAIN » CONTENT
	   ............................................................................................ */

		#main #content
			{ 
			
				display:block;
				padding:0px;
				border: 0px solid #d2d0d0;
			}

		#main #content p
			{
			margin: 0 0 20px 0;
			text-align: left;
			}

		#main #content p.left
			{	
			text-align: left;
			}

		#main #content p.right
			{	
			text-align: right;
			}


		#main .stabylo
			{
			background-color: #FFC;
			}	

		#main hr
			{
			border: 0;
			border-top: 1px solid #CCC;
			height: 1px;
			}

		#main p.centered
			{
			text-align: center;
			}





	/* MAIN » HEADINGS
	   ............................................................................................ */


		#main h2
			{
			/*color: #516B7F;*/
			color:#006699;
			font-size: 20px;
			font-family: arial, sans-serif;
			font-weight: 200;
			padding: 0 0 10px 0;
			margin: 0 0 15px 0;
			border-bottom: 1px solid #DBDBDB;
			}
			
		#main h2.alternate
			{
			color: #516B7F;
			}			

		#main #content h3
			{
			font-size: 12px;
			font-weight: bold;
			padding: 0;
			margin: 0;
			line-height: 13px;
			}
			
		#main #content h3.margined
			{
			margin-bottom: 20px;
			}			


		#main #content h4
			{
			color: #5E5737;
			font-size: 12px;
			font-weight: bold;
			padding: 10px 0 20px 0;
			}


		
	/* MAIN » RIGHT
	   ............................................................................................ */


		#main #right
			{
			float: right;
			width: 190px;
			display: block;
			padding: 10px 2px 0 8px;
			background-color:#e4eaed;
			}

		#main #right dl
			{
			display: block;
			background-color: #EBEBEB;
			margin-bottom: 10px;
			}


		#main #right dt,
		#main #left dl.alternate dt
			{		
			font-weight: bold;
			color: #FFF;
			background-color: #526C83;
			border-top: 1px solid #5B7C96;
			border-bottom: 1px solid #364D61;
			padding: 8px 12px;
			}
			
		#main #right dl.alternate dt
			{		
			background-color: #827B58;
			border-top: 1px solid #9C9677;
			border-bottom: 1px solid #625B3B;
			}			

		#main #right dd
			{		
			border-top: 1px solid #F5F5F5;
			border-bottom: 1px solid #D9D9D9;
			padding: 8px 12px;
			}		


		#main #right a,
		#main #right a:link,
		#main #right a:visited,
		#main #right a:active,
		#main #right a:hover
			{
			color: #205d7c;
			}		
		




/* MAIN » TABLES
	   ............................................................................................ */

		#page table
			{
				
			margin: 0 0 20px 0;
			border-collapse: collapse;
			border: 1px solid #615A3A ;
			}

		#page table caption
			{
			font-size: 11px;
			font-style: italic;
			color: #999;
			text-align: right;
			margin-bottom: 10px;
			}
		#page table tr
			{
			margin: 5px; 

			}

		#page table th
			{
			text-align: left;
			background: #6D6646 url(images/table_tr_bg.gif) 0 0 no-repeat;
			color: #FFF;
			padding: 5px;
			}

		#page table td
			{
			padding: 5px;
			border-top: 1px solid #B7B3A3;
			border-right: 1px solid #B7B3A3;
			}

		#page table tr.alternate td
			{
			background-color: #EAE5DA;
			}

	
	/* FOOTER
	   ............................................................................................ */


		#footer
			{
			clear: left;
			text-align:center;
			border-top: 1px solid #DBDBDB;
			padding:  0px 0 10px 0;
			margin:  0px 0 10px 0;
			}

		#footer ul
			{
			display: block;
			margin:10px 0;
			overflow: hidden;
			}

		#footer ul li
			{
			float: left;
			list-style-type: none;
			font-size: 10px;
			padding: 0 10px;
			border-right: 1px solid #CCC;
			font-size: 11px !important;
			}
			#footer ul li span{font-size: 11px !important;}

		#footer ul li.first
			{
			padding: 0 10px 0 0;
			}

		#footer ul li.last
			{
			border-right: 0px;
			}		

		#footer ul li a,
		#footer ul li a:link,
		#footer ul li a:visited,
		#footer ul li a:active
			{
			font-size:10px;
			color: #BBB;
			text-decoration: none;
			}

		#footer ul li a:hover
			{
			color: #333;
			text-decoration: underline;
			}