/* -----------------------------------------------------------------------------
** MAIN
------------------------------------------------------------------------------*/
html { 
	height: 100%; 
	margin-bottom: 1px; 
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #FEFDEE url(/_images/html/bg_grad.jpg) top left repeat-x;
	}
	
body * {
	margin: 0;
	padding: 0;
	list-style: none;
	}

img {
	border: none; 
	vertical-align: top;
	}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	}
	
#noScript {font-size: 11pt;text-align: center; color: #ffffff; background: red; height: 25px; margin: 0; padding: 5px 0; line-height: 0pt;}


/* -----------------------------------------------------------------------------
** CONTAIN ME
------------------------------------------------------------------------------*/

#container_bg {
	width: 770px;
	margin: 0 auto;
	background: url(/_images/html/bg_content.jpg) no-repeat;
	}

#container {
	width: 750px;
	margin: 0 auto;
	background: url(/_images/html/dotted_vert.gif) 262px 0 repeat-y;
	}

#container_home {
	width: 750px;
	margin: 0 auto;
	}

/* -----------------------------------------------------------------------------
** DOTTED BORDERS
------------------------------------------------------------------------------*/

.b_btm {
	background: url(/_images/html/dotted_horiz.gif) bottom left repeat-x;
	}
	
.b_top {
	background: url(/_images/html/dotted_horiz.gif) top left repeat-x;
	}
	
.b_left {
	background: url(/_images/html/dotted_vert.gif) top left repeat-y;
	}
	
.b_right {
	background: url(/_images/html/dotted_vert.gif) top right repeat-y;
	}

/* -----------------------------------------------------------------------------
** CONTENT
------------------------------------------------------------------------------*/
 
table.content_table {
	width: 750px;
	margin: 0 auto;
	}

table.content_table td.td_left {
	width: 262px;
	}

table.content_table td.td_right {
	width: 488px;
	}

div.c_left {
	padding: 35px 0px 35px 35px;
	}
	
div.c_left_title {
	padding: 0;
	}
	
div.c_right {
	width: 428px;
	padding: 25px 20px 20px 40px;
	}
	
div.c_right_title {
	width: 428px;
	padding: 0 20px 0 40px;
	}
	
div.clear{
	height: 0;
	line-height: 1px;
	clear: both;
	}
	
/* -----------------------------------------------------------------------------
** TYPE
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	}
	
h1 {
	font-size: 30px;
	line-height: 37px;
	color: #999;
	margin: 37px 15px 30px 35px;
	}

h2 {
	color: #24629A;
	margin-top: 48px;
	}
	
h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
	
h5 {
	color: #24629A;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px dotted #999999;
	}
	
p { 
	margin-top: 10px; 
	}

div.c_right p {
	padding-right: 20px;
	}
	
/* -----------------------------------------------------------------------------
** LINKS & BUTTONS
------------------------------------------------------------------------------*/

a {
	color: #24629A;
	text-decoration: none;
	}

a:hover {
	color: #333;
	}

a.action {
	display: block;
	background: url(/_images/html/arrow_1.gif) 0 3px no-repeat;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 20px 20px 0px;
	font-size: 8.5pt;
	}

img#associates_logos {
	margin: 0;
	padding: 0;
}
	
/* -----------------------------------------------------------------------------
** SIDE NAV
------------------------------------------------------------------------------*/

ul.subnav li {
	padding-left: 12px;
	background: url(/_images/html/arrow_2.gif) no-repeat 0 6px;
	margin-bottom: 5px;
	font-weight: bold;
	}
	
ul.subnav li.active {
	background: url(/_images/html/bullet_1.gif) no-repeat 0 6px;
	color: #24629A;
	}

ul.subnav li a {
	color: #666;
	}
	
ul.subnav li.active a {
	color: #24629A;
	}
	
ul.subnav li a:hover {
	color: #24629A;
	}
	
/* -----------------------------------------------------------------------------
** STORE NAV
------------------------------------------------------------------------------*/
#storenav {
text-align: right;
padding-top: 32px;
padding-bottom: 20px;
padding-right: 6px;
}

.store a {
	padding: 18px;
	font-weight: bold;
	color: #24629A;
	}
	
	
	
.store a:hover {
	color: #333;
	}


/* -----------------------------------------------------------------------------
** PRESS
------------------------------------------------------------------------------*/

ul.press li {

	margin-bottom: 10px;
	}

ul.press li a {
	font-weight: bold;
	}
	
ul.press .press_date{
	margin: 0;
	color: #24629A;
	}
	

/* -----------------------------------------------------------------------------
** LATEST
------------------------------------------------------------------------------*/

.image_box {
	background: #FFF;
	border: 1px solid #ECECD2;
	}

.image_box img {
	margin: 3px;
	}
	
.latest {
	width: 210px;
	margin: 15px 5px 0 0;
	float: left;
	}
	
.latest p{
	margin: 12px;
	font-size: 10px;	
	line-height: 15px;
	}
	
