/* --------------------------------------------------------------- */
/* ----------------- 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;}

/* Defines the body tag */
body {
	background: #fff 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,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;
	font-weight: bold;
	color: #50697d;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
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: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 150px;
	background: #ccc url(images/header_bg.gif) top left no-repeat;}

div#flash {
	position: absolute;
	top: 160px;
	left: 0;
	width: 510px;
	height: 145px;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.gif) top left no-repeat;}

div#column {
	float: left;
	width: 250px;
	padding: 185px 0 0;
	background-image: url(images/column_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#contact {
	padding: 15px 0 15px 30px;
	color: #30414f;
	font-size: 11px;}
	#contact address {
		font-size: 11px;
		padding: 0 0 5px;
		color: #50697d;}
	#contact h1 {
		font-size: 12px;
		font-weight: bold;}
	#contact h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0 0;}
	#contact p {
		font-size: 11px;
		color: #50697d;}
	#contact a {
		text-decoration: none;
		color: #50697d;}
	#contact a:hover {
		text-decoration: underline;}


div#images {
	padding: 10px;}
	#images p img {
	margin-bottom: 5px;
	padding: 4px;
	border: solid 1px #e4f1ff;
		}
	#images p {
		padding: 0 0 10px;
		font-size: 11px;
		color: #50697d;}
	#images p strong{
		font-size: 12px;}

	/* GENERAL DEFINITION LIST */
	#images dl {
		padding: 0 10px 15px;
		margin: 0px;}
	#images dt {}
	#images dd {
		padding: 3px 0;
		margin: 0;
		text-indent: 15px;
		background: url(images/bullet2.gif) left center no-repeat;
		border-bottom: 1px solid #deeffd;}
	#images a {
		font-size: 9px;
		font-family: tahoma;
		text-decoration: none;
		color: #50697d;}
	#images a:hover {
		text-decoration: underline;}

div#content {
	float: left;
	width: 520px;
	padding-top: 160px;
	padding-bottom: 20px;
	color: #50697d;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		font-size: 30px;
		font-weight: bold;
		padding: 20px 0 7px;
		margin: 0 20px 7px;
		letter-spacing: -1px;
		color: #30414f;}
	#content h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 5px;
		margin: 0 20px 7px;
		color: #30414f;
		border-bottom: 1px solid #30414f;}
	#content h3 {
		font-size: 14px;
		font-weight: bold;
		padding: 15px 0 5px;
		margin: 0 20px;
		color: #30414f;}
	#content p {
		padding: 7px 20px;
		line-height: 18px;}
	#content address {
		padding: 0 10px 10px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 7px 20px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {}
	#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 #deeffd;}

	#content dl.listleft {
		float: left;
		width: 220px;
		padding: 0 20px 7px;}
	#content dl.listleft dt {
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;}
	#content dl.listleft dd {
		margin: 0;
		padding: 5px 15px;
		background: url(images/bullet.gif) left center no-repeat;
		border-bottom: 1px solid #deeffd;}

div.gallery {
	width: 100%;}
	.gallery div {
		float: left;
		width: 33%;
		padding: 10px 0;
		text-align: center;}
	.gallery img {
		padding: 4px;
		border: 1px solid #deeffd;}

div.logos {
	width: 100%;
	padding: 20px 0 0;}
	.logos div {
		width: 50%;
		float: left;
		padding: 10px 0;
		text-align: center;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	padding: 60px 0 0;
	background: url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		text-align: center;
		font-size: 10px;
		padding: 5px 15px;
		color: #deeffd;
		font-family: tahoma;}
		#utilnav a {
			text-transform: uppercase;
			text-decoration: none;
			font-size: 9px;
			color: #50697d;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		/*margin-left: 150px;*/
		font-size: 9px;
		color: #50697d;
		padding: 8px 0;
		text-align: center;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #50697d;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}
			
div#pic {
	padding:5px 0 0 35px;
}

div#pic p {
	margin-top:5px;
	text-align:center;
	margin-left:-25px;
}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 125px;
	left: 0;
	padding: 0 10px 0 20px;
	height: 25px;
	z-index: 2;}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	padding: 0 0 0 15px;
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #222;}
	
	ul#navlist li a#current span, ul#navlist li a#current:hover span {
	display: block;
	padding: 7px 15px 7px 0;
	background: url(images/nav_current2.gif) top right no-repeat;
	}

/* 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:7px 15px;
	/*width: 100px;*/
	color:#999;
	text-decoration:none;
	background: 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: #fff;}

/* ---------------------------------------------------------*/
/* ----------------- 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: 3;
}

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;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	float: none;
	text-transform: capitalize;}
	
ul#navlist li ul li a {
	background: #c00 url(images/subnav_off.gif) top left no-repeat;
	width: 190px;
	padding: 7px 0;
	text-indent: 15px;
	color: #fff;}

ul#navlist li ul li a:hover {
	background: #fc0 url(images/subnav_on.gif) top left no-repeat;
	color: #600;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#signin {
	position: absolute;
	top: 7px;
	left: 580px;
	clear: both;
	width: 180px;
	text-align: right;
	z-index: 2;
	font-family: tahoma;
	color: #2a70a3;}

div#signin a {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	font-family: tahoma;}

div#signin a:hover {
	color: #000;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

div#autoscript {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	width: 130px;
	height: 100px;
}

/* -----------------------------------------------------*/
/* ----------------- 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: 49px;
	left: 77px;
	width: 68px;
	height: 30px;}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	
div#contact p a {
	font-size: 10px;
}

