/* grid ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.container {
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
	padding:0px;
}
.overflow {
	overflow:hidden;
	padding:0;
	margin:0;
}
.overflow h3{
	padding:0 0 12px 0;
	margin:0;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	float: left;
	margin: 0 0 0 30px;
}
.grid1 { width: 60px;}
.grid2 { width: 150px;}
.grid3 { width: 268px;}
.grid4 { width: 330px;}
.grid5 { width: 417px;}
.grid6 { width: 510px;}
.grid7 { width: 600px;}
.grid8 { width: 690px;}
.grid9 { width: 780px;}

.first { margin: 0 0 0 35px; padding: 0; clear: left; } /* delete clear to view site structure in dreamweaver */
.no-margin {margin: 0;}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

.home-buckets{
	margin-top:10px;
	margin-bottom:30px;
	background:#e3e2c8;
	height:204px;
}
.buckets-interior{
	background:#efeed3;
	border: 1px solid #fff;
	height:170px;
	margin:6px;
    overflow:hidden;
	padding:10px;
}
.buckets-interior h3{
	font: bold .9em Georgia, "Times New Roman", Times, serif;
	background:url(../images/buckets-h3-bg.png) no-repeat;
	padding:0 0 5px 0;
	margin:0 0 12px 0;
	color:#421327;
	border-bottom: 1px solid #421327;
	text-transform:uppercase;
}
.buckets-interior h3 a{
	text-decoration:none;
}
.buckets-interior .feedTitle{	
	display:none !important;
	margin:0 0 8px 0!important;
}
.map{
	background:url(../images/home-map2.png) no-repeat; 
	height:116px; 
	width:417px;
}
.map span{
	float:left;
	padding:0;
	margin:0;
}
.map ul{
	float:right;
	padding:48px 22px 0 0 !important;
	margin:0 !important;
}
.map ul li{
	list-style:none;	
	padding:0 !important;
	margin:0 !important;	
}
.map ul li a{
	background:url(../images/home-bullet.gif) no-repeat;
	background-position: 0px 2px;
	font: bold .7em Georgia, "Times New Roman", Times, serif;
	padding:1px 0 0 15px !important;
	margin:0 !important;
	text-transform:uppercase;	
	text-decoration:none;
}
.home-news {
	width: 417px;
	float: right;
	overflow: hidden;
}
.home-news a{
	display: block;
	height: 116px;
	text-indent: -9999px;
	background:url(../images/home-news-sprite2.png) no-repeat;
}
.home-news a#pt01{background-position: 0px 0px;}
.home-news a#pt01:hover{ background-position: 0px -116px;}


