/* --------------------------------------------------------------- */
/* -------------------- HACK FOR IE6 PNG TRANSPARENCY ------------- */
	* html img { 
		behavior: url(css/iepngfix.htc); 
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* -------------------- BASIC TAG ALTERATIONS -------------------- */
	html {
		margin: 0px;
		padding: 0px;
	}
	body {
	font-family:Tahoma, Arial,  Helvetica, sans-serif;
	color: #333;
	background-color:#c7c9cb;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:78%;
	}
	table {
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table.pad td {
	padding:0px 10px 0px 0px;
	margin: 0px;
	}
	table.gray {
	width: 450px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	vertical-align: middle;
	}
	table.gray tr {
	height: 20px;
	padding: 5px;
	vertical-align: middle;
	}
	table.gray tr.top {
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	table.gray tr.gray {
	background-color: #E5E6E7;
	vertical-align: middle;
	}
	table.gray td {
	padding: 3px;
	vertical-align: middle;
	}
	table.gray td.top {
	font-weight: bold;	
	}
	td { 
		padding: 0; 
		vertical-align: top;
	}

	th { 
		padding: 0; 
		vertical-align: bottom;
	}
	img {
		font-size:1px;
		overflow: hidden; 
		vertical-align:bottom;
	}
	a img {
		border:none;
	}
	a {
	color: #00456B;
	text-decoration: none;
	}
	ol, ul {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 25px;
	}
	li {
		font-size: 90%;
		font-weight: normal;
		color: #333;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		margin: 0px;
	}
	li.tight {
		font-size: 100%;
		font-weight: normal;
		color: #333;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		margin: 0px;
	}
	ul ul, ul ol, ol ol, ol ul {
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 25px;
		list-style-type:disc;
	}
	ul ul li, ul ol li, ol ol li, ol ul li {
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}
	h1 {
	font-size: 120%;
	font-weight:bold;
	line-height: 125%;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	color: #000000;
	}
	h2 {
	font-size: 110%;
	line-height: 125%;
	margin: 0px;
	padding: 10px 0px 3px 0px;
	font-weight: bold;
	color: #214579;
	}
	h3 {
	font-size: 110%;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
	color: #4C4C4C;
	}
	h4 {
	font-size: 100%;
	margin: 0px;
	padding: 7px 0px 15px 0px;
	font-weight: bold;
	color: #000000;
	}
	h5 {
	font-size: 90%;
	margin: 0px;
	padding: 7px 0px 0px;
	font-weight: bold;
	}
	h6 {
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 7px;
	}
	p {
	font-size: 100%;
	font-weight: normal;
	line-height:130%;
	color: #4C4C4C;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	blockquote {
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}
	form {
		margin: 0px;
		padding: 0px;
	}
	input, textarea, select {
		font-size:11px;
		color:#333;
		margin:2px;
		padding:1px;
	}
	hr {
		border: 0;
		height: 5px;
		margin-top:5px;
		margin-bottom:15px;
		padding:0px;
		background-image: url(../images/base/dot.gif);
		background-repeat: repeat-x;
		background-position: center;
		width: 100%;
		clear:both;
	}
/* --------------------------------------------------------------- */
/* ---------------------- HOME DIV IDs --------------------------- */
	#outer_universe {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 982px;
	vertical-align: top;
	overflow: hidden;
	background-image: url(../images/base/bg.gif);
	background-repeat: repeat-y;
}
	#universe {
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 962px;
	vertical-align: top;
	overflow: hidden;
	background-color:#FFF;
	border: 1px none #CCC;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#headerbar {
	background-image: url(../images/base/header_home.jpg);
	background-color:#F5E0A5;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	}
	#headerbar_secondary {
	background-image: url(../images/base/header_secondary.jpg);
	background-color: #F5E0A5;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 47px;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	}
	#logobar {
	float: left;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#sitesearch {
	float: left;
	padding-top: 92px;
	padding-left: 364px;
	}
	#sitesearch input {
	vertical-align:middle;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:80%;
	color: #426171;
	}
	#sitesearch input#go {
		border:none;
		padding:0px;
	}
	#sitesearch input#hidden {
		display:none;
		border:none;
	}
	
	#sitesearch_secondary {
	float: left;
	padding-top: 60px;
	padding-left: 407px;
	}
	#sitesearch_secondary input {
	vertical-align:middle;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:80%;
	color: #426171;
	}
	#sitesearch_secondary input#go {
		border:none;
		padding:0px;
	}
	#sitesearch_secondary input#hidden {
		display:none;
		border:none;
	}
	
	input#bq {
		vertical-align:middle;
		display:inline-block;
		overflow:hidden;
		padding-left:5px;
		padding-top:6px;
		padding-bottom:0px;
		font-size:90%;
	}
	input#searchbookstore {
		border:none;
		padding:0px;
		vertical-align:middle;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#content_container {
	float: left;
	}
	#content_tertiary_container {
	float: left;
	
	}
	#content_tertiary_container_psd {
	float: left;
	height: 100%;
	}

	#content_tertiary_psd {
	float: left;
	width: 636px;
	height: 100%;
	padding-bottom: 5px;
	}


	#content_tertiary {
	float: left;
	width:636px;
	
	padding-bottom: 30px;
	}

	
	#content_tertiary_wide { /* This is for the iframe containing the job search */
	float: left;
	width:962px;
	
	padding-bottom: 30px;
	}
	#content_box_home {
	width:455px;
	
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 70px;
	float: left;
	}
	#content_box_banner {
	width:622px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_tertiary_banner {
	width:516px;
	padding-top: 13px;
	padding-right: 0px;
	padding-left: 120px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	float: left;
	}
	#content_box_secondary {
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_box_secondary2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_box_tertiary {
	width:455px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}

