/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#000523;
	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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000523;
	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: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
}

a:link {
	color:#1F0A01;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color:#210A01;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	color:#000000;
	font-size: 11px;
	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: bolder;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: left;
	color: #000523;
	text-decoration: none;
	font-family: "Trajan Pro";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000523;
	position: absolute;
	left: 29px;
	top: 270px;
	width: 685px;

}


h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: left;
	color: #003963;
	text-decoration: none;
	font-family: "Trajan Pro";


}
/* ----------------- 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_bg.jpg);
	height:263px;
	background-repeat:no-repeat;
	background-color: #003;
}

div#flash {
	position: absolute;
	top: 0px;
	left: 440px;
}



/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 970px;
	position:relative;
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 970px;

}
	
div#body{
	float: left;
	width: 690px;
	clear: left;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-bottom: 0px;
	padding-top: 75px;


}

div#rightcol{
	float: left;
	width: 200px;
	clear: right;
	padding-bottom: 10px;
	padding-left: 30px;
}
div#video{
	float: right;
	width: 240px;
	margin: 20px 5px 0px 10px;
}
/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:40px;
	background-repeat: repeat;
	clear: both;
	font-size: 11px;
	font-weight: 200;
	padding-top: 20px;
	padding-left: 0px;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #003963;
	text-align: center;
	background-image: url(images/footer_bg.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000523;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

div#footer a:active, div#footer a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003963;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #FFFFFF;
	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:#FFFFFF;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#FFFFFF;
}
	
address {
	color:#FFF;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 10px;
	width: 220px;
	}
	
address a:link, address a:visited{
	color: #FFF;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #C4D5D3;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}	


		
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 1045px;
	height: 34px;
	position: absolute;
	left: -3px;
	top: 223px;
}


	ul#mainnav {
	width: 1045px;

}
	

	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: #000523;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-top: 11px;
	padding-right: 16px;
	padding-left: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FECE3C;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f7b843;
	padding-bottom: 10px;
	}

	ul#mainnav li a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000523;
	}
	
	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #FFFFFF;
	width: auto;
	background-color: #000523;

}

	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #074629;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #000523;
	padding: 5px;
}
.clear {
	clear: both;
	padding-bottom: 10px;
}
.img {
	margin: 0px;
	border: 1px solid #999999;
	padding: 1px;
}

/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Tahoma, Geneva, 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: Tahoma, Geneva, sans-serif;
	line-height: 21px;
	color: #000523;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	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: 30px;
	font-family: Tahoma, Geneva, sans-serif;

}


div#audio{
	position:absolute;
	left: 358px;
	top: 345px;
}

div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}

.heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;


}

#iframe {
	margin: 0;
	width: 735px;
	clear: both;
}

/* Styles DIY frames for Flash gallery */
#iframegallery {
	margin: 0 auto;
	width: 360px;
	clear: both;
	background-image: none;
}
#iframe1 {
	margin-bottom: -90px;
}

