/* @begin about page */
/* @begin site.css overrides */

/* @begin shared about page styles */
/* @begin grid stuff */
#about-nav,
#about-body,
#bucket-wrapper,
#faq-pages,
#faq-pages-wrapper {
	float: left;
	display: inline;
}
#about-nav {
	width: 133px;
}
#about-body,
#faq-about {
	width: 820px;
	height: 530px;
}
#faq-pages,
#press-pages,
#faq-pages-wrapper {
	width: 554px;
}
#faq-pages ul li {
    list-style-type:none;
}
/* @end grid stuff */
#about-body #faq-pages,
#about-body #press-about ul {
	margin-bottom: 20px;
}
#about-body #faq-pages {
	height: 340px;
}
#bucket-wrapper {
	width: 215px;
}
#faq-about p,
#press-pages-wrapper,
#about-body h1,
#video-player-wrapper {
	margin-left: 70px;
	color: #FFF;
}
/* #end shared about page styles */
/* @begin left navigation */
#about-nav ul li{
	list-style-type: none;
	float: left;
	display: block;
	height: 36px;
	width: 133px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
#about-nav a.selected, #about-nav a:hover  {
	background-position: bottom;
}
#about-nav ul li a {
	margin: 0px;
	padding: 0px;
	text-indent: -2000em;
	display: block;
	width: 133px;
	height: 36px;
	outline: none;
}

#about-nav li a#faq {
	background: url('../img/about/faq.png') no-repeat top left;
}

#about-nav li a#demo {
	background: url('../img/about/video_demo.png') no-repeat top left;
}
#about-nav li a#press {
	background: url('../img/about/press.png') no-repeat top left;
}
#about-nav li a#contact {
	background: url('../img/about/contact.png') no-repeat top left;
}
#about-nav li.selected a#faq {
	background: url('../img/about/faq.png') no-repeat 0 -36px;
}

#about-nav li.selected a#demo {
	background: url('../img/about/video_demo.png') no-repeat 0 -36px;
}
#about-nav li.selected a#press {
	background: url('../img/about/press.png') no-repeat 0 -36px;
}
#about-nav li.selected a#contact{
	background: url('../img/about/contact.png') no-repeat 0 -36px;
}

/* @end left navigation */
/* @begin faq section */
#faq-pages p.question  {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: .8em;
	color: #FFF;
}
#faq-pages p.question em {
    font-weight: bold;
}
a#bucket-link {
    outline:none;
}
p.contest-dates {
	margin-bottom:.5em;
}
#question-circle {
	width: 135px;
	float: left;
	margin-left: 76px;
}
/* @end faq section */
/* @begin bottom pagination classes */
.paginate-nav {
	padding-top: 22px;
	margin-left: 15px;
	clear: both;
}
.paginate-nav ul {
	float: right;
	display:block;
}
.paginate-nav li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}
.paginate-nav li a {
	display: block;
	text-align: center;
	width: 28px;
	height: 23px;
	padding-top: 6px;
	outline:none;
	font-weight:bold;
}
.paginate-nav li a {
	background: url('../img/about/paginate-bg.png') no-repeat left top;
	color: #fff;
}
.paginate-nav li.selected a {
	background: url('../img/about/paginate-bg.png') no-repeat left -29px;
	color: #fff;
}
.paginate-nav li.selected a:hover {
	color: #fff;
}
/* @end bottom pagination classes */
/* @begin press section */
#press-pages-wrapper {
	width: 407px;
	float: left;
	display:inline;
}
.date {
	color: #f152a0;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	font-weight:bold;

}
#press-about ul li {
	list-style-type: none;
	padding: 2px;
}
#press-about ul li p.headline {
	padding-top: 10px;
}
#press-about ul li.bg-1 {
	background: url('../img/about/press-item-bg-1.png') no-repeat;
}
#press-about ul li.bg-3 {
	background: url('../img/about/press-item-bg-3.png') no-repeat;
}
#press-about ul li.bg-5 {
	background: url('../img/about/press-item-bg-5.png') no-repeat;
}
#press-about h2 {
	font-size: 110%;
	margin: 0 0;
	text-transform: uppercase;
	color: #33c8c8;
}
#press-contacts p {
	margin: 0;
	width: 216px;
}
#press-contacts {
	margin-left: 55px;
	width: 165px;
	float: left;
	color: #FFF;
}
#press-contacts p.contact-name {
	margin-top: 1em;
	font-weight: bold;
}
/* @end press section */

#contact-about {
	margin-left: 75px;
}

.spacing{
	 float:left;
	 margin-left:7px;
}
.form-row {
	 margin-bottom:15px;
}

#EmailContactUsForm label {
	color: #33cccc;
}

#EmailContactUsForm input, #EmailContactUsForm select, #EmailContactUsForm textarea {
	padding: 7px 0 3px 3px;
	margin-top: 3px;
}

#EmailContactUsForm input.txt, #EmailContactUsForm input.address-box, #EmailContactUsForm input.age-box, #EmailContactUsForm input.general-box, #EmailContactUsForm input.city-box #EmailContactUsForm select {
	background: #ffffff url(../img/input_bg.png) repeat-x top left;
	float:left;
	height: 21px;
	border: 1px solid #003333;
}

#EmailContactUsForm .message-box-container label {
	margin-left: 8px;
}

#EmailContactUsForm .message-box {
	background: #ffffff url(../img/input_bg.png) repeat-x top left;
	margin: 3px 0px 0px 8px;
	border: 0px;
	padding: 0px;
	height: 145px;
	width: 566px;
}

#EmailContactUsForm input.first-name{
	 width:275px;
}
#EmailContactUsForm input.last-name, #EmailContactUsForm input.general-box{
	 width:275px;
}

#EmailContactUsForm .opt-in input {
	float: left;
	margin: 0px 5px 0px 0px;
}

#EmailContactUsForm .opt-in label {
	float: left;
	color: #ffffff;
}

#EmailContactUsForm .opt-in {
	margin-left: 8px;
}

#EmailContactUsForm .opt-in span {
	color: #f1529f;
}


/* @end about page */