#content_box_tertiary_wide {
	width:750px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}



/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#content_tertiary_wide #content_box_tertiary {/* This is for the iframe containing the job search */
	width:782px;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_tertiary_wide #content_box_tertiary iframe{/* This is for the iframe containing the job search */
	width:782px;
	height:450px;
	border:none;
	overflow:scroll-y;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#content_box_tertiary1 {
	width:456px;
	
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 120px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_box_tertiary_indent {
	width:160px;
	
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
	#content_box_tertiary2 {
	
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#sidebar {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 318px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-color: #FFFFFF;
	}
	#sidebar_secondary {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 326px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-color: #FFFFFF;
	}
	

#sidebar_floorplan {
	
	float: left;
	vertical-align: top;
	width: 275px;
	margin-top: 1px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/base/sidebar_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #e5e6e7;
	}

#sidebar_tertiary {
	float: left;
	vertical-align: top;
	width: 255px;
	margin-top: 13px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 12px;
	background-image: url(../images/base/sidebar_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #e5e6e7;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#content_box_small_white, #content_box_small_grey {
		border:1px solid #666;
		padding: 10px 20px 10px 10px;
		margin: 20px 20px 20px 0px;
		height:205px;
		width:194px;
		
		float:left;
	}
	#content_box_small_grey {
		margin: 20px 0px 0px 0px;
		background-color:#E0E2E1;
		background-image: url(../images/base/base/greyboxbg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#memberlogin form {
		padding:0px;
		margin:0px;
	}
	#memberlogin input#login {
	vertical-align:top;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:80%;
	color: #426171;
	width: 100px;
	height: 15px;
	}
	#memberlogin input#password {
	vertical-align:top;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:80%;
	color: #426171;
	width: 100px;
	height: 15px;
	}
	#memberlogin input#login:focus, #memberlogin input#password:focus {
		background-image: none;
	}
	#memberlogin input#go{
	background-image: url(../images/base/go_button.png);
	background-repeat: no-repeat;		
	}
	#memberlogin #join{
		padding:2px;
		margin:2px;
		width:140px;
		border-top:1px solid #214579;
		border-bottom:1px solid #214579;
		color:#214579;
	}
	#memberlogin #join a{
		text-decoration:none;
	}
	#memberlogin #join a:hover{
		text-decoration:underline;
	}
	#memberlogin #calendar{
		color:#214579;
		padding:0px;
		padding-top:10px;
		margin:0px;
	}
	

	#memberlogin_secondary form {
		padding: 0px 0px 0px 9px;
		margin: 0px;
	}
	
	#memberlogin_secondary input#login {
	vertical-align:top;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:100%;
	color: #426171;
	width: 100px;
	height: 15px;
	}
	#memberlogin_secondary input#password {
	vertical-align:top;
	border: 1px solid #4E6A82;
	display:inline-block;
	overflow:hidden;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:0px;
	font-size:100%;
	color: #426171;
	width: 100px;
	height: 15px;
	}
	#memberlogin_secondary input#login:focus, #memberlogin input#password:focus {
		background-image: none;
	}
	#memberlogin_secondary input#go{
	background-image: url(../images/base/go_button.png);
	background-repeat: no-repeat;		
	}
	#memberlogin_secondary #join{
		padding:2px;
		margin:2px;
		width:140px;
		border-top:1px solid #214579;
		border-bottom:1px solid #214579;
		color:#214579;
	}
	#memberlogin_secondary #join a{
		text-decoration:none;
	}
	#memberlogin_secondary #join a:hover{
		text-decoration:underline;
	}
	#memberlogin_secondary #calendar{
		color:#214579;
		padding:0px;
		padding-top:10px;
		margin:0px;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.indent {
	font-size: 90%;
	color: #585858;
	padding-left: 20px;
	padding-right: 20px;
	}
