/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

html, body { margin: 0; padding: 0; }

body { font: 76% Arial, Helvetica, sans-serif; text-align: center; background: #FCE1C4 url(images/bg_site.gif);  }

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left; 
	color: #000;
}

p { margin: 0 10px 10px; }

address { font-style: normal; text-align: left; margin: 0; padding: 5px 0 5px 5px; }

h1 { margin-left: 10px; }


/* ----------------- LINK STYLES ----------------- */

a { color: #FFF; }

div#footer a { font-size: 9px; text-transform: uppercase; font-weight: bold; text-align: center; }

div#copyright a { font-size: 11px; font-weight: bold; color: teal; }

a:hover, div#footer a:hover, div#copyright a:hover { text-decoration: none; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#header { height: 175px; margin: 0; background: #FFF url(images/header.gif) top left no-repeat; }

div#container {
	text-align: left;
	width: 770px;
	margin: 15px auto auto auto;
	background: url(images/container_bg.gif) repeat-y;
}

div#content { float: left; width: 580px; background: #FFF; }

	div#content p { line-height: 1.4em; background: #FFF; }

div#filler { background: #FF8539; clear: both; width: 100%;  }

div#footer { background: #008080; }

	div#footer p { margin: 0; padding: 5px 10px; color: #FFF; text-align: center; }
	
div#copyright { font-size: 11px; font-weight: bold; color: teal; padding: 10px 0; }


/* ----------------- NAVIGATION ----------------- */

div#navigation {
	background: #008080 url(images/sidebar.gif) top left no-repeat;
	float: right;
	width: 190px;
	padding-bottom: 125px;
}

ul#navcontainer { width: 190px; margin-left: 0; padding: 0; background: transparent; margin-top: 0; vertical-align: top; }

ul#navcontainer ul { margin: 0; padding: 0; list-style-type: none; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; }

ul#navcontainer li { list-style: none; margin: 0; padding: 0; text-align: left; font-size: 10px; }

ul#navcontainer li a, ul#navcontainer li a:visited { color: #FFF; text-decoration: none; font-weight: bold; }

ul#navcontainer a {
	display: block;
	padding: 0.25em 0 0.25em 0.75em;
	width: 182px;
	border-top: 1px solid #FFF;
	border-bottom: 0;	
}

ul#navcontainer a:link { color: #FFF; text-decoration: none; }

ul#navcontainer a:hover, ul#navcontainer li a:hover, ul#navcontainer li a#current { background: #FFF; color: #008080; }

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.left { float: left; }

.right { float: right; margin: 0 10px; }

.center { text-align: center; margin: 0 auto; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES AND IDs ----------------- */

div#audio { padding: 8px; }

div#audio applet { text-align: center; margin: 0 auto }

div#map { margin: 0 auto; text-align: center; padding-bottom: 20px; }

.border, div#map iframe { border: 1px solid #008080; }

ul#doublelist { float: left; width: 200px; }

ul#doublelist li {
	list-style-type: disc;
	line-height: 130%;
	margin-left: 10px;
	list-style-image: url(images/bullet.gif); 
}
/* Styles DIY frames in Plus sites */
iframe#ifr1 {
	margin: -50px 0px 0px -10px;
	overflow: hidden;
}

iframe#ifr2 {
	margin: 0px 0px 0px 20px;
	overflow: hidden;
}

iframe#ifr3 {
	margin: -60px -30px 0px 0px;
	overflow: hidden;
}

