/* form css
---------------------------------------------------------------------------- */

.flashmap{
border: 1px solid #ccffff;
width: 329px;
}
.submit button{
color: black;
background: white;
border: 2px outset #ccffff
}
 
.btn{
color: black;
background: white;
border: 1px solid #ccffff
}

input{
color: black;
background: white;
border: 1px solid #ccffff
}

input.submit 
{
color: black;
background: white;
border: 2px outset #ccffff
}
/* misc img rag
---------------------------------------------------------------------------- */
img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
#iframe
	{
		overflow:auto;
		width:260px;
		height:250px;
}
/* Body CSS
---------------------------------------------------------------------------- */
body{ padding-right: 9px; font-family : Helvetica, Verdana, "Lucida Grande", Arial, sans-serif; color: #036; font-size: 9pt; line-height: 12pt; }
.link a{
font-family : Helvetica, Verdana, "Lucida Grande", Arial, sans-serif; 
color: #660000; font-size: 9pt;
text-decoration: none;
}

.link a:hover{
font-family : Helvetica, Verdana, "Lucida Grande", Arial, sans-serif; 
background-color: #660000;
color: #fff;
font-size: 9pt;
}

/* Float Right Nav Now in Flash 
---------------------------------------------------------------------------- */
.rightNav{
padding-left: 355px;
padding-top: 8pt;
position: absolute;
float: left;
}
.rightNav2{
padding-left: 532px;
padding-top: 100pt;
position: absolute;
float: left;
}

/* Top Nav
---------------------------------------------------------------------------- */
#container1 {
	background-image: url("nav_images/body_bg.gif");
	height: auto;	
	background: #b5d4e8;
	width: 800px;
	height: 98px; 

}
#img_topLeft {
	background-image: url("nav_images/body_bg.gif");	
	background-color: #b5d4e8;
	float: left;
	width: 246px;
}

#img_topRight { 
	background-image: url("nav_images/body_bg.gif");
	background-color: #b5d4e8;
	margin: 0;
	float: right;
	width: 554px;
	border: 0px solid #333;
	/*z-index: 1;*/
}

/* Top Nav
---------------------------------------------------------------------------- */

#topNav {
	z-index: 50;
	position: relative;
	margin: 0;
	font-size: 10px;
	font-family : "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #006699 url(nav_images/nav1.gif) repeat-x;
	color: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

.inHeight {
	height: 23px;
}

.secHeight {
	height: 23px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6.3px 19px;
}


#nav ul a {
	width: 185px;
	
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	display: block;
	border-left: 1px solid #069;
}

#nav li ul {
	position: absolute;
	padding: 2px 0 0;
	width: 180px;
	left: -999em;
}

#nav li ul li {
	height: 23px;
	margin: 0;
	line-height: normal;
	background-color: #006699;
	background: #fff url(nav_images/navNullc.gif) repeat-x;
}



#nav li:hover ul, #nav li.sfhover ul {
	left: -999em;
	left: auto;

}


/* --Upper Nav RollOver--- */
#nav a:hover, nav.sfhover {
	color: #003366;
	background: #006699 url(nav_images/nav1_over.gif) repeat-x;
}
 
#topNav li ul li a:hover, topNav li ul li.sfhover {
	background-color: #006699;
	color: #003366;
	background: #fff url(nav_images/nav1_over.gif) repeat-x;
	height: 14px;

}

#nav li ul li a {
	margin: 0;
	padding: 4px 6px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#nav .last {
	border-bottom: 0px;
}


/*
The drop down navigation above is based on the Son of Suckerfish dropdowns at htmldog.com:
http://www.htmldog.com/articles/suckerfish/dropdowns/ 
*/
/* Side Nav
---------------------------------------------------------------------------- */

#nav2, #nav2 li {
	float: left;
	margin: 0;
	padding:0;
	font-size: 10px;
	font-family : "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #006699 url(nav_images/nav1.gif) repeat-x;
	color: #fff;
	line-height: 1;
	width: 177px;;
	clear:both;
	display: block;
	z-index: 1010;
}

.inHeight2 {
	height: 23px;
}

.secHeight2 {
	height: 23px;
}

#nav2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6.3px 8px;
	z-index: 1010;
	width: 160px;
}

/* --Upper Nav RollOver--- */
#nav2 a:hover {
	color: #003366;
	background: #006699 url(nav_images/nav1_over.gif) repeat-x;
}
 
#nav2 .last {
	border-bottom: 0px;
}
/* Side Nav Null
---------------------------------------------------------------------------- */

#navNull, #navNull li {
	float: left;
	margin: 0;
	padding:0;
	font-size: 10px;
	font-family : "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #006699 url(nav_images/navNull.gif) repeat-x;
	color: #fff;
	line-height: 1;
	width: 177px;
	clear:both;
	display: block;
	z-index: 1010;
}



