/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#003153;
	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.jpg);
}


/* 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: Arial, Helvetica, sans-serif;
	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 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
}

a:link {
	color:#333333;
	font-size: 11px;
	font-family: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: #001F33;
	text-decoration: none;
	font-family: "Trajan Pro";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #001F34;
	position: absolute;
	padding:0px;
	margin:0px;
	left: 281px;
	top: 319px;
	text-transform: none;
	width: 655px;

}

h2 {
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	color: #003153;
	text-decoration: none;
	font-family: calibri;
	
}


h3 {
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	color: #001A2B;
	text-decoration: none;
	font-family: calibri;
	margin-bottom: 0px;
	
	
	
}

h5 {
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-family: calibri;
	margin-bottom: 0px;
	
	
	
}
/* ----------------- 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:322px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#header2 {
	background-image:url(images/header_bg2.jpg);
	height:322px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#flash {
	position:absolute;
	top: 61px;
	left: 759px;
}

/* 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: right;
	width: 650px;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 30px;


}

div#sidebar{
	float: right;
	width: 220px;
	clear: left;
	padding-bottom: 10px;
}

	
address {
	color:#020D13;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 25px;
	width: 200px;
	}
	
address a:link, address a:visited{
	color: #003153;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #BF1820;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}	


		
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 255px;
	height: 208px;
	position: absolute;
	left: 17px;
	top: 119px;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 255px;

}

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: 245px;
	display: block;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #012641;
	border-bottom-color: #003153;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #00090F;
	width: 245px;
	background-color: #0064a8;
	text-align: center;

	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #FFF;
	width: 245px;
	background-color: #0064a8;
}	
	

	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #867E63;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #2A0F00;
	padding: 5px;
}
.clear {
	clear: both;
	padding-bottom: 15px;
}

.img {
	margin: 5px;
	border: 1px solid #867E63;
	padding: 5px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:42px;
	background-repeat: repeat;
	clear: both;
	font-size: 12px;
	font-weight: 200;
	padding-top: 22px;
	padding-left: 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	background-image: url(images/footer_bg.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

div#footer a:active, div#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#999;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #FFF;
	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, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFF;
	text-decoration: underline;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#FFF;
}

/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #22252A;
	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, Helvetica, sans-serif;
	line-height: 21px;
	color: #22252A;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	float: none;
	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: 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#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;


}

a#webaudio {
	float:right;
	width:auto;
	font: normal 13px Arial;
	color:#eaeaea;
	text-decoration:none;
	padding:29px 45px 5px 30px;
	margin:6px 0px 3px 0;
	text-transform:capitalize;
}
a#webaudio:hover{
	text-decoration:none;
	color:#a6a5a5;
}
div#audio {
	background:#000;
	text-align:center;
	font:bold 14px Arial;
	color:#10b3f4;
	padding:10px 0;
}
div#audio a{
	text-align:center;
	font:normal 13px Arial;
	color:#FFFFFF;
	text-decoration:underline;
}
div#audio a:hover {
	text-decoration:none;
}

