body {
	background-color: #999999;
	background-image: url();
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3D3D;
}
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	outline: none;
	line-height:1.3em;
}
p {
	line-height:1.3em;
	margin-bottom:5px;
}
a:link, a:visited, a:active {
	color: #000099;
}
a:hover {
	color: #0000CC;
}

div.clear{
	clear:left;
}


#content{
	position:relative;
	width:1000px;
}
#hdr{
	position:relative;
	width:1000px;
	height:95px;
	background:#333 url(../imgs/bgnd_ftr.gif) repeat-x bottom left;
}
div.hdr-home img{
	position:absolute;
	top:14px;
	left:29px;
}
#main{
	position:relative;
	height:440px;
	background:#E6E6E6;
}
#nav{
	height:40px;
	background:#FFEBAD url(../imgs/bgnd_nav.gif) repeat-x top left;
	text-align:left;
}
#ftr{
	height:74px;
	background:#333 url(../imgs/bgnd_ftr.gif) repeat-x bottom left;
}
#ftr div.address{
	float:right;
	color:#F0F0F0;
	font-size:11px;
	width:300px;
	text-align:left;
	margin:18px 15px 0;
}

#ftr div.address a:link, #ftr div.address a:visited, #ftr div.address a:active{font-weight:normal; text-decoration:none; color:#FFEBAD;}
#ftr div.address a:hover{text-decoration:none; color:#ffcc33;}


#ftr div.cr{
	float:left;
	color:#F0F0F0;
	font-size:11px;
	width:300px;
	text-align:left;
	margin:44px 20px;
}


/*section */
img.hdr-logo {
	position:absolute;
	top:0px;
	left:14px;
}

img.hdr-sctn {
	position:absolute;
	top:14px;
	left:442px;
}

div.main-ttl{
	position:absolute;
	left:17px;
	top:21px;
	width:411px;
	height:74px;
	background:url(../imgs/bgnd_ttl.png) no-repeat;
	text-align:left;
}
div.main-ttl br{
	clear:left;
}

div.content-date{
	position:absolute;
	bottom:6px;
	right:10px;
	font-weight:bold;
}

div.main-txt-hldr{
	position:absolute;
	left:17px;
	top:95px;
	width:411px;
	height:270px;
	background:url(../imgs/bgnd_txt.png) no-repeat;
	/*border:1px solid green;*/
}
#main-txt{ 
	position:relative;
	margin:16px;
	height:255px;
	text-align:left;
	font-size:11px;
	overflow: auto;
} /* now needs to be an ID for scroller */

#main-txt ul{
	margin:10px 0 20px;
}

#main-txt ul li{
	list-style-type: square;
	list-style-position: outside;
	margin-left:30px;
	line-height:18px;
}



img.bgnd-wm{
	position:absolute;
	left:80px;
	top:20px;
}


#img-pannel{
	position:absolute;
	top:21px;
	left:445px;
	width:538px;
	height:405px;
	background:#6A6A6A;
}

#img-desc-bgnd{
	position:absolute;
	bottom:3px; 
	left:3px; 
	width:532px; 
	background: url(../imgs/bgnd_img_desc.png);
}

#img-desc{
	color:#3D3D3D;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	margin:5px;
}

#img-tn-hldr{
	position:absolute;
	top:372px;
	left:18px;
	width:409px;
	height:53px;
	border:1px solid #BFBFBF;
	background:#DFDFDF;
	text-align:center;
}

#img-tn-hldr img{
	/*border:1px solid #6D6D6D;*/
	margin:5px 3px 0 3px;
	padding:0;
}


#img-tn-hldr a:link img, #img-tn-hldr a:visited img, #img-tn-hldr a:active img{color:#6D6D6D; border:1px solid #6D6D6D;}
#img-tn-hldr a:hover img{border:1px solid #FFCC33;}
#img-tn-hldr a:hover{color:#FFCC33;} /* Dummy definition to overcome IE bug */


#img-lrg{
	position:absolute;
	top:3px;
	left:3px;
}
#img-holder{
	margin:3px; 
	width:532px; 
	height:399px;
	overflow:hidden;
}


/* remove */
#img1{
	cursor:pointer;
}

#img-lrg-pannel{
	position:absolute;
	top:21px;
	left:39px;
	width:540px;
	height:405px;
	background:#6A6A6A;
}

