/* @override 
	http://www.orangesparkleball.com/dev/sfstate/modx/css/styles2.css
	http://orangesparkleball.com/dev/sfstate/modx/css/styles2.css
*/

body {
	background:#FFFFFF url(../images/interior/hei_bg.jpg) repeat-x;
	margin:0; 
	padding:0; 
	height:100%;
}

* html body {
	background:#FFFFFF url(../images/interior/hei_bg.jpg) repeat-x;
	margin:0; 
	padding:0; 
	height:500px;
}

h2{
	color:#95590b;
}
h3{
	color:#95590b;
}

h4{
	color:#95590b;
	font-weight:bold;
	background:url(../images/interior/subhead_bg.jpg) no-repeat bottom left;
	padding: 5px 0;
	margin: 5px 0;
	font-size: 16px;
} 

h5{
	color:#95590b;
	background:url(../images/interior/film4.jpg) no-repeat top left; 
	padding: 15px 5px;
	padding-left: 45px;
	margin: 5px 0;
	font-size: 16px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight{ 
    float: right; 
    margin: 4px; 
}

.c img.noborder {
	border: 0;
	margin: 0;
	padding: 0;
}

a.middle-valign {
	line-height: 34px;
	vertical-align: middle;
}

a.middle-valign img {
	line-height: 24px;
	vertical-align: middle;
}

#left-nav a.plain:link, #left-nav a.plain:visited {
	border: 0;
	opacity: 1;
	margin: 0;
	padding:2px;
	display:block;
	background: transparent;
	width: 158px;
}

div#infobox_img1,
div#infobox_img2,
div#infobox_img3,
div#infobox_img4 
{
	margin:0;
	padding:0;
	width: 458px;
}

div#infobox_img1 img,
div#infobox_img2 img,
div#infobox_img3 img,
div#infobox_img4 img  
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {color: #95590b; text-decoration: underline; }
a:active {color: #44929F; text-decoration: underline; }
a:visited {color: #ab804b; text-decoration: none; }
a:hover {color: #44929F; text-decoration: underline; }

div.images p img{
	float:left;
	margin: 0 5px 10px;
}
div.images img{
	vertical-align: center;
}
div.images  a:link {color: #44929F; text-decoration: underline; }
div.images 	a:active {color: #44929F; text-decoration: underline; }
div.images 	a:hover {color: #95590b; text-decoration: none; }


div { margin:0; padding:0; font-family:"Trebuchet MS";}

ul { margin:0; padding:0; font-family:"Trebuchet MS"; }

.c li { 
	list-style-type:none;
	list-style-position: outside; 
	margin:0; 
	padding:0;
	margin-bottom: 12px;
	padding-left: 8px; 
	border-left: 1px dotted #9ED0D8;
}

#Table_01 {
	width:980px;
	min-height:480px;
	margin: 32px auto 32px auto;
	top:0;
	left:0;
	border: 1px solid #AEAEAE;
	background:#FFFFFF;
}

#id01_ {
	width:980px;
	height:160px;
}

#id02_ {
	width:980px;
	height:36px;
}

/*IE6*/
* html body #id02_ {
	
}


/* beginning of dropdown nav code */
/* First level styles */

#nav-wrapper{
	float: left;
	padding-left: 24px;
	/*overflow: hidden;*/
	height: 34px;
	
}
/*position:absolute1;*/
#top-nav ul{

	list-style: none;
    margin:0;
    padding:0;
position:relative;
z-index: 1;
}

#top-nav ul li{
	position: relative;
z-index: 1;
}

#nav-list{
	position: relative;
z-index: 1;
}

/*position:absolute2;*/
#nav-list ul {
	position: absolute;
	top: 33px;
left: 0;
width: 230px;
    margin:0;
    z-index: 100;
    padding:0;
    margin-right: 5px;
}

#nav-list li{
	position: relative;
z-index: 1;
	float: left;
}

#nav-list li li{
	float: none;
}


