@charset "UTF-8";

html {
	overflow-y:scroll;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.container {
	width: 978px;
	background: #FFF;
	overflow: hidden;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #F36D3A;
	border-left-color: #F36D3A;
}

.sidebar1 {
	float: right;
	width: 29%;
	padding-right: 1.5%;
	padding-left: 2%;
	padding-top: 36px;
}

#quote{
	float: left;
	margin-top: 48px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 18px;
	padding-left: 18px;
}

#quote p{
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5;
	color: #777;
	text-align: left;
	margin: 0px;
	text-indent: -5px;
	padding-bottom: 5px;
}

#quote h6{
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2;
	color: #999;
	text-align: right;
	margin: 0px;
	font-weight: 400;
	padding-right: 12px;
}

.content {
	width: 61%;
	float: left;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 3.9%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F36D3A;
	margin-bottom: 16px;
}

.content p{
	font-size: 0.8em;
	color: #777;
	line-height: 1.7;
	padding-bottom: 6px;
}

.content h1{
	line-height:1.7;
	color:#F36D3A;
	position:relative;
	font-size:1.8em;
	font-weight:normal;
	padding-top: 6px;
}

.content h2{
	line-height:1.7;
	color:#F36D3A;
	position:relative;
	font-size:1.4em;
	font-weight:normal;
	padding-top: 6px;
}

.content h3{
	line-height:1.7;
	color:#F36D3A;
	padding-top:3px;
	position:relative;
	font-size:1.1em;
	font-weight:400;
}

.content h4{
	line-height:1.7;
	color:#F36D3A;
	padding-top:3px;
	position:relative;
	font-size:1em;
	font-weight:400;
	padding-bottom: 3px;
}
.content h5{
	color:#FFFFFF;
	font-size:.95em;
	display: block;
	background-color: #7FA06A;
	line-height: 1em;
	margin-top: 24px;
	margin-bottom: 32px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	height: 5px;
	padding: 0px 8px;
}

.content h6{
	color:#7FA06A;
	font-size: 0.88em;
	line-height: 1.5;
	font-weight: 700;
	border-top-color: #FCB040;
	border-bottom-color: #FCB040;
	margin-top: 3px;
}

.content strong{
	color:#F8983E;
	font-weight: 700;
	margin-top: 3px;
}

.content ul{
	font-size: 0.8em;
	color: #777;
	line-height: 1.7;
	padding-bottom: 6px;
	list-style-type: disc;
	list-style-position: inside;
}

.content ul a{
	font-weight: 700;
	color: #777;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footercontainer {
	clear:both;
	margin-top:16px;
	border-top-width:7px;
	border-top-style:solid;
	border-top-color:#729151;
}

.footer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footer p {
	padding-top:20px;
	padding-left:38px;
	font-size:75%;
	color:#F36D3A;
	padding-bottom:20px;
	float: left;
}

.footer p a {
	text-decoration: none;
}

ul.nav {
	list-style-type: none;
}

ul.nav li {
	margin-bottom: 14px;
	width: 80%;
	margin-left: 20px;
}
ul.nav a, ul.nav a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #7FA06A;
	color: #FFF;
	font-size: 0.8em;
	height: 100%;
	text-align: center;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-weight: 700;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-right: 8px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #F8983E;
}
img.rt_thumbnail{
	float: right;
	border: 2px solid #F8983E;
	margin-left: 8px;
	margin-top: 14px;
	margin-right: 12px;
	position: relative;
	padding: 0px;
}

img.rt_thumbnail_no_border{
	float: right;
	margin-left: 8px;
	margin-top: 14px;
	margin-right: 12px;
	position: relative;
	padding: 0px;
}

img.left_thumbnail{
	float: left;
	border: 2px solid #F8983E;
	padding: 0px;
	margin-top: 6px;
	margin-right: 18px;
}

table{
	margin: 0px;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 0px;
}