#img-bgnd{
	position:absolute;
	bottom:3px; 
	left:3px; 
	width:534px; 
	background: url(../imgs/bgnd_img_desc.png);
}

#img-desc{
	color:#3D3D3D;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	margin:5px;
}











/* temp style for launch */
#ftr div.launching{
	float:right;
	color:#F0F0F0;
	font-size:12px;
	width:300px;
	text-align:left;
	margin:20px 15px 0;
}
#ftr div.launching p{ line-height:18px; }
#ftr div.launching a:link, #ftr div.launching a:visited, #ftr div.launching a:active{font-weight:normal; text-decoration:underline; color:#F0F0F0;}
#ftr div.launching a:hover{font-weight:normal; text-decoration:none; color:#FFF;}

ul.notes{
	margin:10px 0 20px;
}

ul.notes li{
	list-style-type: circle;
	list-style-position: outside;
	margin-left:20px;
}


/*
background shorthand
background: #ffffff url("background.gif") no-repeat fixed bottom right;

*/


/* navigation */
.drop_down_element {
	position: absolute;
	z-index: 400;
	border:1px solid #6a6a6a;
	border-width:0 0 1px;

	position:absolute;
	bottom:50px;
}
.drop_down_element ul {
	margin: 0; padding: 0; list-style: none;
	/*border: 1px solid #999;*/
	border-top: 0;
	/*background: white;*/
}

.drop_down_element .inner {
	padding: 1em;
}

.drop_down_element ul li a{
	display:block;
	line-height:100%;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	padding:4px 0 4px 4px;
	margin:0;
	border:1px solid #6A6A6A;
	border-width:1px 1px 0 1px;
	/*
	border:1px solid #FFCC33;
	border-width:0 0 0 1px;
	*/
}

.drop_down_element ul li a:link, .drop_down_element ul li a:visited,.drop_down_element ul li a:active{
	color:#6a6a6a;
	background:#FFEBAD;
	/*background: url(../imgs/nav.png) no-repeat top left;*/
}

.drop_down_element ul li a:hover{
	background:#FBF1D2;
	/*background: url(../imgs/nav_hover.png) no-repeat top left;*/
}

.legend {
	position:relative;
	overflow: hidden;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	top:5px;
}

ol.legend li {
	/*border:1px solid blue;*/
	float:left;
	height:30px;
	width:200px;
	cursor: pointer;
	/*background: #FFF000;*/
}



#dd1{ width:114px; }
#dd2{ width:117px; }
#dd3{ width:160px; }
#dd4{ width:133px; }
#dd5{ width:111px; }
#dd6{ width:105px; }
#dd7{ width:121px; }
#dd8{ width:139px; }


#dd2-test{
	z-index:500 !important;
	width:117px;
	overflow: hidden;
}

.nav-main{
	background:#FFEBAD;
}

.nav-main img{
	overflow: hidden;
	border:1px solid #FFCC33;
	border-width:0px 1px;

}
.nav_link a:link, .nav_link a:visited, .nav_link a:active{
	color:#037EB1;
	display:block;
}

.nav_link a:hover{
	background:#FFCC33;
}

.div-over{
	background:#FFCC33;
	border-width:0px;
}
.div-selected{
	background:#EEE;
}

/* sIfr */
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}

.sIFR-replaced {
	visibility:visible !important;
}

span.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}

h1, h2 {display:block}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight: normal;
	font-size: 200%;
	line-height: 150%;
	color:#FFF;
}

.sIFR-hasFlash h1 {
	visibility:hidden;
	font-size:26px;
	margin:0;
	padding:0;
	line-height:0;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Arial, Helvetica, sans-serif, sans;
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	color:#6A6A6A;	
}

.sIFR-hasFlash h2 {
	visibility:hidden;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:0;
}

div.main-ttl h1, div.main-ttl-wide h1{
 position:absolute;
 left:15px;
 top:3px;
 height:48px;
}
div.main-ttl h2, div.main-ttl-wide h2{
 position:absolute;
 left:15px;
 top:44px;
 height:48px;
}

/* contact page */

div.main-ttl-wide{
	position:absolute;
	left:17px;
	top:21px;
	width:964px;
	height:73px;
	background:url(../imgs/bgnd_ttl.png) no-repeat;
	text-align:left;
	/*border:1px solid green;
	border-width:0 0 1px 0;*/
}

