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

html, body, div, img, a,  h1, 
h2, h3, h4, form, ul, li, map, area{
	border:0;
	margin:0;
	padding:0;
	outline:0;
}

html{
	overflow-y:scroll;
}

/******************************/
/*           TAGS             */
/******************************/
body, a{
	background:url(../images/layout/bg.jpg) repeat;
	font-family:Helvetica, Verdana, Arial;
	color:#666666;
	font-weight:100;
	font-size:11pt;
	line-height:14pt;
}

a{
	color:black;
	text-decoration:none;
	background:none;
}

/******************************/
/*            IDs             */
/******************************/

#container{
	width:763px;
	margin:50px auto 20px;
	border-left:4px solid white;
	border-right:4px solid white;
	border-top:2px solid white;
	border-bottom:4px solid white;		
	background-color:#faf4ef;
	position:relative;
}

#titleDiv{
	height:129px;
	margin-bottom:30px;
}

img#title{
	position:absolute;
	top:0px;
	left:-60px;
}

/******************************/
/*         Classes            */
/******************************/
.brownItalicized, #left .brownItalicized{
	color:#bda985;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.statcounter{
	display:none;
}

/******************************/
/*       Weducation           */
/******************************/
#weducation{
	position:absolute;
	top:50px;
	z-index:10;
	margin-left:-334.5px;
	left:50%;
	width:670px;
	display:none;
	margin-bottom:20px;
}

#wContainer{
	position:relative;
	background:#d7d7d7;
}

#wContainer.wIntro{
	height:327px;
}

#wContainer.wItinerary{
	height:569px;
}

#wContainer.wForm{
	height:910px;
	
}


#wContainer div{
	position:absolute;
	top:0px;
	left:0px;
}

#wItinerary, #wForm{
	display:none;
}

#wForm{
	padding:10px 75px;
}

#wForm table input{
	width:100%;
}
#wForm table td{
	padding-left:20px;
}

#wForm table td:first-child{
	padding-left:0px;
}

#wForm table textarea{
	width:100%;
}

#wForm #april{
	width:60px;
}
