/* 
    Document   : global
    Created on : 20-September-2009, 10:09:12
    Author     : Flemming Arnott
    Description: 
*/


body {
    margin:0 0 30px 0;
    padding:0!important;
	padding-bottom:30px;
    font-size:62.5%;
    font-family:Arial, sans-serif;
    background-color:#FFF6CF;
    background-image:url(/assets/images/holding_page_bg.gif);
    background-repeat:repeat-x;
}

img {
    border:0px
}

a {
    color:#7E754A;
}
a:hover {
	color:#4C4006;
}

h1 {

}

.hidden {
    display:none;
}

#wrapper {
    width:970px;
    margin:0 auto;
    padding:0 5px;
    background-image:url(/assets/images/holding_shadow_bg.gif)!important;
    background-repeat:repeat-y;
}

#header {
    width:970px;
    height:409px;
    position:relative;
	border-bottom:11px solid #FFF3BE;
}

#swoosh {
    position:absolute;
    top:0;
    left:0;
    width:970px;
    height:141px;
    background-image:url(/assets/images/top_swoosh.png);
    z-index:1;
}
img#main-img {
    position:absolute;
    top:65px;
    left:0;
    z-index:0;
}
img#main-base-bar {
	position:absolute;
	bottom:0!important;
	bottom:-1px;
	left:0;
	z-index:1;
}

#main {
    background-color:#FEFBEA;
    padding-top:15px;
    padding-bottom:28px;
	width:970px;
	position:relative;
}

ul#nav {
	width:220px;
	margin:9px 25px 20px 0!important;
	margin:9px 25px 20px -16px;
	float:left;
	display:inline;
}
ul#nav li {
	margin-bottom:2px;
}
ul#nav li a {
	display:block;
	width:175px;
	padding:4px 0 0 45px;
	height:19px;
	background-color:#FDF5C7;
	color:#817851;
	font-size:1.1em;
	text-decoration:none;
}
ul#nav li a:hover, ul#nav li a.current {
	background-color:#FFEDA3;
	color:#4C4006;
}

#copy {
    width:500px;
    float:left;
	display:inline;
}
#copy h1 {
    font-family:"Times New Roman",serif;
    font-size:2.8em;
    font-weight:normal;
    color:#A7A398;
	margin-bottom:8px;
	margin-top:2px;
}
#copy h2 {
    font-family:"Times New Roman",serif;
    font-size:2em;
    font-weight:normal;
    color:#A7A398;
	margin-bottom:8px;
	margin-top:2px;
}
#copy h3 {
    font-family:"Times New Roman",serif;
    font-size:1.4em;
    font-weight:normal;
    color:#4A4738;
	margin-bottom:8px;
	margin-top:0px;
}
#copy p {
    margin-top:5px;
    font-size:1.1em;
    color:#7E7E7E;
	padding-bottom:6px;
}

/* home page */
#copy.home {
	width:480px;
}


/* home page thumbs */
ul#home-thumbs {
	width:177px;
	margin:0 16px 0 25px;
	float:left;
	display:inline;
}
ul#home-thumbs li {
	float:left;
	display:inline;
	width:43px;
	height:36px;
	border:6px solid #FDF5C6;
	margin-right:4px;
	margin-bottom:4px;
	background-repeat:no-repeat;
}
ul#home-thumbs li span {
	display:none;
}
ul#home-thumbs li:hover, ul#home-thumbs li.hover, ul#home-thumbs li.current {
	background-position:0 -36px;
	cursor:pointer;
	border:6px solid #FFEFAB;
}
ul#home-thumbs li.thumb_01 {
	background-image:url(/assets/images/gallery_thumb_01.jpg);
}
ul#home-thumbs li.thumb_02 {
	background-image:url(/assets/images/gallery_thumb_02.jpg);
}
ul#home-thumbs li.thumb_03 {
	background-image:url(/assets/images/gallery_thumb_03.jpg);
}
ul#home-thumbs li.thumb_04 {
	background-image:url(/assets/images/gallery_thumb_04.jpg);
}
ul#home-thumbs li.thumb_05 {
	background-image:url(/assets/images/gallery_thumb_05.jpg);
}
ul#home-thumbs li.thumb_06 {
	background-image:url(/assets/images/gallery_thumb_06.jpg);
}
ul#home-thumbs li.thumb_07 {
	background-image:url(/assets/images/gallery_thumb_07.jpg);
}
ul#home-thumbs li.thumb_08 {
	background-image:url(/assets/images/gallery_thumb_08.jpg);
}