div.main-txt-hldr-wide{
	position:absolute;
	left:17px;
	top:94px;
	width:964px;
	height:270px;
	background:url(../imgs/bgnd_txt_wide.png) no-repeat;
	/*border:1px solid green;*/
}

div.contact-prompt{
 position:absolute;
 left:15px;
 top:49px;
 height:48px;
}

div.panel-contact-txt{
	position:absolute;
	top:70px;
	left:40px;
	width:400px;
}

div.contact-txt-1{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align:right;
}

div.contact-txt-2{
	width: 180px;
	margin-bottom: 5px;
	float:left;
	margin-left:16px;
	text-align:left;
}



div.contact-hdr h2{
	position:absolute;
	top:65px;
	left:500px;
	height:30px;
	width:200px;
}


div.panel-contact{
	position:absolute;
	top:-1px;
	left:460px;
	width:480px;
	height:320px;
	background:#CDCDCD;
	border:1px solid #6A6A6A;
}

form.form-contact{
	margin:24px 0 40px 0;
}
label{
	float: left;
	width: 150px;
	font-weight: bold;
	text-align:right;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	float:left;
	margin-left:16px;
}

textarea{
	width: 250px;
	height: 150px;
	font: normal 12px Verdana;
}

.boxes{
	width: 1em;
}


div.panel-contact br, div.panel-contact-txt br{
	clear: left;
}

div.btn-submit{float:left; margin:8px 0 0 168px;}
div.btn-submit a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width:120px;
	padding: 10px 0;
	font-weight:bold;
	background-color:#6A6A6A;
	text-align:center;
	border:1px solid #6A6A6A;	
}
div.btn-submit a:hover, div.btn-submit a:focus {
	color:#6A6A6A;
	background: #FFCC33;
	border:1px solid #6A6A6A;
}

div.contact-confirm{
	margin:60px 0 100px 140px;
}


/* FAQ */
div.main-txt-hldr-med{
	position:absolute;
	left:17px;
	top:94px;
	width:544px;
	height:330px;
	background:url(../imgs/bgnd_txt_med.png) no-repeat;
	/*border:1px solid green;*/
}

#main-txt-tall{ 
	position:relative;
	margin:16px;
	height:316px;
	text-align:left;
	font-size:11px;
	overflow: scroll;
} /* now needs to be an ID for scroller */

/*
#main-txt-tall div.vscrollerbase {
	visibility: visible !important;
}
*/

div.panel-faq-txt{
	position:absolute;
	top:25px;
	left:20px;
	width:520px;
	height:310px;
	text-align:left;
	overflow: auto;
}

#img-pannel-med{
	position:absolute;
	top:21px;
	left:578px;
	width:405px;
	height:405px;
	background:#6A6A6A;
}
#img-holder-med{
	margin:3px; 
	width:399px; 
	height:399px;
	overflow:hidden;
}


/*  "Show All" + "Hide All" links */
#toggle-on,#toggle-off {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#toggle-dl dd,#toggle-dl dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#toggle-dl dt {margin:7px 0; font-weight:bold;}
/* image and left padding for DDs */
#toggle-dl dd {background:url(../imgs/answer.gif) no-repeat;padding-left:50px}
#toggle-dl dd p {padding:0 0 10px; margin:0;}
/* styling all anchors in the DTs */
#toggle-dl dt a {background:0 50% no-repeat; padding-left:26px; color:#333; font-size:12px; text-decoration:none; font-weight:bold;}
#toggle-dl dt a:visited {color:#666}
#toggle-dl dt a:visited:hover,
#toggle-dl dt a:hover,
#toggle-dl dt a:active,
#toggle-dl dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#toggle-dl .DTplus a {background-image:url(../imgs/toggleDLplus.gif)}
#toggle-dl .DTminus a {background-image:url(../imgs/toggleDLminus.gif)}
/**********************************/
/**********************************/
#toggle-dl .showDD {position:relative;top:0}
#toggle-dl dd,.hideDD{top:-9999px;position:absolute}
#toggle-on,#toggle-off {display:inline;cursor:pointer;cursor:hand}



