/* TAGS ---------------------------------------*/
html, body {
    height: 100%;
}

body {
	font: normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0px 0px 0px 0px;
	color: #666666;	
		
}

h1{
	font:  bold 14px/1.0em Georgia, serif;
	margin: 10px 0 0px 0;
	padding:0 0 6px 0;
	color: #006144;
}

h2{
	font:  bold 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #006144;
	padding:16px 0 6px 0;
	margin:0;
}


a:link {
	text-decoration: none;
	color: #006144; /*green*/
}
a:visited {
	text-decoration: none;
	color: #403c33;
}
a:hover {
	text-decoration: none;
	color: #403c33;
}
a:active {
	text-decoration: none;
}


/* DIV ID ---------------------------------------*/

#frame{
	margin: auto; 
	width: 746px;
	background-color: #006144;
	min-height:100%;
	background-image: url(../template_img/column_green.gif);
	background-repeat: repeat-y;
}

#container{
	background-image: url(../template_img/column.gif);
	background-repeat: repeat-y;
	overflow: auto;
	padding:0 6px 0 6px;
	}

#nav{
	float:left;
	width: 155px;
	margin: 0;
	
}
	


#mastleft{
	height: 146px;
	background-image: url(../content_img/homepage/mastL.jpg);
	background-repeat: no-repeat;
	background-color: #006144;
	display:block;
}
#masthead{
	height: 146px;
	background-color: #006144;
	background-image: url(../content_img/homepage/mastR.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}

#main{
	float:right;
	width:579px;	
	background-color:#fff;
	padding-bottom:70px;
	}




#footer{
	margin: 0;
	padding:8px 0 8px 0;
	clear:both;
	color:#fff;
	height: 18px;
	background-color: #006144;
}


/* NAV---------------------------------------------*/


#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width:155px;
	font-weight: normal;
	font-size:12px;
	
}

#nav li{
	border-bottom: 1px solid #005b3f;
	/*background-color: #d0e4df;*/
	display:block;
	background-color: #96b9af;

	padding:14px 0 14px 0;
}

#nav li a{
	/*height: 38px;*/
	display: block; 
	text-decoration: none;
	line-height: 14px;
	color:#005b3f;
	}

#nav li a:hover{
	font-weight: bold;
}

#lower{
	margin:34px 0 12px 20px;
	color:#000	;
	font-size:10px;
}

/* SUBNAV---------------------------------------------*/


.subnav ul{
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	text-indent:20px;
	font-size:10px;
}

.subnav li a{
	display: block;
	line-height: 16px;
	background-image: url(../template_img/arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#636767;
}



.subnav li a:hover{
	color:#005b3f;
}

.travel .subnav li a{
	background-image: url(../template_img/arrow_red.gif);
}

/*TEMPLATE*/

.content{
float:left;
	margin: 42px 0 70px 45px;
	width: 325px;
}
.img_top{
		float:right;	
		margin: 65px 4px 0 0;
	}
	
.img{
		float:right;	
		margin: 35px 4px 0 0;
	}