/* content ------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
.bg_l {
	background: url(../images/bg_l.gif) repeat-x;
}
.bg_r {
	background: url(../images/bg_r.gif) repeat-x;
}
.bg {
	background: url(../images/bg.jpg) no-repeat;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #441428;
	font-weight: lighter;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.large_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.home_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
.bg_news {
	background: #EFEED3 url(../images/news_bg.gif) no-repeat bottom;
}
.news_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #441428;
}
.main_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}
.news_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #441428;
}
.bg_v {
	background: #D1CEA3 url(../images/bg_v.gif) repeat-x;
}
.footer_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.footer_link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}
.copy_dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a { outline:none;}
a:link {
	color: #441428;
	text-decoration: underline;
	background-color:transparent
}
a:active {
	color: #000000;
	text-decoration: underline;
	background-color:transparent
}
a:visited {
	color: #441428;
	text-decoration: underline;
	background-color:transparent
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color:transparent
}
a.link_dark {
}
a.link_dark:link {
	color: #000000;
	text-decoration: underline;
	background-color:transparent
}
a.link_dark:active {
	color: #441428;
	text-decoration: underline;
	background-color:#FFFFCC
}
a.link_dark:visited {
	color: #000000;
	text-decoration: underline;
	background-color:transparent
}
a.link_dark:hover {
	color: #441428;
	text-decoration: underline;
	background-color:#FFFFCC
}
a.link_red {
}
a.link_red:link {
	color: #441428;
	text-decoration: underline;
	background-color:transparent
}
a.link_red:active {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFCC
}
a.link_red:visited {
	color: #441428;
	text-decoration: underline;
	background-color:transparent
}
a.link_red:hover {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFCC
}
.link_dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.link_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #441428;
	text-decoration: underline;
	font-weight: bold;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #441428;
	font-weight: lighter;
}
img.photo_left {
	float: left;
	margin-right: 10px;
	border: 1px solid #441428;
}
img.photo_right {
	float: right;
	margin-left: 10px;
	border: 1px solid #441428;
}
img.photo_right_nb {
	float: right;
	margin-left: 10px;
}
img.photo_no_margin {
	border: 1px solid #441428;
}
img {
	border: 0px;
}
.callPanel {
	background-color: #EFEED3;
	border: 1px solid #441428;
	color: #441428;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	list-style-position: outside;
	margin: 5px 0px 10px 0px;
	padding: 10px;
}
.callPanel li {
	list-style-type: none;
}
.callHead {
	margin: 0px 0px 10px 0px;
}
.callIndent {
	margin: 0px 0px 0px 15px;
}
.callIndentLast {
	margin: 0px 0px 10px 15px;
}
.seperator {
	height: 1px;
	border-bottom: #333 solid 1px;
	width: 100%;
}
#call-frame {
	width: 190px;
	padding: 5px;
	background-color: #EFEED3;
	float: right;
	margin: 0 0 8px 8px;
}
#call-frame ul.top-call {
	border: 1px solid #000;
	margin: 0;
	padding: 5px;
}
ul.top-call p {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 5px 5px 7px 4px;
}
ul.top-call li {
	list-style: none;
	background: url(../images/bullet.gif) 0px 8px no-repeat;
	padding: 0 0 0 18px;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 8px 3px;
}
.float-right {
	float: right;
	margin: 0px 0px 8px 8px;
}
#slideshow {
	margin:0;
	padding:0;
	list-style:none;
}
#box-left {
	float: left;
	width: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
#box-left ul {
	padding: 0;
	margin: 0 0 15px 0;
}
#box-left ul li {
	list-style: none;
}
#box-right {
	padding: 5px;
	float: left;
	width: 253px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #431328;
	background-color: #efeed3;
}
#box-right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #431328;
	margin: 0 0 10px 0;
}
#box-right form label {
	padding: 0 10px 0 0;
}
#box-right form table tr td {
	vertical-align: top;
}
#box-right form input, #box-right form textarea, #box-right form select {
	width: 150px;
	border: 1px solid #431328;
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
#box-right form input[type="submit"] {
	background: none repeat scroll 0 0 #431328;
	color: #fff;
	width: 75px;
}
#box-right form input[type="radio"] {
	width: 25px;
	border: 1px solid #431328;
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
#sitemap h2 {
	font-size: 12px;
}
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	list-style: none;
	padding: 0 0 5px 15px;
}
#sitemap ul li ul {
	margin: 5px 0;
}
#sitemap ul li ul li {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 35px;
}

/* LOCATIONS NAV */
#loc-nav {
	background: #efeed3;
	width: 275px;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	line-height: 16px;
}
#loc-nav h2 {
	color: #441428;
	font-size: 11px;
	text-transform: uppercase;
}
#loc-nav p {
	color: #333;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#loc-nav ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
#loc-nav a {text-decoration:none;}
#loc-nav > ul > li {
	margin: 10px 0;
	padding: 0;
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#loc-nav > ul > li > a {
	background: #d1cea3;
	display: block;
	padding: 10px;
}
#loc-nav > ul > li > a:hover,
#loc-nav > ul > li > a.active {
	background: #000;
	width: 295px;
	position: relative;
	left: -25px;
	color: #fff;
}
#loc-nav > ul > li > ul {
	background: #000;
	display: none;
	width: 150px;
	height: 520px;
	padding: 20px;
	position: absolute;
	top: -282px;
	text-align: left;
}
#loc-nav > ul > li:hover > ul {display:block;}
#loc-nav ul.col1 {left:-595px;}
#loc-nav ul.col2 {left:-405px;}
#loc-nav ul.col3 {left:-215px;}
#loc-nav ul ul a {
	display: block;
	padding: 3px 6px;
	color: #d1cea3;
}
#loc-nav ul ul a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333;
	color: #fff;
}
#loc-nav > ul > li > ul > li {
	font-weight: bold;
}

