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

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

body {
color: black;
background-image:url(../images/bg.png);
background-repeat: repeat;
font:100%/1.25 arial, helvetica, sans-serif;
}

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

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

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

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

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

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

ol {
margin:0px;
padding:0 0 18px 40px;
}

ul {
list-style-image: url(../images/podcast_icon.jpg);
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;
}

hr {
height:50px;
width:30%;
background:#0000FF;
margin: 0px 150px 0px 150px;  
}


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

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

a, a:visited {
color: #f37334;
text-decoration:none;
}

a:hover {color: #336699;}

/***** 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:0px;
	}

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

#wrapper {
width:900px;
margin:0 auto;
}

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

#header {

	height: 32px;

	width: 900px;

}

#logo {
	height: 75px;
	width: 271px;
}


#logo h6 {
    display:block;
	height: 62px;
	width: 271px;
	text-indent:-3000px;
}

#logo h6 a {
	width: 271px;
	height: 62px;
	display:block;
	background:url(../images/logoblack1.jpg) no-repeat center;
	}


/***** Navigation *****/

#nav {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 885px;
	height: 35px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	text-align: center; 
}

/***** Content *****/

#contentwrap {
	margin-bottom: 25px;
	padding-top: 10px;
	background-image: url(../images/contentwrap1.png);
                     background-repeat: repeat;
	width: 900px;
}

#content {padding-right: 10px; padding-left: 10px; padding-bottom: 0px; padding-top: 25px; width: 850px; background-color: black; text-align: center;
	margin:0 auto; }
	
#main {margin-right: 22px; float: left; width: 557px;}

#flash { margin-bottom: 13px;}

#button1 {margin-right: 3px; margin-bottom: 0px; float: left;}

#button2 {margin-right: 3px; margin-bottom: 0px; float: left;}

#button3 {margin-right: 3px; margin-bottom: 0px; float: left;}

#button4 {float: left; margin-bottom: 0px;}

#clear { clear:both; }

#sidebar { color: #959595; font-size: 75%; text-align: left; float: left; width: 271px;}

#videonav {margin-top: 15px; max-height: 300px; background-image: url(../images/times12.jpg);}

#videonavlinks {font-variant: small-caps; margin-top: 10px; width: 241px; text-align: left;}

#subimage {padding-bottom: 25px;}

#subtext { padding-left: 20px; padding-bottom: 20px; padding-right: 20px; font-size: 12px; text-align: left; color: #3a3d3f; background-color: #000000;}

#subtext_1 { padding-left: 20px; padding-bottom: 20px; padding-right: 20px; font-size: 14px; text-align: left; color: white; background-color: #FFFFFF;}

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

#footer {padding-top: 10px; font-size: 12px; color: white; background-image: url(../images/bg.png); width: 890px; min-height: 40px;text-align: center;
	margin:0 auto;}
	
#footer a {color: white;}

#footerleft { width: 790px; text-align: left; float: left;}

#footerright {padding-top: 5px; width: 80px; text-align: right; float: left;}



/***** 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; }