/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}

		a.main {

			color: #a2c058;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;

		}

		div.container {

			width: 750px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 100px;
			background: #f2fbfc;
			background-image: url(HaLongBay2.jpg);
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 15px;
			font-family: sans-serif;
			font-size: 2.0em;
			color: white;

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #a2c058;
			margin-top: 3px;
			overflow: hidden;


		}
        
        div.box2 {

			width: 100%;
			height: 25px;
			padding-top: 5px;
			background: #D3AB5F;
            border-right: 1px SOLID #000;
            border-top: 1px SOLID #000;
            border-bottom: 1px SOLID #000;
            border-left: 1px SOLID #000;
			margin-top: 5px;
			overflow: hidden;
            font-size: 13pt;
			font-family: sans-serif;
			font-variant: small-caps;
            text-align: center;
            color: white;
            vertical-align: middle;
            
		}

		span.home {			
			
			background: #139ea7;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: Arial;
			font-variant: small-caps;

		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: Arial;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #a2c058;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 10pt;
			font-family: Arial;
			font-variant: small-caps;

		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 10pt;
			font-family: Arial;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.search {

			background: #fec529;
			padding-top: 3px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 10pt;
			font-family: Arial;
			font-variant: small-caps;
			float: right;
			height: auto;
			width: 50px;
            text-align: right;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}

		div.main_nav {

			width:190px;
			float: left;
			margin-right: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;

		}

        div.boxright {
        
            width: 200px;
			float: right;
			margin-left: 10px;
			height: 300px;
            padding: 5px;
			background: #DBDCBA;
            border-right: 2px SOLID #C0C0C0;
            border-top: 2px SOLID #C0C0C0;
            border-bottom: 2px SOLID #C0C0C0;
            border-left: 2px SOLID #C0C0C0;
			margin-top: 10px;
			overflow: hidden;
            font-size: 9pt;
			font-family: Arial;
			font-variant: small-caps;
            text-align: center;
        
        }
        
        div.boxright div {
           font-size: 12pt;
           font-weight: bold;
           
        }
        
        div.boxright2 {
        
            width: 200px;
			float: left;
			margin-right: 10px;
			height: 225px;
            padding: 5px;
			background: #C7D885;
            border-right: 2px SOLID #C0C0C0;
            border-top: 2px SOLID #C0C0C0;
            border-bottom: 2px SOLID #C0C0C0;
            border-left: 2px SOLID #C0C0C0;
			margin-top: 0px;
			overflow: hidden;
            font-size: 9pt;
			font-family: Arial;
			font-variant: small-caps;
            text-align: center;
            color: #000000;
        
        }
        
        div.boxright2 div {
           font-size: 12pt;
           font-weight: bold;
           color: #ffffff;
        }

        div.boxright2 a {
           font-size: 12pt;
           font-weight: bold;
           color: #ffffff;
        }

        
               
        div.boxleft {
        
            width: 190px;
			float: right;
			margin-right: 10px;
			height: 200px;
        
        }


		div.sub_menu div {
		
			background: #a2c058;
			padding: 5px;
			color: #fff;
			width: auto;
			font-variant: small-caps;

		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #f9f9f9;
	
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

        div.boxleft {
        
        }
        
		div.content {

			width: 750px;
			margin-top: 10px;
            

		}
        
        div.content a {

			font-size: 15px;
		//	color: #a2c058;
			font-weight: bold;
			text-decoration: none;

		}
        
        input {
              background: #E2E2E2;
              padding: 0px;
			  border: 1px;
			  margin: 0px;
        
        }
        
	    form {

			padding: 0px;
			border: 0px;
			margin: 0px;
			font-size: 9pt;
            

		}  

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}
		