#nav-list li:hover{
	height: 34px;
    background: url(../images/front/tabright.gif) no-repeat top right;
}

#nav-list li li:hover{
	height: auto;
	background: none;
}

#nav-list li.active{
	
	height: 34px;
    background: url(../images/front/tabright.gif) no-repeat top right;
}

#nav-list li li.active{
	height: auto;
	background: none;
}

#nav-list li.over{
	
	height: 34px;
    background: url(../images/front/tabright.gif) no-repeat top right;
}

#nav-list li li.over{
	height: auto;
	
    background: none;
}

#nav-list li a{
	display: block;
float:left;
	color: #fff;
	text-decoration: none;
    padding:8px 15px;
}

#nav-list li li a{
float: none;
}


#nav-list li.active a{
	height: 18px;
	background: url(../images/front/tableft.gif) no-repeat left top;
}


#nav-list li.active li a{
	height: auto;
	background: none;
}

#nav-list li:hover a{
	height: 18px;
	background: url(../images/front/tableft.gif) no-repeat left top;
}

#nav-list li:hover li a{
	height: auto;
	background: none;
}
#nav-list li li:hover a{
	height: auto;
	background: none;
}


#nav-list li.over a{
	height: 18px;
	background: url(../images/front/tableft.gif) no-repeat left top;
}
#nav-list li.over li a{
	height: auto;
	background: none;
}

/* Second level styles */
/* Show dropdowns only on hover */
#nav-list ul{
width: 230px;
	display: none;
}

#nav-list li:hover ul{
	display: block;
	_display: none;
}

#nav-list li.over ul{
	display: block;
	_display: none;
}
/* Make dropdowns pretty */
#nav-list ul{
	text-align: left;
	background-color: #69a9b4;
	z-index: 100;
}

/* Disable tab backgrounds on dropdown items */
#nav-list ul li{
width: 230px;
	background: none;
}

#nav-list ul li a{
width: 200px;
	background: none;
}

#nav-list ul li.active a{
	background: none;
	background-color: #69a9b4;
}

#nav-list ul li:hover a{
	background-color: #2e7991;
	background-image: none;
}


/* end of dropdown nav code */

.cleaner{
	clear: both;
	height: 1%;
	font-size: 1px;	
	overflow: hidden;
}


#left-nav {
	
	width:196px;
	float:left;
	background:#BAD2D6 url(../images/interior/lc_bg.gif) repeat-x;
}

/*IE7*/
html>/**/body #left-nav {
}

#bcrumb {
	width:774px;
	_width: 600px;
	height:18px;
	float:right;
	padding: 10px 0;
}

/*IE6*/
* html body #bcrumb {

}

#content {
	margin:0;
	padding:0;
	padding-bottom:10px;
	width:100%;
}

/*IE6*/
* html body #content {
}

/*IE6*/
* html body #left-nav {
}

#id07_ {
	width:980px;
	clear:both;
}

/*IE7*/
html>body #id07_ {
}

/*IE6*/
* html body #id07_ {
}

#id08_ {
	width:29px;
	float:left;
}

/*IE6*/
* html body #id08_ {
}

#sfstate-logo{
}


#left-nav #sfstate-logo a{
	opacity: 1;
	filter: alpha(opacity=90) !important;
	bottom: 5px;
	border: none;
}

html>body #id12_ {
	width:980px;
	height:26px;
	clear:both;
}

/*IE6*/
* html body #id12_ {
}

.ph {
	width: 316px;
	height: 25px;
	background: url(../images/interior/ph_bg.gif) no-repeat;
	font-size:17px;
	color:#FFFFFF;
	float:right;
	padding-top:4px;
	padding-left:5px;

}

/*IE6*/
* html body .ph {}

#bcrumb {
	padding-left:10px;
	padding-top:5px;
}

/*IE6*/
* html body #bcrumb {
}

span#bc-trail {
	color:#555555;
	font-size: 13px;
}

