@charset "utf-8";
/* CSS Document */

/* Clear margins and padding, a good start to any CSS */
* {margin:0;padding:0;}

html {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#f6c16b;
/* Height is 100%, so the body can be 100% */
height:100%;
}

body {
background:url(images/bg-2.jpg) no-repeat top center;
margin:0;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
the page, not just as far down as the page's content
(when the content's height < window's height) */
height:100%;
font-family:Georgia, "Times New Roman", Times, serif;
color:#ffda81;
font-size:12px;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
high as the window's viewport is; higher content (upon
scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
'bout IE7.
*/

html>body {
min-height:100%;
height:auto;
}

p {
margin:0px;
padding:0px;
}
img {
border:none;
}
img, div { behavior: url(iepngfix.htc) }

a:focus {
                -moz-outline-style:none;
}



#outer {
	width: 960px;
	margin: auto;
}
#inner {
	display:inline;
	float:left;
	width:960px;
	min-height:525px;
	height:auto !important;
	height:525px;
	background-image:url(images/pattern-bg-tile.gif);
	background-repeat:repeat;
	margin-top:10px;
	padding-bottom:10px;
}

#header {
	width:960px;
	height:142px;
	float:left;
	display:inline;
}

#logo {
	width:376px;
	height:142px;
	float:left;
	display:inline;
}

#header-right {
	width:584px;
	height:142px;
	float:left;
	display:inline;
	text-align:right;
	background-image:url(images/top-frame.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#nav {
	width:176px;
	min-height:400px;
	height:auto !important;
	height:400px;	
	margin-left:44px;
	float:left;
	display:inline;	
	background-image:url(images/nav-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}	

#content-outer {
	width:740px;
	float:left;
	display:inline;
	
}

#image {
	width:612px;
	height:278px;
	float:left;
	display:inline;	
	margin-left:30px;
	background-image:url(images/bottom-frame.png);
	background-position:top left;
	padding-left:57px;
	padding-top:23px;
}

#title {
	width:665px;
	height:25px;
	float:left;
	display:inline;	
	margin-bottom:10px;
	margin-top:20px;
	margin-left:36px;
}

#text-area {
	width:665px;
	min-height:50px;
	height:auto !important;
	height:50px;	
	margin-left:36px;
	float:left;
	display:inline;	
	line-height:18px;
}

#footer {
	width:960px;
	height:45px;
	float:left;
	display:inline;
}

#footer-address {
	width:515px;
	height:35px;
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-top:10px;
}

#footer-address a, #footer-address a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#footer-youngs {
	width:55px;
	height:35px;
	float:left;
	display:inline;
	padding-top:10px;
}

#footer-siteby {
	width:390px;
	height:35px;
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	color:#400008;
	font-size:10px;
	padding-top:10px;
	text-align:right;
}

#footer-siteby a, #footer-siteby a {
	font-family:Arial, Helvetica, sans-serif;
	color:#400008;
	font-size:10px;
	text-decoration:none;
}

#footer-siteby a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#400008;
	font-size:10px;
	text-decoration:underline;
}

a, a:visited {
color:#ffda81;
}

.title{
	font-size:24px;
	padding:0;
	margin:0;
	color:#fff1cc;
	border:0px;
}

/* forms */
.textfield {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffda81;
	font-size:12px;
	width:160px;
	border:1px solid #fff1cc;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	background-color:#3b0008;
	
}
.formtextbox {
font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffda81;
	font-size:12px;
	width:160px;
	border:1px solid #fff1cc;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5px;
	background-color:#3b0008;
}

.formdropdown {
font-family:Georgia, "Times New Roman", Times, serif;
color:#ffda81;
font-size:12px;
	border:1px solid #fff1cc;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:0px;
	background-color:#3b0008;

}

.button 
{
font-family:Georgia, "Times New Roman", Times, serif;
color:#ffda81;
font-size:12px;
	background-color: #3b0008;
	border:1px solid #fff1cc;
	padding:3px;
}


/* end forms */

#voucher-outer {
	width:660px;
	height:183px;
	float:left;
	border:1px dashed #000000;
	background-color:#ffffff;
	padding:1px;
	color:#424242;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8px;
	line-height:25px;
}

#voucher-image {
	width:660px;
	height:183px;
	float:left;
	display:inline;
	z-index:1;
	position:absolute;
}

#voucher-text {
	width:200px;;
	height:20px;
	margin-top:117px;
	float:left;
	display:inline;
	position:absolute;
	z-index:2;
	color:#424242;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	text-align:left;
	margin-left:170px
	
}
