/* reset margin and padding for all elements to 0 */
* { margin:0; padding:0; }



body {
	margin: 0;
	padding: 0;
	background: #fff url("../images/tile.gif") repeat-x;
	text-align: center;
	font: 11pt/15pt Verdana,Arial,sans-serif;
}

#container {
	margin: 0 auto;
	width: 752px;
	background: #fff;
	text-align: left;
}
#container_tour {
	margin: 0 auto;
	width: 910px;
	text-align: left;
}

#header {
	height: 265px;
	background: #fff url("../images/header_i.gif") repeat-y;
	padding-left: 8px;
	
}
#header_tour {
	height: 65px;
	width: 738px;
	background: #fff url("../images/header_tour.gif") no-repeat;
	padding-left: 8px;
	
}

#content {
	float: left;
	width: 752px;
	background: #fff url("../images/content_stretch_i.jpg") repeat-y;
}

#content2 {
	float: left;
	width: 752px;
	background: #fff url("../images/content_bg.gif") repeat-y;
}

#columns {
	float: left;
	width: 752px;
	background: transparent url("../images/content_static_i.jpg") no-repeat;
}

#columnsnew {
	float: left;
	width: 752px;
	background: transparent url("../images/content_static_new2.gif") no-repeat;
}


 #left {
	width: 180px;
	float: left;
	font-size: .7em;
	color: #8F8F8F;
	padding-left: 46px;
}

#left h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #714993;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 10px;
	text-indent: -999px;
	background: transparent url("../images/left_col_news_header.gif");
	width: 160px;
	height: 17px;
}

#left h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#left p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.4em;
}

#quick_links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quick_links li {
	padding: 1px 0 2px 8px;
	list-style: none;
}

#quick_links li a {
	color: #8F8F8F;
	text-decoration: none;
	font-weight: bold;
}

#right {
	width: 390px;
	float: right;
	font-size: .7em;
	color: #8F8F8F;
	padding: 30px 90px 0 0;
}

#right h2 {
	font-size: 1.85em;
	font-weight: bold;
	color: #714993;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 10px;
}

#right h3 {
	font: bold 1.1em Arial,sans-serif;
	margin: 0;
	padding: 0;
	color: #789B60;
}

#right a {
	color: #714993;
}

#right .link_thru {
	display: block;
	font: bold 1.2em Arial,sans-serif;
	margin: 6px 4px;
	padding: 0;
	color: #789B60;
}

#nonews {
	
	background: transparent url("../images/content_static_new2.gif") no-repeat;
	font-size: .7em;
	color: #8F8F8F;
	padding: 30px 30px 30px 70px;
	float: center;
}

#nonews h2 {
	font-size: 1.85em;
	font-weight: bold;
	color: #714993;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 10px;
}

#nonews h3 {
	font: bold 1.1em Arial,sans-serif;
	margin: 0;
	padding: 0;
	color: #789B60;
}

#nonews a {
	color: #714993;
}

#nonews .link_thru {
	display: block;
	font: bold 1.2em Arial,sans-serif;
	margin: 6px 4px;
	padding: 0;
	color: #789B60;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: .7em;
	width: 752px;
	height: 118px;
	background: #fff url("../images/footer_i.jpg") no-repeat;
}

#footernew {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: .7em;
	width: 752px;
	height: 118px;
	background: #fff url("../images/footer_new.gif") no-repeat;
}

#footer_nav {
	margin: 0 auto;
	padding: 0;
	padding-top: 64px;
}

#footer_nav li {
	display: inline;
	padding: 0 10px;
	list-style: none;
}

#footer_nav li a {
	color: #8F8F8F;
	font-weight: bold;
}

#copyright {
	color: #8F8F8F;
	text-align: center;
	font-size: .7em;
}












/* New Styles
------------------------------------------------------ */

#logo_link {
	background:url(../images/studio_west_logo.gif) no-repeat;
	width:203px;
	height:58px;
	display:block;
	text-indent:-5000px;
	outline:none;
	float:left;
	}

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}




/* New Menu Styling
------------------------------------------------------ */

#divNav {
		background: transparent url(../images/nav_bg_new.gif) no-repeat top left;
		margin: 0;
		padding: 0;
		height: 58px;
		width: 535px;
		float:left;
	}

	#nav {
		position: relative;
		top: 30px;
		height: 29px;
		width: 510px;
		margin:0 0 0 14px;
		padding:0;
		list-style:none;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
		outline:none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
		position: absolute;
		top: -17px;
		left: 0;
		width: 740px;
		/* padding-left:0; */
	}

	#nav li.on ul {
		background: #000;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background:none;
		/* padding-left:0px; */
	}
	
	
	
	
