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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6375b3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#content {
	background: #6375b3;
	border-top:1px solid #333333;
	font-size:85%;
	font-weight: normal;
	color: #ffffff;
	vertical-align:top;
	text-decoration: none; 
	text-align: left; 
	margin: 0px;
	overflow:hidden;
	white-space: normal;
	padding:0px 2px 0px 0px;


}
#content h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #a5b0e0;
	font-size:110%;
	font-stretch:wider;
	color: #ffffff;
	

}
#content h3{
	font-size:100%;
	font-weight: normal;
	color: #ffffff;
	

}
#content a {
	text-decoration:underline;
	
	font-weight: normal;
	color: #ffffff;
	

}
#content a:hover {
	text-decoration:underline;
	
	font-weight: normal;
	color: #ffffff;
	

}
#contentG {
	background: #6375b3;
	border-top:2px solid #333333;
	font-size:75%;
	font-weight: normal;
	color: #ffffff;
	vertical-align:bottom;
	text-decoration: none; 
	text-align: left; 
	margin: 0px;
	white-space: normal;
	padding:2px 2px 0px 0px;

}
#contentG h2{
	border-bottom:1px solid #ffffff;
	font-size:110%;
	font-weight: bold;
	color: #a1c3e3;
	

}
#contentG h3{
	font-size:100%;
	font-weight: normal;
	color: #ffffff;
	

}
#contentG img a{
float:left;
	

}


#top {
	font-size: 0.70em;
	background-color:#a5b0e0;
	font-weight: normal;
	color: #ffffff;
	vertical-align:bottom;
	text-decoration: none; 
	height:45px;
	white-space: normal;
	padding:1px 3px 0px 8px;
}

#top a img {


	
}
#top a:visited, #top a:link {
	padding-left: 110px;
	color: #ffffff;
	text-decoration: none;
	margin-top:20px;
	vertical-align:text-bottom;
}
#top a:hover, #top a:active {
	color: #ffffff;
	text-decoration: underline;
}



#nav {
	background-color:#a5b0e0;
font-size: 0.80em;
	font-weight: normal;
	color: #192035;
	vertical-align:bottom;
	text-decoration: none; 
	text-align: left; 
	padding-left:180px;
	height:20px;
	white-space: normal;
	padding-top:1px;
	border-bottom:1px solid #ffffff;
}

#nav a:visited, #nav a:link {
	color: #192035;
	text-decoration: none;
	margin-top:20px;
	vertical-align:text-bottom;
}
#nav a:hover, #nav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/************ ****************/
.packages{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;

}


.packages h3 a:link,
.packages h3 a:visited {
	color:#999999;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	padding: 2px 0px 2px 10px;
	border:none;
	font-size:100%;
	
}
.packages a:hover, #nav a:active {
	color:#a1c3e3;
	text-decoration:underline;
	cursor:s-resize;
	
}
.packages li {
	text-align:left;
	padding:2px 0px 2px 0px;
	list-style:none;
}	
.packages a:link,
.packages a:visited {
	text-align:left;
	margin-left:10px;
	padding: 2px 0px 2px 10px;
}

.with_border { border-bottom: 1px solid #ffffff; }
.item_contents { margin-left: 10px; padding-left:10px;}
.visible .item_contents { display:block; border-top:none;}
.invisible .item_contents { 
	overflow:hidden;
	height:0px;
 }
 /********** Cross fade index *************/
#imageContainer {
 	text-align:center;
	position:relative;
	margin:auto;
	width:710px;
	margin-left:10px;
	float:right;
	margin-right:10px;
	background-image:url(../index-pics/back.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;

}

#imageContainer {
	height:410px
	
}

#imageContainer img {
	display:none;
	border:1px solid #cccccc;
	position:absolute;
	top:0; left:0;
}