
/* Start of CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of CSS Reset */

body {
	background-color: #dddbd2;
	background-image: url(images/outer_bg.gif);
	background-position: center center;
	background-repeat: repeat;
	text-align: center;
	margin: auto;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #66544a;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.nopadd {
	margin: 0;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #66544a;
	text-decoration: underline;
}

a:hover {
	color: #66544a;
	text-decoration: none;
}

/* Styling for main template */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 4px;
}

#container {
	text-align: left;
	background-image: url(images/container_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fffcf3;
	margin: auto;
	width: 960px;
	left: 0;
	overflow: auto;
}

#logo {
	float: left;
	display: inline;
	width: 960px;
	height: 96px;
}

#image {
	float: left;
	display: inline;
	width: 960px;
	height: 369px;
}

#nav {
	float: left;
	display: inline;
	width: 960px;
	height: 44px;
}

#maincontent {
	float: left;
	display: inline;
	width: 896px;
	padding: 21px 32px 0 32px;
}

#quicklinks {
	margin: auto;
	background-image: url(images/quicklinks_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 805px;
	height: 99px;
	padding: 48px 83px 48px 72px;
	overflow: hidden;
}

#btn_one {
	float: left;
	display: inline;
	width: 216px;
	height: 99px;
	overflow: hidden;
}

#btn_two {
	float: left;
	display: inline;
	width: 216px;
	height: 99px;
	padding-left: 78px;
	overflow: hidden;
}

#btn_three {
	float: left;
	display: inline;
	width: 216px;
	height: 99px;
	padding-left: 79px;
	overflow: hidden;
}

#footer {
	margin: auto;
	background-color: #fffcf3;
	width: 896px;
	height: 40px;
	padding: 0 32px;
	text-align: left;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #65544a;	
}

#footer a {
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #65544a;
	text-decoration: underline;
}

#footer a:hover {
	color: #65544a;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* end of styling for main template */

/* Styling for wide template */

#heading {
	float: left;
	display: inline;
	width: 896px;
	height: 43px;
}

#main-text {
	float: left;
	display: inline;
	width: 896px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
}

/* End of Styling for wide template */

/* Styling for menu template */

#menu_heading {
	float: left;
	display: inline;
	width: 667px;
	height: 43px;
}

#menu_text {
	float: left;
	display: inline;
	width: 657px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	padding-right: 10px;
}

#menu_btns {
	float: right;
	display: inline;
	width: 229px;
	min-height: 197px;
	height: auto !important;
	height: 197px;
	background-image: url(images/menu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

/* End of Styling for menu template */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

form p.topform {
	padding-top: 14px;
}

label {
	float: left;
	display: inline;
	width: 160px;
}

.mailinglist {
	width: 200px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	float: left;
	display: inline;
	padding-left: 2px;
	background-color: #fffcf3;
	font: 12px Arial, Helvetica, sans-serif;
	color: #66544a;
	border: #66544a solid 1px;
	width: 280px;
}

select {
	background-color: #fffcf3;
	font: 12px Arial, Helvetica, sans-serif;
	color: #66544a;
	border: #66544a solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 70px;
}

.submit {
	background-color: #fffcf3;
	font: 12px Arial, Helvetica, sans-serif;
	color: #66544a;
	border: #66544a solid 1px;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 160px;
	height: 21px;
}

/* End of Form Styling */

#voucher {
	border: 2px dotted #66544A;
	padding: 10px;
	width: 430px;
	margin-top: 15px;
}