span#bc-trail a:link, span#bc-trail a:visited {
color:#666666;
text-decoration:underline;
margin:5px;
}

span#bc-trail a:hover, span#bc-trail a:visited:hover {
color:#5AABB9;
margin:5px;
}

#go-button {background:#5AABB9; border:1px solid #5AABB9; width:30px; color:#FFFFFF; font-weight:bold; padding: 2px 0;}

#search-box {font-weight:bold; padding: 25px 0 45px 5px; background:transparent; color:#7F4D0D;}

.sh {
	font-size:18px;
	font-weight:bold;
	color:#9C5C0B;
	padding-left:250px;
	padding-top:94px;
	padding-bottom:5px;
}

/*IE6*/
* html body .sh {
	font-size:18px;
	color:#9C5C0B;
	padding-left:250px;
	padding-top:74px;
	padding-bottom:5px;
}


.c {
	float: left;
	font-size:13px;
	color:#636363;
	margin:0;
	width: 475px;
	padding: 40px;
	padding-right: 0;
	min-height:300px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom:30px;
	border-right: 1px solid #EBEBEB;
	margin-right: 15px;
	padding-right: 20px;
}

.c h2 {
	font-size: 18px;
	text-decoration: none;
	background: url(../images/interior/header_arrow.gif) no-repeat 2px 4px;
	padding-left: 20px;
	height: 22px;
	margin-top: 0;
	margin-bottom:30px;
}

.c h2 a {
	text-decoration: none;
}

/*IE6*/
* html body .c {
}

.bc {
	color: #5AABB9;
	font-weight:bold;
}

#top-nav {
	background:url(../images/front/02.gif);
	text-align:right;
	padding-right:10px;
	padding-top:0;
	height:34px;
	margin: 0;
	border-bottom: 5px solid #444;
}

* html body #top-nav {
	margin-top: -5px;
}

#left-nav a:link, #left-nav a:visited {
	opacity: 0.6;
	filter: alpha(opacity=60);
	display:block;
	background:#ffffff;
	color:#254a56;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #666666;
	font-size:14px;
	width:186px;
	padding: 7px 0 7px 10px;
}

#left-nav a.subnav:link, #left-nav a.subnav:visited {
	opacity:0.2;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin-left:10px;
	width:179px;
	padding: 4px 0px 4px 7px;
}

#left-nav a.subnav:hover, #left-nav a.subnav:visited:hover {
	opacity:0.6;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin-left:10px;
	width:179px;
	padding: 4px 0px 4px 7px;
}

#left-nav a.subnav_active:link, #left-nav a.subnav_active:visited {
	opacity:0.6;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin-left:10px;
	width:179px;
	padding: 4px 0px 4px 7px;
}

#left-nav a.subnav_active:hover, #left-nav a.subnav_active:visited:hover {
	opacity:0.8;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	width:100%;
	margin-left:10px;
	width:179px;
	padding: 4px 0px 4px 7px;
}

#left-nav span.opaque {
	opacity: 1.0;
}


/* Interior Page - News & Events Styles */

.ne_title {
	color: #9C5C0B;
	font-weight:bold;
	font-size: 16px;
	width: 177px;
	margin-left: 8px;
}

.ni_bg, .ni_bg_first {
	background: url(../images/front/events/ni_boxtop.gif) no-repeat;
	width:177px;
	min-height:70px;
	padding: 9px;
	margin: 12px;
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #b0894f;
    margin-left: 8px;
}

.ni_tile {
	background: url(../images/front/events/ni_tile2.gif) repeat-y;
	min-height: 10px;
	width: 153px;
	padding: 0 12px;
	padding-top: 7px;
}

.ni_bg_first {
	margin-top:0;
}

.ni_bottom {
	background: url(../images/front/events/ni_boxbottom.gif) no-repeat bottom left;
	_background: url(../images/front/events/ni_boxbottom.gif) no-repeat top left;
	height: 6px;
	width: 177px;
}

