@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/bg_bluefade.jpg);
	background-repeat:repeat-x;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666;
	}

#container{
	width:100%;
	/*background-image:url(../images/header_blue.png);
	background-repeat:repeat-x;*/
	}

#flash{
	}
	
#main{
	background-image:url(../images/bg_white.png);
	background-repeat:repeat-y;
	width:760px;
	margin-top:0px;
	text-align:left;
	overflow:auto;
	}
#content{
	padding:15px;
	}
#left{
	width:490px;
	float:left;
	}
/*DIV IDs*/
#home_welcome{
	background-image:url(../images/home_welcome.jpg);
	background-repeat:no-repeat;
	width:467px;
	height:116px;
	margin-bottom:10px;
	}

#home_pics{
	background-image:url(../images/home_pics.jpg);
	background-repeat:no-repeat;
	width:467px;
	height:120px;
	margin-bottom:10px;
	}
#home_news{
	background-image:url(../images/home_news.jpg);
	background-repeat:no-repeat;
	width:467px;
	height:31px;
	margin-bottom:10px;
	}

	
#right{
	width:240px;
	float:right;
	}
	
#home_upcomingtrips{
	background-image:url(../images/home_upcomingtrips.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:31px;
	}
#home_news_archive{
	background-image:url(../images/home_news_archive.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:31px;
	}
#home_upcomingtripslist{
	width:226px;
	padding:8px;
	color:#369;
	text-align:center;
	}
#home_philosophy_image{
	background-image:url(../images/home_philosophy_image.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:260px;
	}	
#ourtrips_triplist{
	width:730px;
	}	
#ourtrips_header{
	clear:both;
	width:730px;
	height:40px;
	}
#ourtrips_title{
	background-image:url(../images/ourtrips_title.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:39px;
	float:left;
	}
	
#ourtrips_triprating{
	background-image:url(../images/ourtrips_triprating.jpg);
	background-repeat:no-repeat;
	width:208px;
	height:31px;
	float:right;
	cursor:pointer;
	}
#contact_title{
	background-image:url(../images/contact_title.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:39px;
	}
#contact_content{
	padding:15px;
	}
#faq_title{
	background-image:url(../images/faq_title.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:39px;
	}
#faq_content{
	padding:15px;
	}
#aboutus_title{
	background-image:url(../images/aboutus_title.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:39px;
	}
#aboutus_content{
	}
#footer{
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:760px;
	height:56px;
	clear:both;
	color:#ffffff;
	padding-top:18px;
	font-size:8pt;
	}

#footer_left{
	float:left;
	width:250px;
	}
	
#footer_center{
	float:left;
	text-align:center;
	width:250px;
	}

#footer_right{
	float:right;
	right:10px;
	position:relative;
	width:260px;
	text-align:right;
	}
#gallery{
	width:730px;
	}
/*DIV classes*/	
.home_update{
	background-image:url(../images/home_update_bg.jpg);
	background-repeat:no-repeat;
	width:470px;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.home_update_entry{
	padding-top:5px;
	margin:5px;
	text-align:left;
	line-height:16pt;
	}
.ourtrips_tripbg{
	background-image:url(../images/ourtrips_tripbg.jpg);
	background-repeat:no-repeat;
	width:730px;	
	}
.ourtrips_tripitem{
	line-height:16pt;
	width:680px;
	padding:30px;
	}
.ourtrips_worksbg{
	background-image:url(../images/ourtrips_tripbg.jpg);
	background-repeat:no-repeat;
	width:730px;	
	min-height:221px;
	}
.aboutus_row{
	background-image:url(../images/ourtrips_tripbg.jpg);
	background-repeat:no-repeat;
	width:730px;	
	min-height:221px;
	clear:both;
	}
.aboutus_picture{
	padding:30px;
	width:150px;
	float:left;
	}
.aboutus_text{
	width:450px;
	padding:30px;
	float:left;
	}
/* fonts */	
a.home_trips{
	text-decoration:none;
	font-weight:bold;
	color:#369;
	}
a.home_trips:hover{
	text-decoration:underline;
	}
a.top{
	text-decoration:none;
	font-size:8pt;
	color:#369;
	}
a.top:hover{
	text-decoration:underline;
	}	
a.footer{
	text-decoration:none;
	font-size:8pt;
	color:#fff;
	}
a.footer:hover{
	text-decoration:underline;
	}

a{
	text-decoration:none;
	color:#369;
	}
a:hover{
	text-decoration:underline;
	}
