@charset "utf-8";

/* Page Formatting */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
}
#header {
	color: #333;
	width: 920px;
	float: left;
	height: 280px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/packages_header.jpg);
}
#navigation {
	float: left;
	width: 900px;
	height: 500px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fffddf;
	background-image: url(images/floral.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 900px;
 float: left;
 background-color: #fffddf;
}

/* Text and other styling */

#navigation h1 {
	font-size: 3.3em;
	color: #827b00;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

#navigation p {
	font-size: 0.95em;
	width: 725px;
	margin: 0 auto;
	line-height: 2.5em;
	padding-bottom: 15px;
}
.emphasis {
	font-size: 1.9em;
	font-style: italic;
	color: #827b00;	
}
#navigation li {
	list-style: none;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2em;
	margin: 10px 0 0 50px
	}
#navigation li.one {
	width: 275px;
	margin: 0 auto;
}
#navigation li.two {
	background-image: url(../media/two.jpg);
	background-repeat: no-repeat;
	width: 215px;
	margin: 0 auto;
}
#navigation li.three {
	width: 400px;
	margin: 0 auto;
}
navigation li.four {
	width: 400px;
	margin: 0 auto;
	font-size: 1.0em;
}
#leftcolumn h1 {
	text-align: center;
	color: #003663;
	margin-bottom: 10px;
}
.normal {
	margin: 15px 100px 0 50px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #c0bd7f;
	height: 120px;
}
#leftcolumn h2 {
	color: #c0bd7f;
	font-weight:bolder;
}
#leftcolumn h3 {
	font-size: 1.2em;
	color: #8b0f1e;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftcolumn img {
	float: left;
	margin-right: 20px;
}
#leftcolumn p {
	font-size: 1.15em;
	line-height: 1.15em;
}
#leftcolumn p.second {
	margin-top: 20px;
	font-style: italic;
}
.header {
	color: #8b0f1e;
	font-weight: bold;
	margin-top: 5px;
}
#leftcolumn dt {
	font-weight: strong;
	font-style: italic;
	font-variant: small-caps;
	margin: 5px 0;
}
#leftcolumn dd {
	padding-left: 70px;
	line-height: 1.5em;
}
#leftcolumn dl {
	margin-bottom: 10px;
}
.bold {
	font-weight: bolder;
	padding-top: 10px;
}
#leftcolumn p {
	margin-bottom: 10px;
}
.bold a {
	text-decoration: none;
	color: #333;
}
.bold a:hover {
	text-decoration: underline;
}
.sqr {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px ;
		font-weight: normal;
		font-style: normal;
		vertical-align:middle;
		color: #333;
		margin:10pt 10pt 10pt 20pt;
		list-style-type:square;
}