/* GALLERY */
div.main-gall-tn{
	position:relative;
	margin-top:10px;
	height:314px;
	width:410px;
	text-align:left;
	font-size:11px;
	/*overflow: auto;
	
	border:1px solid blue;*/
}
/*
div.main-gall-tn img{
	float:left;
	display:inline;
	margin:0 6px 6px 0;
	padding:0;
}

div.main-gall-tn a:link img, div.main-gall-tn a:visited img, div.main-gall-tn a:active img{color:#6D6D6D; border:1px solid #6D6D6D;}
div.main-gall-tn a:hover img{border:1px solid #FFCC33;}
div.main-gall-tn a:hover{color:#FFCC33;} *//* Dummy definition to overcome IE bug */


#img-lrg{
	position:absolute;
	top:3px;
	left:3px;
}
#img-holder{
	margin:3px; 
	width:532px; 
	height:399px;
	overflow:hidden;
}


/* thumbnail list */
#thumbs{
	overflow:visible;
}

ul#thumbs li img{
	border:none;
}

ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#thumbs li{
	float:left;
	margin:0 16px 8px 0;
	border:1px solid #999;
	padding:2px;
}
ul#thumbs a{
	display:block;
	float:left;
	width:100px;
	height:90px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
ul#thumbs a img{
	float:left;
	position:absolute;
	top:-20px;
	left:-32px;
}

/* mouse over */

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
}
ul#thumbs a:hover img{
	border:1px solid #999;
	background:#fff;
	padding:2px;
}

ul#thumbs a:hover{
	color:#999;
}

/* // mouse over */

/* clearing floats */

ul#thumbs:after, li#thumbs:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
ul#thumbs, li#thumbs{
	display:block;
}
/*  \*/
ul#thumbs, li#thumbs{
	min-height:1%;
}
* html ul#thumbs, * html li#thumbs{
	height:1%;
}

/* // clearing floats */

/* // thumbnail list */



/* LINKS */
div.link-block {position:relative; width:360px; height:62px; margin:10px 0; clear:both;}
div.link-block img {float:left; margin-right:10px;}
div.link-block a:link img, div.link-block a:visited img, div.link-block a:active img{ color:#6D6D6D; border:1px solid #6D6D6D;}
div.link-block a:hover img{border:1px solid #FFCC33;}
div.link-block a:hover{color:#FFCC33;} /* Dummy definition to overcome IE bug */

div.link-block strong{
	color:#3D3D3D;
	padding-top:4px;
}

div.link-block a:link, div.link-block a:visited, div.link-block a:active{font-weight:normal; text-decoration:none; color:#6a6a6a; display:block; height:100%;}
div.link-block a:hover{font-weight:normal; text-decoration:none; color:#6A6A6A; background: url(../imgs/bgnd_link.png) no-repeat;}

/* scroll bars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 12px;
	background-color: #F0F0F0;
}
.vscrollerbar {
	width: 12px;
	background-color: #BCBCBC;
}
.hscrollerbase {
	height: 10px;
	background-color: #F0F0F0;
}
.hscrollerbar {
	height: 10px;
	background-color: #BCBCBC;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}


/* updated navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position:relative;
	overflow: visible;
}

#nav ul{
	padding-top:5px;
	z-index:1000;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	bottom:0px;
	z-index:1000;
	border:1px solid #666;
	border-width:0 0 1px 0;
	overflow: visible;
}


#dd1{ width:114px; }
#dd2, #dd2 ul li{ width:117px; }
#dd3, #dd3 ul li{ width:160px; }
#dd4, #dd4 ul li{ width:133px; }
#dd5, #dd5 ul li { width:111px; }
#dd6, #dd6 ul li{ width:105px; }
#dd7, #dd7 ul li { width:121px; }
#dd8, #dd8 ul li{ width:139px; }

#dd8 img {
	border-right:0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.nav_link a:hover, .nav-main a:hover{
	background:#ffcc33;
}

#nav li ul li a{
	display:block;
	line-height:100%;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding:4px 0 4px 4px;
	margin:0;
	border:1px solid #6a6a6a;
	border-width:1px 1px 0 1px;
	color:#6a6a6a;
	background:#ffebad;
	z-index:5000;
}

#nav li ul li a:hover{
	background:#fbf1d2;
}

#nav ul li ul{
	z-index:5000;
	overflow: visible;
}



