@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

input.textbox {
	width:220px;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

body {
	background-color:#985D3D;
}

#container {
	width:950px;
	margin:0 auto;
}

#header {
	float:left;
	display:inline;
	width:950px;
	height:112px;
	margin-top:8px;
}

#logo {
	float:left;
	display:inline;
	width:401px;
	height:112px;
}

#nav {
	float:right;
	display:inline;
	width:420px;
	height:50px;
	margin-top:53px;
}

#main-content {
	float:left;
	display:inline;
	width:950px;
	min-height:480px;
	height:auto !important;
	height:480px;
	background-color:#FFFFFF;
}

#left-Column {
	float:left;
	display:inline;
	width:300px;
	padding:30px 15px 20px 30px;
}

#right-Column {
	float:left;
	display:inline;
	width:585px;
	padding:30px 0 20px 15px;
}

#right-Column-alternate {
	float:right;
	display:inline;
	width:550px;
	padding:30px 20px 20px 15px;
	background-color:#EDE4E0;
}

#wide-content {
	float:left;
	display:inline;
	padding:20px 30px 20px 30px;
	width:890px;
}

#footer {
	float:left;
	display:inline;
	width:950px;
	height:20px;
	margin-top:10px;
}

/*////////////////////////////////TEXT STYLING*/

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:14px;
	color:#834A31;
}

h3 a {
	color:#000000;
}

hr {
	color:#000000;
	background-color:#000000;
	height:1px;
	margin-top:14px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:14px;
}

p a {
	color:#000000;
	font-weight:bold;
}

p.changeColour {
	color:#834A31;
	font-weight:bold;
}

a.main-nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding:0 2px;
}

a:hover.main-nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.footer-text, .footer-text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
}

/*/////// CHRISTMAS COUNTER  ///////*/

#cc-outer {
	float: left;
	display: inline;
	width: 186px;
	height: 73px;
}

#cc-date {
	float: left;
	display: inline;
	width: 58px;
	height: 52px;
	background-image: url(../images/cc-counterbg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 6px;
	padding-top: 12px;
}

#cc-rhs {
	float: left;
	display: inline;
	width: 113px;
	height: 73px;
}

.cc-style {
	border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #db4d41;
	width: 55px;
	height: 45px;
	text-align:center;
	font-weight: bold;
	background: none;
}