@charset "utf-8";
/* CSS Document */

body, form,
h1, h2, h3, h4, h5, h6, p, ul, ol, li { 
	margin: 0; 
	padding: 0; 
}
/* Generic Page Styles */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#2D6891;
	background:#70A0BF url(images/bg_fade.png) repeat-x;
}
img {
	margin:0;
	padding:0;
	border:0;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
}
p {
	text-align:justify;
	margin-bottom:1em;
	line-height:130%;
}
a:link { text-decoration:none; color:#000;}
a:visited { text-decoration:none; color:#000;}
a:active { text-decoration:none; color:#000;}
a:hover { text-decoration:none; color:#000;}

#pagewrapper {
	background-color:#FFF;
	width:780px;
	margin:0 auto;
	padding:0 10px 5px 10px;
}
#header {
	height:88px;
	margin-bottom:10px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#header h1 {
	padding-top:5px;
}
#header h1 a {
	padding-top:5px;
	font-size:26px;
	font-weight:bold;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#019170;
}
#menuwrapper {
	margin-top:50px;
	float:right;
}
#menu ul {
	list-style:none;
}
#menu li {
	float:left;
	padding-left:40px;
	padding-right:2px;
	background-image:url(images/menuicon.png);
	background-repeat:no-repeat;
	background-position:20px;
	font-weight:bold;
}
#menu li.current a {
	color:#DC4C1A;
}
#menu a {
	text-decoration:none;
	color:#019170;
}
#menu a:hover {
	color:#DC4C1A;
}
#contentwrapper {
}
#contentwrapperclear {
	clear:both;
	height:8px;
	background-color:#70A0BF;
	margin-bottom:5px;
}
#imagewrapper {
	float:right;
	margin-left:10px;
}
#pageimage {
	width:250px;
	border:2px #DC4C1A solid;
	height:170px;
	margin-bottom:10px;
}
#supportonholiday {
	position:relative;
	top:-10px;
	left:170px;;
	float:left;

}
#supportonholiday img {

}
#tablegallery {
}
#tablegallery tr {
}
#tablegallery td {
	text-align:center;
	padding-bottom:10px;
}
#tablegallery img {
	border:1px solid #DC4C1A;
}
#contactinput {
	background-color:#F0986C;
	border:1px solid #DC4C1A;
	width:320px;
	padding:2px 5px 2px 5px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}
#contactbutton {
	background-color:#F0986C;
	border:1px solid #DC4C1A;
	width:120px;
	padding:1px 5px 1px 5px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}
.buttonhover {
	background-color:#666;
}
#tablecontact textarea {
	background-color:#F0986C;
	border:1px solid #DC4C1A;
	width:320px;
	height:100px;
	padding:2px 5px 2px 5px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
}
#tablecontact label {
	font-weight:bold;
	padding-right:10px;
}
.label {
	text-align:right;
}
#bottommenu {
	float:right;
}
#bottommenuclear {
	clear:both;
}
#footerwrapper {
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	width:780px;
	margin:0 auto;
	height:50px;
	padding:10px 10px 0px 10px;
}
#footerleft {
	float:left;
}
#footerright {
	float:right;
	text-align:right;
}
#footerwrapper a:link { text-decoration:none; color:#FFF;}
#footerwrapper a:visited { text-decoration:none; color:#FFF;}
#footerwrapper a:active { text-decoration:none; color:#FFF;}
#footerwrapper a:hover { text-decoration:underline; color:#FFF;}
