/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#5D0400;
	background-repeat:repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
	background-image: url(images/bg.gif);
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#000000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
	font-family: Arial;
	line-height: 22px;
}

a:link {
	color:#333333;
	font-size: 12px;
	font-family:Arial;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color:#666666;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color:#000000;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}


h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	color: #600501;
	font-family: "Trajan Pro";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #620601;
	position:absolute;
	margin:0px;
	left:258px;
	padding:0px;
	top: 354px;
	width: 694px;

}

h1.sized {font-size: 23px; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header.jpg);
	height:379px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#headeri {
	position:absolute;
	top: 155px;
	left: 244px;
}

/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 990px;
	position:relative;
	background-image:url(images/content.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 990px;

}
	
div#body{
	float: right;
	width: 700px;
	clear: right;
	padding-left: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding-right: 30px;
	padding-top: 30px;


}

div#sidebar{
	float: right;
	width: 190px;
	clear: left;
	padding-bottom: 10px;
	padding-left: 40px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:20px;
	background-repeat: repeat;
	clear: both;
	font-size: 12px;
	font-weight: 200;
	padding-top: 25px;
	padding-left: 0px;
	text-transform: none;
	font-family: Arial;
	color: #B81F14;
	text-align: center;
	background-image: url(images/footer.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FDFD00;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}

div#footer a:active, div#footer a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #FCBC7F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#F9B77A;
	text-decoration: underline;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#FDBD80;
}
	
address {
	color:#fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	width: 180px;
	margin-top: 10px;
	}
	
address a:link, address a:visited{
	color: #ffea00;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}	


		
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 216px;
	height: 41px;
	position: absolute;
	left: 10px;
	top: 147px;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 205px;

}

ul#mainnav li {
	display: inline;
	list-style: none;
	margin-bottom: 10px;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	width: 215px;
	display: block;
	font-size: 13px;
	font-weight: bolder;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C82B1C;
	border-bottom-color: #C22619;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #5D0400;
	width: 215px;
	background-color: #ffea00;
	text-align: center;

	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #FFFFFF;
	width: 215px;
	background-color: #A41109;
}	




	
	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #5D0400;
	padding: 5px;
}

.clear {
	clear: both;
}


/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #A97703;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list {
	font-family: Arial;
	line-height: 24px;
	color: #CC432F;
	padding-left: 10px;
	padding-right: 30px;
	font-weight: bold;
	float: none;
	margin-left: 10px;
	font-size: 14px;
	list-style-type: circle;
}

ul.listi {
	font-family: Arial;
	line-height: 24px;
	color: #CC432F;
	padding-left: 10px;
	padding-right: 30px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	list-style-type: circle;
}

li {
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

li.list {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;

}
li.listi {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;

}

div#audio{
	position:absolute;
	left: 820px;
	top: 38px;
}


dl.caption {
	float: right;
	width: 275px;
}

dt {
	font-size: 11px;
	font-style: italic;
	color: #222;
	clear: both;
	text-align: center;
}

div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}

div#ypcvideo {
	float: left;
	margin: -20px 10px 5px 0px;
	padding: 0;
}


.style1 {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: #5D0400;
}

.emphasize {
	color: #A41109;
	font-weight: bold;
}