/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#FFFFFF;
	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;
}


/* 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:#26231e;
	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: 28px;
	font-weight: bold;
	text-align: left;
	color: #3B5272;
	font-family: "Century Gothic";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D5577;
	position:absolute;
	margin:0px;
	left:228px;
	padding:0px;
	top: 374px;
	width: 719px;

}

/* ----------------- 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:378px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#headeri {
	position:absolute;
	top: 0px;
	left: 0px;
}

/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 970px;
	position:relative;
	background-image:url(images/content.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 970px;

}
	
div#body{
	float: right;
	width: 720px;
	clear: right;
	padding-left: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding-right: 20px;
	padding-top: 40px;


}

div#sidebar{
	float: right;
	width: 180px;
	clear: left;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;

	height:40px;
	background-repeat: repeat;
	clear: both;
	font-size: 14px;
	font-weight: 200;
	padding-top: 45px;
	padding-left: 0px;
	text-transform: none;
	font-family: Arial;
	color: #C55A49;
	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:#A83427;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

div#footer a:active, div#footer a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#000000;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #000000;
	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:#000000;
	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:#000000;
}
	
address {
	color:#FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 180px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 25px;
	width: 180px;
	}
	
address a:link, address a:visited{
	color: #000000;
	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: #FFFFFF;
	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: 200px;
	height: 41px;
	position: absolute;
	left: 8px;
	top: 367px;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 120px;

}

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: 189px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	font-family: Arial;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AA392B;
	border-bottom-color: #B74739;
	background-color: #A83427;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	width: 189px;
	background-color: #C55A48;
	text-align: center;

	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #FFFFFF;
	width: 189px;
	background-color: #C55A49;
}	
	

/* ----------------- Navigation ----------------- */

div#nav {
	width: 800px;
	height: 45px;
	position: absolute;
	left: 8px;
	top: 143px;
}


#topnav, #topnav ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1px 0;

}
#topnav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 11px 45px 10px 45px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C55A4A;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #AA3629;
	margin:0;
	
}
#topnav a.parent { 
}
#topnav li {
	float: left;
	padding: 0;
	width: 150px;
}
#topnav li ul {
	position: absolute;
	left: -2000px;
	height: auto;
	width: 267px;
	font-weight: normal;
	margin: 0;
	padding:1px 0 0 0;
	background:#a83427;
	
}
#topnav li li {
	width: 267px;


		
	
		
}
#topnav li ul a {
	width: 175px;
	border:none;
		background-color: #C55A4A;
		padding:5px 45px;
		margin:0;
		border-left: 1px solid #a83427;
		border-right:1px solid #a83427;
		border-bottom:1px solid #a83427;
}
#topnav li ul ul { 
	margin: -25px 0px 0px 175px; 

}
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul { left: -2000px; 




}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;



}


#topnav li:hover, #topnav li.sfhover {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C55A4A;
}

 ul#topnav li ul a:hover {
	color: #FFFFFF;
	width: auto;
	background-color: #3B5272;
	

}


	ul#topnav li a#current:link, ul#topnav a#current:visited, ul#topnav li ul li a#current:link, ul#topnav li ul li a#current:visited {
	color: #FFFFFF;
	width: auto;
	background-color: #3B5272;
	

}

	
	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}
.right {
	float: right;
	margin: 5px;
	border: 1px solid #999999;
	padding: 5px;
}

.img {
	border: 1px solid #999999;
}

.clear {
	clear: both;
	padding-bottom: 15px;
	padding-top: 10px;
}


/*-----------------------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: 21px;
	color: #8A3728;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	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: normal;
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;

}


div#audio{
	position:absolute;
	left: 841px;
	top: 35px;
}

div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;

}

div#map {
	width:480px;
	position: absolute;
	left: 226px;
	top: 537px;


}

.center {
 text-align:center;
}