/* Centering of sub-navs above main nav tab */
#nav-03.off ul, #nav-03.on ul	{
	padding-left:0px;
	}

#nav-03.on:hover ul, #nav-03.over ul { /*for ie*/
	padding-left:0px;
	}
	
#nav-04.off ul, #nav-04.on ul	{
	padding-left:60px;
	}

#nav-04.on:hover ul, #nav-04.over ul { /*for ie*/
	padding-left:60px;
	}

#nav-05.off ul, #nav-05.on ul	{
	padding-left:240px;
	}

#nav-05.on:hover ul, #nav-05.over ul { /*for ie*/
	padding-left:240px;
	}

#nav-06.off ul, #nav-06.on ul	{
	padding-left:180px;
	}

#nav-06.on:hover ul, #nav-06.over ul { /*for ie*/
	padding-left:180px;
	}

#nav-07.off ul, #nav-07.on ul	{
	padding-left:270px;
	}

#nav-07.on:hover ul, #nav-07.over ul { /*for ie*/
	padding-left:270px;
	}

#nav-08.off ul, #nav-08.on ul	{
	padding-left:320px;
	}

#nav-08.on:hover ul, #nav-08.over ul { /*for ie*/
	padding-left:320px;
	}
	

	#nav li a {
		color: #224d6f;
		font-weight: bold;
		display: block;
		
		padding: 0;
	}

	#nav li.on a {
		color: #000;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #000;
		width: auto;
		padding-right: 9px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background:none;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		color: #000;
	}

	/*do the image replacement*/

	#nav li span {
		position: absolute;
		left: -9384px;
	}


	#nav-01 {
		width:28px;
		padding-right:15px;
		}
	
	#nav-02 {
		width:54px;
		padding-right:17px;
		}
	
	#nav-03 {
		width:31px;
		padding-right:15px;
		}
	
	#nav-04 {
		width:94px;
		padding-right:17px;
		}
	
	#nav-05 {
		width:37px;
		padding-right:15px;
		}
	
	#nav-06 {
		width:38px;
		padding-right:15px;
		}
		
		
	#nav-07 {
		width:50px;
		padding-right:17px;
		}
	
	#nav-08 {
		width:67px;
		}
		
	
	#nav-01 a, #nav-02 a, #nav-03 a, #nav-04 a, #nav-05 a, #nav-06 a, #nav-07 a, #nav-08 a {
		display: block;
		position: relative;
		height: 29px;
		background: url(../images/nav.gif) no-repeat; /*contains all hover states*/
	}

/*first, put the initial states in place*/

#nav-01 a {
	background-position: 0 0;
}

#nav-02 a {
	background-position: -44px 0;
	
}

#nav-03 a {
	background-position: -114px 0;
}


#nav-04 a {
	background-position: -160px 0;
}

#nav-05 a {
	background-position: -271px 0;
}

#nav-06 a {
	background-position: -323px 0;
}

#nav-07 a {
	background-position: -376px 0;
}

#nav-08 a {
	background-position: -443px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

 #nav-03.on a {
 	background-position: -204px -37px;
 } /*add selectors for the other li's and background-positions*/

/*hover states*/

#nav-01 a:hover, #nav-01:hover a, #nav-01.over a {
	background-position: 0 -29px;
}

#nav-02 a:hover, #nav-02:hover a, #nav-02.over a {
	background-position: -44px -29px;
}

#nav-03 a:hover, #nav-03:hover a, #nav-03.over a {
	background-position: -114px -29px;
}

#nav-04 a:hover, #nav-04:hover a, #nav-04.over a {
	background-position: -160px -29px;
}

#nav-05 a:hover, #nav-05:hover a, #nav-05.over a {
	background-position: -271px -29px;
}

#nav-06 a:hover, #nav-06:hover a, #nav-06.over a {
	background-position: -323px -29px;
}

#nav-07 a:hover, #nav-07:hover a, #nav-07.over a {
	background-position: -376px -29px;
}

#nav-08 a:hover, #nav-08:hover a, #nav-08.over a {
	background-position: -443px -29px;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background:none;
	color: #612684;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}		

#nav li.on ul a {
	background: #000;
}

/* Highslide
 * ------------------------------------------------------------------------- */
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid #c8c8c8;
}
.highslide:hover img {
	border-color: #fff;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
	text-align:left;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: #73613A;
}
a.highslide-full-expand {
   background: url(../images/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../images/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../images/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/highslide/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: .5em;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(../images/highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}


/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(../images/highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(../images/highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

