*{
	margin: 0;
	padding: 0;
}
body{
	background-color:#FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	text-align: center;
}
a{
	color: #213a96;
}
a:hover{
	text-decoration: none;
}
p{
	margin: 10px 0;
}
h1,h2,h3,h4{
	color: #213a96;
	font-weight: normal;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 22px;
}

ul{
	padding: 10px 0;
	list-style: none;
}
ol{
	padding: 10px 0;
	margin: 0 20px;
}
li{
	padding: 2px 0;
	margin: 0 0 0 5px;
}



#wrapper {
	margin:10px auto;
	width:800px;
	text-align: left;
}
#topnav{
	background-color:#fed500;
	border-bottom:4px solid #f39a60;
	text-align: center;
}
#topnav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 700px;
	margin:0 auto;
	padding: 10px 0;
}
#topnav ul li{
	display: inline;	
}
#topnav ul li a{
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px;
}
#topnav ul li a:hover{
	background-color:#213a96;
	color:#fff;
	padding:6px 10px;
}

#page-home #menu-home, #page-tour #menu-tour, #page-plans #menu-plans, #page-signup #menu-signup, #page-about #menu-about,#page-contact #menu-contact,#page-blog #menu-blog{
	background-color: #fff;
	border: 1px solid #213a96;
	color: #213a96;
	font-weight: bold;
}

#header{
	float: left;
	clear: both;
	margin: 20px 20px 0 20px;
}
#header p{
	float: left;
}
#header #subnav{
	float: right;
}
#header h1{
	display: inline;
	float: right;
	font-weight:normal;
	line-height: 100px;
	letter-spacing: -1px;
	text-align: left;
	font-size: 28px;
	width: 600px;
}
#page-home #header h1{
	line-height: 100px;
	width: 550px;	
}
#header h2{
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin: 0;	
}

.column{
	float: left;
	width: 330px;
	margin: 20px;
}
.smallcolumn{
	width: 300px;
}
.widecolumn{
	width: 400px;
}

.fullcolumn{
	width: 100%;
}
.fullcolumn h3{
	margin: 0;
	padding: 15px 0 5px 0;
	font-weight: bold;
}
.fullcolumn p{
	margin: 0;
	padding: 5px 0;
}

.column h2, .fullcolumn h2{
	padding: 15px 0 10px 0;
}

.testimonial ul{
	list-style: none;
}
.testimonial ul li{
	margin: 0;
	padding: 0 0 10px 0;
}
.testimonial img{
	float:left;
	margin-right: 10px;
}
.fullcolumn{
	clear: both;
	margin: 20px;
}
.fullcolumn ul{
	list-style: disc;
	margin-left: 10px;
}
.showcase{
	margin: 20px 10px;
	padding: 10px 0;
	border-top: 2px solid #213a96;
	border-bottom: 2px solid #213a96;	
	background-color: #D3D8EA;
	text-align: center;
}
.showcase h2{
	font-weight: bold;
}
.showcase td{
	width: 150px;
	font-size:11px;
	text-align:center;
}
.showcase h3{
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 14px;
}
.showcase p{
	padding: 0 5px 5px 5px;
	line-height: 15px;
}
.showcase img{
	border: 1px solid #213a96;
}

.cta{
	padding: 10px 0;
}
.cta a {
	font-weight: bold;
	font-size: 18px;
}

#primetestimonial blockquote{
	margin: 10px 0;
	padding: 0;
}

.featuretestimonial{
	padding: 10px 0;
	color: #213a96;
	font-size: 15px;
}
.featuretestimonial em{
	font-size: 12px;
}

#footer{
	background-color:#fed500;
	border-top:4px solid #f39a60;
	clear: both;
	text-align: center;
	margin-top: 20px;
}
#footer ul{
	list-style: none;
	padding: 20px;
	margin:0 auto;
	width:800px;
}
#footer ul li{
	display: inline;
	padding: 6px 10px;
}
#footer p{
	padding-bottom: 10px;
}

.touritem{
	clear:both;
	float:left;
	width: 100%;
}
.touritem h2{
	padding: 15px 0;
}
.tourpic{
	float:left;
	text-align: center;
}
.tourpic img{
	border: 1px solid #000;
}
.tourdetails{
	float:left;
	width: 250px;
}
.tourdetails ul, .tourdetails p{
	padding-left: 10px;
}