.footnote {
	font-size: 90%;
	color: #666666;
	font-style: italic;
	padding-top: 10px;
	}
.name {
	font-size: 100%;
	font-weight: normal;
	line-height:115%;
	color: #4C4C4C;
	}
.black {
	font-size: 100%;
	font-weight: bold;
	line-height:115%;
	color: #000000;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.quote {
	font-size: 110%;
	font-weight: normal;
	line-height:160%;
	color: #4C4C4C;
	padding: 0px 30px 5px 5px;
	margin: 0px;
	}
.quotee_firstline {
	font-size: 100%;
	font-weight: normal;
	line-height:140%;
	color: #4C4C4C;
	padding: 0px 30px 0px 19px;
	margin: 0px;
	}
.quotee {
	font-size: 100%;
	font-weight: normal;
	line-height:140%;
	color: #4C4C4C;
	padding: 0px 30px 0px 30px;
	margin: 0px;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.sidebar {
	font-size: 110%;
	font-weight: normal;
	line-height:140%;
	color: #4C4C4C;
	padding: 0px 30px 5px 5px;
	margin: 0px;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.memberlogin {
	font-size: 90%;
	color: #00456a;
	padding-left: 2px;
	}
.memberlogin_secondary {
	font-size: 100%;
	color: #00456a;
	padding-left: 10px;
	font-weight: normal;
	}
.joinform {
	padding-left: 5px;
	}
h1.memberlogin {
	font-size: 105%;
	color: #00456a;
	padding-left: 2px;
	font-weight: normal;
}
#memberlogin  p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#flash_placeholder {
	vertical-align: top;
	background-position: top;
	margin: 0px;
	padding: 0px;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#survey_box {
		border:1px solid #666;
		padding: 5px;
		margin: 0px 0px 20px 0px;
		background-color:#E0E2E1;
		background-image: url(../images/base/base/greyboxbg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
	#bottom_nav {
		clear: both;
		margin-top:20px;
		padding-top: 25px;
		margin-bottom:-20px;
		text-align: center;
		font-size:90%;
	}
	#bottom_nav a{
		margin-right:4px;
		margin-left:4px;
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
#footer_container {
	clear: both;
	margin: 0px auto 0px auto;
	color: #00456a;
	width: 982px;
	
}
#footer_floatcontainer_bg {
	float: left;
	width: 982px;
	background-image: url(../images/base/bg.gif);
	background-repeat: repeat-y;
}
#footer_floatcontainer {
	float: left;
	width: 962px;
	padding: 0px 10px 20px 10px;
	background-image: url(../images/base/footer_curve.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	clear: both;
	margin-top:20px;
	padding-top: 15px;
	text-align: center;
	border-top:1px solid #CCC;
	color: #00456a;
}
#footer p {
	color: #00456a;
}
#footer1 {
	width: 209px;
	float: left;
	padding-left: 120px;
	padding-top: 3px;
	color: #00456a;
	}
#footer1 p {
	font-weight: bold;
	color: 00456a;
	font-size: 80%;
}
#footer1 a {
	color: 00456a;
}
#footer2 {
	float: left;
	width: 152px;
	padding-top: 3px;
}
#footer2 p {
	color: #00456a;
	font-size: 80%;
	text-align: left;
	}
#footer3 {
	float: left;
	width: 163px;
	padding-top: 3px;
	}
#footer3 p {
	color: #00456a;
	font-size: 80%;
	text-align: left;
	}
