@charset "utf-8";

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

img {
	border: 0;
}

#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

img.main {
	display: block;
	margin-left: -120px;
	padding-top: 15px;
	position:absolute;
	z-index:100;
}

ul.menu {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 900;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

li {
	padding-top: 10px;	
}

ul.content {
	list-style-type: decimal;
	padding-top: 10px;
	font-family: Verdana;
	padding-left: 15px;
}

ul.bullets {
	list-style-type: disc;
	padding-top: 10px;
	font-family: Verdana;
	padding-left: 40px;
}

a {
	color: #073362;
	text-decoration: none;
}

a:hover {
	color: #d25165;
	text-decoration: none;
}

h1 {
	font-size: 19px;
	text-align: center;
	padding-top: 5px;
}

h2 {
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
}

h3 {
	font-size: 18px;
	text-align: left;
	padding-top: 10px;	
}

#phone {
	margin-top: 25px;
	color: #073362;
}

#highlight {
	font-weight: 900;
	font-family: Verdana;
}

#red {
	color: #d25165;
}

#center {
	text-align: center;	
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #logo {
	height: 150px;
}

#menu {
	clear: left;
	float: left;
	width: 220px;
}

#content {
	clear: right;
	float: right;
	width: 565px;
	padding-left: 15px;
}

p {
	font-family: Verdana;
	padding-top: 15px;
}

.prices_desc {
	clear: left;
	float: left;
	width: 500px;
	height: 43px;	
	border-bottom: dotted 1px #CCC;
}

.prices_price {
	clear: right;
	float: right;
	border-bottom: dotted 1px #CCC;
	height: 43px;
}

.prices_heading {
	padding-top: 10px;	
	font-weight: 900;
	font-family: Verdana;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.italic {
	font-style: italic;
	font-size: 11px;
}