@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	background: url(../images/bg_body.gif) repeat;
}

.clear { clear: both; padding: 0; margin: 0; height: 0; }
.float_right { float: right; margin: 0 0 10px 10px; }

#wrapper {
	width: 768px;
	padding: 4px;
	margin: 0 auto;
	border: 4px solid #d7d7d7;
	background: #fff;
}

#header {
	width: 121px;
	height: 32px;
	display: block;
	padding: 60px 0 0 647px;
	background:url(../images/header.jpg);
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

#menu_top { padding: 0 22px; margin: 0; background: url(../images/menu_main.jpg); height: 48px; border-bottom: 10px solid #ebebeb; }
#menu_top li { list-style: none; float: left; width: 181px; text-align: center; }
#menu_top a { 
	height: 34px; 
	padding-top: 14px; 
	display: block; 
	text-decoration: none; 
	font-weight: bold;
	color: #000;
}
#menu_top a:hover { background-image: url(../images/menu_main_f2.jpg); }

#content { padding: 40px 20px; border-bottom: 30px solid #ebebeb; }

#content_home { background: #ffff01 url(../images/home_bg.jpg) no-repeat 0px 0px; height: 411px; padding: 0 290px 0 40px; color:#000000; margin: 0; }
#content_home h1 { font-size: 20px; display: block; margin: 0 0 4px 0; padding: 20px 0 20px; }
#content_home h3 { font-size: 13px; display: block; margin: 0 0 4px 0; padding: 0; color: #E91722}
#content_home ul { height: 256px; display: block; padding: 7px 0 0 0; margin: 0; }
#content_home li { list-style: none; margin-bottom:2px}
#content_home li a { display: block; background: url(../images/bullett_star.png) no-repeat 20px 2px; padding: 0 0 2px 45px; color: #000000; text-decoration: none; font-size: 1em; width: 250px; }
#content_home blockquote { 
	background:url(../images/blockquote_homepage.jpg) no-repeat 0px 0px; 
	display: block;
	width: 312px; 
	padding: 3px 50px; 
	margin: 0;
	font-size: 1.1em; 
	font-style:italic; 
}

.large-img {
	margin:5px 20px 20px 20px;
	text-align:center;
}

#content h1 { font-size: 1.2em; padding: 0 0 0 50px; background: url(../images/h1_star.jpg) no-repeat 0 50%; }
#content h2 { font-size: 1.1em; }
#content blockquote { 
	background:url(../images/blockquote.jpg) no-repeat top; 
	width: 162px;
	display: block;
	padding: 10px 25px 0 4px;
	margin: 0;
	text-indent: 33px;
	text-align: left;
	font-size: 0.9em;
}

#footer { 
	background: #4a4c49; 
	width: 548px; 
	padding: 5px 110px; 
	border-top: 5px solid #000; 
	color: #fff;
	overflow:hidden;	
}
#footer .contents {margin:0 auto;}
#footer .col01, #footer .col03 { width: 40px; display: block; }
#footer .col01 { float: left; }
#footer .col03 { float: right; }

#footer ul#footer-link {list-style:none;overflow:hidden;padding-left:130px }
#footer ul#footer-link li {float:left;padding-left:20px}
#footer ul#footer-link li img {border:0;}
#external-footer {
	width: 768px;
	padding: 2px 4px 4px;
	margin: 0 auto;
	font-size: .9em
}
#external-footer .counter {display: block; float: left}
#external-footer .juno-link {display: block; float: right}

#external-footer .juno-link a:link, #external-footer .juno-link a:visited {
	color: #999;
	text-decoration: none;
}
#external-footer .juno-link a:hover {
	text-decoration: underline;
}

#collateral {
	background: #000;
	padding: 8px 10px;
	font-size: 0.9em;
	color: #fff;
}

#collateral .left { float: left; }
#collateral .right { float: right; }

.map {
	width: 196px;
	float: right;
	display: block; 
	margin: 0 0 20px 100px;
	text-align: center;	
}

#contactForm, #agencyLogin {
	width: 400px;
	display: block;
	float: left;
	margin: 0 30px 0 0;
	border-top: 2px solid #ccc;
	background-color: #ebebeb;
	padding: 20px;
}

.contactRight {
	float: left;
}

.submit input, .submit input:focus, .button, .button:focus {
	background: url(../images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background-color: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.logout { background: url(../images/logout_f1.jpg); height: 25px; width: 93px; padding: 9px 7px; display: block; float:right;  text-align:center; text-decoration:none; font-weight: bold; color: #000;}
.logout:hover { background-image: url(../images/logout_f2.jpg); }

.arrow_list{float:left; display:block; width:321px; margin-left: 0; padding-left: 1em; }

.arrow_list li{
	list-style: none;
	list-style-image:url(../images/arrow.gif);
	padding: 0 0 8px 10px;
}

.arrow_list_1{margin-left: 0; padding-left: 1em; }

.arrow_list_1 li{
	list-style: none;
	list-style-image:url(../images/arrow.gif);
	padding: 0 0 0 10px;
}

.grey_box {
	background:#E6E6E6;
	padding: 20px;
	border-top: 2px solid #ccc; }

.button, .button:focus { padding: 0.15em; }
input.text, textarea { background-color: #fff; padding: 5px; border: 1px solid #ccc; }

ul.errors, ul.warnings, ul.messages { 
	list-style: none; 
	margin: 10px 0; 
	padding: 5px 10px 10px 30px;
	background: no-repeat 5px 10px;
	border: 1px solid #999999;
}

ul.errors li, ul.warnings li, ul.messages li { margin-top: 5px; color: #333; }
ul.errors { background-color: #FFD2D3; background-image: url(../images/ico_error.png); }
ul.warnings { background-color:#FFFF99; background-image: url(../images/ico_warning.png); }
ul.messages { background-color:#CCFFCC; background-image: url(../images/ico_message.png); }

.table01 { font-size: 0.85em; }
.table01 .odd {background-color:#f5f5f5; }
.table01 th.level1 { padding: 10px 5px; background:url(../images/menu_main_f2.jpg) 0 30% repeat-x; border-bottom: 1px solid #333; color:#333333; text-align:left;}
.table01 th.level2 { padding: 6px 5px; background-color: #CCCCCC; text-align: left; }
.big_red{ color: #ff0000; font-size: 1.5em; }
.normal_red{ color: #ff0000; }

.show-hide { font-weight: bold; color:#003399; text-decoration: underline; cursor: pointer; margin: 7px 0px; display: block; }

/* Recent Productions */
#recent-productions {overflow: hidden; height: 1%}
#recent-productions .left {float: left}
#recent-productions .center {float: left; width: 234px}

#recent-productions a img {border: 0}
#recent-productions .right {float: right}

/* FAQs */
ol.faq li {margin-bottom: .8em}

/* Profiles */
.prof-list {margin: 0 0 2em 0; list-style: none}
.prof-list li {clear: both; overflow: hidden; height: 1%; margin-bottom: 20px}
.prof-list .thumb {float: left; margin: 0 20px 0 0}
.prof-list .info {width: 440px; float: left}
.prof-list h3 {margin: 0}
.prof-list .position {display: block; margin-bottom: 1.4em; color: #8e8e8e; font-size: 91.66%}

#bag {margin: 1.8em auto 0; display: block}

.attention-seeker {color: #ff0000; font-style: normal; font-weight: bold}