#footer4 {
	float: left;
	width: 135px;
	padding-top: 3px;
}
#footer4 p {
	font-weight: bold;
	text-transform: uppercase;
	color: #00456a;
	font-size: 80%;
	text-decoration: none;
	text-align: left;
}
#footer4 a {
	text-decoration: none;
}
#footer5 {
	float: left;
	width: 146px;
	padding: 3px 0px 5px 0px;
	text-align:right;
}
#footer5 p {
	font-weight: bold;
	text-transform: uppercase;
	color: #00456a;
	font-size: 80%;
	text-decoration: none;
	text-align:left;
}
#footer5 a {
	text-decoration: none;
}
	#dotted_line {
	background-image: url(../images/base/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	clear: both;
	}
	#dotted_line_vert {
	background-image: url(../images/base/dot_vert.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: left;
	background-position: center;
	height: 500px;
	}
		
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

img.floatleft {
	float: left;
	margin: 15px 15px 20px 0px;
}



/* --------------------------------------------------------------- */
/* ------------- spotlights -------------------------------------- */
/* --------------------------------------------------------------- */

#spotlight {
	background-color: #D6DBDC;
	padding-top: 6px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	color:#38698E;
	float: left;
	width: 100%;
}

#spotlight h1 {
	color:#073E56;
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: normal;
}
#spotlight div.item{
	background-color:#FFF;
	width:220px; /* determines the width of each spotlight */
	background-image: url(../images/base/spotlight_1.gif);
	border-top: 1px solid #B9C1C3;
	border-right: 1px solid #B9C1C3;
	border-bottom: 0px none #B9C1C3;
	border-left: 0px none #B9C1C3;
	float: left;
	margin-right: 7px;
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 105px;
	overflow: auto;
}
#spotlight div.item div.item_content{
	padding:8px;
	
}
#spotlight div.item div.item_content img.floatleft {
	float: left;
	margin: 0px 8px 8px 0px;
}
#spotlight div.item_content h1 {
	color:#38698E;
	font-size: 81%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#spotlight p {
	color:#38698E;
	font-size:77%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#spotlight a {
	color:#38698E;
	text-decoration:none;
}
#spotlight a:hover {
	color:#38698E;
	text-decoration:underline;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


.form_input1 {
	width:250px;
}
.h2smallnote {
	font-size: 75%;
	font-weight: normal;
	line-height:130%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style:italic;
	color: #4C4C4C;
}
a.h2smallnote:hover {
	text-decoration:underline;
	color: #214579;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
table.format_alternating {
	width:450px;
	border-top:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
table.format_alternating th {
	background-color:#E2E2E2;
	padding:2px;
	vertical-align:bottom;
	border-bottom:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
}
table.format_alternating td {
	padding:2px;
	border-bottom:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
}
table.format_alternating tr.dark td{
	background-color:#E2E2E2;
}
table.twocolumn {
	clear:both;
}
table.twocolumn td {
	width:210px;
	padding-right:10px;
}
table.threecolumn {
	clear:both;
}
table.threecolumn td {
	width:136px;
	padding-right:10px;
	padding-bottom:10px;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

img.directoryimg {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #4C4C4C;
}
img.directoryimg_noborder {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
#home_flash_holder {
	width:248px;
	padding:20px;
	background-color:#ECA700;
	background-image: url(../images/base/flash_holder_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#00456B;
}
#home_flash_holder h2 {
	padding:0px;
	margin:0px;
}


.menu {
	font-family: arial, sans-serif;
	width:750px;
	height:25px;
	position:relative;
	font-size:12px;
	z-index:100;
	background-position: left top;
	text-align: left;
	vertical-align: text-top;
	float: left;

}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000;width:500px;
	height:23px; 
	text-align:left; 
	color:#000;
	line-height:23px; 
	font-size:12px; 
	overflow:hidden;

}

.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000000; 
	background:#999999
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:105px;
}

.menu ul li:hover ul li a.hide {
	background:#000000; 
	color:#ffffff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#000000; 
	color:#000;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#CCCCCC; 
	color:#000000;
}

.menu ul li:hover ul li a:hover {
	background:#CCCCCC; 
	color:#00000;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;

}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}

input.button {
  color: #000; background: #fff;
  font-size: 1.0em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 0px #ffcf31;
}

input.button2 {
  color: #000; background: #fff;
  font-size: 1.0em;
  font-weight:bold;
color: #214579;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 0px #ffcf31;
}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */