body {
	margin: 0;
	padding: 0;
	background-image: url(../_images/content/master-bkgrnd.jpg);
	background-repeat: repeat-y;
	background-color: #EFECE2;
	
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5b5b5b;
}

p {
	font-size: 11px;
	line-height: 16px;
	color: #5b5b5b;
	margin: 10px 0 10px 0;
	padding-top: 0;
	padding-bottom: 0;
}

a {
	color: #003736;
}

a img { border: none; }
 
h1 {
	font-size: 15px;
	line-height: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 10px 0 20px 0;
	/*color: #003736; */

	text-shadow: 1px 1px 1px #cccccc;
	color: #00a2a2;
	
}

h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #00a2a2;
}

h5 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 3px 0 3px 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 0 10px 0;
	padding: 0 0 0 30px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;	
}

/* INPUTS */
input.styled, textarea.styled {
	border: 1px solid #ded9d3;
	background-color: white;
	font-size: 11px;
	padding: 4px;
	color: #333333;
	margin: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.input {
	border: 1px solid #cccccc;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}

div.hero {
	float: left;
}

div.menu {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
}

div.menu a {
	display: block;
	width: 160px;
	color: #9ADCD8;
	text-decoration: none;
	text-align: right;
	height: 23px;
	padding-right: 20px;
	padding-top: 7px;
	background-image: url(../_images/content/menu-normal.gif);
	background-repeat: repeat-y;
}

div.menu-both {
	background-image: url(../_images/content/menu-edges.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 180px;
	height: 2px;
	margin: 0;
	padding: 0;
}

div.menu-lev2 a {
	height: 16px;
	padding-right: 20px;
	padding-top: 4px;
}

div.menu-lev2 { 
	background-image: url(../_images/content/menu-normal.gif);
	background-repeat: repeat-y;
	padding: 0 0 10px 0; 
}

div.menu a:hover {
	color: white;
}

div.menu a:active {
	color: black;
}

div.menu a.selected {
	color: white;
	background-image: url(../_images/content/menu-active.gif);
	background-repeat: no-repeat;
}

div.menu a.been {
	color: white;
}

div.page-content {
	width: 570px;
	float: left;
}

div.right-edge {
	width: 15px;
	float: left;
}

div.body-text {
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 20px;
}

div.body-text p, div.body-text h2, div.body-text li {
	padding-right: 50px;
}

/* Plans */

div.plans-top {
	margin-left: 50px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 40px;
}

div.plans-top h1 {
	line-height: 26px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px #cccccc;
	color: #00a2a2;
	font-size: 20px;	
}

div.plans-nav {
	height: 40px;
}

div.plans-nav a {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}

div.plans-nav a:hover {
	background-position: 0px -40px;
}

div.plans-nav a.selected {
	background-position: 0px -80px;
}

div.inclusions-download {
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
}

table.plan-specs td {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.plan-specs td.col1 {
	padding-right: 50px;
}

table.plan-specs td.col2 {
	padding-right: 5px;
}

div.text-float-right {
	float: right;
	width: 250px;
}
div.text-float-left {
	float: left;
	width: 230px;
}

/* Gallery */

div.gallery-thumbs {
	padding: 10px 0 0 30px;
}

div.gallery-thumbs img {
	margin: 0 11px 11px 0;
	padding: 0px;
	width: 70px;
	height: 49px;
	border: 1px solid white;
}

div.gallery-thumbs img.normal { border-color: white;}
div.gallery-thumbs img.normal:hover { border-color: black;}
div.gallery-thumbs img.selected { border-color: black;}

/* Pullquote */

div.pullquote {
	float: right;
	padding: 15px 45px 15px 15px;
	background-color: #f3ede9;
	width: 80px;
	margin: 40px 0 40px 40px;
	text-align: center;
	border-top: double 6px white;
	border-left: double 6px white;
	border-bottom: double 6px white;
}

div.pullquote p {
	font-style: italic;
	font-size: 11px;
	line-height: 20px;
	padding: 0;
	margin: 4px 0 4px 0;
}

div.pullquote p.small {
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
	padding: 0;
	margin: 6px 0 2px 0;
}

p.quote {
	padding-left: 30px;
}

/* ADMIN */
div.admin-content {
	background-color: white;
	background-image: url(/_images/logo-white-small.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 20px;
	width: 700px;
	padding: 30px 20px 100px 180px;
}
body.admin-body {
	background-image: none;
}

/* HL FRONTEND SECTION */

div.hl-listview p {
	padding-right: 0px;
}

div.hl {
	float: left;
/* 	background-color: #f5f5f5; */
	margin: 0 15px 15px 0;
	width: 235px;
	padding: 0px;
	height: 195px;
	border: 1px solid #d5d5d5;
}
div.hl-header {
	width: 225px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	background-color: #f0ede1;
}
div.hl-header h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}
div.hl-header p {
	margin: 2px 0 0 0;
	padding: 0;
}
div.hl-img {
	float: left;
	width: 80px;
	margin: 0 0 0 10px;
}
div.hl-img p {
	margin: 0px;
	padding: 0px;
}
div.hl-img img {
	border: 1px solid #666;
	margin-bottom: 4px;
}
div.hl-text {
	float: left;
	width: 120px;
	margin-left: 15px;
}
div.hl-text p {
	margin: 3px 0 4px 0;
	line-height: 14px;
}
div.hl-text p.theprice {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
}

