@charset "utf-8";
/* CSS Document / For Navigation */
/*Home navigation */

/*navigation box wrapper */ 


#head-nav {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
	}

/* nav box UL styles */
#home-navigation, #internal-navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	}

#home-navigation li, #internal-navigation li {
	display: inline;
	height: 30px;
}

/* nav links behavior, simple */

#home-navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#home-navigation a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#internal-navigation a {
	color: #000000;
	text-decoration: none;
}
#internal-navigation a:hover {
	color: #999999;
	text-decoration: none;
}


/* works for all */

#emailform {
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	display: inline;
	}
	
li.navitem {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 10px;
}
li.email {
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	color: #999999;
}
li.homeemail {
	padding-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
li.first {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-top: 10px;
}
/* form field */

#email-box-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 120px;
	border: 1px solid #999999;
	padding:2px;
}

#email-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 120px;
	border: none;
	padding:2px;
}


/* all */
#emailsubmit { /*button look*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#submitbutton { /*button position */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home-mp3-player {
	padding-top: 5px;
	clear: none;
	float: left;
	height: 20px;
	width: 25px;
	padding-right: 10px;
}
li.homefirst {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 0px;
	padding-top: 0px;
}
