/*
TOC
	GENERAL
	TEXT
	HEADING TEXT
	LAYOUT
	GALLERIES
	CONTACT STYLES
*/
/*----------------------------------------------------------------*/
/*GENERAL*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #a8b5ae;
	text-align: center;
	font-size: 10px;
/* part 1 of 2 centering hack */
	}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}	
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #a8b5ae;
	outline: none;
	}
a.travlinks {
	text-decoration: none;
	font-weight: bold;
	color:  #812d22;
	outline: none;
	}	
a:visited {
	color:  #a8b5ae;
	}
a:active {
	color:  #812d22;
	}
a:hover {
	color: #c65b31;
	text-decoration: underline;
	}
/*----------------------------------------------------------------*/
/*TEXT STYLES*/

.credit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative; bottom:20px;
	font-size: 10px;
	line-height: 16px;
	color: #c65b31;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 10px;
	z-index: 1;
	widows: 4;
	}
li {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 10px;
	z-index: 1;
	
}
	
.wide{
	width: 610px; 
	padding: 0px 20px 0px 20px;
	}
	
#travnav {
text-align: justify;
font-weight: bold;
color: #812d22;	
}	
	
#totop {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-size: 14px;
	line-height: 14px;
	margin-top: 19px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0;
	text-align: right;
	}

p.leftmarg {
	width: 422px; 
	padding: 7px 20px 10px 208px;
	margin-top: 0px;
	margin-bottom: 10px;
	z-index: 1;
	widows: 4;
	}
	
.comingUp {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	width: 422px; 
	padding: 0px 20px 10px 208px;
	margin-top: 6px;
	margin-bottom: 10px;
	color: #c65b31;
}
/*----------------------------------------------------------------*/	
/*HEADING STYLES*/

h1 {/*first heading*/
	font-family:Georgia, Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-variant:small-caps;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 34px;
	margin-bottom: 0;
	margin-left: 20px;
	color: #812d22;
	}
h2 {/*for heading within page*/
	font-family:Georgia, Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-size: 21px;
	line-height: 48px;
	font-weight: bold;
	font-variant:small-caps;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
	color: #812d22;
	}
h3 {/*gallery titles*/
	font-family:Georgia, Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-variant:small-caps;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 34px;
	margin-bottom: 3px;
	padding-left: 3px;
	color: #812d22;
	}
.inflow {
	margin-top: -4px;
	}	
	
h4 {/*first listing after heading*/
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #812d22;
	}
	
h4.inpage {/*for listings within H1*/
	padding-left: 208px;
	margin-top: 30px;
	margin-bottom: 0px;
	}

h4.noindent {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 4px;
	padding-top:0;
	margin-top: 0px;
	margin-bottom: 0;
	color: #812d22;
	}	

	
h5 {/*friends*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-left: 0px;
	padding-top:0;
	margin-top: 12px;
	margin-bottom: 0;
	color: #812d22;
	}
h6 {/*card head*/
	font-family:Georgia, Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-variant:small-caps;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #812d22;
	}	
	
/*----------------------------------------------------------------*/
/* LAYOUT */	
#title{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #605856;
	white-space: normal;
	}	

	
#content {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background-color: #fff;
	border-bottom: 3px solid #c65b31;
	text-align:left; /* part 2 of 2 centering hack */
	width: 650px;
	white-space: normal;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#even  {
   margin: 39px;
}		

	/*events listings start*/	
.event {
	margin-top: 22px;
	width: 610px;
	padding: 0px 20px 0px 20px;
	height: 1%;
}

.fullspan {
	margin-top: 22px;
	width: 610px;
	padding: 0px 20px 0px 20px;
	
}
.fullspan p{
	margin-top: 22px;
	width: 610px;
	padding: 0px 0px 0px 0px;
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
	z-index: 1;
	widows: 4;
}

.sidepics {
	float: left;
	width: 168px;
	padding-top: 12px;
	margin-right: 20px;
	}

.eventxt {
	float: left;
	width: 422px;
}

.eventxt h4 {
margin-top: 0px;
margin-bottom: 0px;
}

.eventxt p {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	width: 422px; 
	padding: 7px 0px 10px 0px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
	widows: 4;
	}
	
.evenhead {
	float: left;
	width: 422px;
	margin-top: 3px;
}

.evenhead p {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 10px;
	widows: 4;
}
	
	
	/*this is a clearing hack, the css fix for what used to be <div style="clear:both;"></div> at the end of floated divs*/
.clearfix:after {
    content: "x"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

	
	/*events listings end*/		
/*----------------------------------------------------------------*/		
/* GALLERIES */	
#route {
	background: url(../images/trav_route.gif);
	background-repeat: repeat-y;
	}

#portbox {
width: 620px;
padding: 15px;
margin: 0;
border: none;
background: none;
font-size: 0px;
verticle-align:left;
}

#portbox p {
margin-top: 10px;
padding: 0px;
background-color: #fff;
}

.thumbs {
padding: 5px;
margin: 0;
border: none;
}
/*----------------------------------------------------------------*/
/*CONTACT*/

#card {
width: 440px;
margin-top: 39px;
margin-right: auto;
margin-bottom: 105px;
margin-left: auto;
padding: 0px;
background: #e2b94d;
}

#clogo {
	float: left;
	width:126px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	background: #e2b94d;
	}

#cardxt  {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	width: 303px;
}

.cardbod {
	font-family: Times, "Times New Roman", Palatino, Verdana, Tahoma, Helvetica;
	font-size: 14px;
	line-height: 21px; 
}

/* endstyles ----------------------------------------------------------------*/
