.column {
	float: left;
}

.column.left {
	width: 654px;
	margin-right: 14px;
}

.container.small .column.left {
	width: 547px;
}

.column.right {
	width: 187px;
}

.container.small .column.right {
	width: 285px;
}

.content {
}

.content.rounded-top {
	background: url('../images/content_grey_top.png');
}

.container.small .content.rounded-top {
	background: url('../images/content_grey_small_top.png');
}

.content .rounded-bottom {
	padding: 20px;
	background: url('../images/content_grey_bottom.png') no-repeat bottom;	
}

.container.small .content .rounded-bottom {
	padding: 20px;
	background: url('../images/content_grey_small_bottom.png') no-repeat bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h1 {
	color: #ed721c;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	color: #666666;
	font-size: 12px;
}

.large-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}

.large-bullets2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #006699;
	font-size: 20px;
	font-weight: bold;
}

div.packetslist {
	margin: 10px 0 0 0;
	height: 170px;
}

.packets {
	list-style-type: none;
	padding: 0;
	margin: 15px auto 0 auto;
	width: 457px;
}

.packets li {
	padding: 10px;
	margin: 0 8px 0 0;
	float: left;
	width: 127px;
	height: 160px;
	background: url('../images/yabnews_packet_background.png');
	font-size: 11px;

}

.packets li.last {
	margin: 0;
}

.packets ul {
	margin-bottom: 0;
	margin-left: 9px;
	list-style-type: disc;
}

.packets ul li {
	float: none;
	width: auto;
	height: auto;
	background: transparent;
	padding: 0;
}

.packets li h3 {
	font-family: Arial;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 16px;
	margin-bottom: 1px;
}

.packets li p {
	margin: 0;
}

.packets div {
	color: #006699;
	width: 100px;
	margin: 0px auto 5px auto;
	text-align: center;
}

.packets div em {
	display: block;
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
}

.packets div small {
	display: block;

	font-size: 10px;
	margin-top: -10px;
	font-style: italic;
}
.clear {
	clear: both;
}

.HasLengthening {
    padding: 0 20%; 
    color: #6C6C6C; 
    text-align: center; 
    font-size: 0.9em
}

.submatrix {
    color: #ED721C; 
    font-size: 0.9em;
    text-align: left;
    font-style: italic;
    margin: 5px;
}


.signup-bar {
	text-align: center;
	background: url('../images/signup_bar.png') no-repeat top center;
	margin: 15px 0 0 0;
	height: 51px;
	line-height: 51px;
	font-size: 25px;
	
}

.signup-bar a {
	font-weight: bold;
}

.sub-content {
	margin-top: 15px;
}

.sub-content .widecolumn {
	width: 400px;
	padding: 0 0 0 150px;
}

.sub-content .column {
	width: 259px;
	padding: 0 30px;
}


.sub-content .column.left {
	margin-right: 16px;
}

.bluebox {
	border: 1px solid #006699;
	padding: 5px;
	margin-bottom: 15px;
}

.bluebox h3 {
	background-color: #006699;
	margin: -5px -5px 5px -5px;
	padding: 3px 3px 3px 15px;
	color: white;
}

.bluebox ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

.bluebox a {
	text-decoration: none;
}

.yellowbox {
	background: url('../images/right_yellow_top.png');
	margin-bottom: 15px;
}

.yellowbox .inner {
	background: url('../images/right_yellow_bottom.png') bottom no-repeat;
	padding: 10px;
}

.yellowbox h3 {
	border-bottom: 1px solid #ff9966;
	margin-bottom: 10px;
}

.yellowbox ol {
	color: #ed721c;
	font-size: 15px;
	font-weight: bold;
}

.yellowbox ol span {
	color: black;
	font-size: 12px;
	font-weight: normal;
}

.yellowbox p {
	text-align: center;
}

.yellowbox p.join a {
	background: #006699;
	border: 1px solid black;
	color: white;
	font-size: 18px;
	padding: 4px 15px;
	text-decoration: none;
}

.customers h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.customers p {
	text-align: left;
}

.customers p strong {
	display: block;
}

#month_selector_list {
	list-style-type: none;
	padding: 0;
	margin: 3px 0 0 0;
	width: 325px;
}

#month_selector_list li {
	padding: 0;
	margin: 0;
	border: 1px solid white;
	padding: 3px;
	font-size: 13px;
	width: 18px;
	height: 18px;
	float: left;
	line-height: 18px;
	text-align: center;
	background: #ed721c;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#month_selector_list li.active { 
	background-color: #006699;
}



.product_matrix {
	background: transparent url('../images/matrix_top.png') no-repeat;
}

.product_matrix .inner {
	background: url('../images/matrix_bottom.png') no-repeat bottom;
	padding: 3px 1px;
}

.product_matrix table {
	border: none;
	width: 612px;
	margin: 0 0 -1px 0;
}

.product_matrix th.last, .product_matrix td.last {
	border-right: none;
}

.product_matrix tr.last td, .product_matrix tr.last th {
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
}

.product_matrix table, .product_matrix td, .product_matrix th {
	border-color: #eaf1f7;
	border-width: 3px;
}

.product_matrix th, .product_matrix td {
	text-align: center;
	font-weight: bold;
}

.product_matrix tbody th {
	text-align: right;
	font-weight: normal;
	font-family: Arial;
}

.product_matrix em {
	font-weight: normal;
}

.product_matrix h3 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}

.product_matrix p {
	text-align: center;
	margin: 0px 0 5px 0;
	color: #006699;
}

.product_matrix .highlight {
	background-color: #fff9e0;
}

.form_small {
	width: 500px;
	margin: 30px auto;
}

.Left2Column, .Right2Column {
	width: 250px;
	float: left;
	margin: 10px 50px 10px 0px;
}

.NewsHeadlines {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0px;
}

.NewsHeadlines li {
	clear: left;
	margin: 0 0 10px 0;
	padding: 0;
}

.NewsHeadlines em {
	float: left;
	font-size: 0.8em;
	color: black;
	display: block;
	width: 30px;
	height: 25px;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #EEE;
	font-weight: normal;
	font-style: normal;
	padding: 4px 2px;
	margin: 0 10px 0 0;
}

.LabelledList {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

.LabelledList label {
	float: left;
	width: 250px;
}

.LabelledList p {
	margin-left: 250px;
}

.PersonalInformation {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

.PersonalInformation label {
	float: left;
	width: 130px;
}

.PersonalInformation p {
	margin: 0 0 10px 130px;
}

#Credit {
	text-align: center;
	font-size: 1.7em;
	color: #ed721c;
	margin: 0;
}

.Lengthen {
  text-align: center;
  font-size: 1.4em;
}

.list_spacer li {
	margin: 0 0 10px 0;
}

.FaqItems li h4 {
    margin-bottom: 4px;
}

.FaqItems li p {
    margin-top: 4px;
    margin-bottom: 25px;
}

.NewsIntro {
    font-weight: bold;
    font-size: 1.1em;
}

.NewsDate {
    text-align: right;
    color: #6C6C6C;
}

#total_price {
	font-size: 1.5em;
	font-weight: bold;
}

#total_price small {
	font-size: 0.7em;
}

p.actions {
    text-align: center;
}

table.tickets {
    border-collapse: collapse;
    width: 100%;
}

table.tickets th {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #CCC;
}

table.tickets td {
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
}