@import url(/style/1000000000000401.css);

/*******************************************************/
/*                  GLOBAL STYLES
********************************************************/

/* GLOBAL RESET - in addition to imported reset, more specific to this site
********************************************************/

.hidden { display: none; }
a { color: #4a7ab6; }
a:visited { color: #60604e; }
a:hover { color: #355883; }


/* BODY
********************************************************/
body {
  margin: 15px auto 0;
  font: small Arial, sans-serif;
  color: #60604e;
  color: #333;
  background: #ededed;
  width: 100%;
}


/* GENERAL STYLES
********************************************************/

#wrapper, #header, #main, #footer {
	border: 1px solid #f00;
	border: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0 15px;
	width: 930px;
	background: transparent url(/media/image/1/bg_wrapper_mid.png) center top repeat-y;
	float: left
}

#wrapper_top {
	margin: 0 auto;
	padding: 9px 0 0;
	width: 960px;
	background: transparent url(/media/image/1/bg_wrapper_top.png) center top no-repeat;
}

#wrapper_bottom {
	margin: 0 auto;
	padding: 0 0 19px;
	width: 960px;
	background: transparent url(/media/image/1/bg_wrapper_bottom.png) center bottom no-repeat;
	float: left;
}


/* HEADER CONTAINER
********************************************************/

#header {
	margin: 0;
	padding: 0;
	width: 930px;
	height: 130px; /* updated height to hold all dropdowns in nav - was 114px */
	background: #fff url(/media/image/1/bg_header.png) 0 0 no-repeat;
	float: left;
}

.logo a {
	margin: 22px 0 0 10px; /* updated margin for new header height - was 16px 0 0 10px */
	_margin: 22px 0 0 5px; /* updated margin for new header height - was 16px 0 0 5px */
	padding: 0;
	width: 221px;
	width: 330px;
	height: 98px;
	background: transparent url(/media/image/1/logo.png) 0 0 no-repeat;
	float: left;
	text-indent: -9999px;
	display: block;
}

/* NAV STYLES 
********************************************************/

/* Header Nav */

#header .nav {
	margin: 6px 11px 0 0;
	padding: 0;
	max-width: 345px;
	max-height: 25px;
	float: right;
	text-transform: uppercase;
}

#header .nav li {
	margin: 0 26px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#header .nav li a:link, #header .nav li a:visited {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	color: #f9e2d4;
	text-decoration: none;
}

#header .nav li a:hover, #header .nav li a:active, #header .nav li.current a {
	color: #fff;
}

#header .nav li ul {
	position: absolute;
	top: 22px;
	left: 0;
	width: 122px;
	display: none; /* hidden until current */
}

#header .nav li.current ul {
	display: block; /* hidden until current */
}

#header .nav li ul li a:link, #header .nav li ul li a:visited {
	margin: 0 0 4px;
	padding: 0;
	font-size: 10px;
	line-height: 1.0em;
	color: #bdbec0;
	color: #333; /* updated per TDS request */
}

#header .nav li ul li a:hover, #header .nav li ul li a:active {
	color: #6d6e71;
}

#header .nav li ul li.current a, #header .nav li ul li.current a:hover {
	color: #6d6e71;
	color: #CF5626; 
	font-weight: bold; /* updated per TDS request */
}



/* Footer Nav */

#footer .nav {
	margin: 7px 0 0;
	padding: 0;
	max-width: 345px;
	max-height: 25px;
	float: left;
	text-transform: uppercase;
}

#footer .nav li {
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	float: left;
	background: transparent url(/media/image/1/bg_footer_nav_hash.png) 3px 50% no-repeat;
}

#footer .nav li.first {
	background: none;
}

#footer .nav li a:link, #footer .nav li a:visited {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 8px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer .nav li a:hover, #footer .nav li a:active {
	color: #fff;
	border-bottom: 1px solid #f8a479;
}


/* MAIN CONTAINER
********************************************************/

