/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td {
	font: normal 12px arial;
	color: #333;}

/* Defines the body tag */
body {
	background: #efefef url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,h5,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}


img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	color: #3399FF;
}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	position: relative;
	width: 970px;
	height: 150px;
	background: #036 url(images/header_bg.gif) top left no-repeat;}
	

/* DIV BODY */
div#body {
	width: 970px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#flash {
	position: absolute;
	top: 0px;
	left: 0;
	height: 115px;
	width: 970px;
}


div#column {
	float: left;
	width: 250px;
	padding: 0px;
	margin-left: 15px;
}
div#columnforpicture {
	float: left;
	width: 200px;
	padding: 0px;
	margin-left: 15px;
	text-align: center;
}


div#img {
	float: left;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 40px;}
	#img h3 {
		font-size: 16px;
		padding: 15px 0 5px 0;
		margin: 0 20px 5px;
		color: #222;
		border-bottom: 1px dotted #333; }
	#img p {
		padding: 7px 20px;
		font-size: 11px;}

div#contact {
	float: right;
	font-size: 11px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0px;
}
	#contact address {
	color: #000;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	#contact h3 {
		font-size: 16px;
		padding: 15px 0 7px 0;
		margin: 0 20px 5px;
		color: #ff9;
		border-bottom: 1px dotted #ff9; }
	#contact h1 {
		padding: 0 20px;
		font-size: 12px;
		font-weight: bold;
		color: #000;}
#contact h4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	padding-top: 12px;
}

	#contact a {
		font-size: 9px;
		font-family: tahoma;
		color: #000;}
	#contact p {
		padding: 7px 0 0 20px;
		font-size: 11px;
		color: #000;}

div#content {
	float: left;
	width: 760px;
	background: url() top left no-repeat;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
	#content h1 {
	font-size: 24px;
	letter-spacing: -1px;
	color: #c17927;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}
	#content h2 {
		font-size: 16px;
		padding: 15px 20px 15px 30px;
		color: #c17927;
		letter-spacing: -0.5px;}
	#content h3 {
		font-size: 16px;
		padding: 20px 0 5px 0;
		margin: 0 20px 0 30px;
		color: #c17927;
		border-bottom: 1px dotted #c17927; }
		#content h3 strong {
			font-size: 12px;}
	#content h4 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 20px 0 30px;
		padding: 10px 0 5px 10px;
		color: #c17927;
		background: url(images/bullet.gif) 0px 15px no-repeat;}
	#content h5 {
		font-size: 12px;
		font-style: italic;
		padding: 15px 20px 15px 30px;
		color: #c17927;}
	#content p {
		padding: 5px 20px 5px 30px;
		line-height: 18px;}
	#content hr {
	height: 1px;
	padding: 0;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
		
	#content ul {
		list-style: none;
		margin: 0;
		padding: 10px 0;}
		#content ul li {
	line-height: 12px;
	background: url(images/bullet2.gif) 0px 12px no-repeat;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		padding: 5px 20px;
		margin: 0px;}
	#content dl.list dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.list dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #efefef;}

div#map {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 400px;
	width: 600px;
}
	#map iframe {
		border: 1px solid #663300;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 970px;
	font-size: 10px;
	background: #efefef url(images/footer_bg.gif) top left no-repeat;}
	
	div#footer p {
		padding: 10px 30px;
		font-size: 9px;}
		#footer p a {
			text-decoration: none;
			color: #333;
			padding: 0 5px;
			font-size: 9px;
			font-family: tahoma;}
		#footer p a:hover {
			text-decoration: underline;
			color: #000;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		font-size: 10px;
		padding: 10px 25px;
		color: #fff;
		font-family: tahoma;}
		#utilnav a {
			padding: 0 5px;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #fff;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fc0;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #333;
		padding: 15px 30px;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #333;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
	img.ypimg {
		padding: 10px 0px;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	border: 1px solid #000000;
}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 3px;
	border: 1px solid #000000;
}
img.border {
	padding: 0px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}
img.cta {
	padding: 0px;
	margin: 0px;
	float: left;
	clear: none;
}


.center {
	text-align: center;}
.disclaimertxt {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #000000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 15px;
	background-color: #f7f7f7;
}

.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 119px;
	left: 10px;
	width: 800px;
	z-index: 10;
}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	background: #900 url(images/nav_current.gif) top left no-repeat;
	color: #222;

}

/* UL TAG */
ul#navlist {
	margin:0;
	padding:0;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;

} 

ul#navlist li {
	list-style: none;
	float:left;
	position: relative;
	margin: 0 1px 0 0;
	padding:0;
	line-height:normal;
	text-indent:0;

}

ul#navlist li a {
	display:block;
	padding:10px 15px;
	/*width: 130px;*/
	color:#fff;
	text-decoration:none;
	text-align: center;
	background: #c00 url(images/nav_off.gif) top right no-repeat;
	font-weight: bold;
	font-family: tahoma;

}

/**/* html #nav a {
	width: 1%;

}

ul#navlist li a:hover {
	background: url(images/nav_on.gif)  top right no-repeat;
	color: #FFFFFF;

}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0;
	z-index: 100;
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index: 100;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 100;
}

ul#navlist li ul li {
	float: none;
	margin: 0 0 0 0;
	text-transform: capitalize;
	z-index: 100;
}
	
ul#navlist li ul li a {
	background: #fff url() top left no-repeat;
	width: 190px;
	text-align: left;
	text-indent: 15px;
	color: #222;
	z-index: 100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

ul#navlist li ul li a:hover {
	background: #fc0 url() top left no-repeat;
	color: #900;
	z-index: 100;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
a#audio {
	position: absolute;
	top: 128px;
	left: 793px;
	clear: both;
	z-index: 2;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;}

a#audio:hover {
	color: #FFCC00;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 52px;
	left: 82px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
