#daysout {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 165%;	
	margin-left: 75px;
	padding-right: 15px;
	border:#003300 0px solid;	
} 

.voucherName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d650f;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom:  #000 1px solid;
}

.voucherDetails p {
	line-height: 1.6em;	
}

.voucherofferName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom:  #000 0px solid;
}

.getvoucherHeading {
	color: #fff;
	margin-top
	font-size: 1em;
	line-height: 165%;
	font-weight: 700;
	background-color:#2d650f;
	padding-left: 10px;
}
div.clearBox { clear: both;
margin-bottom: 25px;
}

.getVoucher p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 10px;
	background-color: #f7dc8c;
}


/*Form*/

form {
	margin: 20px 0 20px 0px;
	width: 620px;
	height: 100%;
}

label {
	float: left;
	width: 250px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 10px 0 0px;
	padding: 5px;
	background: #89ba48;
}


input[type="text"] {
	width: 300px;
	padding: 5px;
}
input[type="digits"] {
	width: 300px;
	width: 150px;
	padding: 5px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}

input[type="text"], input[type="digits"], input.checkbox, textarea, select {
	border-top: 2px solid ##D7A61C;
	border-left: 2px solid ##D7A61C;
	border-bottom: 1px solid ##D7A61C;
	border-right: 1px solid ##D7A61C;
	
}
select {
		margin-left: 0px;
		padding: 5px;
		width: 80px;
}

.required {
	font-size: 1.0em;
	color: #990000;
	margin-left: 3px;
	vertical-align: top;
}


html, body { 
	color: #333; 
	background-image: url(/images/classic-golf/golf-background.jpg);
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	line-height: 1.4em; 
	background-color: #fff; 
	background-attachment: fixed;
	background-position: 0px -100px;
	background-repeat: repeat-x;	
	margin: 0;
	border: 0 none;
	padding: 0;	
}


#container { 
	text-align: left;
	position: relative;
	margin: 0px auto;
	width: 900px; 
	background-color: #fff; 
	min-height: 800px;	
	
}
#head {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 148px;
	background-color: #75ab2e;
	topmargin: 0px;
}
#body {
	position: relative;
	left: 0px;
	top: 130px;
	width: 900px; 
	
}
#col1, #col2, #col2-2, #col3 {
	position: relative;
	left: 20px;
	top: 0px;
	float: left;
}

#col2, #col2offers {
	position: relative;
	top: 20px;
	left: 0px;
	padding: 0px;
	width: 600px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
min-height: 950px;
}

#foot   {
	position: relative; 
	top: 90px; 
	left: 0; 
	margin-top: 150px;
        background-color: #fff;
	width: 900px; 
	height: 150px; /* Extra height required in footer to avoid Safari (& IE?) truncation problem */
	clear: both; 
	border-top: 1px solid #cc9; 
	border-right: 0 none; 
	border-bottom: 0 none; 
	border-left: 0 none;
}


/*************************
/*  Navigational elements
/************************/

#nav div {
	float: left;
}
 
#nav a {
	display: block; 
	overflow: hidden;
	margin: 0px;
	padding: 3px 0 2px 0; 
	background: #75ab2e; 
	color: #000; 
	font-size: 0.8em; 
	line-height: 1.2em; 
	font-weight: bold;
	text-align: left; 
	text-decoration: none;
}

#nav a:hover {
	color: #000; 
}



#footerlinks {
	width: 880px;
	height: 100px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	text-align: center;
}
#footerlinks li {
	display: inline;
	margin: 5px 5px 0 5px;
}
#footerlinks ul {
	margin: 0;
	padding: 0;
}
#footerlinks a {
	display: inline;
	color: #003300;
	font-size: 0.8em;
	line-height: 0.3em;
	font-weight: 500;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #990000;
	text-decoration: underline;
}
#footerlinks a:visited {
	background-image: none;
	color: #999;
	line-height: 0.3em;
}

