/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#D9B777;
	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; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	margin-bottom: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

a:link {
	color:#333333;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	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: 33px;
	font-weight: bolder;
	text-align: left;
	color: #D40800;
	text-decoration: none;
	font-family: calibri;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D60A01;
	position: absolute;
	padding:0px;
	margin:0px;
	left: 278px;
	top: 280px;
	text-transform: none;
	width: 644px;

}

h2 {
	font-size: 15px;
	font-weight: bolder;
	text-align: left;
	color: #051304;
		
}

h3 {
	font-size: 14px;
	font-weight: bold;

	color: #003366;
		
}
/* ----------------- 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:333px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#flash {
	position:absolute;
	top: 79px;
	left: 621px;
}

/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 950px;
	position:relative;
	background-image:url(images/content.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 950px;

}
	
div#body{
	float: right;
	width: 655px;
	clear: right;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-right: 15px;


}

div#sidebar{
	float: right;
	width: 220px;
	clear: left;
	padding-bottom: 10px;
}

	
address {
	color:#000;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 25px;
	width: 220px;
	padding-left: 2px;
	}
	
address a:link, address a:visited{
	color: #D50900;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}	


		
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 612px;
	height: 47px;
	position: absolute;
	left: 390px;
	top: 43px;
}


	ul#mainnav {
	width: 612px;
}
	

	ul#mainnav li {
	display: inline;
	list-style: none;
	padding: 0px;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFF;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A68C5B;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B39762;
	}

	ul#mainnav li a:hover {
	color: #D20100;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #0F1315;
	width: auto;

}
	

	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #867E63;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #c0c0c0;
	padding: 5px;
}
.clear {
	clear: both;
	padding-bottom: 15px;
}

.vid {
	float: right;
	margin: 5px;
	padding: 5px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:30px;
	background-repeat: repeat;
	clear: both;
	font-size: 12px;
	font-weight: 200;
	padding-top: 40px;
	padding-left: 190px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D40A00;
	text-align: left;
	background-image: url(images/footer.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

div#footer a:active, div#footer a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#D50902;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000;
	text-decoration: underline;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#000;
}

/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000033;
	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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #000033;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	list-style-type: circle;
}
li {
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

li.list {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 25px;

}

li.num {
	list-style-type: decimal;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 25px;
	line-height: 22px;
	padding-bottom: 10px;
	
	
}


div#audio{
	position:absolute;
	left: 86px;
	top: 303px;
}

div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}

div#video {
	float: right;
	width: 350px;
	height: 384px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #BB0801;
}