/* Contact Box Styles */

h3.contact_title {
	color: #1a4e58;
	padding: 0;
	margin: 0;
}

span.contact_name {
	font-weight:bold;
	color: #1a4e58;
}
span.contact_pos {
	color: #4590A5;
	font-style:italic;
}

span.contact_info {
	padding-bottom: 10px;
}

span.contact_info strong {
	color: #1A4E58;
}

#left-nav div.ni_tile span.contact_info a:link, 
#left-nav div.ni_tile span.contact_info a:visited
{
	color: #4590A5;
	text-decoration: underline;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	opacity: 1.0;
}

a.contact_email:link {
	color: #895e1f;
}

.date {
	background: url(../images/front/events/date_bg_l.jpg) no-repeat top left;
	height: 15px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.date p {
	margin:0;
	padding: 0;
}

.date_r {
	background: #b0894e url(../images/front/events/date_bg_r.jpg) no-repeat top right;
	display:block;
	float:left;
	height:15px;
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	_margin-left: 4px;
	_padding-top: 2px;
	_height: 13px;
	_line-height: 12px;
}


span.active a.parent-active:link, span.active a.parent-active:visited, span.active a.parent-active:hover, span.active a.parent-active:visited:hover {
	opacity: 0.9 !important;
	filter: alpha(opacity=90) !important;
	display:block !important;
	background:#ffffff !important;
	color:#2e7991 !important;
	font-weight:bold !important;
	text-decoration:none !important;
	border-bottom:1px solid #666666 !important;
	font-size:14px !important;
	width:186px !important;
	padding: 7px 0 7px 10px !important;
}

.c img{
	margin: 8px; 
	padding:4px;
	border:1px solid #bbb;
}

.c .kalender-menu img {
	margin: 0;
	padding: 0;
	border: 0;
}

.c ul li{
	margin-left: 14px;
}

.rside_box {
	float:left;
	margin-top: 15px;
	width: 197px;
}

.rside_box_content {
	font-size: 16px;
	background: url(../images/interior/inner_quote_bg.jpg) no-repeat left bottom;
	min-height: 97px;
	padding: 8px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #1a4e58;	
}

.q_highlight {
	font-size: 14px;
	font-weight: bold;
	color: #985A05;
}

.rside_box .featureimg {
	background:#fff;
	padding: 2px;
	border: 1px solid #ACACAC;
}

.paddedimg {
	padding: 8px 0;
}

#id12_ {
	width:980px;
	height:26px;
	clear:both;
	background: #2e7991;
	text-align: center ;
	color: #fff;
	padding-top: 6px;
	font-family:"trebuchet ms";
	font-size: 14px;
}
#contact_container {
	float:left;
	
	
	
}
.jdGallery .slideInfoZone h2 {
	background: none;
	height: 1em;
	margin-top: 5px;
	padding-top: 5px;
}

div.event_details {
	width: 440px;
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #DEDEEF;
	overflow: auto;
}

div.evt_r, div.evt_img {
	float: left;
}

div.evt_img img {
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
}

span.evt_desc {
	display: block;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #FFFFFF;
	width: 290px;
	min-height: 45px;
	margin-bottom: 5px;
	color: #333333;
}

span.evt_date {
	display: block;
	background: #77480A;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 7px;
	font-size: 13px;
	
}

span.evt_title h3 {
	margin: 0;
	padding: 0;
	background: #7fbcc7;
	color: #FFFFFF;
	padding: 5px;
	width: 292px;
}

span.evt_title a:link,
span.evt_title a:visited
{
	text-decoration:none;
}

h4.eventdates {
	width: 400px;
	margin-left: 19px;
	padding-top: 15px;
}

.sig {
	text-decoration:none;
	border:none;
}

.wwa_img {
	float: left; 
	width: 144px;
}
.wwa_label {
	float: left;
	width: 200px; 
	padding: 30px;
}
