@charset "UTF-8";
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	border:0px;
	margin:0px;
	background-color: #ffffff;
	background-attachment: fixed;
	background-position: top center;
	background-image: url(../images/background.jpg);

}
img {
	border:0px;	
}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;

}

h1, h2, h3 {
	padding:0px;
	margin:0px;
	border:0px;
}

.arrowlist {

	list-style: circle;
	list-style-image: url(images/bullet.gif);	
	list

	}


/*  ACCORDION STYLE DEFAULTS */

#accordion-wrap {
	float: left;
	width: 203px;
	height:390px;
	margin-right: 30px;
	margin-left:30px;
}
ul, li {
	list-style:none;
	padding:0px;
	margin:0px;
	border:0px;
}
ul#menu1 li {
	_float:left;
	_clear:both;
	_width:203px;
}
ul#menu1 a {
	display:block;
	text-decoration:none;
	padding:0px;
}
.accordion-spacer-top {
	background-image: url(../images/nav-accordion-content-top.jpg);
	background-repeat: no-repeat;
	background-position:-1px 0px;
	height:6px;
	_font-size:1pt;
}
.accordion-content {
	background-image: url(../images/nav-accordion-content-bg.jpg);
	background-repeat: repeat-y;
	background-position:-1px 0px;
	padding-left:15px;
	padding-right:15px;
	color:#514f4e;
	font-size:10px;
	text-align:left;
	_width:174px;
}
.accordion-spacer-bottom {
	background-image: url(../images/nav-accordion-content-bot.jpg);
	background-position:-1px 0px;
	background-repeat: no-repeat;
	height:6px;
	_font-size:1pt;
}
.accordion-content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

/* PAGE DEFAULTS */

#page-header {
	padding-bottom:25px;
	padding-top:20px;
	padding-left: 60px;
	padding-right:50px;
}
#page-header .header-icons {
	float: right;
	top: 35px;
	position: relative;
	padding-left:5px;
}
#page-header #sd-logo {
	float:left;	
}
.center-div {
	margin: 0 auto;  /* Important for div centering */
	z-index:10;
}
#page-body .center-div {
	width:800px;
	padding-top:4px;
}
#nav-top{
	background-image: url(../images/layout-nav-bar.png);
	_background-image: url(../images/layout-nav-bar.gif);
	background-repeat: no-repeat;
	height:35px;
	width:900px;
	position:relative;  /* Important for z-index on top of sub-nav */
	z-index:2;
}
#nav-bottom {
	background-image: url(../images/layout-nav-bar-bottom.png);
	_background-image: url(../images/layout-nav-bar-bottom.gif);
	background-repeat: no-repeat;
	height:35px;
	width:900px;
	position:relative;  /* Important for z-index on top of sub-nav */
	z-index:2;
}
#nav-top .link-top, #nav-bottom .link-bottom {
	float: left;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	position:relative;
	z-index:20;
	cursor:pointer;
	cursor:hand;
}
.link-top {
	background-image:url(../images/nav-menus-top-states.png);
	_background-image:url(../images/nav-menus-top-states.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height: 21px;
	width:133px; /* Important for link centering */
	padding-top:6px;
	color: #ffffff;
	
}
.link-top:hover, .link-top:active {
	background-position:-157px;
	color: #000000;
}
.link-bottom {
	background-image:url(../images/nav-menus-bottom-states.png);
	_background-image:url(../images/nav-menus-bottom-states.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:21px;
	padding-top:6px;
	width:200px; /* Important for link centering */
	color: #ffffff;
}
.link-bottom:hover, .link-bottom:active {
	background-position:-250px;
	color: #000000;
}
.sub-nav {
	width:900;
	margin:0 auto;
	position:relative;
	text-align:center;
	z-index:1;
}
.sub-nav#nav-top-drop-windowFrame, .sub-nav#nav-bottom-drop-windowFrame {
	/*_padding-left:100px;  sub-menu alignment fix IE 6 */
}
.sub-nav#nav-top-drop-windowFrame {
		top:-5px;
		overflow:hidden;
}
.sub-nav#nav-bottom-drop-windowFrame {
		bottom:-5px;
		overflow:hidden;
}
.sub-nav #nav-top-drop-insideWrap, .sub-nav #nav-bottom-drop-insideWrap {
	width:900px;
	/*position:absolute;*/  /* set this for stationary sub-nav */
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:0;
}
.sub-nav #nav-top-drop-insideWrap {
	background-image: url(../images/nav-submenu-popout-top-curve.png);
	_background-image:url(../images/nav-submenu-popout-top-curve.gif);
	background-position: center bottom;
	padding-bottom: 16px;
}
.sub-nav #nav-bottom-drop-insideWrap {
	background-image: url(../images/nav-submenu-popout-bottom-curve.png);
	_background-image: url(../images/nav-submenu-popout-bottom-curve.gif);
	background-position: center top;
	bottom:0px;
	padding-top:16px;
	_padding-top:3px;
}
.sub-nav #nav-top-drop-content, .sub-nav #nav-bottom-drop-content {
	background-image:url(../images/nav-submenu-popout-body.png);
	_background-color:#f99b29;
	_background-image:url(../images/nav-submenu-popout-body.gif);
	background-repeat:repeat-y;
	background-position:53px 0px;
	width:900px;
	padding-left: 90px;
	_width:744px;
	_background-position:0px 0px;
	_padding-left:50px;
}
.sub-nav #nav-top-drop-content .item {
	padding-top:15px;
	margin-bottom:0px;
}
.sub-nav .item {
	float:left;
	width: 225px;
	margin-bottom:10px;
	margin-right:25px;
	text-align: left;
	_width:220px;
	_margin-right:20px;
}
.item a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	}
.item a:hover {

	text-decoration: underline;
}	
.pressrelease {
	float:left;
	width: 200px;
	margin-bottom:10px;
	margin-right:25px;
	text-align: left;
	_margin-right:15px;
}
.pressrelease a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;

}
.pressrelease a:hover {

text-decoration: underline;

}


.sub-nav img {
	float:left;
	position:relative;
	margin-right: 15px;
}
.float-correction {
	clear:both;
}
#body-content {
	padding-top: 25px;
	padding-bottom: 25px;
	min-height:425px;
}
#content-right {
	float:left;
	width: 600px;
	height:460px;
}
#scrolling-content {
	width: 550px;
	height:445px;
	overflow:hidden;
}

#videoPlayer {
	width:600px;
	height:340px;
	margin-bottom:15px;
	margin-top:5px;
}
#video-description {
	padding-right:150px;
}
#video-description h2 {
	font-size:14px;
	color:#FF0000;
	margin-bottom:5px;
}
#page-footer .center-div {
	width:720px; /* Important for footer centering */	
}
#page-footer .foot-links {
	float: left;
	padding:10px;
}
#page-footer .foot-links a {
	text-transform: uppercase;
	color: #6f6e6d;
	font-size: 10px;
}

.item a h3 {

	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	
	}
#scrolling-content ul {

list-style: circle;
float: none;

}
#scrolling-content table {

font-size: 12px;

}
#scrolling-content th {
font-size: 13px;
background-color: #f99b29;
color: #ffffff;
}
#scrolling-content h2, #scrolling-content h3 {

color: #FF0000;
}

#scrollbar {

	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;

}

/*img, div { behavior: url(_css/iepngfix.htc) }