/* -----------------------------------------------------------------------------
** PRODUCTION TABLE
------------------------------------------------------------------------------*/	
table .prod_table {width: 488px;}
table .prod_table td {width: 200px; padding: 10px 15px 10px 15px;}
table .prod_table p a:hover {display: block; background: #24629A; color: #ffffff;}
table.bio { width:428px; }
	
/* -----------------------------------------------------------------------------
** PRODUCTIONS IN PRODUCTION
------------------------------------------------------------------------------*/

.production .line {
	width: 488px;
	height: 1px;
	padding-top: 15px;
	}

.production  h3 {
	margin: 35px 0 8px 30px;
	width: 193px;
	}
	
	
.production img {
	display: block;
	float: right;
	margin: 45px 20px 0 0;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.production .details {
	margin-top: 15px;
	background-color: #666;
	}
	
.production .details p {
	font-size: 10px;
	margin: 4px;
	color: #FEFDEE;
	}
	
.production a.back {
	display: block;
	margin-top: 25px;
	width: 193px;
	height: auto;
	background-color: #24629A;
	padding: 2px 0;
	}

.production a.back span {
	display: block;
	background: url(/_images/html/arrow_1_back.gif) 0 3px no-repeat;
	padding-left: 12px;
	font-size: 10px;
	margin: 0 4px;
	color: #FEFDEE;
	}
	
.production a.back:hover {
	background-color: #2F82CE;
	}

/* -----------------------------------------------------------------------------
** PRODUCTIONS VAULT *COLUMNS
------------------------------------------------------------------------------*/
/*
.vault .line {
	width: 468px;
	height: 1px;
	}
	
.vault a {
	display: block;
	float: left;
	margin: 30px 0 10px 35px;
	}
	
.vault img {
	display: block;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	}

.vault a:hover img {
	border-color: #2F82CE;
	}
	
.vault .action {
	display: block;
	background: url(/_images/html/arrow_1.gif) 0 13px no-repeat;
	width: 100px;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px
	}
*/

/* -----------------------------------------------------------------------------
** PRODUCTIONS VAULT
------------------------------------------------------------------------------*/

.vault {
	width: 400px;
	margin: 10px 25px;
	}
	
div.vaultHome {
	margin-top: 0;
	margin-left: 36px;
	margin-right: 30px;
	}	
div.vaultHome table {
	margin: 0px;
	margin-bottom: 25px;
	font-size: 8.5pt;
	}
div.vaultHome p {
	margin: 0 0 0 22px;
	line-height: 18px;
}
	
.vault_line {
	width: 488px;
	height: 1px;
	}
	
.vault a {
	margin: 30px 0 10px 0;
	}
	
.vault .frame {
	display: block;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px;
	margin-right: 5px;
	width: 100px;
	}
	
.vault a:hover .frame {
	border-color: #2F82CE;
	}
	
.vault .action {
	display: block;
	background: url(/_images/html/arrow_1.gif) 0 3px no-repeat;
	padding:0;
	padding-left: 12px;
	margin-left: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	}

.vault .actionP {
	margin-left: 20px !important;
	width: 200px !important;
	}
	
/* -----------------------------------------------------------------------------
** FORM
------------------------------------------------------------------------------*/

table.app_form{
	margin: 0;
	padding: 0;
	}
	
table.app_form td{
	padding: 3px 0;
	border-bottom: 1px dotted #DFDDCE;
	vertical-align: top;
	}
	
table.app_form td.title{
	width: 150px;
	}
	
table.app_form input, table.app_form textarea{
	width: 270px;
	}
	
table.app_form input.submit {
	width: 70px;
	margin: 10px 10px 10px 0;
	}

form.search {margin-left: 20px;}
.search input {border: 1px solid #999999; font-size: 8pt; padding: 2px;}
.search input.submit {border: 1px solid #999999; font-size: 8pt; padding: 1px; background: #e8e8e8 url(../_images/html/submit.jpg) repeat-x bottom right; color: #545454;}
	

/* -----------------------------------------------------------------------------
** PITCH
------------------------------------------------------------------------------*/

#privacy {
	background: #FFF;
	padding: 10px;
	border: 1px solid #ECECD2;
	display: none;
	}

/* -----------------------------------------------------------------------------
** FOOTER
------------------------------------------------------------------------------*/

table#footer {
	width: 710px;
	margin: 30px auto;
	}

table#footer td {
	font-size: 10px;
	color: #666;
	}

table#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #666;
	}

table#footer a:hover {
	text-decoration: underline;
	}

table#footer .f_left {
	text-align: left;
	}

table#footer .f_right {
	text-align: right;
	}
	
table#footer .f_right a{
	margin-left: 10px;
	}
	
/* -----------------------------------------------------------------------------
FLASH TEXT REPLACEMENT
------------------------------------------------------------------------------*/	
/* These are standard sIFR styles... do not modify */

.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;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
}

/* -----------------------------------------------------------------------------
ALPHABETICAL FILTER
------------------------------------------------------------------------------*/	
#alphabetical-filter {}
#af-list {}
#af-list .af-list-item { display: inline; font-weight: bold; }
#af-list .af-list-item a { }
#af-list .nolink { color: #ccc; }
#af-list .selected {  text-decoration: underline; }
#af-list .af-link {}