.home-box-right {
	width:172px;
	float:right;
	margin-right:48px!important;
	margin-right:12px;
}

.home-box-right p {
	width:160px;
	padding:6px;
	margin-top:5px;
	background-color:#FEF6C7;
	color:#7B745E;
	font-size:1.4em;
	/*font-weight:bold;*/
	font-family:"Times New Roman",serif;
}
.home-box-right p span {
	display:block;
	background-color:#FEFBEA;
	color:#9b978c;
	margin-top:11px;
	padding:9px 8px 12px 8px;
	font-size:0.8em;
	font-weight:normal;
    font-family:arial,verdana,sans-serif;
}
.home-box-right p strong {
    color:#605b57;
}
.home-box-right em {
    color:#605b57;
}
.home-box-right em .spacer {
    margin-top:6px;
}
.home-box-right a {
    display:inline-block;
    padding-bottom:2px;
    color:#605b57;
    text-decoration:none;
}
.home-box-right a:hover {
    text-decoration:underline;
}
a#read-draw {
	display:block;
	width:160px;
	height:68px;
	padding:6px;
	background-color:#FEF6C7;
	background-image:url(/assets/images/read_draw_banner.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:183px;
	right:48px;
}
a#read-draw:hover {
	background-color:#FFEFAB;
}


/* useful info page */

dl#useful-sub-nav {
	list-style:none;
	width:220px;
	margin:9px 0 0 25px;
	float:left;
	display:inline;
	font-size:1.1em;
}
dl#useful-sub-nav dt {
	background-color:#EBE8D5;
	color:#3F3B2F;
	padding:4px 15px 4px 35px;
	margin-bottom:3px;
}
dl#useful-sub-nav dd a {
	display:block;
	background-color:#F2ECBA;
	padding:4px 15px 4px 35px;
	margin-bottom:3px;
}
dl#useful-sub-nav dd a:hover, dl#useful-sub-nav dd a.sub-menu-down {
	background-color:#EAE098;
}
dl#useful-sub-nav dd, dl#useful-sub-nav dd a {
	text-decoration:none;
	color:#7C734C;
}
dl#useful-sub-nav dd a.menu-head {
	background-image:url(/assets/images/sub_arrows_all.png);
	background-repeat:no-repeat;
	background-position:14px 3px;
}
dl#useful-sub-nav dd a.sub-menu-down {
	background-position:10px -33px;
}
dl#useful-sub-nav dd ul {
	display:none;
	margin-top:3px;
}
dl#useful-sub-nav dd ul li a {
	display:block;
	background-color:#FBF6D9;
	padding:4px 15px 4px 35px;
	margin-bottom:3px!important;
	margin-bottom:-11px;
}
dl#useful-sub-nav dd ul li a:hover {
	background-color:#F0E9C2;
}

#map {
	margin-left:30px;
	margin-top:15px;
}


/* meet the people */
#copy.people {
	width:480px;
	padding-right:245px;
}

div.person {
	width:475px;
	margin-top:24px;
	border-bottom:23px solid #FDF5C4;
}
div.last-person {
	border-bottom:none;
}
div.people-photo {
	width:114px;
	float:left;
	display:inline;
}
div.people-photo img {
	border:9px solid #F2EAB9;
}
div.people-text {
	width:361px;
	float:left;
	display:inline;
	padding-bottom:14px;
}
#copy div.people-text h2 {
	margin-bottom:0px;
}
#copy div.people-text h3 {
	margin-bottom:12px;
}


/* grand prize draw */
#copy.prizes {
	width:480px;
	/*padding-right:245px;*/
	float:left;
}

#copy h2.the-prize {
	margin-left:114px;
	margin-top:12px;
	margin-bottom:0;
	font-size:2.2em;
}
div.prize {
	width:475px;
	margin-top:-3px;
}
div.last-prize {
	border-bottom:none;
}
div.prizes-photo {
	width:114px;
	float:left;
	display:inline;
}
div.prizes-photo img {
	border:9px solid #F2EAB9;
	margin-top:5px;
}
div.prizes-text {
	width:361px;
	float:left;
	display:inline;
	padding-bottom:14px;
}
#copy div.prizes-text h2 {
	margin-bottom:0px;
}
#copy div.prizes-text h3 {
	margin-bottom:12px;
	font-size:2.2em;
}
div.prize-plus {
	background-color:#FDF5C4;
	padding:3px 0 3px 114px;
	margin-bottom:24px;
	font-size:2em;
	font-family:"Times New Roman",serif;
	color:#A7A398;
}
#prize-right {
	width:172px;
	float:right;
	margin-right:24px!important;
	margin-right:12px;
}
a#enter-draw {
	display:block;
	width:160px;
	height:68px;
	padding:6px;
	background-color:#FEF6C7;
	background-image:url(/assets/images/enter_draw_banner.png);
	background-position:6px 6px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
