/* ----------------------------------------------------- */
/*  Visit New Plymouth - Print CSS        			     */
/*  Ver          : 0.1                                   */
/*  Created      : dd mm yyyy                            */
/*  Last Updated : dd mm yyyy							 */
/* ----------------------------------------------------- */

/* ---------------------------- */
/* 1. Hide Unnecessary Elements */
/* ---------------------------- */

ul.navAccess 
{
display: none;
}

/* -------------------- */
/* 2. Standard Elements */
/* -------------------- */

.clear {clear: both;}

*  {
line-height: 1.5;
font-family: Georgia, Times, Serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, Times, Serif;
margin: 0 0 10px 0;
line-height: 100%;
}

h2 {font-size: 24px;}
h3 {font-size: 20px;} 
h4 {font-size: 16px;}


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

p {font-size: 14px;}
img {margin: 0 0 10px 0;}

#content {
padding: 0 0 15px 0;
border-bottom: 2px solid #000;
margin: 0 0 10px 0;
}

div.cmsEditableArea {margin: 0 0 25px 0;}

.cmsEditableArea ul
{
margin: 0 0 0 15px;
padding: 0;
font-size: 14px;
}

.cmsEditableArea li p
{
font-size: 14px;
margin: 0;
padding: 0;
}

.cmsEditableArea table {
border: 1px solid #000;
border-collapse:collapse;
border-spacing:0;
margin: 0 0 15px 0;
}

.cmsEditableArea table img {margin: 0;}

.cmsEditableArea td, .cmsEditableArea th {
border: 1px solid #000;
vertical-align: middle;
padding: 1px 5px !important;
}

/* ------------------------- */
/* 3. Site Specific Elements */
/* ------------------------- */