@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: #fff;
}
a {
	color: #FC0;
}
/* Containers */
#wrapper {
	width: 1000px;
	margin: 0px auto 20px;
}

#header {
	height: 115px;
	overflow: hidden;
}
#miniheader {
	display: none;
}

.messages 
{
    font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 30px 10px 20px;
}

#content {
	background-image: url(../images/large/background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
}
	h2 {
		font-size: 1.7em;
		margin: 0px;
		float: left;
		width: 100%;
	}
	h3 {
		font-size: 1.4em;
		margin: 0px;
		color: #FFC;
		float: left;
		width: 100%;
		font-weight: normal;
	}
	div.TelLAFriend {
		float: left;
	}
	div.TelLAFriend td {
		padding: 4px;
	}
	#form-content,
	#email-content,
	#thankyou-content {
		padding: 35px 35px 20px 500px;
		font-size: 0.850em;
		min-height: 500px;
	}
	#thankyou-content {
		position: relative;
	}
	#thankyou-content #advertisement {
		position: absolute;
		top: 425px;
		left: 50px;
	}
	.formset {
		width: 100%;
		padding: 0px 0px 15px 0px;
		float: left;
	}
	/*.required {
		font-weight: bold;
	}*/
	/*label {
		text-align: right;
		float: left;
		width: 150px;
		padding-right: 15px;
	}*/
	#thankyou-content label {
		width: 65px;
	}
	#thankyou-content .FormLabel label {
		float: left;
		text-align: center;
	}
	#thankyou-content input {
		float: left;
	}
	#thankyou-content h3 {
		padding-bottom: 15px;
	}
	.singlecheck input {
		float: left;
		width: 30px;
		margin-right: 15px;
	}
	.singlecheck label {
		float: left;
		width: 400px;
		text-align: left;
	}
	.linedselect label {
		width: 100%;
		display: block;
		padding-bottom: 8px;
		text-align: left;
	}
	sup {
		font-size: 0.50em;
		vertical-align: super;
	}
	p {
		float: left;
		width: 100%;
		padding: 10px 0px 15px 0px;
	}
	#email-content p,
	#thankyou-content p {
		padding: 8px 0px 8px 0px;
	}
	p.note {
		padding-top: 3px;
	}
#footer {
	background-image: url(../images/large/footer-background.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
	padding-top: 75px;
}
	#footer p {
		width: 100%;
		font-size: 0.750em;
		line-height: 1.1em;
		float: left;
		color: #000;
		text-align: center;
	}
	#footer a {
		color: #666;
	}
	#footer a:hover {
		color: #000;
	}

/*Registration Form*/
.registration_form input.FormInput {
	width: 180px;
}
.registration_form span.required {
	text-align: right;
	float:left;
	width: 150px;
	padding-right: 15px;
}
.registration_form span.FormLabel {
	text-align: right;
	float:left;
	width: 150px;
	padding-right: 15px;
}
.registration_form .digitinput3 {
	width: 40px;
}
.registration_form .digitinput4 {
	width: 50px;
}

/*Tell a Friend*/
.tb
{
	width:115px;
}

#longcontent_wrapper {
	background-image: url(../images/large/background-repeat.jpg);
	background-repeat: repeat-y;
}

.captcha
{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-right: 10px !important;
}
.captcha img
{	
	padding: 3px;
	margin-right: 60px;
	margin-top: 10px;
	background-color: #FEFEFE;
}

.captcha .validate_arrow
{
    background-color:Transparent;
}


li {
padding:10px 0 10px 0;
}