a#enter-draw:hover {
	background-color:#FFEFAB;
}
#prize-right p {
	width:160px;
	padding:6px;
	margin-top:5px;
	background-color:#FEF6C7;
	color:#7B745E;
	font-size:1.4em;
	/*font-weight:bold;*/
	font-family:"Times New Roman",serif;
}
#prize-right p span {
	display:block;
	background-color:#FEFBEA;
	color:#A7A298;
	margin-top:11px;
	padding:9px 8px 12px 8px;
	font-size:1em;
	font-weight:normal;
}
#prize-right em {
    display:block;
    font-style: normal;
    padding:9px 8px 12px 8px;
}
#prize-right em .spacer {
    margin-top:6px;
}

#button-bar.prize-draw {
    padding-left:352px;
}


/* contact us */
#copy.contact {
	width:473px!important;
	width:400px;
}
#contact-box {
	width:220px;
	margin:9px 0 0 25px;
	float:left;
	display:inline;
	font-size:1.1em;
}
#contact-box h3 {
	background-color:#EBE8D5;
	color:#3F3B2F;
	padding:4px 15px 4px 35px;
	margin-bottom:3px;
	font-weight:normal;
}
#contact-box p {
	background-color:#FEF6C7;
	margin:0;
	padding:6px 15px 10px 35px;
	color:#7E754A;
}
#contact-box a {
	color:#7E754A;
	text-decoration:none;
}
#contact-box a:hover {
	color:#4C4006;
}

form#donate-form {
	display:none;
}


/* terms and conditions */
#copy.terms {
	width:480px;
	padding-right:245px;
}
#copy.terms br {
	margin-bottom:10px;
}



/* privacy */
#copy.privacy {
	width:480px;
	padding-right:245px;
}
#copy.privacy br {
	margin-bottom:10px;
}


/* internet security */
#copy.security {
	width:480px;
	padding-right:245px;
}
#copy.security h2 {
	/*font-family:arial, sans-serif, helvetica;*/
	font-size:1.7em;
	font-weight:normal;
	color:#A7A398;
	margin-bottom:3px;
	margin-top:24px;
}



#button-bar {
    padding-top:1px;
    padding-bottom:1px;
    padding-left:245px;
	height:22px;
    background-color:#FFF5C7;
	position:relative;
}
#button-bar a {
    position:absolute;
	height:14px;
    padding:4px 12px 4px 12px;
    /*width:70px;*/
    background-color:#FFEFA4;
    color:#7E7E7E;
    text-align:center;
    text-decoration:none;
    font-size:1.1em;
}

#button-bar a:hover {
    background-color:#F8E79A;
}

#footer {
    height:90px;
    background-color:#FEFBEA;
	position:relative;
}
#footer a#facebook {
	display:block;
	width:82px;
	height:24px;
	background-image:url(/assets/images/facebook.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:26px;
	left:45px;
}
#footer ul {
	float:left;
	width:512px;
	margin:56px 0 0 46px!important;
	margin:56px 0 0 23px;
	padding:0;
	font-size:1.1em;
}
#footer ul li {
	float:left;
	display:inline;
	margin-right:24px;
}
#footer ul li a {
	text-decoration:none;
}
#footer ul li a:hover {
	color:#4C4006;
}
#footer img {
	float:right;
	width:412px;
}
#footer_shadow {
    width:970px;
    margin:0 auto;
    height:5px;
    background-image:url(/assets/images/holding_footer_shadow_bg.gif);
}
#footer a {
	color:#ADAA9B;
}



#blackhouse {
    width:970px;
    margin:8px auto 30px auto;
    padding:0;
    font-size:1.1em;
    text-align:right;
    color:#4F4C4D;
}
#blackhouse a {
    color:#4F4C4D;
    text-decoration:none;
}
#blackhouse a span {
    color:#F8A24C;
}

.clearfix {
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
        margin: 0;
}