/* NEWS BOX */
#director-box {
	width: 435px;
	height: 354px;
	padding: 10px 24px 86px 23px;
	margin: 0 0 0 35px;
	background: #EFEED3 url(../images/home_message_bot.gif) no-repeat bottom;
}
#director-box .logo {
	width: 93px;
	float: left;
}
#director-box .content {
	width: 342px;
	float: right;
}
#news-box {
	width: 275px;
	height: 410px;
	padding: 10px 20px;
	background: #EFEED3 url(../images/news_bg.gif) no-repeat bottom;
}
#mission-box {
	width: 793px;
	padding: 10px 20px;
	margin: 0 32px 0 35px;
	background: #EFEED3;
}
/* Robert BOX */
#robert-box {
	background: #EFEED3;
	overflow:hidden;
	width: 268px;
	padding: 10px 24px 12px 23px;
	margin: 0;	
}
#robert-box .logo {
	float: left;
	display:block;
}
#robert-box h2{
	color:#421327;
	margin:2px 0 10px 0;
}
#robert-box span{
	display:block;
}
#robert-box .content {
	padding: 0 6px 6px 10px;
	display:block;
	overflow:hidden;
}
/* Oscar BOX */
#oscar-box {
	background: #EFEED3;
	overflow:hidden;
	width: 268px;
	padding: 10px 24px 12px 23px;
	margin: 0;	
}
#oscar-box .logo {
	float: left;
	display:block;
}
#oscar-box h2{
	color:#421327;
	margin:2px 0 10px 0;
}
#oscar-box span{
	display:block;
}
#oscar-box .content {
	padding: 0 6px 6px 10px;
	display:block;
	overflow:hidden;
}
/* Del BOX */
#del-box {
	background: #EFEED3;
	overflow:hidden;
	width: 268px;
	padding: 10px 24px 12px 23px;
	margin: 0;	
}
#del-box h2{
	color:#421327;
	margin:2px 0 10px 0;
}
#del-box span{
	display:block;
}
#del-box .logo {
	float: left;
	display:block;
}
#del-box .content {
	padding: 0 6px 6px 10px;
	display:block;
	overflow:hidden;
}

.clear {
	clear: both;
}
/* NEWS FEED */
.feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #441428;
	text-transform: uppercase;
}
.feedburnerFeedBlock ul {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
.feedburnerFeedBlock li {
	list-style: none;
}
.feedTitle a {
	text-decoration: none;
}
.feedTitle a:hover {
	color: #441428;
}
#creditfooter {
	display: none;
}
table.calendar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background-color: #000000;
	width: 495px;
	margin: 0 0 15px 0;
}
table.calendar th {
	font-weight: bold;
	background-color: #441428;
	color: #ffffff;
	text-align: left;
}
table.calendar td {background-color:#efeed3;}
table.calendar td.sub {
	font-weight: bold;
	background-color:#efeed3;
}
#locations {
	margin: 15px 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
#locations span {
	font-weight: bold;
}
#locations ul {
	padding: 0;
	margin: 0 15px 20px 0;
	width: 255px;
	float: left;
}
#locations li {
	list-style: none;
}
#berkadia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#berkadia p {
	text-align: justify;
}
#berkadia h1 {
	font-size: 18px;
}
#berkadia h2 {
	font-size: 14px;
}
#berkadia ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
#berkadia li {
	list-style-type: none;
	font-style: italic;
}
#berkadia form label {
	padding: 0 10px 0 0;
}
#berkadia form table tr td {
	vertical-align: top;
}
#berkadia form input, #berkadia form textarea, #berkadia form select {
	width: 150px;
	border: 1px solid #431328;
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
#berkadia form input[type="submit"] {
	background: none repeat scroll 0 0 #431328;
	color: #fff;
	width: 75px;
}
#berkadia form input[type="checkbox"] {
	width: 35px;
	border: none;
}
#berkadia-box {
	padding: 5px 5px 5px 25px;
	border: 1px solid #431328;
	background-color: #efeed3;
	margin: 0 0 10px 0;
}
#berkadia-box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #431328;
	margin: 0 0 10px 0;
	font-style: italic;
}