#main_wrapper {
	margin: 0;
	padding: 0 0 9px;
	background: #d7d8da url(/media/image/1/bg_grad_main.png) 0 0 repeat-x;
	float: left;
}


#main {
	margin: 0;
	padding: 0;
	width: 930px;
	min-height: 515px;
	background: transparent url(/media/image/1/bg_main.png) 0 0 no-repeat;
	float: left;
}


/* FOOTER CONTAINER
********************************************************/

#footer {
	margin: 0;
	padding: 0 0 0 1px;
	width: 930px;
	min-height: 21px;
	min-height: 24px;
	background: #f16026 url(/media/image/1/bg_footer.png) 0 50% no-repeat;
	float: left;
}

#footer p {
	margin: 7px 0 0 19px;
	padding: 0;
	float: left;
	color: #f8a479;
	font-size: 8px;
	font-size: 11px;
	text-transform: uppercase;
}

/* Footer Login lovin */

#footer form {
	margin: 3px 4px 0 0;
	padding: 0;
	width: ;
	height: ;
	float: right;
}

#footer fieldset {
	margin: 0;
	padding: 0;
	width: ;
	height: ;
	float: left;
}

#footer legend, #footer p.legend {
  margin: .4em 3px 0; 
  padding: 0;
  width: ;
  height: ;
  float: left;
  font-size: 8px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fdf2eb;
  display: ;
}

#footer ol {
  margin: 0;
  padding: 0;
  width: ;
  height: ;
  float: left;
}

#footer li {
	margin: 0 2px 0;
	padding: 0;
	width: ;
	height: ;
	float: left;
}

#footer label {
	margin: 0;
	padding: 0;
	width: ;
	height: ;
	float: left;
	display: none;
}

#footer input {
	margin: 0;
	padding: 0 2px;
	width: 98px;
	height: 14px;
	height: 17px;
	float: left;
	border: 1px solid #efb190;
	color: #f5834e;
	font-size: 8px;
	font-size: 11px;
	font-weight: bold;
}

#footer input.submit {
	margin: 0;
	padding: 0;
	width: 32px;
	height: 16px;
	float: left;
	border: 1px solid #7a1600;
	background: transparent url(/media/image/1/button_go_footer.png) 0 0 no-repeat;
}


/* Copyright */

p.copy {
	margin: -14px 26px 0;
	padding: 0;
	font-size: 10px;
	color: #f16026;
	text-transform: uppercase;
	float: left;
	display: inline;
}

/* the overlay */
#overlay {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/white.png);
	background-image: url(/media/image/1/bg_casestudy.png);
	/* background-image: url(/media/image/1/popup.png); */
	color: #efefef;
	height: 450px;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

/* the overlayed element */
.apple_overlay {
	display: none;
	/* growing background image */
	background-image: url(http://static.flowplayer.org/tools/img/overlay/white.png);
	width: 522px;		
	padding: 0;
	font-size: 11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	cursor: pointer;
	height: 50px;
	width: 50px;
	margin: 9px 17px 0 0;
	display: block;
	text-indent: -9999;
	float: right;
	margin: 9px 17px 0 0;
	background: url(/media/image/1/transparent.gif); /* needed or the click-to-close box will not show in IE7 or IE8 - this is a note that is worth an hour or two of hassle. */
}

#overlay .header {
	height: 121px;
}

#overlay h1 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	margin: 42px 0 0 154px;
	padding: 0;
	width: 200px;
	
	float: left;
	margin: 44px 0 0 154px;
}

#overlay .contentWrap {
	clear: both;
	overflow: hidden;	
}

#overlay .casestudyImage {
	float: left;
	margin: 0;
	padding: 0;
	width: 133px;
}

#overlay .casestudyImage img {
	margin: 0 0 0 20px;
}

#overlay .casestudyText {
	float: right;
	font-size: 11px;
	height: 280px;
	margin: 0 35px 0 0;
	overflow: auto;
	width: 333px;
}

#overlay .casestudyText p {
	margin: 0 0 1.25em;
	padding: 0;
}
