body {
	margin: 0;
	background: #FFF;
	color: #444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

h1 {
    color: #556DA4;
    font-size:1.5em;
    font-weight: normal;
}

#header {
	position: relative;
	height: 230px;
	background: url(../images/logo.jpg) no-repeat top left;
}

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

#header ul {
	position: absolute;
	top: 184px;
	left: 0px;
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
}

#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#header ul li a {
	float: left;
	display: block;
	height: 21px;
	line-height: 21px;
	color: #000;
	padding: 0 1em 0 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header ul li.christmas a {
	background: url(../images/christmas-hat.gif) top right no-repeat;
	padding: 0 1em 0 0;
	margin-right: 1em;
}

#header ul li a:hover {
	color: #FFF;
	text-decoration:underline;
}

#header h1 {
	height: 179px;
	width: 506px;
	background-image: url(../images/cliftonville.gif);
}

#header h1 span {
	display: none;
}

.skypelink {
	float: right;
	height: 40px;
}
.skypelink img {
	border: 0;
}

#content {
	background: url(../images/content_top.jpg) no-repeat top left;
}

#left {
	float:left;
	width:220px;
	/*padding:15px 15px 0px 15px;*/
	/*background:#CFD7E5;*/
}

#left img {
	
}

#right {
	float: right;
	width: 740px;
	line-height: 1.5em;
	/* height:400px; */
}

#right a {
	color: #00C;
	text-decoration: none;
}

#right h2, #right h3, #right h4, #right h5, #right h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #556DA4;
}

#right h3, #right h3 a {
	font-size: 1.0em;
	color: #556DA4;
	margin-bottom: 10px;
}

#right h4 {
	margin: 0.5em 0;
}

#right p {
	text-align:justify;
	color: #444;
}

#right ul {
	list-style: square;
}

#right table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #556DA4;
	border-top: 1px solid #556DA4;
}

#right table td, #right table th {
	border-right: 1px solid #556DA4;
	border-bottom: 1px solid #556DA4;
	padding: 0.2em;
	text-align: left;
}

#footer {
	text-align: center;
	color: #FFF;
	background: #99A4BD;
	height: 40px;
	line-height: 40px;
}

#footer a {
	color: #DDD;
}

#footer2 {
	clear: both;
	color: #3C4D75;
	background: #FFF;
	border-top: 2px solid #99A4BD;
	height: 40px;
	line-height: 40px;
}

#footer2 a {
	color: #3C4D75;
	text-decoration: none;
}

#footer2 a:hover {
	text-decoration:underline;
}

#nblink {
	float:left;
	line-height: 40px;
	color: #DDD;
	text-align: center;
    margin-left: 5px;
	/*width: 200px;*/
}

#innerlink {
	float:right;
	line-height:40px;
	color: #DDD;
	text-align:center;
	width:240px;
}

form {
	background-color: #F9F9F9;
	border: 1px solid #D0D0D0;
	border: 2px solid #bdcbe6;
	background-color: #e4e9f4;
	color: #002166;
	margin: 1em 0;
	padding: 1em;
}


form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ol.first {
	border-top: 1px solid #CCC;
}

form li {
	overflow: auto;
	padding: 0.4em;
	border-bottom: 1px solid #CCC;
}

form ol label {
	float: left;
	width: 12em;
	line-height: 1.8em;
}

form label em {
  font-weight: bold;
  font-style: normal;
  color: #C00;
  margin: 0 0 0 0.5em;
}

form .col21, form .col22 {
	float: left;
	width: 50%;
}

form .col31, form .col32, form .col33 {
	float: left;
	width: 33%;	
}

.pdflink {
	background-image: url(http://assets.easyroutehosting.org/icons/page_white_acrobat.png);
}

.doclink {
	background-image: url(http://assets.easyroutehosting.org/icons/page_word.png);
}

.xlslink {
	background-image: url(http://assets.easyroutehosting.org/icons/page_excel.png);
}

.pdflink, .doclink, .xlslink {
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
	line-height: 1.6em;
	display: block;
	margin: 0.4em 0 0 0;
}


#map {
	width: 300px;
	height: 250px; 
	overflow: hidden; 
	float: right; 
	margin-left: 10px; 
	border: 2px solid #bdcbe6; 
	padding: 5px;
}

form input, form textarea, form select {
	border: 2px solid #bdcbe6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #FFF;
}

form #emailAddress, form #address, form #additionalComments { width: 20em; }
form #address, form #additionalComments { height: 7em; }

.successMessage {
	border: 1px solid #0C0;
	padding: 0.6em;
	color: #090;
	background-color: #CFC;
	margin: 1em 0;
}



.errorMessage {
	border: 1px solid #C00;
	padding: 0.6em;
	color: #900;
	background-color: #FCC;
	margin: 1em 0;

}



.errorMessage p, .successMessage p {
	margin: 0;
}



.errorMessage h2, .successMessage h2 {
	margin: 0 0 0.5em 0;
	color: #900;
	border: 0;
	padding: 0;
}



.errorMessage ul, .successMessage ul {
	margin: 0;
	padding: 0 0 0 2em;
	list-style: square;
}

.p-shadow {
	background: url(../images/shadowAlpha.png) no-repeat bottom right;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 0 0 10px 0;
	float: left;
	padding: 0 6px 0 0;
}

.p-shadow img {
	margin: 0 0 3px 0;
}

.p-shadows {
	background: url(../images/shadowAlpha.png) no-repeat bottom right;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 0 0 10px 0;
	float: left;
	padding: 0 0 150px 0;
	height: 12px;
}

.p-shadows img {
	margin: 0 0 3px 0;
}

#right .noborders {
	margin-bottom: 30px;
}

#right .noborders table, #right .noborders td, #right .noborders tr, #right .noborders th {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: #FFF;
}

#right .noborders table {
	width: auto;
}

/* Image roatating gallery */

.photo {
	width: 226px;
	margin: 0 0 10px 0;
	overflow: auto;
	clear: both;
	
}

.photo img {
	border: 0;
	padding: 0;
	position: absolute;
}
 
 .photogallery {
	 width: 75%;
	 margin: auto;
	 text-align: center;
 }
 
 .photogallery img {
	border: 1px solid #999; 
	padding: 3px;
	margin: 7px;
 }
 
 #nbwebcamera {
	width: 85%;
	margin: auto;
	text-align: center;
 }
