/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 tahoma, arial, helvetica, sans-serif;
background: url(../images/back.jpg) top center fixed #ebad67;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em tahoma, arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em tahoma, arial, helvetica, sans-serif;
}

h3 {
font:1em tahoma, arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#navigation {
color: #000;
margin: 130px 0 0 0;
padding: 0 60px 0 0;
float: right;
text-align: left;
display: block;
width: 900px;
}

#navigation a {
}

#bar {
background: url(../images/nav.png) no-repeat bottom center;
width: 895px;
height: 25px;
margin: 0 auto;
display: block;
float: none;
}

/***** Home *****/

#flash {
width: 937px;
height: 596px;
margin: 0 auto;
}

#block1 {
width: 294px;
height: 162px;
float: left;
display: block;
margin: 20px 20px 0 13px;
_margin: 20px 20px 0 7px;
padding: 20px 0 0 3px;
background: url(../images/box1.jpg) no-repeat;
}

#block2 {
width: 297px;
height: 182px;
float: left;
display: block;
margin: 20px 20px 0 0;
background: url(../images/box3.jpg) no-repeat;
font-size: .8em;
color: #000;
}

#block2content {
padding: 5px 10px 10px 10px;
}

#block2 p {
padding: 0 0 7px 0;
margin: 0;
}

#block2 a, #block3 a {
font-style: italic;
color: #d06826;
text-decoration: none;
}

#block2 a:hover, #block3 a:hover {
text-decoration: underline;
}

#block3 a {
font-style: normal;
}

#block2 h2, #block2 span {
color: #fff;
padding: 0;
margin: 0;
}

#block3 {
width: 277px;
height: 159px;
float: left;
display: block;
margin: 20px 13px 0 0;
_margin: 20px 0 0 0;
background: url(../images/box3.jpg) no-repeat;
font-size: .8em;
padding: 13px 10px 10px 10px;
}

#block3 .series ul {
padding: 0 10px;
overflow: auto;
height: 110px;
}

#block3 .subscribe ul {
padding: 0 10px;
overflow: auto;
height: 110px;
}

#block3 .news ul {
padding: 0 5px;
overflow: auto;
height: 110px;
}

#block3 h2 {
padding: 0 0 5px 0;
}

#header {
color: #fff;
font-size: 1.1em;
padding: 0 0 25px 0;
}

#header a {
color: #fff;
text-decoration: none;
padding: 0 6px;
}

#header a:hover {
text-decoration: underline;
}

#block3 li {
list-style-image: url(../images/box3bullet.jpg);
padding: 3px 0;
}

#block3 .float-right {
list-style: none;
}

#block3 .float-right a {
color: #d06826;
}

#block3 .float-right a:hover {
text-decoration: underline;
}

/***** Twitter *****/

#twitter_update_list {
list-style: none;
margin: 0;
padding: 0;
font-size: .9em;
list-style-image: none;
height: auto;
display: block;
}

#twitter_update_list li {
list-style: none;
}

.twitter {
font-size: 1.2em;
padding: 0;
}

.news ul {
list-style: none;
margin: 0;
padding: 0;
list-style-image: none;
}

/***** Sub *****/

#contentarea {
background: url(../images/contentbox.jpg) no-repeat;
margin: 0 auto;
width: 806px;
height: 543px;
padding: 19px 65px 65px 21px;
}

#contentarea a {
color: #000;
text-decoration: underline;
}

#contentarea a:hover {
text-decoration: none;
}

#headerbar {
width: 851px;
height: 69px;
margin: 0 0 30px 0;
}

/********** jquery scrolling  **********/


.scroll-pane {
				width: 766px;
				overflow: auto;
				float: left;
				padding-right: 20px;
				padding-left: 40px;
			}
			#pane1 {
				height: 430px;
			}
			


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/scroll.png);
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/***** Footer *****/

#footerleft {
float: left;
display: block;
font-size: .8em;
color: #000;
padding: 15px 0 30px 70px;
}

#footerleft a {
color: #fff;
text-decoration: underline;
}

#footerleft a:hover {
text-decoration: none;
}

#footerright {
float: right;
display: block;
font-size: .8em;
color: #000;
padding: 15px 70px 30px 0;
}

#footerright a {
color: #eb5d09;
text-decoration: underline;
}

#footerright a:hover {
text-decoration: none;
}

#subglobal {
width: 820px;
margin: 0 auto;
padding: 5px 0 20px 0;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }