* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3F1ED;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	background-image: url(images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}
#wrapper #header #header-headline {
	display: none;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#phonumb {
	color: #433070;
	float: right;
	margin-top: 25px;
}
#nav {
	margin-left: 130px;
	padding-top: 25px;
	clear: both;
}
#nav li {
	display: inline;
}
#nav ul li a {
	line-height: 32px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	color: #4F3E75;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBFDFF;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav ul li a:hover {
	color: #DBFDFF;
	background-color: #4E3E9D;
}
#footer {
	background-image: url(images/footer-bg.png);
	padding-top: 35px;
	font-size: 12px;
	margin-top: 35px;
	width: 100%;
	float: left;
	background-color: #DBFDFF;
	background-repeat: repeat-x;
	height: 100%;
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}


#fourColLayoutWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 430px;
}
#fourColLayoutWrapper h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 5px;
}
h2 {
	color: #3C7C80;
	font-size: 18px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.fourColInline {
	float: left;
	width: 196px;
	padding-left: 8px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FF5EB1;
}
.fourColInline p {
	font-size: 14px;
	color: #3F3A45;
	padding-left: 5px;
	line-height: 18px;
}
.fourColInline ul {
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	color: #3C7C80;
	font-size: 14px;
}
.fourColInline ul li {
	margin-top: 8px;
}
.fourColInline .button a {
	display: inline-block;
	border: 1px dashed #FF5EB1;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: -9px;
	text-decoration: none;
	background-color: #FFF;
	color: #694582;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: left;
}
.fourColInline .button a:hover {
	color: #FFF;
	background-color: #694582;
}
#oneColumn {
	margin-left: 160px;
	margin-right: 150px;
}
#oneColumn h1 {
	font-size: 36px;
	color: #036;
	margin-bottom: 10px;
	margin-top: 15px;
}
#oneColumn p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #3F3A45;
}
#a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fourColInline .packagePicture {
	display: none;
}