td {
	vertical-align: top;
}
.content a, content a:visited{
	text-decoration: none;
	width: 100%;
	background-color: #7FA06A;
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: 700;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.content a:hover, .content a:active, .content a:focus {
	color: #FFF;
	background-color: #F8983E;
}
 .content_2{
	 	width: 61%;
	float: left;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 3.9%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F36D3A;
	margin-bottom: 16px;
 }
.content_2 a, content_2 a:visited{
	text-decoration: none;
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: 700;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.content_2 a:hover, .content_2 a:active, .content_2 a:focus {
	color: #FFF;
	background-color: #F8983E;
}
a.inline {
	color: #7FA06A;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	text-decoration: underline;
}
a.inline:hover {
	color: #F36D3A;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	text-decoration: underline;
}
a.plain {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: transparent;
	color: #7FA06A;
}
a.plain:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	background-color: transparent;
	color: #7FA06A;
}
.sidebar1 blockquote{
	font-size: 0.9em;
	color: #777;
	line-height: 1.7;
	padding-left: 24px;
	padding-right: 54px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: -5px;
	margin-top: 72px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar1 p{
	font-size: 0.7em;
	line-height: 1.6;
	color: #777;
	padding-left: 24px;
	text-align: right;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
}
#spacer20{
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#spacer12{
	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#spacer72{
	display: block;
	margin: 0px;
	padding-top: 72px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#spacer144{
	display: block;
	margin: 0px;
	padding-top: 144px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


ul.details{
	color: #F36D3A;
	font-weight: 400;
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.7;
	font-size: .8em;
	padding: 0px;
	margin-left: 13px;
}

ul.details a{
	color: #7FA06A;
}

ul.carminadetails{
	color: #F36D3A;
	font-weight: 400;
	list-style-type: square;
	line-height: 1.7;
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}

ul.carminadetails li{
	color: #F36D3A;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.notes{
	margin-top: 4px;
}

span.highlight{
	font-weight: 700;
}
h4.carmina{
	line-height:1.7;
	color:#F36D3A;
	padding-top:10px;
	position:relative;
	font-size:1em;
	font-weight:400;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
p.tagline_1{
	font-size: 0.9em;
	color: #7FA06A;
}
a.curseason_title_inner{
	position: relative;
	top: -10px;
	vertical-align: middle;
	width: auto;
	display: inline-block;
	background-color: #7FA06A;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0px;
	padding: 4px 8px;
	line-height: 1.25em;
}
a.curseason_title_inner:hover{
	cursor: pointer;
}
a.buybutton{
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 0px;
	border: 2px groove rgb(128, 128, 128);
	color: white;
	text-shadow: rgb(0, 0, 0) 1px 1px 3px;
	width: auto;
	background: rgb(127,160,106); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(127,160,106) 3%, rgb(184, 215, 163) 30%, rgb(127,160,106) 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(127,160,106) 3%,rgb(184, 215, 163) 30%,rgb(127,160,106) 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(127,160,106) 3%,rgb(184, 215, 163) 30%,rgb(127,160,106) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa06a', endColorstr='#b8d7a3',GradientType=0 ); /* IE6-9 */	
}
a.buybutton:hover{
	text-decoration: underline;
	background: rgb(248, 152, 62); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(248, 152, 62) 3%, rgb(251, 211, 172) 30%, rgb(248, 152, 62) 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(248, 152, 62) 3%,rgb(251, 211, 172) 30%,rgb(248, 152, 62) 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(248, 152, 62) 3%,rgb(251, 211, 172) 30%,rgb(248, 152, 62) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8983e', endColorstr='#fbd3ac',GradientType=0 ); /* IE6-9 */	
}
ul.autocol{
	display: block;
}
ul.autocol::after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
ul.autocol > li{
	float: left;
}
ul.col2 > li{
	width: 50%;
}
ul.col3 > li{
	width: 33%;
}
