body {
	background-color: #f2e5cc;
	background-image:url(../images/background-blue.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#container {
	width: 960px;
	height:720px;
	margin: 44px auto 0px auto;
}


#top_holder {
	display:block;
	width:458px;
	margin-left:479px;
	padding-top:138px;
}



#top_holder p {
	color: #dd941a;
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:17px;
	width:360px;
	margin: 0px;
	padding-top: 28px;
	height: 46px;
}

#entry_area {
	margin:36px 0px 0px 40px;
	width:420px;
}

#entry_area p {
	color: #001a49;
	font-family: Arial;
	font-size:12px;
}


.input-large {
	display:block;
	width:388px;
	height:29px;
	margin: 0px 0px 10px 0px;
	background:url(../images/input-large-blue.png) no-repeat top left;
}

.input-large.error {
	background:url(../images/input-large-error.png) no-repeat left;
}

.input-large label, 
.input-small label {
	width: 40px;
	display: inline-block;
	height:16px;
	font-family:Arial;
	font-size: 12px;
	line-height:14px;
	color: #001a49;	
	margin: 7px 2px 0px 10px;
}

.input-large.error label {
	color:#FF0000;
}

.input-large input {
	background:none;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	height:16px;
	width:320px;
	border:none;
}

.input-small input {
	background:none;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	height:16px;
	width:125px;
	border:none;
}

.input-small {
	display:block;
	width:192px;
	height:29px;
	margin: 0px 0px 10px 0px;
	background:url(../images/input-small-blue.png) no-repeat top left;
}


.input-small.error {
	background:url(../images/input-small-error.png) no-repeat top left;
}

.input-small.error label {
	color:#FF0000;
}


.input-textarea {
	display:block;
	width: 388px;
	height:87px;
	margin:0px 0px 10px 0px;
	background:url(../images/input-textarea-blue.png) no-repeat top left;
}

.input-textarea.error {
	background:url(../images/input-textarea-error.png) no-repeat top left;
}

.input-textarea label {
	display: inline-block;
	height:15px;
	font-family:Arial;
	font-size: 10px;
	line-height:1.2em;
	color: #001a49;
	margin-left: 10px;
	margin-top: 6px;
}

.input-textarea.error label {
	color:#FF0000;
}

.input-textarea textarea {
	border:none;
	background:none;
	margin-left: 9px;
	width: 372px;
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	height:58px;
	overflow:auto;
}

.input-dropdown {
	display:block;
	width:210px;
	height: 24px;
	background:url(../images/input-dropdown-blue.png) no-repeat top left;
	margin:0px 0px 10px 0px;
	padding-top: 5px;
}



#submit_link {
	width:66px;
	height:22px;
	font-size:12px;
	padding-top:7px;
	padding-left: 10px;
	line-height:16px;
	font-family:Arial;
	background:none;
	border:none;
	text-align:left;
	color: #001a49;	
	background:url(../images/input-submit-button-blue.png) no-repeat top left;
	display:none;
	text-decoration: none;
}


#submit_link:hover{
	background:url(../images/input-submit-hover-blue.png) no-repeat top left;
}

.input_checkbox {
	margin-bottom:10px;
	margin-left:15px;
}

.input_checkbox label {
	font-family: Arial;
	font-size:10px;
	line-height:12px;
	color: #001a49;
	vertical-align:middle;
}

.input_checkbox label a {
	color: #001a49;
	text-decoration: none;
}

.error_holder {
	font-family:Arial;
	font-size:12px;
	line-height:14px;
	color:#FF0000;
	margin-bottom: 5px;
	margin-left:10px;
}

#footer {
	width:910px;
	margin: 0px auto 0px auto;
	color: #001a49;
	font-size: 12px;
	line-height:14px;
	font-family:Arial;
	padding: 8px 0px 10px 50px;
}

#footer  p {
	margin: 2px 0px 2px 0px;
}

#footer a {
	color: #001a49;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size:10px;
	line-height:12px;
}

.left {
	float:left;
}

.right {
	float: right;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:0px;
}


/* Search Assistant box */
#search_assistant {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 2000;
	display: none;
	font-family:Arial;
	color: #001a49;			
}

#search_assistant .top {
	background: url(../images/white-box-top.png) top left no-repeat;
	height: 8px;
	width: 469px;
}

#search_assistant .middle {
	background: url(../images/white-box-middle.png) top left no-repeat;
	width: 437px;
	padding: 8px 16px 8px 16px;
}

#search_assistant .bottom {
	background: url(../images/white-box-bottom.png) top left no-repeat;
	height: 8px;
	width: 469px;
}


#search_assistant h1 {
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 8px 0px;
}

#search_assistant p {
	font-size:12px;
	line-height:125%;
	margin-bottom:0px;
}

#search_assistant .body_text a {
	font-weight:normal;
}




#search_assistant a {
	color: #001a49;	
	text-decoration:none;
	font-weight:bold;
}

#search_assistant a:hover {
	text-decoration:underline;
}



/* SIMPLE MODAL */
#simplemodal-overlay {background-color:#f3e5cb;}
#simplemodal-container {background-color:#fff; border:1px solid #aaa; zoom: 1;}
#age_verification { width: 802px; height: 403px; background: #fff; position: absolute; top: 200px; left: 240px; overflow: hidden; font-family: Arial, "MS Trebuchet", sans-serif; color: #001a49; zoom: 1; padding: 15px 26px 12px 26px; }
#age_verification .input_small { background: url(../images/age_input_small.jpg); width: 132px; height: 132px; border: none; line-height: 132px; font-size: 54px; color: #fff; font-weight: bold; text-align: center;padding: 0; margin-right: 35px;}
#age_verification .input_large { background: url(../images/age_input_large.jpg); width: 259px; height: 132px; border: none; line-height: 132px; font-size: 54px; color: #fff; font-weight: bold; text-align: center;padding: 0; margin-right: 35px;}
#age_verification .hrule { height: 8px; width: 804px; overflow: hidden; background: url(../images/age_hrule.png) no-repeat; margin-bottom:20px;}
#age_verification #age_confirmation_text { position: absolute; text-align: center; top: 26px; right: 26px; width: 510px; height: 100px; font-size: 28px; font-weight: bold; line-height: 34px; }
#age_enter_button { background: transparent url(../images/age_enter_arrow.png) no-repeat right top; cursor: pointer; border: none; height: 74px; width: 150px; padding-right: 80px; font-size: 24px; color: #001a49; position: absolute; top: 220px; right: 40px; font-weight: bold;}
#age_verification #note { position: absolute; left: 375px; bottom: 40px; }
#age_remember_label { left: 50px; bottom: 50px; position: absolute;}
#age_remember { margin-right: 10px; }