.secHeightNull {
	height: 23px;
}

#navNull a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6.3px 3px;
}

#navNull .last {
	border-bottom: 0px;
}

/* Flash Container Bottom
---------------------------------------------------------------------------- */

#flashcontain {
	position: relative;
	border: 1px solid #333;
	width: 752px;
	position: absolute;
	top: 45px;
	left: 10px;
	z-index: 1; 
}




/* Main Content
---------------------------------------------------------------------------- */

#wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}


/* Bottom Columns
---------------------------------------------------------------------------- */


#containerSub{
	background: url(nav_images/backSub_long.gif) repeat-y;
	width: 800px;

}
#containerSubIndex{
	background: url(images/backSub_long2.gif) repeat-y;

}
#side-a-subpage { 
	background: url(nav_images/sub_a_back.gif) repeat-x; 
	background-color: transparent;
	float: left; 
	width: 177px; 
	height: 100%; 
}
#side-a-index {
	background-image: url("nav_images/body_bg.gif");	
	background-color: #b5d4e8;
	float: left;
	width: 177px;
}

#side-b { 
	background-image: url("nav_images/body_bg.gif");
	background-color: #b5d4e8;
	margin: 0;
	padding-top: 15px;
	float: right;
	width: 600px;
}
#side-b-container { 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#side-b-container2 { padding-top: 10px; padding-left: 10px; }
#clear {
	clear: both;
}

img.img_contain{
	padding-top:9px;
	padding-left:9px;
}

#flash_index{
	padding-left: 25px;
	padding-top: 8pt;
	position: relative;
	
}

p.btm_right_paragraph {
	margin-top:40px;
	clear:both;
}

p.btm_right_paragraph>span { 
padding: 0;
font-family: Helvetica, Verdana, "Lucida Grande", Arial, sans-serif; 
color: #006699; 
font-size: 16pt; 
}

#background_btm_right {
	background-image: 
		url("nav_images/corner2.gif");	
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 21px;
	width: 21px;
	float: right;
}

#background_btm_left {
	background-image: url("nav_images/body_bg.gif");
	width: 100%;
	float: left;
}


/* Footer
---------------------------------------------------------------------------- */

#footer {
	z-index: 2;
	position: relative;
	margin: 0;
	font-size: 7.5pt;
	font-weight: bold; 
	font-family : "Helvetica", Verdana, Lucida Grande, Arial, sans-serif;
	color: #666666;
	background-color: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

#footer_right {
	font-size: 7.5pt;
	padding:0;
	margin:0;
	border: #000 1px solid;
}

#footer li {
	float: left;
	margin: 0;
	color: #006699;
	display: block;
	padding: 10px 2px 0 0;
	/*border-right: 1px solid #6699cc;*/
	/*border-left: 1px solid #006699;*/
	border-right: 0 solid #6699cc;
}

#footer a{
	text-decoration: none;
	float: left;
	margin: 0;
	color: #006699;
	display: block;
	padding: 0px 10px 0px 0px;
	/*border-right: 1px solid #6699cc;*/
	/*border-left: 1px solid #006699;*/
	border-left: 0px solid #6699cc;
}

#footer a:hover{
	text-decoration: none;
	float: left;
	margin: 0;
	color: #660000;
	display: block;
	padding: 0px 10px 0px 0px;
	/*cursor: s-resize;*/
	border-left: 0px solid #6699cc;
}



#footer_right li {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
	color: #006699;
	display: block;
	/*border-right: 1px solid #6699cc;*/
	/*border-left: 1px solid #006699;*/
	border-left: 0px solid #6699cc;
}



/* -------------- Flash-less navigation ---------------- */

.nav_button_set {
	width:177px;
	height:323px; 
	float:left;
	background: #00457f;
}

.nav_button {
	width:160px;
	min-height: 15px;
	background: #2f7daf url(images/programs_picker/button_bkgnd2.png) repeat-y top left;
	padding: 4px 10px 3px 6px;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	line-height:110%;
}

.nav_button:hover {
	background:#2f7daf url(images/programs_picker/button_bkgnd_wave.gif) no-repeat 0 1px;
	cursor:pointer;
}

.nav_button_new {
	float:right;
	color: #ff9967;
	font-size:10px;
	font-weight:bold;
}

#nav_detail {
	width: 623px;
	height:323px;
	border:none;
	padding: 0;
	margin: 0;
}

.nav_button_bottom {
	position:absolute;
	bottom:23px;
	text-align:center;
}

.rightNav {
	padding-top:0;
}

.rightNav .nav_button {
	min-height: 10px;
	padding: 4px 10px px 6px;
}

