ul.dropdown							{ list-style: none; display:block; width:740px; background-image:url(../images/hor-menu-rt.jpg); background-position: top right; background-repeat: no-repeat; height:34px; padding:0px;z-index:50; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; font-family:Arial, Helvetica, sans-serif;  font-size:12px; float:right; margin:0;}
ul.dropdown li                      { float: left; background:url(../images/hor-menu-bg.jpg); background-repeat:repeat-x; background-position:top; line-height:24px; /* zoom: 1;*/ }
ul.dropdown a:hover		            { color: #FFF; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 10px; /*border-right: 1px solid #333;*/
	 								  color: #FFF; text-decoration:none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background:url(../images/hor-menu-o.jpg); background-repeat:repeat-x; background-position:top; color:#003c6a; position: relative; background-color:#cae5fa; }
ul.dropdown li.hover a              { color:#003c6a; text-decoration:none; }

ul.dropdown li.selected 			{ background:url(../images/hor-menu-o.jpg); background-repeat:repeat-x; background-position:top; color:#003c6a; position: relative;}
ul.dropdown li.selected	 a			{ color:#003c6a;}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 170px; visibility: hidden; position: absolute; top: 100%; left: 0; list-style: none; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; line-height:14px; border-bottom: 1px solid #ccc; float: none; margin-left:-40px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

ul.dropdown ul li.subs				{ margin:0; padding:0; list-style:url(../images/list-arrow-1.gif); list-style-position:10px;}

/* 
	LEVEL THREE
*/

ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

div#mid {
	z-index:100;
	width:149px;
	position: absolute;
	border:1px solid #CCC;
	background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

ul.vert 							{ list-style:none; margin:3px 0px 0px; padding:0px; font-family:Arial, Helvetica, sans-serif; }
ul.vert li							{ background:url(../images/ul-vt-bg.jpg); display:block; height:24px; width:174px; }
ul.vert a:hover						{ color:#FFF; background-color:#036; }
ul.vert li a						{ font-size:12px; color:#036; text-decoration:none; display:block; padding:5px; }



.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:270px; width:740px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;border:none;}

/*--Paging Styles--*/
.paging {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 10px; right: 0px;
	width: auto; height:20px;
	z-index: 2; /*--Assures the paging stays on the top layer--*/
	text-align: left;
	background: url(../images/gray-trans.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	font-size:10px;
	padding: 2px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background:url(../images/red-trans.png); /*#920000;*/
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	.coda-slider-wrapper { text-align: left }

/* Styling for specific sliders */

	

/* Stuff to change */
	
	.coda-slider-wrapper { padding: 0; min-height:450px; }
	.coda-slider { background: #ffffff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 560px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 560px }
				
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 1px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	#inner-body .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	#inner-body .coda-nav ul li { display: inline }
	#inner-body .coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
/* forms */

#demoWrapper {
				padding : 1em;
				width : 710px;
				border-style:none;
			}

			#fieldWrapper {
			}

			#demoNavigation {
				margin-top : 2 em;
				margin-right : 1em;
				text-align: right;
			}
			
			#data {
				font-size : 0.7em;
			}

			input {
				margin-right: 0.1em;
				margin-bottom: 0.5em;
			}

			.input_field_25em {
				width: 2.5em;
			}

			.input_field_3em {
				width: 3em;
			}

			.input_field_35em {
				width: 3.5em;
			}

			.input_field_12em {
				width: 12em;
			}

			

			label.error {
				color: red;
				font-size: 0.8em;
				margin-left : 0.5em;
				width:auto;
			}

			.step span {
				float: right;
				font-weight: bold;
				padding-right: 0.8em;
			}

			.navigation_button {
				width : 136px;
				height:40;
				padding:7px;
				background-image:url(../images/button-bg.gif)
			}
			
			#data {
					overflow : auto;
			}

label {
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 1em;
	width:200px;
	display:inline-block;
}

#addGE label{
	
	width:204px;
	
}
	